/* 部分代码来自[[User:一位史蒂夫/style.css]]、[[到此为止/style.css]]、[[User:Chi_ZJ2/Sandbox2/style.css]] */
/* 标题优化 */
h2 {
font-family: initial;
border-bottom: 3px solid #0074f9;
text-align: left;
margin: 1em 0 1em;
}
h3 {
font-size: larger;
color: #FFF;
padding: 0.2em;
margin: 0.8em 0 0em 0em;
width: 55%;
min-width: 18em;
border: none;
overflow: visible;
background: #1168bf;
border-radius: 0 12px 0 0;
font-family: serif;
}
h4 {
margin-bottom: 0.8em;
color: #0074f9;
text-align: left;
font-family: sans-serif;
}
/* 编辑按钮样式修改 */
h2 a ,h2 a:hover,h2 a:focus{
color: #0074f9!important;
}
h3 a ,h3 a:hover,h3 a:focus{
color: #FFF!important;
}
h4 a ,h4 a:hover,h4 a:focus{
color: #0074f9!important;
}
/* 目录优化 */
.toc ul {
column-count: 2;
}
.toc ul > li > ul {
column-count: 1;
}
.toctoggle {
float: right;
}
/* 例文优化 */
.display {
background: #f8f9fa;
border: 1px solid #a2a9b1;
padding: 5px;
float: left;
width: 100%;
margin:0em 3em 0em 0em;
}
.code {
width: 100%;
padding: 5px;
}