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, .statline, .stattable { border-radius: 0.5em; line-height: 1.3em; } | + | .statlet, .statline, .stattable { border-radius: 0.5em; line-height: 1.3em; margin: 0.25em 0 0.25em 0.25em; } |
− | .statlet { padding: 0.25em 0; display: inline-block; text-align: center; width: 14.5em | + | .statlet { padding: 0.25em 0; display: inline-block; text-align: center; width: 14.5em; } |
− | .statline { padding: | + | .statline { padding: 0.25em; } |
− | .stattable { padding: 0; border-spacing: 1em; text-align: center; clear:left | + | .stattable { padding: 0; border-spacing: 1em; text-align: center; clear:left; } |
.colorslightdefault, .colorslightmortal { border: 1px solid #191919; background: #F5F5F5; } | .colorslightdefault, .colorslightmortal { border: 1px solid #191919; background: #F5F5F5; } |
Latest revision as of 02:33, 4 November 2015
/* CSS placed here will be applied to all skins */ big { font-size: 1.4em; } .statlet, .statline, .stattable { border-radius: 0.5em; line-height: 1.3em; margin: 0.25em 0 0.25em 0.25em; } .statlet { padding: 0.25em 0; display: inline-block; text-align: center; width: 14.5em; } .statline { padding: 0.25em; } .stattable { padding: 0; border-spacing: 1em; text-align: center; clear:left; } .colorslightdefault, .colorslightmortal { border: 1px solid #191919; background: #F5F5F5; } .colorslightSolar, .colorslightOrichalcum { border: 1px solid #342901; background: #fffcea; background: linear-gradient(to bottom, #fffcea 0%,#f6e395 100%); } .colorsdefault, .colorsMortal { cursor: default; border: 1px dotted #A0A0A0; background-color: #ECECEC; color: #191919; box-shadow: 0.25em 0.25em 0.25em 0em rgba(0,0,0,0.6); } .colorsdefault:hover, .colorsMortal:hover { border: 1px solid #929292; background-color: #F5F5F5; color: #000; } .colorsSolar, .colorsOrichalcum { cursor: default; border: 1px solid #9C830D; background-color: #FEE496; color: #191919; background: linear-gradient(to bottom, #fcf9da 0%,#f3d385 100%); box-shadow: 0.25em 0.25em 0.25em 0em rgba(0,0,0,0.6); } .colorsSolar:hover, .colorsOrichalcum:hover { border: 1px solid #8C7301; background-color: #FFF4A6; color: #000; background: linear-gradient(to bottom, #fffcea 0%,#f6e395 100%); box-shadow: 0.25em 0.25em 0.25em 0em rgba(255,254,232,0.6); }