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 21: Line 21:
#mw-head-base {height: 7em;background-image: url('https://i.imgur.com/zM2TwHu.png');background-size: cover;}
#mw-head-base {height: 7em;background-image: url('https://i.imgur.com/zM2TwHu.png');background-size: cover;}
#right-navigation {margin-top: 2.5em !important;}
#right-navigation {margin-top: 2.5em !important;}
.mw-body, .parsoid-body {background-color: #131419;color:#E7E7E7;}
.mw-body, .parsoid-body {background-color: #131419;color:#E7E7E7;border: 1px solid #2B2E37;}


@media screen and (min-width: 982px)
@media screen and (min-width: 982px)

Revision as of 20:05, 15 September 2020

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

body {background-color: #0E0F13;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 !important;}
.mw-body, .parsoid-body {background-color: #131419;color:#E7E7E7;border: 1px solid #2B2E37;}

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