MCBBS Wiki欢迎您共同参与编辑!在参与编辑之前请先阅读Wiki方针

如果在编辑的过程中遇到了什么问题,可以去讨论板提问。

为了您能够无阻碍地参与编辑 未验证/绑定过邮箱的用户,请尽快绑定/验证

MCBBS Wiki GitHub群组已上线!

您可以在回声洞中发表吐槽!

服务器状态监控。点击进入

本站由MCBBS用户自行搭建,与MCBBS及东银河系漫游指南(北京)科技有限公司没有从属关系。点此了解 MCBBS Wiki 不是什么>>

用户:Ricolove/common.css:修订间差异

来自MCBBS Wiki
跳到导航 跳到搜索
无编辑摘要
无编辑摘要
 
第2行: 第2行:
--articlefont: Lora,'Palatino Linotype','Book Antiqua','New York','DejaVu serif','Source Han Serif','Source Han Serif SC';
--articlefont: Lora,'Palatino Linotype','Book Antiqua','New York','DejaVu serif','Source Han Serif','Source Han Serif SC';
}
}

.mdquote {
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 40px;
margin-inline-end: 40px;
border-left: 4px solid #ddd;
padding: 0 1em;
margin: .5em;
color: #767676;
display: inline-block;
}


.article-container{ /*kakagou提案的一个排版解决方案*/
.article-container{ /*kakagou提案的一个排版解决方案*/

2020年7月30日 (四) 16:30的最新版本

:root {
    --articlefont: Lora,'Palatino Linotype','Book Antiqua','New York','DejaVu serif','Source Han Serif','Source Han Serif SC';
}


.article-container{ /*kakagou提案的一个排版解决方案*/
    text-align: justify;
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: var(--articlefont);
    font-size: 1.2em;
    max-width:40rem;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 1em;
    line-height:1.5;
    white-space:pre-wrap;
    color:#111;
}
.article-container h2,.article-container h3,.article-container h4,.article-container h5{
    font-size:1.5em;
    text-align: left;
    line-height:1.5;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}
.article-container h3,.article-container h4,.article-container h5{
    font-size:1.17em;
}
.article-container h3{
    width: 100%; /*增加区分度*/
}
.article-container h4,.article-container h5{
    width: 100%; /*增加区分度*/
}