MediaWiki:Common.css: Difference between revisions

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
mNo edit summary
(stylize, tweak/update comments, etc.)
Line 11: Line 11:
 
*/
 
*/
   
/* Make tags bold to stand out on recentchanges; can worry about fanciness later. */
+
/* Make tags bold to stand out on RecentChanges; can worry about fanciness later. */
 
.mw-tag-marker {
 
.mw-tag-marker {
font-style:italic;
+
font-style: italic;
font-weight:bold;
+
font-weight: bold;
 
}
 
}
   
 
/* Hide Oasis Gallery Add feature from other skins - Lyrithya */
 
/* Hide Oasis Gallery Add feature from other skins - Lyrithya */
.wikia-gallery-add {display:none !important;}
+
.wikia-gallery-add { display:none !important; }
   
 
/* Stop references from breaking up paragraphs -Lyrithya */
 
/* Stop references from breaking up paragraphs -Lyrithya */
.reference {line-height:90%;}
+
.reference { line-height:90%; }
   
 
/* Smaller edit links --Algorithm */
 
/* Smaller edit links --Algorithm */
Line 47: Line 47:
   
 
/* Class to force links to be not underlined - See .underlinelink for use -Paulgb */
 
/* Class to force links to be not underlined - See .underlinelink for use -Paulgb */
.nounderlinelink a{ text-decoration: none ! important; }
+
.nounderlinelink a { text-decoration: none ! important; }
   
 
.hidden-workaround h2 { display: none; }
 
.hidden-workaround h2 { display: none; }
Line 71: Line 71:
 
}
 
}
   
/* Make footer images look like the wikimedia ones, whether they like it or not... -L */
+
/* Make footer images look like the Wikimedia ones, whether they like it or not... -L */
 
#f-poweredbyico a img,
 
#f-poweredbyico a img,
 
#f-copyrightico a img {
 
#f-copyrightico a img {
Line 101: Line 101:
 
.zorkclass * a.extiw { color: #CCFFCC !important; }
 
.zorkclass * a.extiw { color: #CCFFCC !important; }
 
.zorkclass * a.external { color: #CCFFCC !important; }
 
.zorkclass * a.external { color: #CCFFCC !important; }
 
   
 
/* comment boxes adapted from French Wikipedia.
 
/* comment boxes adapted from French Wikipedia.
 
Applied to Forum and stuck here because making the colours match the skin is annoying. */
 
Applied to Forum and stuck here because making the colours match the skin is annoying. */
 
 
.ns-110 dd {
 
.ns-110 dd {
 
margin: 0;
 
margin: 0;
Line 132: Line 130:
 
.ns-110 dl dl dl dl dl dl dl dl dl dl dl dl dl dl { background-color: #FFFFFF; }
 
.ns-110 dl dl dl dl dl dl dl dl dl dl dl dl dl dl { background-color: #FFFFFF; }
   
 
 
/* This makes vfp headers automatically clear the floating image -Paulgb */
 
/* This makes vfp headers automatically clear the floating image -Paulgb */
 
#headclear h1 { clear: both; }
 
#headclear h1 { clear: both; }
Line 177: Line 174:
   
 
/* stealth new links test per [[Forum:Deliberate Red Links]] -Spl */
 
/* stealth new links test per [[Forum:Deliberate Red Links]] -Spl */
/* note, color should be #ba0000 per /skins3/uncyclopedia/main.css?f=3 but #cc2200 in practice? */
+
/* note, color should be #ba0000 per /skins/uncyclopedia/main.css but #cc2200 in practice? */
 
.new a, a.newcategory { color: #cc2200; }
 
.new a, a.newcategory { color: #cc2200; }
 
.new a:visited, a.newcategory:visited { color: #a55858; }
 
.new a:visited, a.newcategory:visited { color: #a55858; }
Line 232: Line 229:
 
.special li a[title="User:Xamralco"],
 
.special li a[title="User:Xamralco"],
 
.special li a[title="User:Zim ulator"],
 
.special li a[title="User:Zim ulator"],
.special li a[title="User:Zombiebaron"] { font-weight: bold; }
+
.special li a[title="User:Zombiebaron"] {
  +
font-weight: bold;
  +
}
   
 
/* hide manual edit links class="editlink" in certain implementations class=noeditlink" */
 
/* hide manual edit links class="editlink" in certain implementations class=noeditlink" */
Line 256: Line 255:
 
#toc .toctoggle, .toc .toctoggle { font-size: 94%; }
 
#toc .toctoggle, .toc .toctoggle { font-size: 94%; }
   
/* Hides external link icons from local LATEX images and image description pages linked to via images.wikia.com (CSS3)*/
+
/* Hides external link icons from local LaTeX images and image description pages linked to via images.wikia.com (CSS3)*/
 
a[href *="wikia.com/wikitex"] {
 
a[href *="wikia.com/wikitex"] {
 
background: none !important;
 
background: none !important;
Line 270: Line 269:
 
}
 
}
   
/* allows for expanding hidden sig sections (experimental) -Dawg */
+
/* allows for expanding hidden sig sections -Dawg */
 
.sighidden { display: none; }
 
.sighidden { display: none; }
 
.sigexpand:hover .sighidden { display: inline; }
 
.sigexpand:hover .sighidden { display: inline; }
Line 284: Line 283:
 
ol.references > li:target { background-color: #DEF; }
 
ol.references > li:target { background-color: #DEF; }
 
sup.reference:target { background-color: #DEF; }
 
sup.reference:target { background-color: #DEF; }
.limegreen { color: #42e73f; font-weight: bold; }
+
.limegreen {
  +
color: #42e73f;
  +
font-weight: bold;
  +
}
   
 
/* Stops embedded flash hack from displaying during page load */
 
/* Stops embedded flash hack from displaying during page load */
Line 544: Line 546:
 
/* page-specific whatever */
 
/* page-specific whatever */
 
.page-Command_Line .firstHeading { display: none; }
 
.page-Command_Line .firstHeading { display: none; }
 
   
 
/* positioning for custom logos and whatnot */
 
/* positioning for custom logos and whatnot */
 
.logothing {
 
.logothing {
display:block;
+
display: block;
width:160px;
+
width: 160px;
 
position: absolute;
 
position: absolute;
 
left: -12.2em;
 
left: -12.2em;
 
top: -2.8em;
 
top: -2.8em;
background:none;
+
background: none;
 
}
 
}
   
 
/* Diffs because I hate you all. */
 
/* Diffs because I hate you all. */
 
 
td.diff-deletedline {
 
td.diff-deletedline {
 
background: #fcf8cc;
 
background: #fcf8cc;
Line 659: Line 659:
 
}
 
}
   
 
/* Fixes for login form (Oasis overflow) */
 
/* Fixes for login form (oasis overflow) */
 
 
 
.UserLogin .WikiaForm {
 
.UserLogin .WikiaForm {
 
margin-left: 10px;
 
margin-left: 10px;
Line 717: Line 715:
 
font-size: 100%;
 
font-size: 100%;
 
background-color: #efefef;
 
background-color: #efefef;
position:relative;
+
position: relative;
 
}
 
}
 
div.NavFrame p {
 
div.NavFrame p {
Line 754: Line 752:
 
font-size: 90%;
 
font-size: 90%;
 
}
 
}
 
   
 
/* Donation parody stuff */
 
/* Donation parody stuff */
.walesh1{ background-color: #8ca5b6;
+
.walesh1 {
 
background-color: #8ca5b6;
 
background-image: url(http://images2.wikia.nocookie.net/uncyclopedia/images/9/96/Jimbo-bikini-babes_gradient.png);
 
background-image: url(http://images2.wikia.nocookie.net/uncyclopedia/images/9/96/Jimbo-bikini-babes_gradient.png);
background-repeat:repeat-x; }
+
background-repeat: repeat-x;
  +
}
.walesh2{ background-color: #c0a282;
 
  +
.walesh2 {
 
background-color: #c0a282;
 
background-image: url(http://images4.wikia.nocookie.net/uncyclopedia/images/1/19/Grad_header2.png);
 
background-image: url(http://images4.wikia.nocookie.net/uncyclopedia/images/1/19/Grad_header2.png);
background-repeat:repeat-x; }
+
background-repeat: repeat-x;
  +
}
.walesh3{ background-color: #a19f93;
 
  +
.walesh3 {
 
background-color: #a19f93;
 
background-image: url(http://images4.wikia.nocookie.net/uncyclopedia/images/3/3f/Grad_header3.png);
 
background-image: url(http://images4.wikia.nocookie.net/uncyclopedia/images/3/3f/Grad_header3.png);
background-repeat:repeat-x; }
+
background-repeat: repeat-x;
  +
}
.walesh4{ background-color: #242304;
 
  +
.walesh4 {
 
background-color: #242304;
 
background-image: url(http://images4.wikia.nocookie.net/uncyclopedia/images/4/4c/Leafy.png);
 
background-image: url(http://images4.wikia.nocookie.net/uncyclopedia/images/4/4c/Leafy.png);
background-repeat:repeat-x; }
+
background-repeat: repeat-x;
  +
}
.walesh5{ background-color: #491787;
 
  +
.walesh5 {
 
background-color: #491787;
 
background-image: url(http://images2.wikia.nocookie.net/uncyclopedia/images/b/bc/Purpley.png);
 
background-image: url(http://images2.wikia.nocookie.net/uncyclopedia/images/b/bc/Purpley.png);
background-repeat:repeat-x; }
+
background-repeat: repeat-x;
  +
}
.sannseh6{ background-image: url(http://images1.wikia.nocookie.net/uncyclopedia/images/3/3e/Prettiestpretty_pattern.png);
 
  +
.sannseh6 {
background-repeat:repeat-x; }
 
.gradientg6{ background-image: url(http://images2.wikia.nocookie.net/uncyclopedia/images/b/b7/Banner_gradient.gif);
+
background-image: url(http://images1.wikia.nocookie.net/uncyclopedia/images/3/3e/Prettiestpretty_pattern.png);
background-repeat:repeat-x; background-position: bottom;}
+
background-repeat: repeat-x;
  +
}
  +
.gradientg6 {
 
background-image: url(http://images2.wikia.nocookie.net/uncyclopedia/images/b/b7/Banner_gradient.gif);
  +
background-repeat: repeat-x;
  +
background-position: bottom;
  +
}
   
 
/* Button stolen from wikimedia */
 
/* Button stolen from wikimedia */
Line 813: Line 825:
   
 
/* Undebate header */
 
/* Undebate header */
.undebate a { color:#000; font-weight:normal; }
+
.undebate a {
  +
color: #000;
  +
font-weight: normal;
  +
}
   
 
/* Fixes and general pinkness for the content warning */
 
/* Fixes and general pinkness for the content warning */
Line 836: Line 851:
 
}
 
}
 
.ContentWarning.WikiaArticle a {
 
.ContentWarning.WikiaArticle a {
color: #ac1fbd;
+
color: #ac1fbd;
 
}
 
}
 
.ContentWarning.WikiaArticle a:hover {
 
.ContentWarning.WikiaArticle a:hover {
color: #ed59ff;
+
color: #ed59ff;
 
}
 
}
 
.ContentWarning.WikiaArticle a:visited {
 
.ContentWarning.WikiaArticle a:visited {
color: #532a91;
+
color: #532a91;
 
}
 
}
 
.ContentWarning.WikiaArticle a:visited:hover {
 
.ContentWarning.WikiaArticle a:visited:hover {
color: #9b59ff;
+
color: #9b59ff;
 
}
 
}
 
.ShowContentWarning.skin-uncyclopedia #p-cactions ul li.selected a {
 
.ShowContentWarning.skin-uncyclopedia #p-cactions ul li.selected a {

Revision as of 23:11, 16 June 2012

/* 

	Edit this page to make changes to the site irregardless of skin.
	Anything that is skin-specific (logo related, javascript related, etc) should go into into the appropriate skin.css file: 
		MediaWiki:Uncyclopedia.css
		MediaWiki:Monobook.css 
		MediaWiki:Wikia.css

<pre>
<nowiki>
*/

/* Make tags bold to stand out on RecentChanges; can worry about fanciness later. */
.mw-tag-marker {
	font-style: italic;
	font-weight: bold;
}

/* Hide Oasis Gallery Add feature from other skins - Lyrithya */
.wikia-gallery-add { display:none !important; }

/* Stop references from breaking up paragraphs -Lyrithya */
.reference { line-height:90%; }

/* Smaller edit links --Algorithm */
.editsection {
	display: block;
	float: right;
	font-size: small;
	font-weight: normal;
}

/* Kills "Forum talk:" links --Algorithm */
body.ns-110 #ca-talk { display: none !important; }
body.ns-110 #ca-nstab-forum { margin-right: 16px; }

/* Puts a redirect indicator before redirects in Special:Allpages -Spl */
.redirect-in-category,.allpagesredirect { font-style: italic; }
.redirect-in-category,.allpagesredirect a { 
	background: url(/images/5/5c/Allpagesredirect.gif) center left no-repeat; 
	padding-left: 13px; 
}

/* Class to force links to be underlined --Paulgb */
/* To use: <nowiki><span class="underlinelink">[[link]]</span></nowiki> <!-- Ignore the nowiki --> */
.underlinelink a { text-decoration: underline !important; }

/* Class to force links to be not underlined - See .underlinelink for use -Paulgb */
.nounderlinelink a { text-decoration: none ! important; }

.hidden-workaround h2 { display: none; }

/*
#mw-input-searchnamespaces-1100,
label[for="mw-input-searchnamespaces-1100"],
#mw-search-ns1100,
label[for="mw-search-ns1100"] { display:none !important; }
*/

/* Make search suggestions proper size -Lyrithya */ 
#searchInputSuggest {
	font-size: 13px;
}

/* Make transparent file pages more pleasant */
#file img, .gallerybox .thumb img {
	background: transparent;
}
#file img:hover, .gallerybox .thumb img:hover {
	background: url("http://images.wikia.nocookie.net/common/__cb47721/skins/common/images/Checker-16x16.png") transparent;
}

/* Make footer images look like the Wikimedia ones, whether they like it or not... -L */
#f-poweredbyico a img,
#f-copyrightico a img {
	opacity: 0;
}
#f-poweredbyico { background-image: url('http://images1.wikia.nocookie.net/uncyclopedia/images/d/d4/Poweredby_mediawiki_88x31.png'); }
#f-copyrightico { background-image: url('http://images1.wikia.nocookie.net/uncyclopedia/images/4/44/Cc-some_rights_88x31.png'); }

/* For an... ah... template. Really. -Lyrithya */
.miral { background: url(http://images2.wikia.nocookie.net/__cb20110615102531/uncyclopedia/images/3/34/Template-left.png) right repeat-y; }
.mirar { background: url(http://images2.wikia.nocookie.net/__cb20110615102518/uncyclopedia/images/f/f8/Template-right.png) left repeat-y; }
.mirara { background: url(http://images3.wikia.nocookie.net/__cb20110615102641/uncyclopedia/images/5/56/Template-right-border.png) left no-repeat; }
.mirala { background: url(http://images2.wikia.nocookie.net/__cb20110615102542/uncyclopedia/images/3/3f/Template-left-border.png) right no-repeat; }

/* For Zork related pages. See [[Template:Zorkheader]]. -Paulgb */
table.zorkclass td { padding: 3px; }
.zorkclass { background-color: #000000; color: #FFFFFF; }
.zorkclass a { color: #FFFFCC; }
.zorkclass a:visited { color: #FFFFCC; }
.zorkclass a:hover { color: #FFFFFF; }
.zorkclass a.new { color: #FF6666; }
.zorkclass ul {
	list-style-type: circle;
	color: #FFFFCC;
	list-style-image: url(/images/d/d4/Zorkbullet.gif);
}
.zorkcmd { color: #FFFFCC; }
.zorkclue tt:hover { color:#FFFFFF; }
.zorkclass * a.extiw { color: #CCFFCC !important; }
.zorkclass * a.external { color: #CCFFCC !important; }

/* comment boxes adapted from French Wikipedia. 
Applied to Forum and stuck here because making the colours match the skin is annoying. */
.ns-110 dd {
	margin: 0;
	padding: 0;
}
.ns-110 dl {
	border-top: solid 1px #BBBBBB;
	border-left: solid 1px #BBBBBB;
	padding-top: 0.5em;
	padding-left: 0.5em;
	margin-left: 1em;
}
.ns-110 dl { background-color: #F9F9F9; }
.ns-110 dl dl { background-color: #FFFFFF; }
.ns-110 dl dl dl { background-color: #F9F9F9; }
.ns-110 dl dl dl dl { background-color: #FFFFFF; }
.ns-110 dl dl dl dl dl { background-color: #F9F9F9; }
.ns-110 dl dl dl dl dl dl { background-color: #FFFFFF; }
.ns-110 dl dl dl dl dl dl dl { background-color: #F9F9F9; }
.ns-110 dl dl dl dl dl dl dl dl { background-color: #FFFFFF; }
.ns-110 dl dl dl dl dl dl dl dl dl { background-color: #F9F9F9; }
.ns-110 dl dl dl dl dl dl dl dl dl dl { background-color: #FFFFFF; }
.ns-110 dl dl dl dl dl dl dl dl dl dl dl { background-color: #F9F9F9; }
.ns-110 dl dl dl dl dl dl dl dl dl dl dl dl { background-color: #FFFFFF; }
.ns-110 dl dl dl dl dl dl dl dl dl dl dl dl dl { background-color: #F9F9F9; }
.ns-110 dl dl dl dl dl dl dl dl dl dl dl dl dl dl { background-color: #FFFFFF; }

/* This makes vfp headers automatically clear the floating image -Paulgb */
#headclear h1 { clear: both; }
#headclear h2 { clear: both; }
#headclear div.editsection {
	clear: both;
	position: relative;
	top: 2em;
}
 
/* wikitable/prettytable class for skinning normal tables -Keitei */
table.wikitable, table.prettytable {
	margin: 1em 1em 1em 0;
	background: #f9f9f9;
	border: 1px #aaaaaa solid;
	border-collapse: collapse;
}

table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td {
	border: 1px #aaaaaa solid;
	padding: 0.2em;
}

table.wikitable th, table.prettytable th {
	background: #f2f2f2;
	text-align: center;
}

table.wikitable caption, table.prettytable caption {
	margin-left: inherit;
	margin-right: inherit;
}

/* stealth external links almost like normal links (remove if abused) -Spl */
#bodyContent .stealthexternallink a {
	background: none;
	padding: 0;
	color: #002bb8;
}
#bodyContent .stealthexternallink a.new { color: #CC2200 !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 */
/* note, color should be #ba0000 per /skins/uncyclopedia/main.css but #cc2200 in practice? */
.new a, a.newcategory { color: #cc2200; }
.new a:visited, a.newcategory:visited { color: #a55858; }

/* these allow 'hoverable' clickable buttons. All they do is change the ridge from outset to inset -Spl */
/* Note: hover on non-links doesn't work in IE. Be sure not to define ridge-style in the span */
/* example: <nowiki><span class="nounderlinelink">[[Main_Page|<span class="buttonlink" style="border-width: 2px; border-color: #999999;background-color:#bbbbbb;padding:1px 5px 1px 5px;color:black;font-size:110%">Main Page</span>]]</span></nowiki> */
.buttonlink { border-style: outset; }
.buttonlink:active { border-style: inset; }
 
/* Make sysop nicks bold in recent changes -Spl */
.special li a[title="User:Algorithm"],
.special li a[title="User:Black flamingo11"],
.special li a[title="User:Bradaphraser"],
.special li a[title="User:Chronarion"],
.special li a[title="User:ChiefjusticeDS"],
.special li a[title="User:Codeine"],
.special li a[title="User:David Gerard"],
.special li a[title="User:Dawg"],
.special li a[title="User:Electrified mocha chinchilla"],
.special li a[title="User:Flammable"],
.special li a[title="User:Gwax"],
.special li a[title="User:Hindleyite"],
.special li a[title="User:Jack Phoenix"],
.special li a[title="User:Ljlego"],
.special li a[title="User:Lyrithya"],
.special li a[title="User:MadMax"],
.special li a[title="User:Mhaille"],
.special li a[title="User:Modusoperandi"],
.special li a[title="User:MoneySign"],
.special li a[title="User:Mordillo"],
.special li a[title="User:MrN9000"],
.special li a[title="User:Olipro"],
.special li a[title="User:Ogopogo"],
.special li a[title="User:Paulgb"],
.special li a[title="User:PIGGY"],
.special li a[title="User:RabbiTechno"],
.special li a[title="User:RadicalX"],
.special li a[title="User:RAHB"],
.special li a[title="User:Rcmurphy"],
.special li a[title="User:Romartus"],
.special li a[title="User:Root"],
.special li a[title="User:Roman Dog Bird"],
.special li a[title="User:Sannse"],
.special li a[title="User:Savethemooses"],
.special li a[title="User:Sockpuppet of an unregistered user"],
.special li a[title="User:Sophia"],
.special li a[title="User:Spang"],
.special li a[title="User:Stillwaters"],
.special li a[title="User:Thekillerfroggy"],
.special li a[title="User:TheLedBalloon"],
.special li a[title="User:Todd Lyons"],
.special li a[title="User:Tom mayfair"],
.special li a[title="User:Xamralco"],
.special li a[title="User:Zim ulator"],
.special li a[title="User:Zombiebaron"] {
	font-weight: bold;
}

/* hide manual edit links class="editlink" in certain implementations class=noeditlink" */
.noeditlink .editlink { display: none; }

/* TOC style to match en.wp */
#toc h2, .toc h2 {
	display: inline;
	border: none;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle { text-align: center; }
#toc ul, .toc ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}
#toc ul ul, .toc ul ul { margin: 0 0 0 2em; }
#toc .toctoggle, .toc .toctoggle { font-size: 94%; }

/* Hides external link icons from local LaTeX images and image description pages linked to via images.wikia.com (CSS3)*/
a[href *="wikia.com/wikitex"] {
	background: none !important;
	padding: 0 !important;
}
.fullImageLink img + a, .fullImageLink a:first-child {
	background: none !important;
	padding: 0 !important;
}
.special li a[href *="wikia.com/uncyclopedia/images"] {
	background: none !important;
	padding: 0 !important;
}

/* allows for expanding hidden sig sections -Dawg */
.sighidden { display: none; }
.sigexpand:hover .sighidden { display: inline; }
.sigclick:active .sighidden { display: inline; }

/* Stolen from Wikipedia--keitei */
/* Coloured watchlist numbers */
.mw-plusminus-pos { color:#006400; }
/* .mw-plusminus-null currently at developer default */
.mw-plusminus-neg { color:#8B0000; }

/* Highlight clicked reference in blue to help navigation */
ol.references > li:target { background-color: #DEF; }
sup.reference:target { background-color: #DEF; }
.limegreen {
	color: #42e73f;
	font-weight: bold;
}

/* Stops embedded flash hack from displaying during page load */
#embedFlashDoc { display: none; }
#replacepagetitle { display: none; }

/* Censored text style, and clear text on rollover. */
.censored {
	color: black;
	background-color: black;
	padding: 1px;
}

.censored a {
	color: black;
	text-decoration: underline;
	padding: 1px;
}

.censored:hover {
	color: inherit;
	background-color: inherit !important;
}

/* Misspelled text style, wavy red underline, a la MS Word */
.misspelled { background: url("http://images2.wikia.nocookie.net/uncyclopedia/images/6/67/Ms_spell_underline.GIF") repeat-x bottom }

/* "Mark as voted" for VFH -Spang */
.vfhvoted { display: none; }
.vfhnotvoted { display: none; } 

/* 3 column TOC (sorted horizontally; vertical sorting not possible yet) */
#toc-3-column #toc, #toc-3-column #toc ul { width: 100% !important }
#toc-3-column #toc ul li {
	float: left;
	width: 30%;
	padding-right: 1%;
	margin-right: 1%;
	border-bottom: 1px dotted #ccf;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}
#toc-3-column #toc ul li a span.tocnumber {
	color: black;
	font-weight: bold;
}
#toc-3-column #toc ul li a span.tocnumber:after { content: '.'; }
table.dpl-3-column { width: 100%; }
table.dpl-3-column td { width: 33%; vertical-align: top; }
table.dpl-4-column { width: 100%; }
table.dpl-4-column td { width: 25%; vertical-align: top; }

/* 3-column list */
.tri-column, .tri-column ul, .tri-column ol { width: 100% !important; }
.tri-column li {
	float: left;
	width: 30%;
	padding-right: 1%;
	margin-right: 1%;
}

/* Unicode class, for maximising the chance of displaying uncommon Unicode symbols (from wikipedia) */
.Unicode {
	font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Free Sans", "Arial Unicode MS", "Microsoft Sans Serif", "Lucida Sans Unicode";
	font-family /**/:inherit;
}

.not-patrolled { background-color: inherit }

/* Autocomplete of article and template names - missing from uncyc's skin (as usual!) */
.yui-ac-container {
	position: absolute;
	right: 50px;
	top: 25px;
	width: 171px;
	z-index: 1000;
}

.yui-ac-content {
	background: #fff;
	border: 1px solid #808080 !important;
	color: #000;
	left: -155px;
	overflow: hidden;
	position: relative;
	top: -35px;
	width: 100%;
	z-index: 9050;
}

.yui-ac-content ul {
	float: none !important;
	list-style-image: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}

.yui-ac-content li {
	cursor: default;
	float: none !important;
	font-size: 9pt;
	margin: 0 !important;
	padding: 1px 0 0 3px;
	white-space: nowrap;
}

.navigation-hover { background-color: #e0efff; }

/* Infobox CSS */
.infobox {
	border: 1px solid #aaa;
	margin: .5em 0 .5em 1em;
	background-color: #f9f9f9;
	float: right;
	clear: right;
	padding: .2em;
	color: black;
}

.infobox td,.infobox th { vertical-align: top; }

.infobox caption { font-size: larger; }
.infobox.bordered { border-collapse: collapse; }
.infobox.bordered td,.infobox.bordered th { border: 1px solid #aaa; }
.infobox.bordered .borderless td,.infobox.bordered .borderless th { border: 0; }
.infobox.sisterproject {
	font-size: 90%;
	width: 20em;
}
.infobox.standard-talk {
	border: 1px solid #c0c090;
	background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,.infobox.standard-talk.bordered th { border: 1px solid #c0c090; }
.infobox.bordered .mergedtoprow td,.infobox.bordered .mergedtoprow th {
	border-top: 1px solid #aaa;
	border: 0;
	border-right: 1px solid #aaa;
}
.infobox.bordered .mergedrow td,.infobox.bordered .mergedrow th {
	border: 0;
	border-right: 1px solid #aaa;
}
.infobox.geography {
	line-height: 1.2em;
	text-align: left;
	font-size: 90%;
	border-collapse: collapse;
}
.infobox.geography td,.infobox.geography th {
	border-top: solid 1px #aaa;
	padding: .4em .6em;
}
.infobox.geography .mergedtoprow td,.infobox.geography .mergedtoprow th {
	padding: .4em .6em .2em;
	border-top: solid 1px #aaa;
}
.infobox.geography .mergedrow td,.infobox.geography .mergedrow th {
	padding: 0 .6em .2em;
	border: 0;
}
.infobox.geography .mergedbottomrow td,.infobox.geography .mergedbottomrow th {
	padding: 0 .6em .4em;
	border-bottom: solid 1px #aaa;
	border-top: 0;
}
.infobox.geography .maptable td,.infobox.geography .maptable th {
	border: 0;
	padding: 0;
}

/* per namespace logos */
/* covers uncyclopedia and monobook */

/* Image: and Image_talk: */
	body.ns-6 #p-logo a,
	body.ns-7 #p-logo a { background-image: url(http://images.wikia.com/uncyclopedia/images/d/d5/Uncyclomedia_Commons.png) !important; }
/* UnNews: and UnNews_talk: */
	body.ns-102 #p-logo a,
	body.ns-103 #p-logo a { background-image: url(http://images.wikia.com/uncyclopedia/images/0/02/UnNews_Logo_Potato.png) !important; }
/* Undictionary: and Undictionary_talk: */
	body.ns-104 #p-logo a,
	body.ns-105 #p-logo a { background-image: url(http://images.wikia.com/uncyclopedia/images/4/47/Undictionary_Logo_Text.png) !important; }
/* Game: and Game_talk: */
	body.ns-106 #p-logo a,
	body.ns-107 #p-logo a { background-image: url(http://images.wikia.com/uncyclopedia/images/9/92/Game-Logo.png) !important; }
/* Forum: and Forum_talk: */
	body.ns-110 #p-logo a { background-image: url(http://images2.wikia.nocookie.net/__cb20110611024812/uncyclopedia/images/0/04/Forum_torches3.png) !important; }
	body.ns-111 #p-logo a { background-image: url(http://images.wikia.com/uncyclopedia/images/d/db/Forum_talk.png) !important; }
/* UnTunes: and UnTunes_talk: */
	body.ns-112 #p-logo a,
	body.ns-113 #p-logo a { background-image: url(http://images.wikia.com/uncyclopedia/images/b/bf/UnTunes.png) !important; background-position: 50% 40% !important; }
/* HowTo: and HowTo_talk: */
	body.ns-114 #p-logo a,
	body.ns-115 #p-logo a { background-image: url( http://images1.wikia.nocookie.net/uncyclopedia/images/3/36/Howto-logo.png ) !important; }
/* UnBooks: and UnBooks_talk: */
	body.ns-118 #p-logo a,
	body.ns-119 #p-logo a { background-image: url( http://images4.wikia.nocookie.net/__cb20110604071347/uncyclopedia/images/3/37/Unbooks-logo-en.png ) !important; }
/* Unquotable: and Unquotable_talk: */
	body.ns-124 #p-logo a,
	body.ns-125 #p-logo a { background-image: url( http://images3.wikia.nocookie.net/__cb20110604071347/uncyclopedia/images/b/bb/Unquotable-logo-en.png ) !important; }
/* UnPoetia: and UnPoetia_talk: */
	body.ns-122 #p-logo a,
	body.ns-123 #p-logo a { background-image: url( http://images1.wikia.nocookie.net/__cb20110604071347/uncyclopedia/images/2/2e/Unpoetia_logo.png ) !important; background-position: 50% 40% !important; }
/* UnReviews: and UnReviews_talk: */
	body.ns-128 #p-logo a,
	body.ns-129 #p-logo a { background-image: url( http://images3.wikia.nocookie.net/uncyclopedia/images/7/75/UnReviews_small.png ) !important; }
/* UnScripts: and UnScripts_talk: */
	body.ns-120 #p-logo a,
	body.ns-121 #p-logo a { background-image: url( http://images2.wikia.nocookie.net/__cb20110610062904/uncyclopedia/images/d/d6/UnScripts.png ) !important; }
/* Why?: and Why?_talk: */
	body.ns-116 #p-logo a,
	body.ns-117 #p-logo a { background-image: url( http://images2.wikia.nocookie.net/__cb20110605013009/uncyclopedia/images/2/25/Why_logo.png ) !important; }

/* end per namespace logos */

.page-Undictionary_Main_Page #firstHeading, 
.page-Undictionary_Main_Page #siteSub, 
.page-Uncycloversity_Main_Page #firstHeading,
.page-Uncycloversity_Main_Page #siteSub, 
.page-UnReviews_Main_Page #firstHeading,
.page-UnReviews_Main_Page #siteSub,
.page-HowTo_Main_Page #firstHeading,
.page-HowTo_Main_Page #siteSub,
.page-Game_Main_Page #firstHeading,
.page-Game_Main_Page #siteSub,
.page-Why_Main_Page #firstHeading,
.page-Why_Main_Page #siteSub,
.page-Unquotable_Main_Page #firstHeading,
.page-Unquotable_Main_Page #siteSub,
.page-UnPoetia_Main_Page #firstHeading,
.page-UnPoetia_Main_Page #siteSub,
.page-UnBooks_Main_Page #firstHeading,
.page-UnBooks_Main_Page #siteSub {
	display:none;
}


/* Non-namespace projects */
body[class*="page-Un-Bestiary"] #p-logo > a,
body[class*="page-Talk_Un-Bestiary"] #p-logo > a,
body.ns-unbestiary #p-logo > a { background-image: url( http://images2.wikia.nocookie.net/__cb20110604071347/uncyclopedia/images/c/c0/UnBestiarylogo.png ) !important; }
 
body[class*="page-Uncycloversity_"] #p-logo > a,
body[class*="page-Talk_Uncycloversity_"] #p-logo > a,
body.ns-uncycloversity #p-logo > a { background-image: url( http://images4.wikia.nocookie.net/uncyclopedia/images/c/c9/Uncycloversity-logo-en.png ) !important; }


/* page-specific namespace logos -Algorithm (Only affects Uncyclopedia and Monobook skins) */
body.page-User_talk_Algorithm_CSS_Help #p-logo a { background-image: url(http://images.wikia.com/uncyclopedia/images/thumb/c/c7/Guilt.jpg/130px-Guilt.jpg) !important; }
body.page-Polish_Inquisition #p-logo a { background-image: url(http://images.wikia.com/uncyclopedia/images/5/53/Guiltopedia.png) !important; }
body.page-Plagiarism #p-logo a { background-image: url(http://images.wikia.com/uncyclopedia/images/7/7f/Wikipedia-logo-en.png) !important; }
body.page-Wikipedia_Main_Page #p-logo a { background-image: url(http://images.wikia.com/uncyclopedia/images/7/7f/Wikipedia-logo-en.png) !important; }
body.page-This_Page_Is_On_Fire #p-logo a { background-image: url(http://images.wikia.com/uncyclopedia/images/e/ef/Sophia_fire2.gif) !important; }

/* page-specific whatever */
.page-Command_Line .firstHeading { display: none; }

/* positioning for custom logos and whatnot */
.logothing {
	display: block; 
	width: 160px; 
	position: absolute; 
	left: -12.2em; 
	top: -2.8em; 
	background: none;
}

/* Diffs because I hate you all. */
td.diff-deletedline { 
	background: #fcf8cc;
}
td.diff-addedline { 
	background: #dce6ff;
}
td.diff-context {
	background: #f2f2f2;
	font-style: italic;
	color: #555;
}
td.diff-addedline div,
td.diff-deletedline div,
td.diff-context div {
	padding: 2px 4px 1px 6px;
}
td.diff-addedline .diffchange,
td.diff-deletedline .diffchange { 
	background-color: transparent;
	padding-bottom: 2px;
	color: #c00;
}
td.diff-addedline .diffchange {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAADCAYAAACuyE5IAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAN1wAADdcBQiibeAAAAAd0SU1FB9wDAQEQKsaP2vEAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAAFhJREFUCNctwbENglAUAMAjcQkTBnABmt/ZwwaUdK9gCGewcgiblxAaSt2AsIaNsSGh8a4qkYEV79e9/fkrkRdcT9jQoymRD3zQYcBc3TBF1hhxxhc7nlgOF7oT3kuL55oAAAAASUVORK5CYII=') repeat-x bottom !important;
}
td.diff-deletedline .diffchange { 
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAADCAYAAACuyE5IAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAN1wAADdcBQiibeAAAAAd0SU1FB9wDAQIRAAZpnD8AAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAAFpJREFUCNctwaENwlAUAMBrgn0DNGGADgADVFagMUhcBUN0jE7wFPKnprYbENYgJE0NSQ13Vcno8cLSXb+bv5LRoD3gjRvOJWPEBxfcMVUDThlHPFBjxQ9PzDsL9hMao2rLcwAAAABJRU5ErkJggg==') repeat-x bottom !important;
}

/* Header colours */
h1, h2, h3, h4, h5, h6 { color: inherit }

/* Blockquotes */
blockquote { margin: 0.4em 1em .8em 0 }

/* White borders for images on non-white backgrounds. Updated to only work when needed. 
To use, add: <nowiki><div class="nonwhite">[[Image:Imagetag]]</div></nowiki> <!-- Ignore the <nowiki></nowiki> --> -Paulgb */
.nonwhite div.thumb {
	border: none;
	margin-top: 10px;
	margin-bottom: 0px;
}
.nonwhite div.tleft { border: none; }
.nonwhite div.tright { margin-left: 13px; }

/* Forum formatting -Algorithm & -Splaka */
.forumheader {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	margin-top: 1em;
	padding: 12px;
}
.forumlist td span {
	display: block;
	padding-left: 10px;
	font-size: smaller;
}
.forumlist td span a { text-decoration: none; }
.forumlist td span.forum_author { padding-left: 30px; }
.forumlist td.forum_edited a { text-decoration: none }
.forumlist td.forum_title a { padding-left: 20px; }
.forumlist td.forum_title span a { padding-left: 0px }
.forumlist td.forum_title a.forum_new {
	font-weight: bold;
	background: url(http://images.wikia.com/uncyclopedia/images/1/11/Newmsg.png) center left no-repeat;
	padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
	font-weight: normal;
	background: none;
	padding-left: 20px;
}
.forumlist th.forum_title { padding-left: 20px; }

.forumborder { border-collapse: collapse }
.forumborder td { border-top: solid #aaa 1px }

/* Maintenance formatting -Algorithm */
.expired td.forum_title a { font-weight: bold; }
.expired td.forum_title a.forum_new { font-weight: normal; }

/* Forces no list styles in a section */
.nolist {
	list-style-type: none !important;
	list-style-image: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.nolist ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
}
.nolist ul li {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
}

/* Fixes for login form (Oasis overflow) */
.UserLogin .WikiaForm {
	margin-left: 10px;
	margin-bottom: 10px;
	border: solid 1px #aaa;
	padding:10px;
}
.UserLogin .WikiaForm fieldset {
	border: none !important;
	margin: 10px 0 0 0;
}
.UserLogin .WikiaForm .login-button {
	width: auto;
}
.UserLogin .WikiaForm .submits {
	margin: 0;
	text-align: center;
}

/* For NetBars */
#netbar {
	list-style-type: none !important;
	list-style-image: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

/* NavFrame, aka box hiding thingy from Wikipedia */
div.Boxmerge,
div.NavFrame {
	margin: 0px;
	padding: 2px;
	border: 1px solid #aaaaaa;
	text-align: center;
	border-collapse: collapse;
	font-size: 95%;
}
div.Boxmerge div.NavFrame {
	border-style: none;
	border-style: hidden;
}
div.NavFrame + div.NavFrame {
	border-top-style: none;
	border-top-style: hidden;
}
div.NavPic {
	background-color: #ffffff;
	margin: 0px;
	padding: 2px;
	float: left;
}
div.NavFrame div.NavHead {
	height: 1.6em;
	font-weight: bold;
	font-size: 100%;
	background-color: #efefef;
	position: relative;
}
div.NavFrame p {
	font-size: 100%;
}
div.NavFrame div.NavContent {
	font-size: 100%;
}
div.NavFrame div.NavContent p {
	font-size: 100%;
}
div.NavEnd {
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	clear: both;
}
a.NavToggle {
	position: absolute;
	top: 0px;
	right: 3px;
	font-weight: normal;
	font-size: smaller;
}
/* End NavFrame */

/* Recreating-deleted-page/reupload file warning and log entries - from skins/monobook/main.css - Jack */
div#mw-upload-deleted-warn,
div#mw-recreate-deleted-warn {
	padding: 3px;
	margin-bottom: 3px;
	border: 2px solid #2F6FAB;
}
div#mw-upload-deleted-warn ul li,
div#mw-recreate-deleted-warn ul li {
	font-size: 90%;
}

/* Donation parody stuff */
.walesh1 {
	background-color: #8ca5b6; 
	background-image: url(http://images2.wikia.nocookie.net/uncyclopedia/images/9/96/Jimbo-bikini-babes_gradient.png);
	background-repeat: repeat-x;
}
.walesh2 {
	background-color: #c0a282;
	background-image: url(http://images4.wikia.nocookie.net/uncyclopedia/images/1/19/Grad_header2.png);
	background-repeat: repeat-x;
}
.walesh3 {
	background-color: #a19f93;
	background-image: url(http://images4.wikia.nocookie.net/uncyclopedia/images/3/3f/Grad_header3.png);
	background-repeat: repeat-x;
}
.walesh4 {
	background-color: #242304;
	background-image: url(http://images4.wikia.nocookie.net/uncyclopedia/images/4/4c/Leafy.png);
	background-repeat: repeat-x;
}
.walesh5 {
	background-color: #491787;
	background-image: url(http://images2.wikia.nocookie.net/uncyclopedia/images/b/bc/Purpley.png);
	background-repeat: repeat-x;
}
.sannseh6 {
	background-image: url(http://images1.wikia.nocookie.net/uncyclopedia/images/3/3e/Prettiestpretty_pattern.png);
 	background-repeat: repeat-x;
}
.gradientg6 {
	background-image: url(http://images2.wikia.nocookie.net/uncyclopedia/images/b/b7/Banner_gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Button stolen from wikimedia */
.nt-button-2011-start { 
	background-image: url("http://images3.wikia.nocookie.net/__cb20111102171618/uncyclopedia/images/a/a7/CNtranslatebutton2.png");
	background-position: 100% 100%;
	float: right;
	height: 30px;
	width: 4px;
}
.nt-button-2011-end { 
	background-image: url("http://images3.wikia.nocookie.net/__cb20111102171618/uncyclopedia/images/a/a7/CNtranslatebutton2.png");
	background-position: 0% 0%;
	float: right;
	height: 30px;
	width: 4px;
}
.nt-button-2011-label { 
	background-image: url("http://images3.wikia.nocookie.net/__cb20111102171618/uncyclopedia/images/a/a7/CNtranslatebutton2.png");
	background-position: 50% 50%;
	background-repeat: repeat-x;
	color: rgb(0, 0, 0);
	cursor: pointer;
	float: right;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	text-decoration: none;
	white-space: nowrap;
}

/* Undebate header */
.undebate a {
	color: #000;
	font-weight: normal;
}

/* Fixes and general pinkness for the content warning */
.ContentWarning.WikiaArticle {
	margin: 0;
	background-color: #fbe0f1;
	background-color: rgba(251,224,241,0.80);
	border: 1px solid #ba2328;
	padding: 1.5em;
	min-height: 40em;
	text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff;
}

.ShowContentWarning #content {
	background: #d7a0b4 url(http://images2.wikia.nocookie.net/uncyclopedia/images/0/06/Pinks.jpg) 600px -500px repeat-x;
}
.ShowContentWarning.skin-monobook #bodyContent, .ShowContentWarning.skin-uncyclopedia #bodyContent {
	display: none;
}
.ContentWarning.WikiaArticle h2 {
	color: #941867;
}
.ContentWarning.WikiaArticle a {
	color: #ac1fbd;
}
.ContentWarning.WikiaArticle a:hover {
	color: #ed59ff;
}
.ContentWarning.WikiaArticle a:visited {
	color: #532a91;
}
.ContentWarning.WikiaArticle a:visited:hover {
	color: #9b59ff;
}
.ShowContentWarning.skin-uncyclopedia #p-cactions ul li.selected a { 
	background: transparent !important;
}

pre { overflow: auto; }

/* 
</nowiki>
</pre> 
*/