MediaWiki:Monobook.css

From Ephinea PSO Wiki
Revision as of 10:10, 20 July 2017 by Matt (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* ######################################################################## */
/* ### This skin is made by Monobook wiki                               ### */
/* ### Come request a skin from us at http://monobook.wikia.com         ### */
/* ######################################################################## */
 
body {
	background:#d3d3d3;
}
 
div#content {
	background: #5a5a5a;
	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:#5a5a5a;
	border-left:0;
}
 
.portlet h5 {
	background: transparent;
	color: #5a5a5a;
	display: block;
}
 
.portlet h5 a {
	color: #5a5a5a;
}
 
/* ######################### */
/* ##        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;
}