MediaWiki:Common.css: Difference between revisions

From TPT-MC
Jump to navigation Jump to search
m Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
No edit summary
Line 12: Line 12:
     font-size: 2em;
     font-size: 2em;
     text-align: center;
     text-align: center;
    line-height: 34px;
    height: 35px;
}
}
.infobox-image {
.infobox-image {

Revision as of 03:43, 10 September 2024

/* CSS placed here will be applied to all skins */
.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;
    line-height: 34px;
    height: 35px;
}
.infobox-image {
    text-align: center;
}
.infobox-table th {
    vertical-align: top;
    width: 145px;
}
.infobox-table tr {
}
.infobox-table td {
    width: 145px;
    text-align: center;
    vertical-align: middle;
}