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
(added)
(fixed search link)
Line 30: Line 30:
     height: 1.75em;
     height: 1.75em;
     padding-top: 1px;
     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;
}
}

Revision as of 22:31, December 7, 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;
}

#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;
}