MediaWiki:Monobook.css

From The World of Seikai
Jump to navigation Jump 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.
/***** Edit this file to customize the monobook skin for the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/

/* See also: [[MediaWiki:Common.css]] */
/* <pre><nowiki> */

/***************************************************
** BODY
*/
body {
	background-image: url("http://www.shoutwiki.com/w/images/seikai/a/a6/Headbg.jpg");
	background-repeat: repeat;
	background-color: #521713;
	text-color: white;
	font-family: Times New Roman, serif;
	font-size: 80%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}


/*** Bold 'edit this page' link to encourage newcomers ***/
#ca-edit a { 
	font-weight: bold !important; 
}

/* </nowiki></pre> */