跳转到内容

MediaWiki:Common.css:修订间差异

来自東莞道路研究社
星野昴留言 | 贡献
无编辑摘要
星野昴留言 | 贡献
无编辑摘要
第13行: 第13行:
     text-align: center;
     text-align: center;
     background-color:aqua;
     background-color:aqua;
     height: 20px;
     height: 30px;
}
}
.infobox-image {
.infobox-image {

2022年10月22日 (六) 12:44的版本

/* 此 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: 30px;
}
.infobox-image {
    text-align: center;
    width: 300px;
    height: 230px;
}
.infobox th {
    text-align: left;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}