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 2: Line 2:


body {background-color: #100503;}
body {background-color: #100503;}

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

#mw-panel .portal .body li a,
#mw-panel .portal .body li a,
#mw-panel .portal .body li a:visited {color:#FA4426 !important;}
#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 .body li a:hover {color:#B31900;text-decoration: underline;}


#mw-panel .portal h3 {color:#fff;text-transform: uppercase;font-size:1em;}
a, a:visited {color:#FA4426 !important;}
a:hover {color:#B31900;text-decoration: underline;}

Revision as of 18:43, 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;}

#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 {color:#fff;text-transform: uppercase;font-size:1em;}