MediaWiki:Vector.css:修订间差异
RustedWiki更新姬(留言 | 贡献) 无编辑摘要 |
RustedWiki更新姬(留言 | 贡献) 无编辑摘要 |
||
| 第26行: | 第26行: | ||
.divTableRow { | .divTableRow { | ||
display: table-row; | display: table-row; | ||
} | |||
.mainPageNarrow { | |||
width: 33%; | |||
} | } | ||
2022年4月15日 (五) 20:57的版本
/* 这里的任何CSS将为使用Vector皮肤的用户加载 */
.mainPageBox {
display: table-cell;
background: #FCFCFC;
border: 1px solid #FFB6C1;
vertical-align: top;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 7px;
margin: 90%;
}
.mainPageTitleBg{
background: #FFC0CB;
padding: 5px; margin: 3px;
font-weight: bold;
text-align: center;
color: #033251;
font-size: 120%;
}
.mainPageDivTable{
display: table;
width: 100%;
border-spacing:4px;
}
.divTableRow {
display: table-row;
}
.mainPageNarrow {
width: 33%;
}