Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | big { font-size: 1. | + | big { font-size: 1.4em; } |
.statlet { border-radius: 0.5em; padding: 0.25em; display: inline-block; text-align: center; width: 14em; margin: 0.25em; } | .statlet { border-radius: 0.5em; padding: 0.25em; display: inline-block; text-align: center; width: 14em; margin: 0.25em; } |
Revision as of 16:17, 1 November 2015
/* CSS placed here will be applied to all skins */ big { font-size: 1.4em; } .statlet { border-radius: 0.5em; padding: 0.25em; display: inline-block; text-align: center; width: 14em; margin: 0.25em; } .stattable { border-radius: 0.5em; padding: 0; border-spacing: 1em; text-align: center; clear:left; margin: 0.25em; } .colorsdefault, .colorsmortal { border: 1px dotted #aaa; background-color: #ececec; } .colorssolar, .colorsorichalcum { border: 1px dotted #9C830D; background-color: #FEE496; }