跳转到内容

MediaWiki:Common.css:修订间差异

来自東莞道路研究社
星野昴留言 | 贡献
无编辑摘要
星野昴留言 | 贡献
无编辑摘要
第16行: 第16行:
}
}
.infobox-title p {
.infobox-title p {
     margin-top: 5px;
     margin-top: 2px;
     margin-bottom: 5px;
     margin-bottom: 2px;
}
}
.infobox-image {
.infobox-image {

2022年10月30日 (日) 10:53的版本

/* 此 CSS 會套用至所有的介面外觀 */
body{
    font-family: 微软雅黑;
}
.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-title p {
    margin-top: 2px;
    margin-bottom: 2px;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}