「MediaWiki:Common.css」:修訂間差異
外觀
無編輯摘要 |
無編輯摘要 |
||
| 第16行: | 第16行: | ||
} | } | ||
.infobox-table th { | .infobox-table th { | ||
vertical-align: top; | vertical-align: top; | ||
width: 200px; | width: 200px; | ||
} | } | ||
.infobox-table td { | .infobox-table td { | ||
vertical-align: | vertical-align: top; | ||
} | } | ||
於 2024年10月16日 (三) 12:00 的修訂
/* 此 CSS 會套用至所有的介面外觀 */
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 300px;
}
.infobox-title {
font-size: 2em;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox-table th {
vertical-align: top;
width: 200px;
}
.infobox-table td {
vertical-align: top;
}