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.

Difference between revisions of "MediaWiki:Monobook.css"

From SaGa Wiki
Jump to navigationJump to search
(customize)
(Fixed)
 
Line 22: Line 22:
}
}


#p-personal .pBody ul {
body.skin--responsive #p-personal .pBody ul {
     background: #FFF;
     background: #FFF;
     border-bottom: 1px solid #AAA;
     border-bottom: 1px solid #AAA;
Line 55: Line 55:
/* miscellaneous */
/* miscellaneous */


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


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


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


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

Latest revision as of 16:34, December 18, 2021

/* 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;
}