Don't like the ads? Then create an account! Users with accounts have more options than anonymous users.

MediaWiki:Monobook.css

From Triforce Wiki, a The Legend of Zelda wiki
Revision as of 17:47, February 11, 2020 by Results May Vary (talk | contribs) (why dont they allow by default?)
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.
div#globalWrapper {
	background:#36592D
}

body {
	background:#36592D repeat;
}

#content { 
    background-color: #FFFFE8;
}

#footer {
    background-color: #FFFFE8;
}

/* active tabs */

.portlet .pBody {
    background-color: #FFFFE8;
}

#p-cactions li:hover {
    background:#FFFFE8;
}
#p-cactions li a {
    background:#FFFFE8;
}
#p-cactions li a:hover {
    background:#FFFFE8;
}

#p-cactions li.selected {
    background:#FFFFE8;
}
#p-cactions li.selected a {
    background:#FFFFE8;
}

/* link colors */

a {color:#9B870C;}
a:hover {color:#9B870C;}
a:visited {color:#3E8F33;}
a:visited:hover {color:#3E8F33;}
a.external {color:#9B870C;}
a.external:visited {color:#3E8F33;}
a.new {color:#C12A2B;}
a.new:visited {color:#C12A2B;}
a.new:hover {color:#C12A2B;}

/* sidebar */
.portlet h3 { color: gold; }
.generated-sidebar .pBody, #p-tb .pBody, #p-lang .pBody, div#searchBody {
	background:#FFFFE8;
	border-top:2px solid #EEC947;
	border-right:2px solid #EEC947;
	border-bottom:2px solid #EEC947;
	border-left:0 !important;
}

/* user links */

#p-personal ul a {
    background-color:#36592D;
    color:gold;
}

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

#p-personal ul a.new {
    color:#FFF;
}

li#pt-anonuserpage {
    color:gold;
}

/* user icon */

li#pt-userpage, li#pt-anonuserpage, li#pt-login {
  background: url(player.png) top left no-repeat;
  background-size: 15px;
  padding: 0px 0px 2px 20px;
}

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

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

$wgAllowSiteCSSOnRestrictedPages = true;

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