MD2WE | 03-橙色主题

发布时间:2025-02-18 公开文章

Base

基础知识

Civil

土木分类资料

Python

Python编程学习

Tools

自媒体效率工具

#nice {

    margin: 0;

    padding: 10px;

    background-attachment: scroll;

    background-clip: border-box;

    background-color: rgba(0, 0, 0, 0);

    background-image: none;

    background-origin: padding-box;

    background-position: 0% 0%;

    background-repeat: no-repeat;

    background-size: auto;

    width: auto;

    font-family: 'SF Pro SC', 'HanHei SC', 'SF Pro Text', 'Myriad Set Pro', 'SF Pro Icons', 'Apple Legacy Chevron', 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    font-size: 16px;

    color: rgb(0, 0, 0);

    line-height: 1.5em;

    word-spacing: 0em;

    letter-spacing: 0em;

    word-break: break-word;

    overflow-wrap: break-word;

    text-align: left;

}

 

h1 {

    margin: 10px 0;

    padding: 0;

    display: block;

    text-align: center;

    line-height: 100px;

    background-position: center top;

    background-repeat: no-repeat;

    background-size: 68px;

}

 

h1 .content {

    font-size: 22px;

    color: rgb(231, 142, 52);

    line-height: 1.5em;

    letter-spacing: 0em;

    text-align: left;

    font-weight: bold;

    display: block;

    border-bottom: 4px double rgb(255, 227, 163);

}

 

h2 {

    margin: 30px 0 15px;

    padding: 0;

    display: block;

    text-align: center;

    background-position: center;

    background-repeat: no-repeat;

    background-size: 46px;

}

 

h2 .content {

    font-size: 18px;

    color: rgb(231, 142, 52);

    line-height: 60px;

    letter-spacing: 0em;

    text-align: center;

    font-weight: bold;

    display: inline-block;

    height: 46px;

    background-position: left center;

    background-repeat: no-repeat;

}

 

ol {

    list-style-type: decimal;

    margin: 8px 0;

    padding: 0 0 0 20px;

    color: rgb(231, 142, 52);

    font-size: 15px;

}

 

ol > li > section {

    margin: 5px 0;

    word-spacing: 0.1em;

    color: rgb(1, 1, 1);

    font-size: 16px;

    line-height: 1.8em;

    letter-spacing: 0em;

    text-align: left;

    font-weight: normal;

}

 

hr {

    border-radius: 0;

    background-attachment: scroll;

    background-clip: border-box;

    background-color: rgba(0, 0, 0, 0);

    background-image: linear-gradient(to right, rgba(248, 57, 41, 0), rgb(244, 138, 0), rgba(248, 57, 41, 0));

    background-origin: padding-box;

    background-position: 0% 0%;

    background-repeat: no-repeat;

    background-size: auto;

    width: auto;

    height: 2px;

    padding: 0;

    margin: 20px 0;

    border: none;

}

 

p {

    color: rgba(0, 0, 0, 0.85);

    font-size: 16px;

    line-height: 1.75;

    letter-spacing: 0.1em;

    text-align: left;

    text-indent: 0em;

    padding: 8px 0;

    margin: 5px 0;

    word-spacing: 0.1em;

}

 

p strong {

    color: rgba(0, 0, 0, 0.85);

    font-weight: bold;

    background: none;

    border: 0px solid rgba(0, 0, 0, 0.4);

    border-radius: 0;

}

 

ul {

    list-style-type: disc;

    margin: 8px 0;

    padding: 0 0 0 20px;

    color: rgb(231, 142, 52);

    font-size: 15px;

}

 

ul > li > section {

    margin: 5px 0;

    word-spacing: 0.1em;

    color: rgb(1, 1, 1);

    font-size: 16px;

    line-height: 1.8em;

    letter-spacing: 0em;

    text-align: left;

    font-weight: normal;

}

 

h3 {

    margin: 30px 0 5px;

    padding: 0;

    display: block;

    text-align: left;

}

 

h3 .content {

    font-size: 16px;

    color: rgb(231, 142, 52);

    line-height: 1.5em;

    letter-spacing: 0em;

    text-align: left;

    font-weight: bold;

    display: inline-block;

}

 

pre.custom {

    border-radius: 5px;

    box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;

    text-align: left;

    margin: 10px 0;

    padding: 0;

}

 

pre.custom > span {

    display: block;

    background: url() no-repeat;

    height: 30px;

    width: 100%;

    background-size: 40px;

    background-color: #282c34;

    margin-bottom: -7px;

    border-radius: 5px;

    background-position: 10px 10px;

}

 

pre.custom code {

    overflow-x: auto;

    padding: 16px;

    color: #abb2bf;

    padding-top: 15px;

    background: #282c34;

    border-radius: 5px;

    display: -webkit-box;

    font-family: Consolas, Monaco, Menlo, monospace;

    font-size: 12px;

}