对南科wiki有疑问?欢迎加入南科wiki的QQ群:301515560
“模板:Navbox/styles.css”的版本间的差异
来自南科wiki
(创建页面,内容为“#title{ background:rgb(204, 204, 255); margin:1px; padding:2px; text-align:center; } #nav_above{ background:rgb(221, 221, 255); text-align:center; margin:1px;…”) |
|||
第28行: | 第28行: | ||
} | } | ||
.inline li:before { | .inline li:before { | ||
− | content: " ·"; | + | content: "·"; |
font-weight: bold; | font-weight: bold; | ||
} | } |
2019年1月10日 (四) 22:10的版本
#title{
background:rgb(204, 204, 255);
margin:1px;
padding:2px;
text-align:center;
}
#nav_above{
background:rgb(221, 221, 255);
text-align:center;
margin:1px;
padding:2px;
}
#nav_below{
background:rgb(221, 221, 255);
text-align:center;
margin:1px;
padding:2px;
}
#center_title{
text-align:center;
}
.inline li{
display:inline;
}
.inline li:first-child:before{
content:"";
}
.inline li:before {
content: "·";
font-weight: bold;
}
.inline tbody tr:nth-child(odd) {
background-color: rgb(247, 247, 247);
}
.inline tbody tr:nth-child(even) {
background-color: rgb(253, 253, 253);
}
.inline table{
width:100%;
border:none;
margin-left:1px;
margin-right:1px;
margin-top:0px;
margin-bottom:0px;
}
.inline tbody{
border:none;
}
.inline td:first-child{
background:rgb(221, 221, 255);
width:10%;
margin:1px;
padding-left:2px;
padding-right:1em;
padding-top:2px;
padding-bottom:2px; border:solid 1px white;
text-align:right;
}
.inline td:nth-child(even){
width:90%;
margin:1px;
padding-left:0.5em;
padding-right:2px;
padding-top:2px;
padding-bottom:2px;
border:solid 1px white;
text-align:left;
}
.inline{
display:inline;
}