292 lines
4.5 KiB
CSS
292 lines
4.5 KiB
CSS
html {
|
|
font-size: 19px;
|
|
}
|
|
|
|
html, body {
|
|
margin: auto;
|
|
background: #fefefe;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
body {
|
|
font-family: "Vollkorn", Palatino, Times;
|
|
color: #333;
|
|
line-height: 1.4;
|
|
text-align: justify;
|
|
}
|
|
|
|
#write {
|
|
max-width: 960px;
|
|
margin: 0 auto;
|
|
margin-bottom: 2em;
|
|
line-height: 1.53;
|
|
padding-top: 40px;
|
|
}
|
|
|
|
@media only screen and (min-width: 1400px) {
|
|
#write {
|
|
max-width: 1100px;
|
|
}
|
|
}
|
|
|
|
@media print {
|
|
html {
|
|
font-size: 13px;
|
|
}
|
|
}
|
|
|
|
/* Typography
|
|
-------------------------------------------------------- */
|
|
|
|
#write>h1:first-child,
|
|
h1 {
|
|
margin-top: 1.6em;
|
|
font-weight: normal;
|
|
}
|
|
|
|
h1 {
|
|
font-size:3em;
|
|
}
|
|
|
|
h2 {
|
|
margin-top:2em;
|
|
font-weight: normal;
|
|
}
|
|
|
|
h3 {
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
margin-top: 3em;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3{
|
|
text-align: center;
|
|
}
|
|
|
|
h2:after{
|
|
border-bottom: 1px solid #2f2f2f;
|
|
content: '';
|
|
width: 100px;
|
|
display: block;
|
|
margin: 0 auto;
|
|
height: 1px;
|
|
}
|
|
|
|
h1+h2, h2+h3 {
|
|
margin-top: 0.83em;
|
|
}
|
|
|
|
p,
|
|
.mathjax-block {
|
|
margin-top: 0;
|
|
-webkit-hypens: auto;
|
|
-moz-hypens: auto;
|
|
hyphens: auto;
|
|
}
|
|
ul {
|
|
list-style: square;
|
|
padding-left: 1.2em;
|
|
}
|
|
ol {
|
|
padding-left: 1.2em;
|
|
}
|
|
blockquote {
|
|
margin-left: 1em;
|
|
padding-left: 1em;
|
|
border-left: 1px solid #ddd;
|
|
}
|
|
code,
|
|
pre {
|
|
font-family: "Consolas", "Menlo", "Monaco", monospace, serif;
|
|
font-size: .9em;
|
|
background: white;
|
|
}
|
|
.md-fences{
|
|
margin-left: 1em;
|
|
padding-left: 1em;
|
|
border: 1px solid #ddd;
|
|
padding-bottom: 8px;
|
|
padding-top: 6px;
|
|
margin-bottom: 1.5em;
|
|
}
|
|
|
|
a {
|
|
color: #2484c1;
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
a img {
|
|
border: none;
|
|
}
|
|
h1 a,
|
|
h1 a:hover {
|
|
color: #333;
|
|
text-decoration: none;
|
|
}
|
|
hr {
|
|
color: #ddd;
|
|
height: 1px;
|
|
margin: 2em 0;
|
|
border-top: solid 1px #ddd;
|
|
border-bottom: none;
|
|
border-left: 0;
|
|
border-right: 0;
|
|
}
|
|
.ty-table-edit {
|
|
background: #ededed;
|
|
padding-top: 4px;
|
|
}
|
|
table {
|
|
margin-bottom: 1.333333rem
|
|
}
|
|
table th,
|
|
table td {
|
|
padding: 8px;
|
|
line-height: 1.333333rem;
|
|
vertical-align: top;
|
|
border-top: 1px solid #ddd
|
|
}
|
|
table th {
|
|
font-weight: bold
|
|
}
|
|
table thead th {
|
|
vertical-align: bottom
|
|
}
|
|
table caption+thead tr:first-child th,
|
|
table caption+thead tr:first-child td,
|
|
table colgroup+thead tr:first-child th,
|
|
table colgroup+thead tr:first-child td,
|
|
table thead:first-child tr:first-child th,
|
|
table thead:first-child tr:first-child td {
|
|
border-top: 0
|
|
}
|
|
table tbody+tbody {
|
|
border-top: 2px solid #ddd
|
|
}
|
|
|
|
.task-list{
|
|
padding:0;
|
|
}
|
|
|
|
.md-task-list-item {
|
|
padding-left: 1.6rem;
|
|
}
|
|
|
|
.md-task-list-item > input:before {
|
|
content: '\221A';
|
|
display: inline-block;
|
|
width: 1.33333333rem;
|
|
height: 1.6rem;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
color: #ddd;
|
|
background-color: #fefefe;
|
|
}
|
|
|
|
.md-task-list-item > input:checked:before,
|
|
.md-task-list-item > input[checked]:before{
|
|
color: inherit;
|
|
}
|
|
.md-tag {
|
|
color: inherit;
|
|
font: inherit;
|
|
}
|
|
#write pre.md-meta-block {
|
|
min-height: 35px;
|
|
padding: 0.5em 1em;
|
|
}
|
|
#write pre.md-meta-block {
|
|
white-space: pre;
|
|
background: #f8f8f8;
|
|
border: 0px;
|
|
color: #999;
|
|
|
|
width: 100vw;
|
|
max-width: calc(100% + 60px);
|
|
margin-left: -30px;
|
|
border-left: 30px #f8f8f8 solid;
|
|
border-right: 30px #f8f8f8 solid;
|
|
|
|
margin-bottom: 2em;
|
|
margin-top: -1.3333333333333rem;
|
|
padding-top: 26px;
|
|
padding-bottom: 10px;
|
|
line-height: 1.8em;
|
|
font-size: 0.9em;
|
|
font-size: 0.76em;
|
|
padding-left: 0;
|
|
}
|
|
.md-img-error.md-image>.md-meta{
|
|
vertical-align: bottom;
|
|
}
|
|
#write>h5.md-focus:before {
|
|
top: 2px;
|
|
}
|
|
|
|
.md-toc {
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.md-toc-content {
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.outline-expander:before {
|
|
color: inherit;
|
|
font-size: 14px;
|
|
top: auto;
|
|
content: "\f0da";
|
|
font-family: FontAwesome;
|
|
}
|
|
|
|
.outline-expander:hover:before,
|
|
.outline-item-open>.outline-item>.outline-expander:before {
|
|
content: "\f0d7";
|
|
}
|
|
|
|
/** source code mode */
|
|
#typora-source {
|
|
font-family: Courier, monospace;
|
|
color: #6A6A6A;
|
|
}
|
|
|
|
.html-for-mac #typora-sidebar {
|
|
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
|
|
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
|
|
}
|
|
|
|
.cm-s-typora-default .cm-header,
|
|
.cm-s-typora-default .cm-property,
|
|
.CodeMirror.cm-s-typora-default div.CodeMirror-cursor {
|
|
color: #428bca;
|
|
}
|
|
|
|
.cm-s-typora-default .cm-atom, .cm-s-typora-default .cm-number {
|
|
color: #777777;
|
|
}
|
|
|
|
.typora-node .file-list-item-parent-loc,
|
|
.typora-node .file-list-item-time,
|
|
.typora-node .file-list-item-summary {
|
|
font-family: arial, sans-serif;
|
|
}
|
|
|
|
.md-task-list-item>input {
|
|
margin-left: -1.3em;
|
|
margin-top: calc(1rem - 12px);
|
|
}
|
|
|
|
.md-mathjax-midline {
|
|
background: #fafafa;
|
|
}
|
|
|
|
.md-fences .code-tooltip {
|
|
bottom: -2em !important;
|
|
}
|
|
|
|
.dropdown-menu .divider {
|
|
border-color: #e5e5e5;
|
|
} |