MediaWiki:Common.css

From Project Diablo 2
Revision as of 23:47, 29 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: #0E0909;color:#B18D62;}

#mw-page-base {
background-color: #0E0909 !important;
background-image: none !important;
}

.mw-wiki-logo {
background-image: url('https://i.imgur.com/2Sb3V1r.png') !important;
background-position: top center;
background-size: cover;
}

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

.mw-body h1, .mw-body-content h1 {font-family: Exocet, Sans-serif;color: #EDCF8B;}

#mw-panel .portal .body li a,
#mw-panel .portal .body li a:visited {color:#B18D62}
#mw-panel .portal .body li a:hover {color:#F9C666;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;
color: #F9C666;
}

#mw-head-base {height: 7em!important;background-color: #0E0909;}
#right-navigation {margin-top: 2.5em !important;}
.mw-body, .parsoid-body {background-color: #170F0F;color:#E7E7E7;}
.mw-body {border: 1px solid #372B2B !important;}

.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, #footer {
    margin-left: 13em !important;
}

.wikitable > tr > th, .wikitable > * > tr > th {
    background-color: #180808;
    text-align: center;
font-weight: 600;
}

.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
    border: 1px solid #572722;
    padding: 0.3em 0.5em;
}

.wikitable {
    background-color: #2B0D0B;
    color: #fff;
    margin: 1em 0;
    border: 1px solid #572722;
    border-collapse: collapse;
}