Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
big { font-size: 1.4em; } | big { font-size: 1.4em; } | ||
− | .statlet { border-radius: 0.5em; padding: 0.25em; display: inline-block; text-align: center; width: 14.5em; margin: 0.25em 0 0.25em 0.25em; line-height: 1.3em; } | + | .statlet { border-radius: 0.5em; padding: 0.25em 0; display: inline-block; text-align: center; width: 14.5em; margin: 0.25em 0 0.25em 0.25em; line-height: 1.3em; } |
.stattable { border-radius: 0.5em; padding: 0; border-spacing: 1em; text-align: center; clear:left; margin: 0.25em; line-height: 1.3em; } | .stattable { border-radius: 0.5em; padding: 0; border-spacing: 1em; text-align: center; clear:left; margin: 0.25em; line-height: 1.3em; } |
Revision as of 17:14, 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 0; display: inline-block; text-align: center; width: 14.5em; margin: 0.25em 0 0.25em 0.25em; line-height: 1.3em; } .stattable { border-radius: 0.5em; padding: 0; border-spacing: 1em; text-align: center; clear:left; margin: 0.25em; line-height: 1.3em; } .colorsdefault, .colorsmortal { border: 1px dotted #aaa; background-color: #ececec; } .colorssolar, .colorsorichalcum { border: 1px dotted #9C830D; background-color: #FEE496; }