MediaWiki:Common.css: Difference between revisions

From Project Diablo 2
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 3: Line 3:
body {background-color: #0E0909;color:#E7E7E7;}
body {background-color: #0E0909;color:#E7E7E7;}


.media-wiki-logo {
.media-wiki-logo {background-image: url('https://www.dropbox.com/s/ar4qv8np7eiu76g/pd2.png?raw=1') !important;background-position: center center;}
background-image: url('https://www.dropbox.com/s/ar4qv8np7eiu76g/pd2.png?raw=1') !important;
background-position: center center;
}

a, a:visited {color:#FA4426;}
a, a:visited {color:#FA4426;}
a:hover {color:#B31900;text-decoration: underline;}
a:hover {color:#B31900;text-decoration: underline;}

Revision as of 03:50, 17 September 2020

/* CSS placed here will be applied to all skins */

body {background-color: #0E0909;color:#E7E7E7;}

.media-wiki-logo {
background-image: url('https://www.dropbox.com/s/ar4qv8np7eiu76g/pd2.png?raw=1') !important;
background-position: center center;
}

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-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;}

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