MediaWiki:Common.css

From Shotbow Wiki
Revision as of 17:49, 9 June 2019 by Andrew323 (talk | contribs)
Jump to: navigation, 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 */

table.mw_metadata td,
table.mw_metadata th,
table.wikitable,
table.wikitable>*>tr>th,
table.wikitable>*>tr>td,
pre {
    color:black;
    background-color:#dcdcdc;
    border-color:#aaa
}

table.mw_metadata th,
table.wikitable>*>tr>th {
    background-image:linear-gradient(#423d3d,#1b1818);
    color:white;
    text-align: center;
    padding: 0.4em;
}

.gallerytext p {
    color:white;
}

.mw-pt-languages {
    color:#111;
    margin-bottom:10px;
    background-color:#dcdcdc;
}

.mw-pt-languages-label {
    color:#dcdcdc;
    background-color:#555;
}