MediaWiki:Common.css
Revision as of 12:28, 11 September 2019 by Silversunset (talk | contribs)
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: 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 */ .editOptions {color: #c1c1c1;} #footer-info-lastmod {color: #c1c1c1!important;} /* body { background: url(https://i.imgur.com/cMRgWXI.png) no-repeat scroll left top #000000; background-image: url(https://i.imgur.com/cMRgWXI.png); background-position-x: left; background-position-y: top; background-size: initial; background-repeat-x: no-repeat; background-repeat-y: no-repeat; background-attachment: scroll; background-origin: initial; background-clip: initial; background-color: rgb(0, 0, 0); } */ red {color: red;} blue {color: blue;} green {color: green;} orange {color: orange;} yellow {color: yellow;} purple {color: purple;} muted {color: rgba(0,0,0,.5);} lead {font-size: 1.25rem; font-weight: 300;} spoiler{color: rgba(255,60,231,0)!important;text-shadow: 1px 0 12px #fff,-1px 0 12px #000;transition: 0.5s all;} spoiler:hover {color: #000 !important}