MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* 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; } .statlet { padding: 0.25em 0; display: inline-block; text-align: center; width: 14.5em; margin: 0.25em 0 0.25em 0.25em; } .statline { padding: 0.25em; margin: 0.25em 0 0.25em 0.25em; } .stattable { padding: 0; border-spacing: 1em; text-align: center; clear:left; margin: 0.25em; } .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; } .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: 4em 4em 4em 0em rgba(0,0,0,0.75); } .colorsSolar:hover, .colorsOrichalcum:hover { border: 1px solid #8C7301; background-color: #FFF4A6; color: #000; background: linear-gradient(to bottom, #fffcea 0%,#f6e395 100%); }