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 11: Line 11:
#mw-panel .portal .body li a:hover {color:#B31900;text-decoration: underline;}
#mw-panel .portal .body li a:hover {color:#B31900;text-decoration: underline;}


#mw-panel .portal h3 {color:#fff !important;text-transform: uppercase;font-size:0.8em;}
#mw-panel .portal h3 {
font-family: exocet, sans-serif;
font-weight: 500;
color:#fff !important;
text-transform: uppercase;font-size:0.8em;
}

Revision as of 19:02, 15 September 2020

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

body {background-color: #100503;}

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

#mw-panel .portal .body li a,
#mw-panel .portal .body li a:visited {color:#FA4426 !important;}
#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:0.8em;
}