Skip to content

Instantly share code, notes, and snippets.

@jony4
Last active July 15, 2019 01:41
Show Gist options
  • Save jony4/a107c91d3c43722b75a9d0fc3034a9e6 to your computer and use it in GitHub Desktop.
Save jony4/a107c91d3c43722b75a9d0fc3034a9e6 to your computer and use it in GitHub Desktop.
Typora 自定义微信,用于公众平台主题
@charset "UTF-8";
:root {
--control-text-color: #000000;
--side-bar-bg-color: #f6f8fa
}
#write {
max-width: 860px;
margin: 0 auto;
padding: 20px;
padding-bottom: 10px;
padding-top: 10px;
}
html {
font-size: 16px;
-webkit-font-smoothing: subpixel-antialiased
}
body {
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";
color: #000000;
line-height: 1.5;
font-weight: 300
}
body > :first-child {
margin-top: 0!important
}
body > :last-child {
margin-bottom: 0!important
}
a {
color: #4183c4
}
h1,
h2,
h3,
h4,
h5,
h6 {
position: relative;
margin-top: 1rem;
margin-bottom: 1rem;
font-weight: 400;
line-height: 1;
cursor: text;
color: #000000
}
h1:hover a.anchor,
h2:hover a.anchor,
h3:hover a.anchor,
h4:hover a.anchor,
h5:hover a.anchor,
h6:hover a.anchor {
text-decoration: none
}
h1 code,
h1 tt,
h2 code,
h2 tt,
h3 code,
h3 tt,
h4 code,
h4 tt,
h5 code,
h5 tt,
h6 code,
h6 tt {
font-size: inherit
}
h1 {
text-align: center;
font-size: 2em;
line-height: 1.2;
margin: 1em auto;
}
h1:after {
border-bottom: 2px dashed #42b983;
content: '';
width: 100px;
display: block;
margin: .2em auto 0;
height: 2px
}
h2 {
font-size: 1.75em;
padding-left: 9px;
line-height: 1.2;
border-left: 6px solid #42b983;
}
h3 {
font-size: 1.5em;
line-height: 1.2;
padding-left: 9px;
border-left: 4px solid #42b983;
}
h4 {
font-size: 1.25em;
line-height: 1.2;
padding-left: 9px;
border-left: 2px solid #42b983
}
h5 {
font-size: 1em
}
h6 {
font-size: 1em;
color: #777777;
}
blockquote,
dl,
ol,
p,
table,
ul {
margin: .8em 0
}
li > ol,
li > ul {
margin: 0
}
hr {
height: .25em;
padding: 0;
margin: 24px 0;
background-color: #e1e4e8;
border: 0
}
a:first-child h1,
a:first-child h2,
a:first-child h3,
a:first-child h4,
a:first-child h5,
a:first-child h6,
body>h1:first-child,
body>h1:first-child+h2,
body>h2:first-child,
body>h3:first-child,
body>h4:first-child,
body>h5:first-child,
body>h6:first-child {
margin-top: 0;
padding-top: 0
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
margin-top: 0
}
li p.first {
display: inline-block
}
ol,
ul {
padding-left: 30px
}
ol:first-child,
ul:first-child {
margin-top: 0
}
ol:last-child,
ul:last-child {
margin-bottom: 0
}
blockquote {
padding: 10px 15px;
color: #777777;
background-color: #42b9831a;
}
blockquote blockquote {
padding-right: 0
}
table {
padding: 0;
word-break: initial
}
table tr {
border-top: 1px solid #dadfe6;
margin: 0;
padding: 0
}
table.md-table tr:nth-child(2n) {
background-color: #fafbfc
}
table tr th {
font-weight: 400;
border: 1px solid #dadfe6;
text-align: left;
margin: 0;
padding: 6px 13px
}
table tr td {
border: 1px solid #dadfe6;
text-align: left;
margin: 0;
padding: 6px 13px
}
table tr td:first-child,
table tr th:first-child {
margin-top: 0
}
table tr td:last-child,
table tr th:last-child {
margin-bottom: 0
}
.CodeMirror-gutters {
border-right: 1px solid #ddd
}
.md-fences,
code,
tt {
font-size: 90%;
border-radius: 3px;
font-family: "SF Mono",Consolas,"Liberation Mono",Menlo,Courier,monospace,"PingFang SC","Microsoft YaHei","微软雅黑"
}
code,
tt {
margin: 0 2px;
padding: 2px 4px;
background-color: #e2f0ff
}
.md-fences {
background-color: #f6f8fa;
margin-bottom: 15px;
margin-top: 15px;
padding: 12px 1em
}
.md-task-list-item > input {
margin-left: -1.45em;
margin-top: calc(.9em - 10px)
}
@media print {
body {
font-size: 11px;
font-weight: 400
}
pre,
table {
page-break-inside: avoid
}
pre {
word-wrap: break-word
}
}
#write pre.md-meta-block {
padding: 1rem;
font-size: 85%;
line-height: 1.2;
background-color: #f7faf6;
border: 0;
border-radius: 3px;
color: #777;
margin-top: 0!important
}
.mathjax-block > .code-tooltip {
bottom: .375rem
}
#write > h3.md-focus:before {
left: -1.5625rem;
top: .375rem
}
#write>h4.md-focus:before,
#write>h5.md-focus:before,
#write>h6.md-focus:before {
left: -1.5625rem;
top: .285714286rem
}
.md-image > .md-meta {
border: 1px solid #ddd;
border-radius: 3px;
font-family: "SF Mono",Consolas,"PingFang SC","Liberation Mono",Courier,monospace,"Microsoft YaHei","微软雅黑";
padding: 2px 4px 0;
font-size: .9em;
color: inherit
}
.md-tag {
color: inherit
}
.md-toc {
margin-top: 20px;
padding-bottom: 20px
}
.sidebar-tabs {
border-bottom: none
}
#typora-quick-open {
border: 1px solid #ddd;
background-color: #f8f8f8
}
#typora-quick-open-item {
background-color: #fafafa;
border-color: #fefefe #e5e5e5 #e5e5e5 #eee;
border-style: solid;
border-width: 1px
}
.typora-quick-open-item {
padding-top: 3px
}
.typora-quick-open-list {
margin-top: 4px
}
.typora-quick-open-item-path {
margin-top: -2px
}
#md-notification:before {
top: 10px
}
.on-focus-mode blockquote {
border-left-color: rgba(85,85,85,.12)
}
.context-menu,
.megamenu-content,
footer,
header {
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"
}
.file-node-content:hover .file-node-icon,
.file-node-content:hover .file-node-open-state {
visibility: visible
}
.mac-seamless-mode #typora-sidebar {
background-color: var(--side-bar-bg-color)
}
.md-lang {
color: #b4654d
}
.pin-outline #outline-content .outline-active strong,
.pin-outline .outline-active {
font-weight: 400;
color: #232323
}
.outline-label {
font-weight: 300;
color: #646464
}
b,
strong {
font-weight: 500
}
.file-list-item-summary {
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"
}
.file-list-item-file-name {
font-weight: 400
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment