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 5: Line 5:
a, a:visited {color:#FA4426;}
a, a:visited {color:#FA4426;}
a:hover {color:#B31900;text-decoration: underline;}
a:hover {color:#B31900;text-decoration: underline;}
h3 {color: #fff;}
h1,h2,h3,h4,h5,h6 {color: #fff;}


#mw-panel .portal .body li a,
#mw-panel .portal .body li a,
Line 15: Line 15:
font-weight: 500;
font-weight: 500;
color:#fff !important;
color:#fff !important;
text-transform: uppercase;font-size:1em;
text-transform: uppercase;font-size:1.1em;
}
}

Revision as of 19:06, 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;
}