Check out the community portal for ways in which you can help the Wiki of Mana! Also, keep in mind that this wiki contains unmarked spoilers.

MediaWiki:Monobook.css

From the Wiki of Mana, the Mana encyclopedia
Revision as of 22:40, August 26, 2021 by Results May Vary (talk | contribs) (fix colors)
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 pages */ 
div#globalWrapper {
	background:#F5F5DC;
}

body {
	background:#F5F5DC repeat;
}

.mw-body {
    border:1px solid #135B09;
}

#p-cactions li.selected {
    border-color: #135B09;
}

#footer {
    background-color: #FFF;
}

.mw-footer {
    border-top: 1px solid #135B09;
    border-bottom: 1px solid #135B09;
}

.firstHeading { margin-top: 5px; }
p { margin: 0.6em 0 0.7em 0; }
h1 { font-size: 193%; }
h3 + dl, h4 + dl, h5 + dl {
	margin-top: -0.1em;
}

/* active tabs */

/* sidebar */
.portlet h3 { color: brown; }
.generated-sidebar .pBody, #p-tb .pBody, #p-lang .pBody, div#searchBody {
	background:#FFF;
	border-top:1px solid #135B09;
	border-right:1px solid #135B09;
	border-bottom:1px solid #135B09;
	border-left:0 !important;
}

/* user links */

#p-personal ul a {
    color:#135B09;
}

#p-personal ul a:hover {
    text-decoration: underline;
    background-color:transparent;
}

li#pt-anonuserpage {
    color:gold;
}

#p-personal .pBody ul {
    background: #FFF;
    border-bottom: 1px solid #135B09;
    border-left: 1px solid #135B09;
    float: right;
    height: 1.55em;
    padding-left:3px;
}

li#pt-userpage, li#pt-anonuserpage, li#pt-login {
  background-image: none;
  background-size: 15px;
  padding: 0px 0px 2px 20px;
}


/* sitenotice */
#siteNotice {
	border-top: 1px solid #744F1C;
	border-bottom: 1px solid #744F1C;
	padding: 3px 2px 2px 2px;
	margin: -2px 0 11px;
}

/* search button (thanks to super mario wiki) */

input.searchButton {
	padding: 0 0.4em !important;
	cursor: pointer;
	background-color: white;
	border: 1px solid #744F1C; 
	font-weight: normal;
} 
#searchGoButton {
	font-weight: normal;
}
#searchInput {
	border: 1px solid #744F1C;
} 

/* page width for mobile optimization */
@media screen and (max-width: 550px) {     .infobox {     width: 100% !important;     } }

select {
	border: 1px solid #135B09;
	color: black;
}

/* Responsive fix */
@media all and (max-width: 550px) {
	a.feedlink { padding-left: 16px !important }
}

/* user prefs */
.oo-ui-tabSelectWidget {
  box-shadow: none;
}

/* Indicator icons */
.mw-indicators {
	top: -10px;
}
.anon .mw-indicators {
	top: -5px;
}
#mw-indicator-shortcut {
	top: 14px;
}

/* Fix footer spacing */
#f-list {
	line-height: 17px;
}

/* miscellaneous */
#p-cactions {
	left: 11.7em;
}

.portlet {
	width: 11.8em;
}

.pBody, 
.portlet h3, 
ul#f-list {
	font-family: verdana, sans-serif;
}

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

.oo-ui-dropdownWidget { max-width:35em; }


#content { 
    border-right: none;
}