MediaWiki:Monobook.css
Jump to navigation
Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes.
- Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
- Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
- Opera, Konqueror and Safari users can just click the Reload button.
- Chrome: press Ctrl+F5 or Shift+F5
/*
Edit this file to customise the Monobook skin for the entire site.
The default skin is currently at MediaWiki:Uncyclopedia.css.
Anything that is not skin-specific can go in MediaWiki:Common.css.
<pre>
<nowiki>
*/
body {
background: #f9f9f9 url("https://uncyclopedia.ca/w/images/a/a4/Orchidbg3.jpg") 0px 0px no-repeat;
}
#content {
padding: 13px;
}
#p-cactions li.selected {
border-color: #fabd23;
padding: 0 0 .2em 0;
}
#p-cactions li.selected a {
padding: 0 0.8em 0.3em 0.8em !important;
background-color: white;
}
/* Class to hide redlinks */
.bluelinks a {
color: rgb(0, 43, 184) !important;
}
.bluelinks a:visited {
color: rgb(90, 54, 150) !important;
}
#p-wikicities-nav {
display: none;
}
/* Bottom box borders. -Paulgb */
.pBody {
padding-top: 3px;
border-bottom: 1.4px solid rgb(170, 170, 170);
}
/* Share links stuff
#ca-share {
margin-right: 15px !important;
}
#ca-share .dropdown a {
padding: 0 0 0 17px !important;
}
*/
/* collapsible menus */
.collapsible_pile #p-navigation {
}
.collapsible_pile .visible h5,
.collapsible_pile .hidden h5 {
background-position: center top;
cursor: pointer;
padding-left: 1.1em;
}
.collapsible_pile .hidden h5:hover {
text-decoration: underline;
}
.collapsible_pile .hidden {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJGgIBHIgHKqYAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAADlJREFUGNNjTO6Z85+BAGCB0ox41PyHKWKYW5KCVUVyzxwGJgYiAAuSDmxuY0RRhM9d1HMTIzHhBABBaw67euCNTQAAAABJRU5ErkJggg==) no-repeat 2px 3px;
}
.collapsible_pile .visible {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJGgIBMyPWF/8AAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAAFFJREFUGNONzsERwCAIRNFPJp1iCZZBCVgrXoxjHGPcCxyW4YmaBz+525RNJ54SJScA1DxKTv1Izbk4iDSTACubvN4NrpiNK1PfP00jejZtUwE0vxotZsq1AQAAAABJRU5ErkJggg==) no-repeat 2px 3px;
}
/* Featured interwiki */
li.FA {
list-style-image: url(https://uncyclopedia.ca/w/images/d/d4/Monobook-bullet-star.png);
}
/* edit links with [] */
.editsection:before {
content: '[';
}
.editsection:after {
content: ']';
}
/* Dropdowns for various scripts */
.ca-dropdown {
position: relative;
}
.dropdown {
position:absolute;
display: none;
z-index: 50;
top: 16px;
left: -10px;
border: solid 1px #aaa;
padding: 10px;
opacity: .9;
background: #fff;
}
.dropdown a {
display: block;
color: #000 !important;
}
.d-dropdown {
position: relative;
margin-right: -10px !important;
}
.dropdownn {
position: absolute;
display: none;
z-index: 50;
top: -11px;
left: 100%;
border: solid 1px;
padding: 7px;
border-color: #aaa;
background: #fff;
}
.ca-dropdown:hover > .dropdown,
.d-dropdown:hover > .dropdownn {
display:block;
}
.dropdown span,
.dropdownn span {
display: block;
border: none;
}
/* Undebate stuff */
.ns-126 #contentSub,
.ns-127 #contentSub {
display: none;
}
.ns-126 #column-content,
.ns-127 #column-content,
.ns-126 #p-cactions,
.ns-127 #p-cactions {
margin-top: 105px;
}
.ns-126 #p-personal,
.ns-127 #p-personal {
margin-top: 95px;
}
.ns-126 #p-navigation,
.ns-127 #p-navigation {
margin-top: -15px;
}
.ns-126 #p-logo a,
.ns-127 #p-logo a {
background-image: url('https://uncyclopedia.ca/w/images/2/2c/Idea_header_orange_left.gif') !important;
background-position: left top !important;
background-repeat: no-repeat;
}
body.ns-126,
body.ns-127 {
background-color: #f4f4f4 !important;
background-image: url('https://uncyclopedia.ca/w/images/c/c2/Undebate_header_both_long.gif') !important;
background-position: 50% top;
background-repeat: no-repeat !important;
}
/*
</nowiki>
</pre>
*/