MediaWiki:Common.css

From OSE SRD
Revision as of 18:47, 24 January 2020 by AdminGnome (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 */

a {
 color: black !important;
}

#p-personal a {
 color: white !important;
}

h2 {
 background-color: #dbe8d4;
 padding-left: 5px;
 border: none;
}

.flex-fill.container>.row:first-of-type{
 background-image: url('/srd/images/bg.png');
 background-size: 1600px;
 background-position-y: 750px;
}

/*.p-navbar {
 background-color: #85b06c;
}
*/

.dropdown-menu > .active > a {
  background-color: #dbe8d4;
  background-image: none;
  color: black;
}

.dropdown-menu > .active > a:hover {
  background-color: black;
  background-image: none;
  color: white;
}

#mw-content-text b a:link {
    color: #85b06c !important;
}

#mw-content-text b a:visited {
    color: #85b06c !important;
}


.tocnumber { visibility: hidden; }

p a:link {
 color: #85b06c !important;
 font-weight: bold;
}