Welcome to the SaGa Wiki! We have moved off Fandom very recently, so things are still being set up around here. Please note that some images did not successfully transfer, and will need to be manually reuploaded or replaced.


Note: Keep in mind that once you have an account, you must wait one day and make 5 edits to become autoconfirmed. This allows you to skip questions while editing, to create new articles, and to upload images.

MediaWiki:Monobook.css

From SaGa Wiki
Jump to navigationJump 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.
/* All CSS here will be loaded for users of the MonoBook skin */

body {
   background:#3B121F;
}

.mw-body {
   background:#d4ac7b;
   border: 1px solid #a78154;
}

.portlet h3 {
   color:white;
}

h1, h2 {
   border-bottom: 1px solid #a78154;
}

hr {
    background-color: #a78154;
}

body.skin--responsive #p-personal .pBody ul {
    background: #FFF;
    border-bottom: 1px solid #AAA;
    border-left: 1px solid #AAA;
    float: right;
    padding-left: 5px;
    height: 1.75em;
    padding-top: 1px;
}

/* search button */
input.searchButton {
	padding: 0 0.4em !important;
	cursor: pointer;
	background-color: white;
	border: 1px solid saddlebrown; 
	font-weight: normal;
} 
#searchGoButton {
	font-weight: normal;
}
#searchInput {
	border: 1px solid saddlebrown;
	padding-right: 0;
} 

input[type="radio"], 
input[type="checkbox"] {
	border: none;
}

/* miscellaneous */

body.skin--responsive #p-cactions {
	left: 11.7em;
}

body.skin--responsive .portlet {
	width: 11.8em;
}

body.skin--responsive #p-personal li a {
	color: #00f;
}
body.skin--responsive #p-personal li a:hover {
	background: none;
	text-decoration: underline;
}

body.skin--responsive #p-cactions li a {
	color: #00c;
}
body.skin--responsive #p-cactions .new a {
	color: #c00;
}