Protected page

MediaWiki:Monobook.css

From Uncyclopedia, the content-free encyclopedia
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:Vector.css.

	Anything that is not skin-specific can go in MediaWiki:Common.css.
*/

body {
	background: #f9f9f9 url("https://images.uncyclomedia.co/uncyclopedia/en/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;
}
/* Bottom box borders. -Paulgb */
.pBody {
	padding-top: 3px;
	border-bottom: 1.4px solid rgb(170, 170, 170);
}


/* 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://images.uncyclomedia.co/uncyclopedia/en/d/d4/Monobook-bullet-star.png);
}

/* 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://images.uncyclomedia.co/uncyclopedia/en/2/2c/Idea_header_orange_left.gif') !important;
	background-position: left top !important;
	background-repeat: no-repeat;
}
.ns-126 #globalWrapper,
.ns-127 #globalWrapper {
	background-color: #f4f4f4 !important;
	background-image: url('https://images.uncyclomedia.co/uncyclopedia/en/c/c2/Undebate_header_both_long.gif') !important;
	background-position: 50% top;
	background-repeat: no-repeat !important;
}

/* Notice banner positioning so it doesn't get weird margins, maybe. */
#localNotice #noticeBanner {
	margin: 1.2em -.8em;
}

/* fakelinks class for {{fakelink}} */
.fakelinks {
	color: #002bb8;
}
.fakelinks:hover {
	text-decoration: underline;
}

/* stealth external links almost like normal links (remove if abused) -Spl */
/* Uses monobook colours; moved to monobook.css -Llwy */
/* Redundant with .plainlinks (really? Not AFAICT -Llwy) */
#bodyContent .stealthexternallink a {
	background: none;
	padding: 0;
	color: #002bb8;
}
#bodyContent .stealthexternallink a.new { color: #C20 !important; }
#bodyContent .stealthexternallink a:visited { color: #5a3696; }
#bodyContent .stealthexternallink a:active { color: #faa700; }
#bodyContent .stealthexternallink a:hover { text-decoration: underline; }

/* stealth new links test per [[Forum:Deliberate Red Links]] -Spl */
/* Uses monobook colours; moved to monobook.css -Llwy */
.new a, a.newcategory {
	color: #c20;
}
.new a:visited, a.newcategory:visited {
	color: #a55858;
}

/* for Template:UnTribune */
.unnews-body h2 {
  line-height: 100%;
}

/* featured star */
#featured-star { 
 top: 10px;
 margin-right: 10px;
}

/* main page proposal */
.dropdown-menu {
 top: 35px !important;
}