MediaWiki:Common.css

From Magic Fish Radio
Revision as of 00:33, 21 March 2021 by Mneme (talk | contribs)
Jump to navigationJump 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: 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 */

.stat {
    border-radius: 0.5em;
    line-height: 1.3em;
    margin: 0.25em 0 0.25em 0.25em;
    padding: 0.25em 0;
    display: inline-block;
    text-align: center;
    width: 8.5em;
    cursor: default;
    border: 1px dotted #A0A0A0;
    background-color: #ECECEC;
    color: #191919;
    box-shadow: 0.25em 0.25em 0.25em 0em rgb(0 0 0 / 60%);
}

.status td {
   border-radius: 3px;
   margin: .25em 0 0.25m .25em;
   padding: .25em 0;
   width: 1em;
   border: 1px dotted #000000;
   background-color: white;
}