MediaWiki:Common.css: Difference between revisions
From Heroes of Might and Magic: Olden Era Official Wiki
Created page with "→CSS placed here will be applied to all skins: →Infobox template style: .infobox { border: 1px solid #aaa; background-color: #f9f9f9; color: black; margin: 0.5em 0 0.5em 1em; padding: 0.2em; float: right; clear: right; } .infobox td, .infobox th { vertical-align: top; } .infobox caption { font-size: larger; margin-left: inherit; } .infobox.bordered { border-collapse: collapse; } .infobox.bordered td, .infobox.bordered..." |
m Replaced content with "→CSS placed here will be applied to all skins: .pi-header { background-color: Black; }" Tag: Replaced |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.pi-header { background-color: Black; } | |||
} | |||
Revision as of 02:17, 20 October 2025
/* CSS placed here will be applied to all skins */
.pi-header { background-color: Black; }


