MediaWiki:Monobook.css

From Icaruspedia, the high flying Kid Icarus Wiki
Revision as of 15:20, 11 February 2012 by Starphoria (talk | contribs) (Test2)
Jump to navigation Jump to search

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.
/* CSS placed here will affect users of the Monobook skin */


body {
       background: url(http://www.kidicaruswiki.org/images/9/9d/ExampleBG.png) repeat;
}
.skybg {
   background-color: #006400;
   background-image: url(/images/9/9d/ExampleBG.png);
}

/* Page tabs */
#p-cactions li.selected a{
	background-color:#FFFFFF;
	border-bottom:1px solid #000000;
}
#p-cactions li a {
	background-color:transparent;
	color:#000000;
}
#p-cactions li.selected a:hover {background-color:#FFFFFF;}
#p-cactions li a:hover {
	background-color:transparent;
	color:#000000;
	text-decoration:underline;
}
#p-cactions li.selected {border-color:#000000;}
#p-cactions li {
	background:#FFFFFF; repeat scroll 0 0 transparent;
	border-style: solid solid none;
	border-width: 2px 2px 0;
	border-color: #000000;
}
#ca-edit a { font-weight: bold !important; }
 
/* Footer */
#footer {
     border:2px solid #000000;
     color:#000000;
     background:#FFFFFF;
     border-right:0px !important;
     border-left:0px !important;
}
 
/* Sidebar */
.generated-sidebar .pBody, #searchBody, #p-tb .pBody, #p-wikicities-nav .pBody, #p-lang .pBody {
        background:#FFFFFF; repeat scroll 0 0 transparent !important;;
	border:2px solid #000000;
        border-left:0px !important;
}
 
/* Header */
#p-personal li a{ color:#000000; font-weight: bold !important; }
#p-personal li a:hover {
	text-decoration:none;
	background-color:transparent;
	color:#000000; font-weight: bold !important;
}