MediaWiki:Common.css:修订间差异
外观
	
	
无编辑摘要  | 
				无编辑摘要  | 
				||
| 第13行: | 第13行: | ||
     text-align: center;  |      text-align: center;  | ||
     background-color:aqua;  |      background-color:aqua;  | ||
     height:   |      height: 50px;  | ||
}  | }  | ||
.infobox-image {  | .infobox-image {  | ||
2022年10月22日 (六) 12:49的版本
/* 此 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;
    height: 50px;
}
.infobox-image {
    text-align: center;
    width: 300px;
    height: 230px;
}
.infobox th {
    text-align: left;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}