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 */ | ||
− | .statlet { border-radius: 0.5em; padding: 0.25em; display: inline-block; text-align: center; width: | + | .statlet { border-radius: 0.5em; padding: 0.25em; display: inline-block; text-align: center; width: 12em; margin: 0.25em; } |
.stattable { border-radius: 0.5em; padding: 0; border-spacing: 1em; text-align: center; clear:left; margin: 0.25em; } | .stattable { border-radius: 0.5em; padding: 0; border-spacing: 1em; text-align: center; clear:left; margin: 0.25em; } |
Revision as of 03:37, 1 November 2015
/* CSS placed here will be applied to all skins */ .statlet { border-radius: 0.5em; padding: 0.25em; display: inline-block; text-align: center; width: 12em; 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; }