Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.93 KB | None | 0 0
  1. @charset "UTF-8";
  2.  
  3. :root {
  4. --control-text-color: #000000;
  5. --side-bar-bg-color: #f6f8fa
  6. }
  7. #write {
  8. max-width: 860px;
  9. margin: 0 auto;
  10. padding: 20px;
  11. padding-bottom: 10px;
  12. padding-top: 10px;
  13. }
  14. html {
  15. font-size: 16px;
  16. -webkit-font-smoothing: subpixel-antialiased
  17. }
  18. body {
  19. font-family: "Microsoft YaHei","微软雅黑","SF UI Text","PingFang SC",-apple-system,-apple-system-body,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  20. color: #000000;
  21. line-height: 1.5;
  22. font-weight: 300
  23. }
  24. body > :first-child {
  25. margin-top: 0!important
  26. }
  27. body > :last-child {
  28. margin-bottom: 0!important
  29. }
  30. a {
  31. color: #4183c4
  32. }
  33. h1,
  34. h2,
  35. h3,
  36. h4,
  37. h5,
  38. h6 {
  39. position: relative;
  40. margin-top: 1rem;
  41. margin-bottom: 1rem;
  42. font-weight: 400;
  43. line-height: 1;
  44. cursor: text;
  45. color: #000000
  46. }
  47. h1:hover a.anchor,
  48. h2:hover a.anchor,
  49. h3:hover a.anchor,
  50. h4:hover a.anchor,
  51. h5:hover a.anchor,
  52. h6:hover a.anchor {
  53. text-decoration: none
  54. }
  55. h1 code,
  56. h1 tt,
  57. h2 code,
  58. h2 tt,
  59. h3 code,
  60. h3 tt,
  61. h4 code,
  62. h4 tt,
  63. h5 code,
  64. h5 tt,
  65. h6 code,
  66. h6 tt {
  67. font-size: inherit
  68. }
  69. h1 {
  70. text-align: center;
  71. font-size: 2em;
  72. line-height: 1.2;
  73. margin: 1em auto;
  74. }
  75. h1:after {
  76. border-bottom: 2px dashed #42b983;
  77. content: '';
  78. width: 100px;
  79. display: block;
  80. margin: .2em auto 0;
  81. height: 2px
  82. }
  83. h2 {
  84. font-size: 1.75em;
  85. padding-left: 9px;
  86. line-height: 1.2;
  87. border-left: 6px solid #42b983;
  88. }
  89. h3 {
  90. font-size: 1.5em;
  91. line-height: 1.2;
  92. padding-left: 9px;
  93. border-left: 4px solid #42b983;
  94. }
  95. h4 {
  96. font-size: 1.25em;
  97. line-height: 1.2;
  98. padding-left: 9px;
  99. border-left: 2px solid #42b983
  100. }
  101. h5 {
  102. font-size: 1em
  103. }
  104. h6 {
  105. font-size: 1em;
  106. color: #777777;
  107. }
  108. blockquote,
  109. dl,
  110. ol,
  111. p,
  112. table,
  113. ul {
  114. margin: .8em 0
  115. }
  116. li > ol,
  117. li > ul {
  118. margin: 0
  119. }
  120. hr {
  121. height: .25em;
  122. padding: 0;
  123. margin: 24px 0;
  124. background-color: #e1e4e8;
  125. border: 0
  126. }
  127. a:first-child h1,
  128. a:first-child h2,
  129. a:first-child h3,
  130. a:first-child h4,
  131. a:first-child h5,
  132. a:first-child h6,
  133. body>h1:first-child,
  134. body>h1:first-child+h2,
  135. body>h2:first-child,
  136. body>h3:first-child,
  137. body>h4:first-child,
  138. body>h5:first-child,
  139. body>h6:first-child {
  140. margin-top: 0;
  141. padding-top: 0
  142. }
  143. h1 p,
  144. h2 p,
  145. h3 p,
  146. h4 p,
  147. h5 p,
  148. h6 p {
  149. margin-top: 0
  150. }
  151. li p.first {
  152. display: inline-block
  153. }
  154. ol,
  155. ul {
  156. padding-left: 30px
  157. }
  158. ol:first-child,
  159. ul:first-child {
  160. margin-top: 0
  161. }
  162. ol:last-child,
  163. ul:last-child {
  164. margin-bottom: 0
  165. }
  166.  
  167. blockquote {
  168. padding: 10px 15px;
  169. color: #777777;
  170. background-color: #42b9831a;
  171. }
  172. blockquote blockquote {
  173. padding-right: 0
  174. }
  175. table {
  176. padding: 0;
  177. word-break: initial
  178. }
  179. table tr {
  180. border-top: 1px solid #dadfe6;
  181. margin: 0;
  182. padding: 0
  183. }
  184. table.md-table tr:nth-child(2n) {
  185. background-color: #fafbfc
  186. }
  187. table tr th {
  188. font-weight: 400;
  189. border: 1px solid #dadfe6;
  190. text-align: left;
  191. margin: 0;
  192. padding: 6px 13px
  193. }
  194. table tr td {
  195. border: 1px solid #dadfe6;
  196. text-align: left;
  197. margin: 0;
  198. padding: 6px 13px
  199. }
  200. table tr td:first-child,
  201. table tr th:first-child {
  202. margin-top: 0
  203. }
  204. table tr td:last-child,
  205. table tr th:last-child {
  206. margin-bottom: 0
  207. }
  208. .CodeMirror-gutters {
  209. border-right: 1px solid #ddd
  210. }
  211. .md-fences,
  212. code,
  213. tt {
  214. font-size: 90%;
  215. border-radius: 3px;
  216. font-family: "SF Mono",Consolas,"Liberation Mono",Menlo,Courier,monospace,"PingFang SC","Microsoft YaHei","微软雅黑"
  217. }
  218. code,
  219. tt {
  220. margin: 0 2px;
  221. padding: 2px 4px;
  222. background-color: #e2f0ff
  223. }
  224. .md-fences {
  225. background-color: #f6f8fa;
  226. margin-bottom: 15px;
  227. margin-top: 15px;
  228. padding: 12px 1em
  229. }
  230. .md-task-list-item > input {
  231. margin-left: -1.45em;
  232. margin-top: calc(.9em - 10px)
  233. }
  234. @media print {
  235. body {
  236. font-size: 11px;
  237. font-weight: 400
  238. }
  239. pre,
  240. table {
  241. page-break-inside: avoid
  242. }
  243. pre {
  244. word-wrap: break-word
  245. }
  246. }
  247. #write pre.md-meta-block {
  248. padding: 1rem;
  249. font-size: 85%;
  250. line-height: 1.2;
  251. background-color: #f7faf6;
  252. border: 0;
  253. border-radius: 3px;
  254. color: #777;
  255. margin-top: 0!important
  256. }
  257. .mathjax-block > .code-tooltip {
  258. bottom: .375rem
  259. }
  260. #write > h3.md-focus:before {
  261. left: -1.5625rem;
  262. top: .375rem
  263. }
  264. #write>h4.md-focus:before,
  265. #write>h5.md-focus:before,
  266. #write>h6.md-focus:before {
  267. left: -1.5625rem;
  268. top: .285714286rem
  269. }
  270. .md-image > .md-meta {
  271. border: 1px solid #ddd;
  272. border-radius: 3px;
  273. font-family: "SF Mono",Consolas,"PingFang SC","Liberation Mono",Courier,monospace,"Microsoft YaHei","微软雅黑";
  274. padding: 2px 4px 0;
  275. font-size: .9em;
  276. color: inherit
  277. }
  278. .md-tag {
  279. color: inherit
  280. }
  281. .md-toc {
  282. margin-top: 20px;
  283. padding-bottom: 20px
  284. }
  285. .sidebar-tabs {
  286. border-bottom: none
  287. }
  288. #typora-quick-open {
  289. border: 1px solid #ddd;
  290. background-color: #f8f8f8
  291. }
  292. #typora-quick-open-item {
  293. background-color: #fafafa;
  294. border-color: #fefefe #e5e5e5 #e5e5e5 #eee;
  295. border-style: solid;
  296. border-width: 1px
  297. }
  298. .typora-quick-open-item {
  299. padding-top: 3px
  300. }
  301. .typora-quick-open-list {
  302. margin-top: 4px
  303. }
  304. .typora-quick-open-item-path {
  305. margin-top: -2px
  306. }
  307. #md-notification:before {
  308. top: 10px
  309. }
  310. .on-focus-mode blockquote {
  311. border-left-color: rgba(85,85,85,.12)
  312. }
  313. .context-menu,
  314. .megamenu-content,
  315. footer,
  316. header {
  317. font-family: "SF UI Text","PingFang SC",-apple-system,-apple-system-body,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei","微软雅黑",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
  318. }
  319. .file-node-content:hover .file-node-icon,
  320. .file-node-content:hover .file-node-open-state {
  321. visibility: visible
  322. }
  323. .mac-seamless-mode #typora-sidebar {
  324. background-color: var(--side-bar-bg-color)
  325. }
  326. .md-lang {
  327. color: #b4654d
  328. }
  329. .pin-outline #outline-content .outline-active strong,
  330. .pin-outline .outline-active {
  331. font-weight: 400;
  332. color: #232323
  333. }
  334. .outline-label {
  335. font-weight: 300;
  336. color: #646464
  337. }
  338. b,
  339. strong {
  340. font-weight: 500
  341. }
  342. .file-list-item-summary {
  343. font-family: "SF UI Text","PingFang SC",-apple-system,-apple-system-body,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei","微软雅黑",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
  344. }
  345. .file-list-item-file-name {
  346. font-weight: 400
  347. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement