change the blockquote style

Change the file format to unix style.
This commit is contained in:
Le Tan 2017-04-19 21:52:08 +08:00
parent 5757489723
commit b7737aff61

View File

@ -1,303 +1,303 @@
body{ body {
margin: 0 auto; margin: 0 auto;
font-family: Helvetica, sans-serif, Tahoma, Arial, Verdana, Geneva, Georgia, Palatino, "Times New Roman", "Hiragino Sans GB", "冬青黑体", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", "WenQuanYi Micro Hei", "文泉驿雅黑", Dengxian, "等线体", "Liberation Sans", "Droid Sans", NSimSun, "新宋体", SimSun, "宋体"; font-family: Helvetica, sans-serif, Tahoma, Arial, Verdana, Geneva, Georgia, Palatino, "Times New Roman", "Hiragino Sans GB", "冬青黑体", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", "WenQuanYi Micro Hei", "文泉驿雅黑", Dengxian, "等线体", "Liberation Sans", "Droid Sans", NSimSun, "新宋体", SimSun, "宋体";
color: #444444; color: #444444;
line-height: 1; line-height: 1;
padding: 30px; padding: 30px;
} }
h1, h2, h3, h4 { h1, h2, h3, h4 {
color: #111111; color: #111111;
font-weight: 400; font-weight: 400;
} }
h1, h2, h3, h4, h5, p { h1, h2, h3, h4, h5, p {
margin-bottom: 24px; margin-bottom: 24px;
padding: 0; padding: 0;
} }
h1 { h1 {
font-size: 48px; font-size: 48px;
} }
h2 { h2 {
font-size: 36px; font-size: 36px;
/* The bottom margin is small. It's designed to be used with gray meta text /* The bottom margin is small. It's designed to be used with gray meta text
* below a post title. */ * below a post title. */
margin: 24px 0 6px; margin: 24px 0 6px;
} }
h3 { h3 {
font-size: 24px; font-size: 24px;
} }
h4 { h4 {
font-size: 21px; font-size: 21px;
} }
h5 { h5 {
font-size: 18px; font-size: 18px;
} }
a { a {
color: #0099ff; color: #0099ff;
margin: 0; margin: 0;
padding: 0; padding: 0;
vertical-align: baseline; vertical-align: baseline;
} }
a:hover { a:hover {
text-decoration: none; text-decoration: none;
color: #ff6600; color: #ff6600;
} }
a:visited { a:visited {
color: purple; color: purple;
} }
ul, ol { ul, ol {
padding: 0; padding: 0;
padding-left: 24px; padding-left: 24px;
} }
li { li {
line-height: 24px; line-height: 24px;
} }
li ul, li ul { li ul, li ul {
margin-left: 24px; margin-left: 24px;
} }
p, ul, ol { p, ul, ol {
font-size: 16px; font-size: 16px;
line-height: 24px; line-height: 24px;
} }
pre { pre {
padding: 0px 24px; padding: 0px 24px;
background-color: #f8f8f8; background-color: #f8f8f8;
border-radius: 3px; border-radius: 3px;
border: 1px solid #cccccc; border: 1px solid #cccccc;
overflow: auto; overflow: auto;
} }
code { code {
font-family: Consolas, Monaco, Andale Mono, Monospace, Courier New; font-family: Consolas, Monaco, Andale Mono, Monospace, Courier New;
line-height: 1.5; line-height: 1.5;
font-size: 14px; font-size: 14px;
color: #4527A0; color: #4527A0;
} }
pre code { pre code {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: none; border: none;
background: transparent; background: transparent;
overflow: auto; overflow: auto;
color: #444444; color: #444444;
} }
aside { aside {
display: block; display: block;
float: right; float: right;
width: 390px; width: 390px;
} }
blockquote { blockquote {
border-left:.5em solid #eee; border-left:.5em solid #7a7a7a;
padding: 0 2em; padding: 0 2em;
margin-left:0; margin-left:0;
} }
blockquote cite { blockquote cite {
font-size:14px; font-size:14px;
line-height:20px; line-height:20px;
color:#bfbfbf; color:#bfbfbf;
} }
blockquote cite:before { blockquote cite:before {
content: '\2014 \00A0'; content: '\2014 \00A0';
} }
blockquote p { blockquote p {
color: #666; color: #666;
} }
hr { hr {
text-align: left; text-align: left;
margin: 0 auto 0 0; margin: 0 auto 0 0;
color: #999; color: #999;
} }
table { table {
padding: 0; padding: 0;
border-collapse: collapse; border-collapse: collapse;
} }
table tr { table tr {
border-top: 1px solid #cccccc; border-top: 1px solid #cccccc;
background-color: white; background-color: white;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
table tr:nth-child(2n) { table tr:nth-child(2n) {
background-color: #f8f8f8; background-color: #f8f8f8;
} }
table tr th { table tr th {
font-weight: bold; font-weight: bold;
border: 1px solid #cccccc; border: 1px solid #cccccc;
margin: 0; margin: 0;
padding: 6px 13px; padding: 6px 13px;
} }
table tr td { table tr td {
border: 1px solid #cccccc; border: 1px solid #cccccc;
margin: 0; margin: 0;
padding: 6px 13px; padding: 6px 13px;
} }
table tr th :first-child, table tr td :first-child { table tr th :first-child, table tr td :first-child {
margin-top: 0; margin-top: 0;
} }
table tr th :last-child, table tr td :last-child { table tr th :last-child, table tr td :last-child {
margin-bottom: 0; margin-bottom: 0;
} }
div.mermaid-diagram { div.mermaid-diagram {
overflow-y: hidden; overflow-y: hidden;
} }
pre.mermaid-diagram { pre.mermaid-diagram {
overflow-y: hidden; overflow-y: hidden;
} }
/* Code below this line is copyright Twitter Inc. */ /* Code below this line is copyright Twitter Inc. */
button, button,
input, input,
select, select,
textarea { textarea {
font-size: 100%; font-size: 100%;
margin: 0; margin: 0;
vertical-align: baseline; vertical-align: baseline;
*vertical-align: middle; *vertical-align: middle;
} }
button, input { button, input {
line-height: normal; line-height: normal;
*overflow: visible; *overflow: visible;
} }
button::-moz-focus-inner, input::-moz-focus-inner { button::-moz-focus-inner, input::-moz-focus-inner {
border: 0; border: 0;
padding: 0; padding: 0;
} }
button, button,
input[type="button"], input[type="button"],
input[type="reset"], input[type="reset"],
input[type="submit"] { input[type="submit"] {
cursor: pointer; cursor: pointer;
-webkit-appearance: button; -webkit-appearance: button;
} }
input[type=checkbox], input[type=radio] { input[type=checkbox], input[type=radio] {
cursor: pointer; cursor: pointer;
} }
/* override default chrome & firefox settings */ /* override default chrome & firefox settings */
input:not([type="image"]), textarea { input:not([type="image"]), textarea {
-webkit-box-sizing: content-box; -webkit-box-sizing: content-box;
-moz-box-sizing: content-box; -moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
} }
input[type="search"] { input[type="search"] {
-webkit-appearance: textfield; -webkit-appearance: textfield;
-webkit-box-sizing: content-box; -webkit-box-sizing: content-box;
-moz-box-sizing: content-box; -moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
} }
input[type="search"]::-webkit-search-decoration { input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; -webkit-appearance: none;
} }
label, label,
input, input,
select, select,
textarea { textarea {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px; font-size: 13px;
font-weight: normal; font-weight: normal;
line-height: normal; line-height: normal;
margin-bottom: 18px; margin-bottom: 18px;
} }
input[type=checkbox], input[type=radio] { input[type=checkbox], input[type=radio] {
cursor: pointer; cursor: pointer;
margin-bottom: 0; margin-bottom: 0;
} }
input[type=text], input[type=text],
input[type=password], input[type=password],
textarea, textarea,
select { select {
display: inline-block; display: inline-block;
width: 210px; width: 210px;
padding: 4px; padding: 4px;
font-size: 13px; font-size: 13px;
font-weight: normal; font-weight: normal;
line-height: 18px; line-height: 18px;
height: 18px; height: 18px;
color: #808080; color: #808080;
border: 1px solid #ccc; border: 1px solid #ccc;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
-moz-border-radius: 3px; -moz-border-radius: 3px;
border-radius: 3px; border-radius: 3px;
} }
select, input[type=file] { select, input[type=file] {
height: 27px; height: 27px;
line-height: 27px; line-height: 27px;
} }
textarea { textarea {
height: auto; height: auto;
} }
/* grey out placeholders */ /* grey out placeholders */
:-moz-placeholder { :-moz-placeholder {
color: #bfbfbf; color: #bfbfbf;
} }
::-webkit-input-placeholder { ::-webkit-input-placeholder {
color: #bfbfbf; color: #bfbfbf;
} }
input[type=text], input[type=text],
input[type=password], input[type=password],
select, select,
textarea { textarea {
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
} }
input[type=text]:focus, input[type=password]:focus, textarea:focus { input[type=text]:focus, input[type=password]:focus, textarea:focus {
outline: none; outline: none;
border-color: rgba(82, 168, 236, 0.8); border-color: rgba(82, 168, 236, 0.8);
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
} }
/* buttons */ /* buttons */
button { button {
display: inline-block; display: inline-block;
padding: 4px 14px; padding: 4px 14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px; font-size: 13px;
line-height: 18px; line-height: 18px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
background-color: #0064cd; background-color: #0064cd;
background-repeat: repeat-x; background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd)); background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
background-image: -moz-linear-gradient(top, #049cdb, #0064cd); background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
background-image: -ms-linear-gradient(top, #049cdb, #0064cd); background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd)); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd); background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
background-image: -o-linear-gradient(top, #049cdb, #0064cd); background-image: -o-linear-gradient(top, #049cdb, #0064cd);
background-image: linear-gradient(top, #049cdb, #0064cd); background-image: linear-gradient(top, #049cdb, #0064cd);
color: #fff; color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border: 1px solid #004b9a; border: 1px solid #004b9a;
border-bottom-color: #003f81; border-bottom-color: #003f81;
-webkit-transition: 0.1s linear all; -webkit-transition: 0.1s linear all;
-moz-transition: 0.1s linear all; -moz-transition: 0.1s linear all;
transition: 0.1s linear all; transition: 0.1s linear all;
border-color: #0064cd #0064cd #003f81; border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
} }
button:hover { button:hover {
color: #fff; color: #fff;
background-position: 0 -15px; background-position: 0 -15px;
text-decoration: none; text-decoration: none;
} }
button:active { button:active {
-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
} }
button::-moz-focus-inner { button::-moz-focus-inner {
padding: 0; padding: 0;
border: 0; border: 0;
} }