zoukankan      html  css  js  c++  java
  • theme purple

    :root {
    --control-text-color: #777;
    --select-text-bg-color: rgba(223, 197, 223); /*#7e66992e;*/

    /* side bar */
    --side-bar-bg-color: rgb(255, 255, 255);
    --active-file-text-color: #8163bd;
    --active-file-bg-color: #E9E4F0;
    --item-hover-bg-color: #E9E4F0;
    --active-file-border-color: #8163bd;

    --title-color: #6c549c;
    --font-sans-serif: 'Ubuntu', 'Source Sans Pro', sans-serif !important;
    --font-monospace: 'Fira Code', 'Roboto Mono', monospace !important;
    --purple-1: #8163bd;
    --purple-2: #79589F;
    --purple-3: #fd5eb8;
    --purple-light-1: rgba(99, 99, 172, .05);
    --purple-light-2: rgba(99, 99, 172, .1);
    --purple-light-3: rgba(99, 99, 172, .2);
    --purple-light-4: rgba(129, 99, 189, .3);
    --purple-light-5: #E9E4F0;
    --purple-light-6: rgba(129, 99, 189, .8);
    }

    /* html {
    font-size: 16px;
    } */

    body {
    font-family: var(--font-sans-serif);
    color: #34495e;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6rem;
    letter-spacing: 0;
    margin: 0;
    overflow-x: hidden;
    }

    /* 页边距 和 页面大小 */
    #write {
    padding-left: 6ch;
    padding-right: 6ch;
    margin: 0 auto;
    }

    #write p {
    line-height: 1.6rem;
    word-spacing: .05rem;
    }

    #write ol li {
    padding-left: 0.5rem;
    }

    #write > ul:first-child,
    #write > ol:first-child {
    margin-top: 30px;
    }

    body > *:first-child {
    margin-top: 0 !important;
    }

    body > *:last-child {
    margin-bottom: 0 !important;
    }

    a {
    color: var(--purple-1);
    padding: 0 2px;
    text-decoration: none;
    }
    .md-content {
    color: var(--purple-light-6);
    }
    #write a {
    border-bottom: 1px solid var(--purple-1);
    color: var(--purple-1);
    text-decoration: none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    /* font-weight: bold; */
    font-weight: 500 !important;
    line-height: 1.4;
    cursor: text;
    color: var(--title-color);
    font-family: var(--font-sans-serif);
    }

    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 tt,
    h1 code {
    font-size: inherit !important;
    }
    h2 tt,
    h2 code {
    font-size: inherit !important;
    }
    h3 tt,
    h3 code {
    font-size: inherit !important;
    }
    h4 tt,
    h4 code {
    font-size: inherit !important;
    }
    h5 tt,
    h5 code {
    font-size: inherit !important;
    }
    h6 tt,
    h6 code {
    font-size: inherit !important;
    }


    h1 {
    padding-bottom: .4rem;
    font-size: 2.2rem;
    line-height: 1.3;
    }
    h1 {
    text-align: center;
    padding-bottom: 0.3em;
    font-size: 2.2em;
    line-height: 1.2;
    margin: 2.4em auto 1.2em;
    }
    h1:after {
    content: '';
    display: block;
    margin: 0.2em auto 0;
    100px;
    height: 2px;
    border-bottom: 2px solid var(--title-color);
    }

    h2 {
    margin: 1.6em auto 0.5em;
    padding-left: 10px;
    line-height: 1.4;
    font-size: 1.8em;
    border-left: 9px solid var(--title-color);
    border-bottom: 1px solid var(--title-color);
    }
    h3 {
    font-size: 1.5rem;
    margin: 1.2em auto 0.5em;
    }
    h4 {
    font-size: 1.3rem;
    }
    h5 {
    font-size: 1.2rem;
    }
    h6 {
    font-size: 1.1rem;
    }

    p,
    blockquote,
    ul,
    ol,
    dl,
    table {
    margin: 0.8em 0;
    }

    li > ol,
    li > ul {
    margin: 0 0;
    }

    hr {
    height: 2px;
    padding: 0;
    margin: 16px 0;
    background-color: #e7e7e7;
    border: 0 none;
    overflow: hidden;
    box-sizing: content-box;
    }

    body > h2:first-child {
    margin-top: 0;
    padding-top: 0;
    }

    body > h1:first-child {
    margin-top: 0;
    padding-top: 0;
    }

    body > h1:first-child + h2 {
    margin-top: 0;
    padding-top: 0;
    }

    body > h3:first-child,
    body > h4:first-child,
    body > h5:first-child,
    body > h6:first-child {
    margin-top: 0;
    padding-top: 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 {
    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;
    }

    ul,
    ol {
    padding-left: 30px;
    }

    ul:first-child,
    ol:first-child {
    margin-top: 0;
    }

    ul:last-child,
    ol:last-child {
    margin-bottom: 0;
    }

    /* 引用 */
    blockquote {
    /* margin-left: 1rem; */
    border-left: 4px solid var(--purple-light-4);
    padding: 10px 15px;
    color: #777;
    background-color: var(--purple-light-1);
    }

    /* 表格 */
    table {
    padding: 0;
    word-break: initial;
    }

    table tr {
    border-top: 1px solid #dfe2e5;
    margin: 0;
    padding: 0;
    }

    /* 表格 背景色 */
    table tr:nth-child(2n),
    thead {
    background-color: var(--purple-light-1);
    }

    #write table thead th {
    background-color: var(--purple-light-2);
    }

    table tr th {
    font-weight: bold;
    border: 1px solid #dfe2e5;
    border-bottom: 0;
    text-align: left;
    margin: 0;
    padding: 6px 13px;
    }

    table tr td {
    border: 1px solid #dfe2e5;
    text-align: left;
    margin: 0;
    padding: 6px 13px;
    }

    table tr th:first-child,
    table tr td:first-child {
    margin-top: 0;
    }

    table tr th:last-child,
    table tr td:last-child {
    margin-bottom: 0;
    }

    /* 粗体 */
    #write strong {
    padding: 0 2px;
    color: var(--purple-1);
    }

    /* 斜体 */
    #write em {
    padding: 0 5px 0 2px;
    /* font-style: normal; */
    color: #42b983;
    }


    /* inline code */
    /*
    #write code, tt {
    padding: 2px 4px;
    border-radius: 2px;
    font-family: var(--font-monospace);
    font-size: 0.92rem;
    color: var(--purple-3);
    background-color: rgba(99, 99, 172, .05);
    }
    */

    .CodeMirror-lines {
    padding-left: 4px;
    }

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

    .md-fences,
    code,
    tt {
    border: 1px solid #e7eaed;
    background-color: #f8f8f8;
    border-radius: 3px;
    padding: 0;
    padding: 2px 4px 0px 4px;
    font-size: 0.9em;
    }

    code {
    background-color: #f3f4f4;
    padding: 0 2px 0 2px;
    }

    .md-fences {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-top: 8px;
    padding-bottom: 6px;
    }

    .md-task-list-item > input {
    margin-left: -1.3em;
    }

    @media print {
    html {
    font-size: 13px;
    }
    table,
    pre {
    page-break-inside: avoid;
    }
    pre {
    word-wrap: break-word;
    }
    }

    .md-fences {
    background-color: #f8f8f8;
    }
    #write pre.md-meta-block {
    padding: 1rem;
    font-size: 85%;
    line-height: 1.45;
    background-color: #f7f7f7;
    border: 0;
    border-radius: 3px;
    color: #777777;
    margin-top: 0 !important;
    }

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

    .md-mathjax-midline {
    background: #fafafa;
    }

    #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-radius: 3px;
    padding: 2px 0px 0px 4px;
    font-size: 0.9em;
    color: inherit;
    }

    .md-tag {
    color: #a7a7a7;
    opacity: 1;
    }

    .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- 1px;
    }

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

    header, .context-menu, .megamenu-content, footer{
    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-color: var(--side-bar-bg-color);
    }

    .md-lang {
    color: #b4654d;
    }

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

    #md-notification .btn {
    border: 0;
    }

    .dropdown-menu .divider {
    border-color: #e5e5e5;
    }

    .ty-preferences .window-content {
    background-color: #fafafa;
    }

    .ty-preferences .nav-group-item.active {
    color: white;
    background: #999;
    }

    .pin-outline .outline-active {
    color: var(--active-file-text-color);
    }

    .file-list-item {
    border-bottom: 1px solid;
    border-color: var(--purple-light-5);
    }

    .file-list-item-summary {
    font-weight: 400;
    }

    .file-list-item.active {
    color: var(--active-file-text-color);
    background-color: var(--purple-light-5);
    }

    .file-tree-node.active>.file-node-background {
    background-color: var(--purple-light-5);
    font-weight: 700;
    }

    .file-tree-node.active>.file-node-content {
    color: var(--active-file-text-color);
    font-weight: 700;
    }

    .file-node-content {
    color: #5e676d;
    }

    .sidebar-tabs {
    border-bottom: none;
    }
    .sidebar-tab.active {
    font-weight: 400;
    }

    .sidebar-content-content {
    font-size: 0.9rem;
    }

    /* task list */
    #write .md-task-list-item > input {
    -webkit-appearance: initial;
    display: block;
    position: absolute;
    border: 1px solid #b4b4b4;
    border-radius: .25rem;
    margin-top: .1rem;
    margin-left: -1.8rem;
    height: 1.2rem;
    1.2rem;
    transition: background 0.3s;
    }

    #write .md-task-list-item > input:focus {
    outline: none;
    box-shadow: none;
    }

    #write .md-task-list-item > input:hover {
    background: #ddd;
    }

    #write .md-task-list-item > input[checked]::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 50%;
    height: 60%;
    2px;
    transform: rotate(40deg);
    background: #333;
    }

    #write .md-task-list-item > input[checked]::after {
    content: '';
    position: absolute;
    top: 46%;
    left: 25%;
    height: 30%;
    2px;
    transform: rotate(-40deg);
    background: #333;
    }

    #write .md-task-list-item > p {
    transition: color 0.3s, opacity 0.3s;
    }

    #write .md-task-list-item.task-list-done > p {
    color: #b4b4b4;
    text-decoration: line-through;
    }

    #write .md-task-list-item.task-list-done > p > .md-emoji {
    opacity: .5;
    }

    #write .md-task-list-item.task-list-done > p > .md-link > a {
    opacity: .6;
    }

  • 相关阅读:
    fiddler 增加请求时间显示
    es 多字段分词查询优化
    【二分】【预处理】zoj4029 Now Loading!!!
    【数论】【扩展欧几里得】Codeforces Round #484 (Div. 2) E. Billiard
    【set】【multiset】Codeforces Round #484 (Div. 2) D. Shark
    【推导】Codeforces Round #484 (Div. 2) C. Cut 'em all!
    【递推】Codeforces Round #483 (Div. 2) [Thanks, Botan Investments and Victor Shaburov!] D. XOR-pyramid
    【数论】Codeforces Round #483 (Div. 2) [Thanks, Botan Investments and Victor Shaburov!] C. Finite or not?
    【Trie】【枚举约数】Codeforces Round #482 (Div. 2) D. Kuro and GCD and XOR and SUM
    【枚举】【贪心】Codeforces Round #482 (Div. 2) B. Treasure Hunt
  • 原文地址:https://www.cnblogs.com/xinzi7/p/13948110.html
Copyright © 2011-2022 走看看