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 16: Line 16:
color:#fff !important;
color:#fff !important;
text-transform: uppercase;
text-transform: uppercase;
font-size:1.1em;
font-size:1.2em;
}
}

Revision as of 19:17, 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.2em;
}