「MediaWiki:Common.css」:修訂間差異
外觀
無編輯摘要 標籤:已被回退 |
無編輯摘要 |
||
| (未顯示同一使用者於中間所作的 12 次修訂) | |||
| 第6行: | 第6行: | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
padding: 1em; | padding: 1em; | ||
width: | width: 250px; | ||
} | } | ||
.infobox-title { | .infobox-title { | ||
| 第16行: | 第16行: | ||
} | } | ||
.infobox-table th { | .infobox-table th { | ||
text-align: | text-align: center; | ||
vertical-align: top; | vertical-align: top; | ||
width: | width: 120px; | ||
} | } | ||
.infobox-table td { | .infobox-table td { | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
於 2024年10月16日 (三) 12:03 的最新修訂
/* 此 CSS 會套用至所有的介面外觀 */
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 250px;
}
.infobox-title {
font-size: 2em;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox-table th {
text-align: center;
vertical-align: top;
width: 120px;
}
.infobox-table td {
vertical-align: top;
}