-
-
Save mba811/cd0cf3eb63f605fd45971cf6ebe335e8 to your computer and use it in GitHub Desktop.
Bytedance Toutiao Theme for Typora
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Editor*/ | |
#write { | |
max-width: 700px; | |
margin: 0 auto; | |
padding: 30px; | |
padding-bottom: 100px; | |
} | |
/*Preview*/ | |
body { | |
font-family: -apple-system, helvetica, sans-serif; | |
overflow-x: hidden; | |
background-color: #ffffff; | |
} | |
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video { | |
margin: 0; | |
padding: 0; | |
border: 0; | |
font: -apple-system, helvetica, sans-serif; | |
font-size: 100%; | |
vertical-align: baseline; | |
-webkit-touch-callout: none; | |
} | |
h1 { | |
position: relative; | |
margin: 18px 0; | |
padding-left: 12px; | |
border-left:4px #f85959 solid; | |
font-size: 18px; | |
font-weight: bold; | |
line-height: 1.4; | |
color: #222222; | |
} | |
p { | |
margin: 18px 0; | |
font-size: 18px; | |
line-height: 1.5; | |
color: #222222; | |
text-align: justify; | |
word-wrap: break-word; | |
word-break: break-word; | |
-webkit-hyphens: auto; | |
hyphens: auto; | |
} | |
img { | |
width: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment