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 19: Line 19:
}
}


#mw-head-base {background-color: #100503;background-image: url(https://i.imgur.com/zM2TwHu.png);background-size: cover;}
#mw-head-base {background-image: url('https://i.imgur.com/zM2TwHu.png');background-size: cover;}


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

Revision as of 19:44, 15 September 2020

/* 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 {background-image: url('https://i.imgur.com/zM2TwHu.png');background-size: cover;}

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