MediaWiki:Common.css

From Project Diablo 2
Revision as of 19:52, 15 September 2020 by Wrecktangle (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, 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: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

body {background-color: #100503;color:#E7E7E7;}

a, a:visited {color:#FA4426;}
a:hover {color:#B31900;text-decoration: underline;}
h1,h2,h3,h4,h5,h6 {color: #fff;}

#mw-panel .portal .body li a,
#mw-panel .portal .body li a:visited {color:#FA4426}
#mw-panel .portal .body li a:hover {color:#B31900;text-decoration: underline;}

#mw-panel .portal h3 {
font-family: exocet, sans-serif;
font-weight: 500;
color:#fff !important;
text-transform: uppercase;
font-size:1.1em;
}

#mw-head-base {height: 7em;background-image: url('https://i.imgur.com/zM2TwHu.png');background-size: cover;}
#right-navigation {margin-top: 2.5em;}

@media screen and (min-width: 982px)
.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, #footer {
    margin-left: 13em;
}