There are currently 0 stubs. You can help us by expanding these articles!

MediaWiki:Monobook.css

From Rare Wiki
Revision as of 04:50, April 12, 2019 by Results May Vary (talk | contribs) (thanks porple!)
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-image: url(/w/images/8/8a/Wiki-background.jpg);
}
#p-cactions li {
    background:#FFFFE8;
    color:#000 !important;
    border:1px solid gold;
}

#p-cactions li:hover {
    background:#FFFFE8;
    color:#000 !important;
}
#p-cactions li a {
    background:#FFFFE8;
    color:#000 !important;
}
#p-cactions li a:hover {
    background:#FFFFE8;
    color:#000 !important;
}

#p-cactions li.selected {
    background:#FFFFE8;
    color:#000 !important;
}
#p-cactions li.selected a {
    background:#FFFFE8;
    color:#000 !important;
}

#p-cactions .new a {
    color: #c00 !important;
}

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

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

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

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

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