MediaWiki:Common.css:修订间差异
外观
无编辑摘要 |
无编辑摘要 |
||
第17行: | 第17行: | ||
text-align: center; | text-align: center; | ||
width: 300px; | width: 300px; | ||
height: | height: 300px; | ||
} | } | ||
.infobox th { | .infobox th { |
2022年10月19日 (三) 11:16的版本
/* 此 CSS 會套用至所有的介面外觀 */
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
line-height: 1.5em;
padding: 1em;
font-size: 88%;
}
.infobox-title {
font-size: 2em;
text-align: center;
background-color:aqua;
}
.infobox-image {
text-align: center;
width: 300px;
height: 300px;
}
.infobox th {
text-align: left;
vertical-align: top;
width: 120px;
}
.infobox td {
vertical-align: top;
}