原创

分享一款不错的typora主题

分享一款不错的typora主体

使用方法

  • 在文件—>偏好设置中打开主题的文件夹
  • 在同级目录下创建一个github.user.css文件
  • 复制下文中的css
  • 重启typora
:root {
    --side-bar-bg-color#d9d0bc;
    --control-text-color#777;
}

@include-when-export url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,700,400&subset=latin,latin-ext);

@font-face {
    font-family'Open Sans';
    font-style: normal;
    font-weight: normal;
    srclocal('Open Sans Regular'),url('./github/400.woff'format('woff')
}

@font-face {
    font-family'Open Sans';
    font-style: italic;
    font-weight: normal;
    srclocal('Open Sans Italic'),url('./github/400i.woff'format('woff')
}

@font-face {
    font-family'Open Sans';
    font-style: normal;
    font-weight: bold;
    srclocal('Open Sans Bold'),url('./github/700.woff'format('woff')
}

@font-face {
    font-family'Open Sans';
    font-style: italic;
    font-weight: bold;
    srclocal('Open Sans Bold Italic'),url('./github/700i.woff'format('woff')
}


html {
    font-size16px;
}

body {
    font-family"Open Sans","Clear Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    /*color: rgb(51, 51, 51);*/
    background-color#d9d0bc/*body bg color*/
    line-height1.6;
}

#write{
    max-width860px;
    margin-top:    30px/*top*/
    margin-bottom30px;
    padding100px 60px/*top to title padding*/
    border-radius5px;
    -o-box-shadow0 10px 10px #333333;
    -webkit-box-shadow0 10px 10px #333333;
    -moz-box-shadow0 10px 10px #333333;
    box-shadow0px 50px 100px #333333;
}
#write > ul:first-child,
#write > ol:first-child{
    margin-top30px;
}

body > *:first-child {
    margin-top0 !important;
}
body > *:last-child {
    margin-bottom0 !important;
}
a {
    color#4183C4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin-top1rem;
    margin-bottom1rem;
    font-weight: bold;
    line-height1.4;
    cursor: text;
}
h1:hover a.anchor,
h2:hover a.anchor,
h3:hover a.anchor,
h4:hover a.anchor,
h5:hover a.anchor,
h6:hover a.anchor {
    /*background: url("../../images/modules/styleguide/para.png") no-repeat 10px center;*/
    text-decoration: none;
}
h1 tt,
h1 code {
    font-size: inherit;
}
h2 tt,
h2 code {
    font-size: inherit;
}
h3 tt,
h3 code {
    font-size: inherit;
}
h4 tt,
h4 code {
    font-size: inherit;
}
h5 tt,
h5 code {
    font-size: inherit;
}
h6 tt,
h6 code {
    font-size: inherit;
}
h1 {
    font-family"PT Serif";
    padding-bottom: .3em;
    font-size3em;
    line-height1.2;
    border-bottom1px solid #9b9692;
    text-align: center;
}
h2 {
   padding-bottom: .3em;
    font-size1.75em;
    line-height1.225;
    border-bottom1px solid #9b9692;
}
h3 {
    font-size1.5em;
    line-height1.43;
}
h4 {
    font-size1.25em;
}
h5 {
    font-size1em;
}
h6 {
   font-size1em;
    color#777;
}
p,
blockquote,
ul,
ol,
dl,
table{
    margin0.8em 0;
}
li>ol,
li>ul {
    margin0 0;
}
hr {
    height2px;
    padding0;
    margin16px 0;
    background-color#e7e7e7;
    border0 none;
    overflow: hidden;
    box-sizing: content-box;
}

body > h2:first-child {
    margin-top0;
    padding-top0;
}
body > h1:first-child {
    margin-top0;
    padding-top0;
}
body > h1:first-child + h2 {
    margin-top0;
    padding-top0;
}
body > h3:first-child,
body > h4:first-child,
body > h5:first-child,
body > h6:first-child {
    margin-top0;
    padding-top0;
}
a:first-child h1,
a:first-child h2,
a:first-child h3,
a:first-child h4,
a:first-child h5,
a:first-child h6 {
    margin-top0;
    padding-top0;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
    margin-top0;
}
li p.first {
    display: inline-block;
}
ul,
ol {
    padding-left30px;
}
ul:first-child,
ol:first-child {
    margin-top0;
}
ul:last-child,
ol:last-child {
    margin-bottom0;
}
blockquote {
    border-left4px solid #dfe2e5;
    padding0 15px;
    color#777777;
}
blockquote blockquote {
    padding-right0;
}
table {
    padding0;
    word-break: initial;
}
table tr {
    border-top1px solid #dfe2e5;
    margin0;
    padding0;
    background-colorrgba(93, 172, 129, 0.2); /*若竹*/
}
table tr:nth-child(2n),
thead {
    background-colorrgba(93, 172, 129, 0.2); /*set even row color*/
}
tbody tr:nth-child(2n-1) {
    background-color: transparent !important/*only odd row has color*/
}
table tr th {
    font-weight: bold;
    border1px solid #dfe2e5;
    border-bottom0;
    text-align: left;
    margin0;
    padding6px 13px;
}
table tr td {
    border1px solid #dfe2e5;
    text-align: left;
    margin0;
    padding6px 13px;
}
table tr th:first-child,
table tr td:first-child {
    margin-top0;
}
table tr th:last-child,
table tr td:last-child {
    margin-bottom0;
}

.CodeMirror-lines {
    padding-left4px;
}

.code-tooltip {
    box-shadow0 1px 1px 0 rgba(0,28,36,.3);
    border-top1px solid #eef2f2;
}


code {
    background-color#f3f4f4;
    padding0 4px 2px 4px;
}

.md-fences {
    margin-bottom15px;
    margin-top15px;
    padding0.2em 1em;
    padding-top8px;
    padding-bottom6px;
}
.md-task-list-item > input {
  margin-left: -1.3em;
}

@media screen and (min-width: 914px) {
    /*body {
        width: 854px;
        margin: 0 auto;
    }*/

}
@media print {
    html {
        font-size13px;
    }
    table,
    pre {
        page-break-inside: avoid;
    }
    pre {
        word-wrap: break-word;
    }
}
#write pre.md-meta-block {
    padding1rem;
    font-size85%;
    line-height1.45;
    background-color#f7f7f7;
    border0;
    border-radius3px;
    color#777777;
    margin-top0 !important;
}
.md-fences,
code,
tt {
    /*border: 1px solid #e7eaed;*/
    background-colorrgb(197,137,88); /* code block inline BGcolor */
    border-radius3px;
    padding0;
    padding2px 4px 0px 4px;
    font-size0.8em;
    font-family: menlo;
    /*color: #f9f2f4; /*code block inline font color*/
}

.md-fences {
    background-color#1e2128/*code block bg color*/
    color#989fad/*comma*/
}
.cm-s-inner .cm-comment {color#3f4450/*comment color*/ }
.cm-s-inner .cm-keyword {color#c678dd/*function*/ }
.cm-s-inner .cm-def {color#f9f2f4; }
.cm-s-inner .cm-operator {color#b75bd0; } /*return var*/
.cm-s-inner .cm-variable {color#d19a66/*window*/ }
.cm-s-inner .cm-variable-2 { color#e2b76a; } /*window jquery*/
.cm-s-inner .cm-string { color#98c379; } /* string */
.cm-s-inner .cm-attribute { color#FFCB6B; }
.cm-s-inner .cm-property { color#d19a66; } /*property*/
.cm-s-inner .cm-variable-3 { color#DECB6B; }
.cm-s-inner .cm-error {colorrgba(209, 154, 102, 1.0); background-color#448867;
}
.cm-s-inner .cm-atom { color#F77669; } /*null undefined*/
.cm-s-inner .cm-number { color#F77669; }
.cm-s-inner .cm-builtin { color#DECB6B; } /*system built in command*/
.cm-s-inner .cm-tag { color#80CBC4; }  /*LaTeX command*/
.cm-s-inner .cm-meta { color#80CBC4; } /*LaTeX command*/
.cm-s-inner .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: white !important;
}

.mathjax-block>.code-tooltip {
    bottom: .375rem;
}

.md-mathjax-midline {
    background: ;
}

#write>h3.md-focus:before{
    left: -1.5625rem;
    top: .375rem;
}
#write>h4.md-focus:before{
    left: -1.5625rem;
    top: .285714286rem;
}
#write>h5.md-focus:before{
    left: -1.5625rem;
    top: .285714286rem;
}
#write>h6.md-focus:before{
    left: -1.5625rem;
    top: .285714286rem;
}
.md-image>.md-meta {
    /*border: 1px solid #ddd;*/
    border-radius3px;
    padding2px 0px 0px 4px;
    font-size0.9em;
    color: inherit;
}

.md-tag {
    color#a7a7a7;
    opacity1;
}

.md-toc { 
    margin-top:20px;
    padding-bottom:20px;
}

.sidebar-tabs {
    border-bottom: none;
}

#typora-quick-open {
    border1px solid #ddd;
    background-color#f8f8f8;
}

#typora-quick-open-item {
    background-color#FAFAFA;
    border-color#FEFEFE #e5e5e5 #e5e5e5 #eee;
    border-style: solid;
    border-width1px;
}

/** focus mode */
.on-focus-mode blockquote {
    border-left-colorrgba(85, 85, 85, 0.12);
}

header.context-menu.megamenu-contentfooter{
    font-family"Segoe UI""Arial", sans-serif;
}

.file-node-content:hover .file-node-icon,
.file-node-content:hover .file-node-open-state{
    visibility: visible;
}

.mac-seamless-mode #typora-sidebar {
    background-color#fafafa;
    background-colorvar(--side-bar-bg-color);
}

.md-lang {
    color#b4654d;
}

.html-for-mac .context-menu {
    --item-hover-bg-color#E6F0FE;
}

版权声明:本文为人工博客的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
本文链接:https://www.gzcx.net/article/15

正文到此结束
本文目录