MediaWiki:Common.css: Difference between revisions

From TF2 Classified Wiki
Jump to navigation Jump to search
m have zero familiarity with CSS, need to let someone else figure this out, lol
Tag: Manual revert
m Protected "MediaWiki:Common.css": Allow only admins to touch common CSS ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
(No difference)

Revision as of 19:33, 14 April 2022

/* CSS placed here will be applied to all skins */
.infobox {
    border: 0.1em solid #7a7a7a;
    float: right;
    width: 21em;
    margin: 0 0 1em 1em;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}