MediaWiki:Monobook.css

From Green Day Wiki
Jump to navigationJump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/*<pre>*/
/* ######################################################################## */
/* ### CSS placed here will be applied to the Monobook skin.            ### */
/* ######################################################################## */

body {
        background:#e2e2e2;
}

#footer {
  border-top: 1px solid #c13131;
  border-bottom: 1px solid #c13131;
}

#content {
  	background:#fff;
	border:1px solid #c13131;
	color:#000000;
	min-width:800px;
	border-right:1px solid #244d1a !important;
}
pre {
	background-color: #e2e2e2;
	border: 1px dashed #c13131;
	color: #000;
	overflow:auto;
}
code {
	background-color: #e2e2e2;
	color: #000;
}
 
/* THUMB */
div.thumb div {
	background:#f7f7f7; repeat scroll 0 0 transparent !important;
	border-color: #f7f7f7;
	color: #000;
}
div.thumb div a img {
	border-color: #f7f7f7;
}
div.tright, div.tleft {
	border:1px solid #f7f7f7;
}
 
/* ######################### */
/* ##       SIDEBAR       ## */
/* ######################### */
 
.generated-sidebar .pBody, #searchBody, #p-tb .pBody, #p-wikicities-nav .pBody, #p-lang .pBody {
        background:#e2e2e2; repeat scroll 0 0 transparent !important;;
	border:2px solid #C13131 !important;
}
 
/* ######################### */
/* ##       PAGETABS      ## */
/* ######################### */

#p-cactions li.selected a{
	background-color:#e2e2e2;
	border-bottom:1px solid #c13131;
}
#p-cactions li a {
	background-color:transparent;
	color:#c13131;
}
#p-cactions li.selected a:hover {background-color:#e2e2e2;}
#p-cactions li a:hover {
	background-color:transparent;
	color:#c13131;
	text-decoration:underline;
}
#p-cactions li.selected {border-color:#C13131;}
#p-cactions li {
	background:#e2e2e2; repeat scroll 0 0 transparent;
	border-style: solid solid none;
	border-color: #C13131;
}
#ca-edit a { font-weight: bold !important; }
 
/* ######################### */
/* ##       HEADER        ## */
/* ######################### */
#p-personal li a{ color:#c13131; font-weight: bold !important; }
#p-personal li a:hover {
	text-decoration:none;
	background-color:#c13131;
	color:#e2e2e2; font-weight: bold !important;
}

/*</pre>*/