MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: →Character infobox (global look): table.infobox.infobox-character { border: 1px solid #a2a9b1; background: #f8f9fa; width: 300px; float: right; margin: 0 0 1em 1em; font-size: 90%; } .infobox-title { background: #eaf3ff; text-align: center; font-weight: 700; font-size: 120%; padding: .4em .6em; } .infobox-image { text-align: center; background: #fff; } .infobox.infobox-character th { text-align:..." |
No edit summary |
||
| Line 9: | Line 9: | ||
font-size: 90%; | font-size: 90%; | ||
} | } | ||
.infobox-title { | .infobox-title { text-align:center; background:#eaf3ff; font-weight:700; font-size:120%; padding:.4em .6em; } | ||
} | } | ||
.infobox-image { text-align: center; background: #fff; } | .infobox-image { text-align: center; background: #fff; } | ||
.infobox.infobox-character th { text-align: left; width: 38%; padding: .35em .5em; } | .infobox.infobox-character th { text-align: left; width: 38%; padding: .35em .5em; } | ||
.infobox.infobox-character td { padding: .35em .5em; } | .infobox.infobox-character td { padding: .35em .5em; } | ||
Revision as of 06:40, 28 October 2025
/* CSS placed here will be applied to all skins */
/* Character infobox (global look) */
table.infobox.infobox-character {
border: 1px solid #a2a9b1;
background: #f8f9fa;
width: 300px;
float: right;
margin: 0 0 1em 1em;
font-size: 90%;
}
.infobox-title { text-align:center; background:#eaf3ff; font-weight:700; font-size:120%; padding:.4em .6em; }
}
.infobox-image { text-align: center; background: #fff; }
.infobox.infobox-character th { text-align: left; width: 38%; padding: .35em .5em; }
.infobox.infobox-character td { padding: .35em .5em; }