MediaWiki:Monobook.css: Difference between revisions
From Ephinea PSO Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
div# | /* ######################################################################## */ | ||
/* ### This skin is made by Monobook wiki ### */ | |||
li# | /* ### Come request a skin from us at http://monobook.wikia.com ### */ | ||
/* ######################################################################## */ | |||
body { | |||
background:#5A5A5A; | |||
} | |||
div#content { | |||
background: #000000; | |||
color:#FFFFFF; | |||
} | |||
/* Headers: Making text white for visibility on black backgrounds */ | |||
h1, h2, h3, h4, h5, h6 { | |||
color:white; | |||
} | |||
/* ######################### */ | |||
/* ## SIDEBAR ## */ | |||
/* ######################### */ | |||
.generated-sidebar .pBody, #searchBody, #p-tb .pBody, #p-wikicities-nav .pBody, #p-lang .pBody { | |||
background:#000000; | |||
border-left:0; | |||
} | |||
.portlet h5 { | |||
background: transparent; | |||
color: #000000; | |||
display: block; | |||
} | |||
.portlet h5 a { | |||
color: #000000; | |||
} | |||
/* ######################### */ | |||
/* ## LINKS ## */ | |||
/* ######################### */ | |||
a { | |||
color: #3333FF !important; | |||
} | |||
a:hover { | |||
color: #3333FF !important; | |||
} | |||
a:visited { | |||
color: #3333FF !important; | |||
} | |||
/* ######################### */ | |||
/* ## USER TABS ## */ | |||
/* ######################### */ | |||
#p-personal li a, #p-personal li a:hover { | |||
color:white; | |||
font-weight:bold; | |||
} | |||
#p-personal li a:hover { | |||
text-decoration:underline; | |||
background:none; | |||
} | |||
#p-personal li a.new { | |||
color:white !important; | |||
font-weight:bold; | |||
} |
Revision as of 10:08, 20 July 2017
/* ######################################################################## */ /* ### This skin is made by Monobook wiki ### */ /* ### Come request a skin from us at http://monobook.wikia.com ### */ /* ######################################################################## */ body { background:#5A5A5A; } div#content { background: #000000; color:#FFFFFF; } /* Headers: Making text white for visibility on black backgrounds */ h1, h2, h3, h4, h5, h6 { color:white; } /* ######################### */ /* ## SIDEBAR ## */ /* ######################### */ .generated-sidebar .pBody, #searchBody, #p-tb .pBody, #p-wikicities-nav .pBody, #p-lang .pBody { background:#000000; border-left:0; } .portlet h5 { background: transparent; color: #000000; display: block; } .portlet h5 a { color: #000000; } /* ######################### */ /* ## LINKS ## */ /* ######################### */ a { color: #3333FF !important; } a:hover { color: #3333FF !important; } a:visited { color: #3333FF !important; } /* ######################### */ /* ## USER TABS ## */ /* ######################### */ #p-personal li a, #p-personal li a:hover { color:white; font-weight:bold; } #p-personal li a:hover { text-decoration:underline; background:none; } #p-personal li a.new { color:white !important; font-weight:bold; }