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

MediaWiki:Monobook.css

From Rare Wiki
Revision as of 16:06, March 22, 2021 by Results May Vary (talk | contribs)
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.
.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;
}

div#globalWrapper {
	background-image: url(/w/images/8/8a/Wiki-background.jpg);
}

#contentSub, #contentSub2 {
    margin: 0 0 1em 1em;
}

/* cactions */
#p-cactions li {
    background:#F8EEBB;
    color:#000 !important;
    border:1px solid gold;
}

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

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

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

.portlet .pBody {
    background-color: #F8EEBB;
    border: 1px solid gold;
}

#p-navigation-label { color: #FFF; }

#p-search-label { color: #FFF; }

#p-tb-label { color: #FFF; }

#p-community-label { color: #FFF; }

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

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

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

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

.portlet {
    width: 11.8em;
}