MediaWiki:Monobook.css

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

/* <source lang="css"> */

/* Background image */
body {
	background: #000 url("http://images.shoutwiki.com/veronicamars/c/c8/Lined-white-paper.jpg") 0 0 repeat-x;
	color: #FFFFFF;
}

/* Add a fancy shadow around the main content area (works only in FF/IE9+) */
#content {
	z-index: 2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 1.5em #555;
	-webkit-box-shadow: 0px 0px 1.5em #555;
	box-shadow: 0px 0px 1.5em #555;
}

/* Make portlet headers in the sidebar bold */
.portlet h5 {
	color: #000000;
	font-weight: bold;
}

/* Personal area (username / my talk / my preferences / etc.) */
#p-personal li.active {
	font-weight: bold;
}

#p-personal li a {
	color: #000000;
}

/* Footer styling */
#footer {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #000;
	font-weight: bold;
}

/* </source> */