Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
.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; } | ||
+ | |||
+ | .colorsdefault { border: 1px dotted #aaa; background-color: #ececec; } | ||
+ | |||
+ | .colorssolar, .colorsorichalcum { border: 1px dotted #9C830D; background-color: #FEE496; } |
Revision as of 03:24, 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: 9em; margin: 0.25em; } .stattable { border-radius: 0.5em; padding: 0; border-spacing: 1em; text-align: center; clear:left; margin: 0.25em; } .colorsdefault { border: 1px dotted #aaa; background-color: #ececec; } .colorssolar, .colorsorichalcum { border: 1px dotted #9C830D; background-color: #FEE496; }