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 04:48, March 15, 2019 by Results May Vary (talk | contribs) (color update)
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.
/* dark yellow */

div#globalWrapper {
	background:#FFFF89
}

body {
	background:#FFFF89 repeat;
}

#content { 
    background-color: #FFFFE8;
}

#p-navigation { background-color: #FFFF89; }

#p-search { background-color: #FFFF89; }

#p-tb { background-color: #FFFF89; }

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