MediaWiki:Wikia.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
/* <nowiki> Styles go below this line */

/* After the May 2018 changes there is only one skin, so this page and MediaWiki:Common.css are
 * both sitewide for all users. All site CSS should be located here in case the latter is
 * disabled again.
 */

/* custom css test */
@import url('/load.php?debug=false&lang=en&mode=articles&articles=MediaWiki:Giant_fanged_hams.css&only=styles');

/* If you want your code to work on Internet Explorer, don't use the value "initial". It doesn't
 * recognize it.
 */

.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
}

/* 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%; }

/* 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: <span class="underlinelink">[[link]]</span>
.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; }

/* 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("https://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('https://images.wikia.nocookie.net/uncyclopedia/images/d/d4/Poweredby_mediawiki_88x31.png'); }
#f-copyrightico { background-image: url('https://images.wikia.nocookie.net/uncyclopedia/images/4/44/Cc-some_rights_88x31.png'); }

/* For an... ah... template. Really. -Lyrithya */
.miral { background: url(https://images.wikia.nocookie.net/__cb20110615102531/uncyclopedia/images/3/34/Template-left.png) right repeat-y; }
.mirar { background: url(https://images.wikia.nocookie.net/__cb20110615102518/uncyclopedia/images/f/f8/Template-right.png) left repeat-y; }
.mirara { background: url(https://images.wikia.nocookie.net/__cb20110615102641/uncyclopedia/images/5/56/Template-right-border.png) left no-repeat; }
.mirala { background: url(https://images.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; }

/* 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 */
/* Redundant with .plainlinks */
#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: <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>
**/
.buttonlink {
	border-style: outset;
}
.buttonlink:active {
	border-style: inset;
}
 
/* Code to make sysop names bold in recent changes (-Spl) */
/* Now at "MediaWiki:Admin names in bold.css" for inclusion at user option */

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

/* 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 */
/* Oasis has its own color for this attached to a different attribute. This was changed to override it properly. */
.WikiaArticle .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("https://images.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;
}

/* 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;
}

/* Special skinning for single namespaces--covers all system skins, incl. uncyclopedia and monobook
 * --------------------------------------
 * Image: and Image_talk: */
	body.ns-6 #p-logo a,
	body.ns-7 #p-logo a { background-image: url(https://images.wikia.nocookie.net/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(https://images.wikia.nocookie.net/uncyclopedia/images/0/02/UnNews_Logo_Potato.png) !important; }
/* UnNews: NEW: INHIBIT UNCYCLOPEDIA PAGE HEADING (24-May-15) when viewing any page in UnNews
 * UnNews articles will do it with a Masthead.
 * JavaScript in [MediaWiki:Common.js] also inhibits talk, history, etc. buttons for Front Page
 *  Didn't work to say   body.page-UnNews_Main_Page.action-view div#p-cactions ... display: none
 */
        body.ns-102.action-view H1.firstHeading { display: none !important }
/* Undictionary: and Undictionary_talk: */
	body.ns-104 #p-logo a,
	body.ns-105 #p-logo a { background-image: url(https://images.wikia.nocookie.net/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(https://images.wikia.nocookie.net/uncyclopedia/images/9/92/Game-Logo.png) !important; }
/* Forum:
 *  Custom background, no "Discussion" button to gain access to "Forum_talk:" (originally
 *  by User:Algorithm); no code at all for Forum_talk: (namespace 111) */
	body.ns-110 #p-logo a { background-image: url(https://images.wikia.nocookie.net/__cb20110611024812/uncyclopedia/images/0/04/Forum_torches3.png) !important; }
  body.ns-110 #ca-talk { display: none !important; }
  body.ns-110 #ca-nstab-forum { margin-right: 16px; }
/* UnTunes: and UnTunes_talk: */
	body.ns-112 #p-logo a,
	body.ns-113 #p-logo a { background-image: url(https://images.wikia.nocookie.net/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( https://images.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( https://images.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( https://images.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( https://images.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( https://images.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( https://images.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( https://images.wikia.nocookie.net/__cb20110605013009/uncyclopedia/images/2/25/Why_logo.png ) !important; }
/* Undebate: and Undebate_talk: */
  .ns-126 #contentSub, 
  .ns-127 #contentSub { display: none; }
  .ns-126 #p-search, 
  .ns-127 #p-search   { top:125px; }
  .ns-126 #column-content, 
  .ns-127 #column-content,
  .ns-126 #p-cactions,
  .ns-127 #p-cactions { margin-top: 75px; }
  .ns-126 #p-personal,
  .ns-127 #p-personal { margin-top: 85px; }
  .ns-126 #p-logo a, 
  .ns-127 #p-logo a {
	background-image: url('https://images.wikia.nocookie.net/__cb20110209052049/uncyclopedia/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: #f6f6f6;
	background-image: url('https://images.wikia.nocookie.net/uncyclopedia/images/6/65/Undebate_header_both_long_vector.gif') !important;
	background-position: 50% top;
	background-repeat: no-repeat !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;
}

/* More for [Template:UnNews masthead] -- Formerly in [MediaWiki:Skin/UnNews.css] */
 .masthead {
  height: 67px;
  border-spacing: 5px;
  width: 100%;
  background-image:url( https://vignette.wikia.nocookie.net/uncyclopedia/images/b/b4/BBCNewsWriterArea.jpg );
  background-repeat: repeat-x;
  background-position: left center;
  clear: both;
  background-color: #fdfec8;
  border: 1px solid #ccc;
  padding: 1px 10px 1px 10px;
 }

 .masthead_left, .masthead_left DIV {
  text-align: left;
  vertical-align: middle;
  width: auto;
 }

 .masthead_right {
  float:right;
  padding-left: 1em
 }

/* 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( https://images.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( https://images.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(https://images.wikia.nocookie.net/uncyclopedia/images/thumb/c/c7/Guilt.jpg/130px-Guilt.jpg) !important; }
body.page-Polish_Inquisition #p-logo a { background-image: url(https://images.wikia.nocookie.net/uncyclopedia/images/5/53/Guiltopedia.png) !important; }
body.page-Plagiarism #p-logo a { background-image: url(https://images.wikia.nocookie.net/uncyclopedia/images/7/7f/Wikipedia-logo-en.png) !important; }
body.page-Wikipedia_Main_Page #p-logo a { background-image: url(https://images.wikia.nocookie.net/uncyclopedia/images/7/7f/Wikipedia-logo-en.png) !important; }
body.page-This_Page_Is_On_Fire #p-logo a { background-image: url(https://images.wikia.nocookie.net/uncyclopedia/images/e/ef/Sophia_fire2.gif) !important; }
body.page-Brick #p-logo a { background-image: url(https://images.wikia.nocookie.net/__cb20050915145342/uncyclopedia/images/9/94/Brickwall.jpg) !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;
}

/* FORMAT FOR DIFF REPORTS */
TABLE.diff { border-spacing: 2px 2px }  /* Decrease leading between entries from 4 to 2 */

td.diff-deletedline { background: #fcc }
td.diff-addedline   { background: #cfc }
td.diff-context     { background: #eee; color: #555 }

td.diff-deletedline div,
td.diff-addedline div,
td.diff-context div
                    { padding: 0px 4px }

/* Dark backgrounds make it easier to see insertion/deletion of spaces than former wavy underline */
td.diff-deletedline .diffchange   {
        background-color: #600 !important;
        background-image: none;
        color: yellow }
td.diff-addedline   .diffchange   {
        background-color: #060 !important;
        background-image: none;
        color: yellow }

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

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

/* **********
 * THUMBNAILS
 * **********
 *
 * Wikia changed coding in May '14; see
 *   http://community.wikia.com/wiki/User_blog:DaNASCAT/Technical_Update:_May_6,_2014#WikiaArticleComments
 *
 * Restore similarity to Wikipedia: */
/* Commenting out previous thumbnail styles because they interfere with Fake Vector -- Llwy
.article-thumb {
  background-color: white;
  border: solid 1px #888;
  }
FIGURE.tright  { margin: 0 0 0 1ex !important }
FIGURE.tleft   { margin: 0 1ex 0 0 !important }
P.caption {
  font: normal 10pt/12pt !important;
  padding: 0 1ex 0 1ex;
  } */
/* Wikia has killed the sprite in the top right corner of thumbnail captions for good.
 * jQuery code to put it back is in MediaWiki:Uncyclopedia.js for users who select Uncyclopedia
 * skin because they want to see something that looks like Wikipedia.
 *
 * Allow user override, for nonwhite backgrounds.  Authors: specify this by enclosing your
 * thumbnail in a DIV with class="nonwhite".  See [UN:HAX] for more:
    <div class="nonwhite">[[Image:...]]</div>
 * Originally by User:Paulgb
 * Changed thumb to article-thumb per above Wikia advisory; inner elements no longer DIVs --SPIKE May'14
 */
.nonwhite .article-thumb {
  background-color: transparent;  /* Countermands general rule above */
  border: none;
  margin-top: 10px;
  margin-bottom: 0px;
  }
.nonwhite P.caption {
  background-color: transparent;
  padding: 0;                     /* Countermands general rule above */
  }
.nonwhite .tleft {
  border: none;
  }
.nonwhite .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(https://images.wikia.nocookie.net/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;
}

/* 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(https://images.wikia.nocookie.net/uncyclopedia/images/9/96/Jimbo-bikini-babes_gradient.png);
	background-repeat: repeat-x;
}
.walesh2 {
	background-color: #c0a282;
	background-image: url(https://images.wikia.nocookie.net/uncyclopedia/images/1/19/Grad_header2.png);
	background-repeat: repeat-x;
}
.walesh3 {
	background-color: #a19f93;
	background-image: url(https://images.wikia.nocookie.net/uncyclopedia/images/3/3f/Grad_header3.png);
	background-repeat: repeat-x;
}
.walesh4 {
	background-color: #242304;
	background-image: url(https://images.wikia.nocookie.net/uncyclopedia/images/4/4c/Leafy.png);
	background-repeat: repeat-x;
}
.walesh5 {
	background-color: #491787;
	background-image: url(https://images.wikia.nocookie.net/uncyclopedia/images/b/bc/Purpley.png);
	background-repeat: repeat-x;
}
.sannseh6 {
	background-image: url(https://images.wikia.nocookie.net/uncyclopedia/images/3/3e/Prettiestpretty_pattern.png);
 	background-repeat: repeat-x;
}
.gradientg6 {
	background-image: url(https://images.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("https://images.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("https://images.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("https://images.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;
}

pre {
	overflow: auto;
}

/* Bizzeebeever's No Border Addition */
.noborder, 
.noborder td, 
.noborder th {
	border: none !important;
}

/* Style for horizontal lists (separator following item) */
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
	line-height: 1.5em;
}
.hlist dl,
.hlist ol,
.hlist ul {
	margin: 0;
}
.hlist dd,
.hlist dt,
.hlist li { 
	display: inline;
	margin: 0;
}
/* Display nested lists inline */
.hlist dl dl,
.hlist ol ol,
.hlist ul ul {
	display: inline;
}
/* Generate interpuncts */
.hlist dt:after {
	content: ":";
}
.hlist dd:after,
.hlist li:after {
	content: " ·";
	font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
	content: none;
}
/* for IE 8 */
.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
	content: none;
}
/* Add parens around nested lists */
.hlist dl dl dd:first-child:before,
.hlist ol ol li:first-child:before,
.hlist ul ul li:first-child:before {
	content: "(";
}
.hlist dl dl dd:last-child:after,
.hlist ol ol li:last-child:after,
.hlist ul ul li:last-child:after {
	content: ")";
	font-weight: normal;
}
/* For IE8 */
.hlist dl dl dd.hlist-last-child:after,
.hlist ol ol li.hlist-last-child:after,
.hlist ul ul li.hlist-last-child:after {
	content: ")";
	font-weight: normal;
}
/* Put numbers in ordered lists */
.hlist.hnum ol li {
	counter-increment: level1;
}
.hlist.hnum ol li:before {
	content: counter(level1) " ";
}
.hlist.hnum ol ol li {
	counter-increment: level2;
}
.hlist.hnum ol ol li:first-child:before {
	content: "(" counter(level2) " ";
}
.hlist.hnum ol ol li:before {
	content: counter(level2) " ";
}
 
/* Unbulleted lists */
.plainlist ul {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}
.plainlist ul li {
	margin-bottom: 0;
}
 
/* Default style for navigation boxes */
.navbox {                     /* Navbox container style */
	border: 1px solid #aaa;
	width: 100%; 
	margin: auto;
	clear: both;
	font-size: 88%;
	text-align: center;
	padding: 1px;
}
.navbox-inner,
.navbox-subgroup {
	width: 100%;
}
.navbox th,
.navbox-title,
.navbox-abovebelow {
	text-align: center; /* Title and above/below styles */
	padding-left: 1em;
	padding-right: 1em;
}
th.navbox-group {             /* Group style */
	white-space: nowrap;
	/* @noflip */
	text-align: right;
}
.navbox,
.navbox-subgroup {
	background: #fdfdfd; /* Background color */
}
.navbox-list {
	border-color: #fdfdfd; /* Must match background color */
}
.navbox th,
.navbox-title {
	background: #ccccff; /* Level 1 color */
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
	background: #ddddff; /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
	background: #e6e6ff; /* Level 3 color */
}
.navbox-even {
	background: #f7f7f7; /* Even row striping */
}
.navbox-odd {
	background: transparent;  /* Odd row striping */
}
table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
	margin-top: -1px; /* (doesn't work for IE6, but that's okay) */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
	padding: 0.125em 0; /* Adjust hlist padding in navboxes */
}
.navbox .hlist dd,
.navbox .hlist dt,
.navbox .hlist li {
	white-space: nowrap; /* Nowrap list items in navboxes */
	white-space: normal;  /* IE < 8 no-wraps entire list, so disable it */
}
.navbox .hlist dd dl,
.navbox .hlist dt dl,
.navbox .hlist li ol,
.navbox .hlist li ul {
	white-space: normal; /* But allow parent list items to be wrapped */
}
ol + table.navbox,
ul + table.navbox {
	margin-top: 0.5em; /* Prevent lists from clinging to navboxes */
}
 
/* Default styling for Navbar template */
.navbar {
	display: inline;
	font-size: 88%;
	font-weight: normal;
}
.navbar ul {
	display: inline;
	white-space: nowrap;
}
.navbar li {
	word-spacing: -0.125em;
}
.navbar.mini li span {
	font-variant: small-caps;
}
/* Navbar styling when nested in navbox */
.navbox .navbar {
	display: block;
	font-size: 100%;
}
.navbox-title .navbar {
	/* @noflip */
	float: left;
	/* @noflip */
	text-align: left;
	/* @noflip */
	margin-right: 0.5em;
	width: 6em;
}
 
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
   in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {       
	/* @noflip */
	float: right;
	font-weight: normal;
	/* @noflip */
	margin-left: 0.5em;
	/* @noflip */
	text-align: right;
	width: auto;
}
/* In navboxes, the show/hide button balances the v·d·e links
   from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
	width: 6em;
}
 
/* Styling for jQuery makeCollapsible, matching that of collapseButton */
.mw-collapsible-toggle {
	font-weight: normal;
	/* @noflip */
	text-align: right;
}
.navbox .mw-collapsible-toggle {
	width: 6em;
}

/* Partial fake Vector skin per [[Forum:Compromise skin]] -- Llwy */
/* Colours and sizing/spacing */
body {
	color: #222;
	font-size: 1em;
}
.WikiaPage, .toolbar {
	font-family: sans-serif;
}
.WikiaPage .WikiaArticle, .toolbar, .EditPage {
	font-size: 0.875em;
}
.WikiaPage .WikiaArticle li {
	line-height: 1.6em;

}

.WikiaMainContent h1, .WikiaMainContent h2 {
	font-family: 'Linux Libertine','Georgia','Times',serif;
	border-bottom: 1px solid #a2a9b1;
}
h3, h4, h5, h6 {
	font-weight: bold;
}
.WikiaMainContent h1, h2, h3, h4, h5, h6 {
    color: #000;
}
.WikiaArticle h1, .WikiaArticle h2 {
	margin-bottom: .25em;
	margin-top: 0;
	padding: 0;
	line-height: 1.3;
}
.tabs-container {
	margin-bottom: .2em;
}
.WikiaMainContent h1 {
	font-size: 1.8em;
	margin-top: 1em;
}
.WikiaMainContent h2 {
	font-size: 150%;
}
.WikiaMainContent h3 {
	font-size: 132%;
}
.WikiaMainContent h4 {
	font-size: 116%;
}
.WikiaMainContent h5 {
	font-size: 108%;
}
.WikiaMainContent h6 {
	font-size: 100%;
}
.WikiaPage {
	border: 1px solid #a7d7f9;
}
.WikiaArticle .toc {
	background-color: #f8f9fa;
	border: 1px solid #a2a9b1;
	font-size: 95%;
}
.WikiaArticle #toctitle h2 {
	font-size: 100%;
	font-weight: bold;
	font-family: sans-serif;
}
.WikiaPage .WikiaArticle {
	line-height: 1.6em;
}
.modalWrapper,
.modalWrapper > h1,
.WikiaRail .module .modalWrapper > h3,
.modalWrapper .main-header, /* popups */
table.wikitable, .TablePager td, .TablePager th, /* tables */
.dark_text_2 /* Special:WikiActivity */ {
	color: inherit;
}
.diffchange-inline, td.diff-deletedline, td.diff-addedline { /* Diffs */
	color: inherit;
}
td.diff-context {
	color: #333;
}
code, pre, tt { /* fix size of monospace text */
	font-family: monospace, Courier;
}
hr {
	height: 1px;
	color: #a2a9b1;
	background-color: #a2a9b1;
	border: 0;
	margin: .2em 0;
}
.WikiaArticle pre, code {
	background-color: #f8f9fa;
	border: 1px solid #eaecf0;
}
.WikiaArticleInterlang {
	font-size: 0.8em;
}
.WikiaRail .activity-module .edit-info {
	color: #54595d;
}
.WikiaRail .activity-module .edit-info .edit-info-user {
	color: inherit;
}
.WikiaRail .rail-module h2,
.rail-module .community-page-rail-module,
.community-page-rail-module .wds-avatar-stack .wds-avatar,
.WikiaRail .chat-module .chat-details .avatars .wds-avatar-stack .wds-avatar,
.chat-module.ChatWidget .chat-details .avatars .wds-avatar-stack .wds-avatar {
	border-color: #a2a9b1;
}
.WikiaRail .rail-module h2.has-icon svg {
	fill: #54595d;
}
 
/* Links */
.WikiaMainContent a:visited {
	color: #0b0080;
}
.WikiaMainContent a:active {
	color: #faa700;
}
.WikiaMainContent a.new {
	color: #ba0000;
}
.WikiaMainContent a.new:visited {
	color: #a55858;
}
.WikiaMainContent a:focus {
	text-decoration: underline;
}
.WikiaMainContent a.external, 
.WikiaMainContent a.extiw {
	color: #36b;
}
.WikiaMainContent a.external:active, 
.WikiaMainContent a.extiw:active, 
.WikiaMainContent a.external:active:visited, 
.WikiaMainContent a.extiw:visited:active {
	color: #b63;
}
.WikiaMainContent a.external:visited, 
.WikiaMainContent a.extiw:visited {
	color: #636;
}
 
/* just straight up replacing the external link image instead of fiddling with the alignment */
.WikiaArticle a.external::after, .WikiaArticle a[href^="gopher://"]::after {
	background-image: none;
	content: none;
}
.WikiaArticle a.external, .WikiaArticle a[href^="gopher://"] {
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVElEQVR42n3PgQkAIAhEUXdqJ3dqJ3e6IoTPUSQcgj4EQ5IlUiLE0Jil3PECXhcHGBhZ8kg4hwxAu3MZeCGeyFnAXp4hqNQPnt7QL0nADpD6wHccLvnAKksq8iiaAAAAAElFTkSuQmCC);
	padding-right: 13px;
}
 
/* input buttons */
a.wikia-button,
.wikia-single-button a,
.wikia-menu-button,
input[type="submit"]:not(.wds-button),
input[type="reset"],
input[type="button"],
.button,
button,
#UPPLightboxWrapper button {
	background-color: #acbcb4;
	background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0%,#fdfdfd),color-stop(100%,#acbcb4));
	background-image: -o-linear-gradient(top,#fdfdfd 0%,#acbcb4 100%);
	background-image: -ms-linear-gradient(top,#fdfdfd 0%,#acbcb4 100%);
	border: 1px solid #abddc7;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	height: 21px;
}
 
a.wikia-button:hover,
.wikia-single-button a:hover,
.wikia-menu-button:hover,
input[type="submit"]:not(.wds-button):hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover,
button:hover,
.wikia-menu-button > a:hover,
.wikia-menu-button .drop:hover,
.wikia-menu-button > li > a:hover,
#UPPLightboxWrapper button:hover,
a.wikia-button:active,
.wikia-single-button a:active,
.wikia-menu-button:active,
input[type="submit"]:not(.wds-button):active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active,
button:active,
.wikia-menu-button > a:active,
.wikia-menu-button .drop:active,
.wikia-menu-button > li > a:active,
#UPPLightboxWrapper button:active {
	background-color: #d3ddd7;
	background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0%,#f9f9f9),color-stop(100%,#d3ddd7));
	background-image: -o-linear-gradient(top,#f9f9f9 0%,#d3ddd7 100%);
	background-image: -ms-linear-gradient(top,#f9f9f9 0%,#d3ddd7 100%);
	cursor: default;
}
 
.wikia-menu-button > a,
.wikia-menu-button > li > a { /* blue line on "edit profile" button */
	border: 0;
}
 
/* section edit links */
.sprite.edit-pencil {
	display: none;
}
 
.editsection {
	text-transform: lowercase;
	font-weight: normal;
	color: #54595d;
	font-family: sans-serif;
}
 
.editsection::before {
	content: '[';
	margin-right: 0.25em;
}
 
.editsection::after {
	content: ']';
	margin-left: 0.25em;
}
 
.WikiaArticle h1 .editsection,
.WikiaArticle .WikiaRail .module h3 .editsection,
.WikiaRail .module .WikiaArticle h3 .editsection,
.WikiaArticle h5 .editsection,
.WikiaArticle h6 .editsection {
	display: inline;
}
 
/* lists */
.WikiaArticle ul {
	list-style-type: disc;
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=);
}
 
.WikiaArticle ul, .WikiaArticle ol {
	margin: 0.3em 0 0 1.6em;
}
 
/* Dropdowns */
#wds-icons-pencil-small {
	fill: #fff;
}
 
/* Edit button styling to mimic blue Vector buttons
   and ensure high-contrast, readable font on 
   main button */
.WikiaPage .page-header .wds-button {
	color: #fff;
}
 
/* Content area padding */
#WikiaPage {
	padding: 0 1.5em 1.5em 1.5em;
}
 
/* Category box */
#articleCategories {
	background: #f8f9fa;
	border: 1px solid #a2a9b1;
	font-size: 0.875em;
	padding: 5px;
	margin: 0;
}
 
#articleCategories .container {
	padding: 0;
}
 
#articleCategories .add {
	height: 2em;
	font-size: 0.875em;
}
.CategorySelect.articlePage .last {
	margin: 0;
}
 
/* Image thumbnail box */
.article-thumb {
	background-color: #f8f9fa;
	border: 1px solid #c8ccd1;
	padding: 3px;
}
.article-thumb .caption {
	color: inherit;
}
.article-thumb.show-info-icon .info-icon {
	display: inline;
	margin: 0;
}
.article-thumb figcaption {
	line-height: 1.4em;
	padding: 3px;
	font-size: 94%;
	text-align: left;
}
.article-thumb p:last-child, .article-thumb p + p:last-child {
	padding: 0;
}
.sprite.info-icon {
	text-indent: 15px;
	white-space: nowrap;
	overflow: hidden;
	width: 15px !important;
	height: 11px !important;
	background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 11 15%22 width=%2215%22 height=%2211%22%3E %3Cg id=%22magnify-clip%22 fill=%22%23fff%22 stroke=%22%23000%22%3E %3Cpath id=%22bigbox%22 d=%22M1.509 1.865h10.99v7.919h-10.99z%22/%3E %3Cpath id=%22smallbox%22 d=%22M-1.499 6.868h5.943v4.904h-5.943z%22/%3E %3C/g%3E %3C/svg%3E") !important;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-position: inherit !important;
}
.thumbimage {
	border: 1px solid #ccc;
}
 
/*  Image and category galleries */
.wikia-gallery-border-small .thumb .gallery-image-wrapper {
	border: 0;
}
.wikia-gallery-item, .thumb {
	width: auto !important;
}
.thumb {
	background: #f8f9fa;
	border: 1px solid #c8ccd1;
	padding: 1em;
}
.gallery-image-wrapper {
	position: inherit;
}
.wikia-gallery-caption-below .lightbox-caption {
	color: inherit !important;
}
.wikia-gallery .thumbimage {
	border: 0;
}
.category-gallery-item span.details {
	background-color: #ccc;
	color: #000;
}
.category-gallery-item img, .category-gallery-item .snippet {
	box-shadow: none;
}
.mw-pages h2 span {
	font-size: inherit !important;
}
 
/* white background */
#WikiaPage {
	background: #fff;
}
 
/* Tone down the user info box */
.UserProfileMasthead .masthead-info hgroup {
	background: #fff;
	color: #000;
}
.UserProfileMasthead .masthead-info h1 {
	font-weight: normal;
}
.UserProfileMasthead .contributions-details a, .UserProfileMasthead .contributions-details a:hover {
	color: #0645ad;
}
.tally {
	text-transform: none;
}
.tally::after {
	content: none;
}
.wikia-menu-button > a, .wikia-menu-button > li > a {
	color: #000;
}
.UserProfileMasthead .masthead-info .tag {
	background: #eee;
	text-transform: none;
}
.UserProfileMasthead .masthead-info h1, .UserProfileMasthead .masthead-info h2 {
	border: 0; /* underlines don't look nice there */
}
.WikiaUserPagesHeader {
	background: #fff;
}

/* Tweak "My Tools" dropdown */
.WikiaBarWrapper .tools-menu {
	border: 1px solid #a2a9b1;
	box-shadow: none;
}
.WikiaBarWrapper .tools-menu > li {
	border: 0;
}
.WikiaBarWrapper .tools-menu > li > a {
	font-size: 1em;
	color: #0645ad;
}
.WikiaBarWrapper .tools-menu > li > a:hover, .WikiaBarWrapper .tools-menu > li > a:focus {
	background-color: #fff;
	text-decoration: underline;
}
.WikiaBarWrapper .toolbar .tools .arrow-icon-single {
	left: 6px;
}
.WikiaBarWrapper .toolbar .tools .arrow-icon {
	border-bottom-color: #797979;
}

/* "Redirected from" text and revision info */
.WikiaPage .page-header__subtitle {
	line-height: 1.2em;
	margin: 0 0 0 1em;
}

/* Recolor user links */
.wds-dropdown__content .wds-list.wds-is-linked > li > a {
	transition: none;
}
.wds-dropdown__content .wds-list.wds-is-linked > li > a {
	color: #0645ad;
}
.wds-dropdown__content .wds-list.wds-is-linked > li > a:visited {
	color: #0b0080;
}
.wds-dropdown__content .wds-list.wds-is-linked > li > a:active,
.wds-dropdown__content .wds-list.wds-is-linked > li > a:active:hover,
.wds-community-header .wds-dropdown__content .wds-list.wds-is-linked li:hover > a:active,
.wds-dropdown__content .wds-list.wds-is-linked > li:hover > a:active {
	color: #faa700;
}
 
/* Bring category pages in line with the overall theme */
.category-gallery-item .title {
	background-color: #eee;
	color: #000;
}
.wikia-paginator ul .paginator-page, .wikia-paginator ul .paginator-spacer {
	color: #0645ad;
}
.wikia-paginator ul .paginator-next::after {
	border-left-color: #000;
}
.category-gallery-form #category-exhibition-display-new.active div {
	background-color: #0645ad;
}

.category-gallery-media a, .category-gallery-media a:hover {
	color: #0645ad;
}
.category-gallery-media a:visited {
	color: #0b0080;
}
.category-gallery-media a:hover, .category-gallery-media a:focus {
	text-decoration: underline;
}
.wikia-paginator ul .paginator-prev::after {
	border-right-color: #000;
}
.category-gallery-item .snippet .text,
.wikia-paginator ul .paginator-page.active,
a.wikia-button.secondary,
.wikia-single-button a.secondary,
.wikia-menu-button.secondary,
input[type="submit"]:not(.wds-button).secondary,
input[type="reset"].secondary,
input[type="button"].secondary,
.button.secondary,
button.secondary,
.wikia-menu-button.secondary ul a,
.wikia-menu-button.secondary > a,
.wikia-menu-button.secondary .drop,
.wikia-menu-button.secondary > li > a,
.category-gallery-item .snippet .quote {
	color: #000;
}

/* paragraphs and indented text spacing */
.WikiaArticle p + p {
	margin: .4em 0 .5em 0;
}
.WikiaArticle dl {
	margin: .2em 0 .5em 0;
}
.WikiaArticle dd {
	margin-left: 1.6em;
}

/* Edit window */
.EditPageEditor .editpage-editarea textarea,
.EditPage .module > .module_content,
.EditPage .module_page_controls .preview_box .preview_icon,
.EditPage .module > h3,
.CategorySelect.editPage .category,
.EditPage .cke_license {
	color: #000;
}
.EditPage .module_page_controls #wpSummary, .CategorySelect.editPage .categories, .CategorySelect.editPage .input {
	color: #000;
	background-color: #fff;
}
.EditPage .module_page_controls .diff-link, .EditPage .module_content > .text-links > li > a, .EditPage .cke_license > a {
	color: #0645ad;
}
.EditPageHeader {
	background-color: #fff;
	box-shadow: none;
	border: 0;
}
.WikiaPage .EditPageHeader > h1 {
	line-height: 1.2em;
	width: auto;
	margin-top: 0;
}
.WikiaPage .EditPageHeader > h2 {
	font-size: 1.8em;
	height: 1.06em;
	line-height: .85em;
}
.skin-oasis #editform {
	border: 1px solid #c8ccd1;
}
.EditPageToolbar,
.EditPage .module > .module_content,
.EditPage .module > h3 {
	background-color: #e8f2f8;
	background-image: -webkit-linear-gradient(top,#fdfefe 0,#e8f2f8 100%);
	background-image: -moz-linear-gradient(top,#fdfefe 0,#e8f2f8 100%);
	background-image: linear-gradient(#fdfefe 0,#e8f2f8 100%);
	border-color: #c8ccd1;
}
.skin-oasis .EditPageRail {
	box-shadow: -2px 2px 2px #c8ccd1, -1px 0 0 #c8ccd1;
	background-color: #eaecf0;
}
.EditPage .module {
	box-shadow: 0 2px 2px 0 #c8ccd1;
}
.EditPageEditor.noFooter .editpage-editarea,
.editpage-intro {
	border-color: #c8ccd1;
}
.EditPage {
	background: #e2e5e8;
}
.EditPageToolbar {
	box-shadow: none;
}
.editpage-intro > .editpage-intro-wrapper > div {
	color: inherit;
	font-size: inherit;
	background-color: #fff;
}
/* so long titles don't get cut off or overlap the side links */
.EditPageHeader {
	height: auto;
}
.skin-oasis .HelpLink {
	top: .5em;
}
.skin-oasis .NotificationsLink {
	top: 1.5em;
}
 
/* Fix font sizes in preview box */
.ArticlePreviewInner .WikiaArticle {
	font-size: 1em;
	line-height: 1.6em;
}
.ArticlePreviewInner h1 {
	font-size: 188%;
	line-height: .5em;
}
.ArticlePreviewInner #articleCategories {
	font-size: 1em;
}
 
/* show the whole edit intro */
.editpage-intro > .editpage-intro-wrapper,
.editpage-intro.expanded > .editpage-intro-wrapper {
	max-height: none;
}
.editpage-intro > .expand {
	display: none !important;
}
/* restore log boxes, hide notification box */
.editpage-notices-html {
	display: block !important;
	line-height: 1.6em;
}
.editpage-notices-html ul {
	list-style-type: disc;
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=);
	margin: .3em 0 0 1.6em;
}
.editpage-notices {
	display: none !important;
}
 
/* user page "edit profile" dropdown */
.wikia-menu-button .chevron {
	border-top-color: #000;
}
 
.UserProfileActionButton {
	font-size: 0.8em;
}
 
.wikia-menu-button ul a {
	color: #0645ad;
}
 
.wikia-menu-button a:hover, .wikia-menu-button a:focus {
	text-decoration: underline;
}
 
.wikia-menu-button ul a:hover {
	background-color: #fff;
}
 
.wikia-menu-button ul li {
	border: 0;
}
 
.wikia-menu-button #ca-edit:hover, .wikia-menu-button #ca-edit:focus {
	text-decoration: none;
}
 
.editpage-intro > .editpage-intro-wrapper a, .editpage-intro > .expand {
	color: #0645ad;
}
 
/* user links on contribs pages */
#contentSub {
	font-size: 70%;
	line-height: 1.2em;
	margin: 0 0 1.4em 1em;
	color: #7d7d7d;
	width: auto;
	padding: 0;
}
 
/* "Back to page" icon */
.WikiaPage .page-header__subtitle-back-icon {
	height: 9px;
	fill: currentcolor;
}
 
/* new messages box */
.WikiaNotifications li div {
	color: #000;
	background: #ffce7b;
	border: 1px solid #ffa500;
	border-radius: 0;
	box-shadow: none;
	padding: .5em 1em;
	font-weight: bold;
	font-size: 0.875em;
	max-width: none;
	width: 45em;
}
 
.WikiaNotifications li div a {
	color: #0645ad;
	text-decoration: none;
}
 
.WikiaNotifications li div a:hover, .WikiaNotifications li div a:focus {
	text-decoration: underline;
}
 
.WikiaNotifications li div a:visited {
	color: #0b0080;
}
 
.WikiaNotifications li div a:active {
	color: #faa700;
}
 
.WikiaNotifications li div .close-notification {
	border: 1px solid #000;
}
 
#WikiaNotifications {
	max-height: 3em;
	transition: none;
}
 
.skin-oasis .EditPageHeader {
	padding-top: 3em; /* needed so the message bar doesn't overlap the header */
}
 
/* stop images from fading in */
img.lzyTrns {
	transition: none;
	-webkit-transition: none;
}
 
/* arrows on file pages */
.page-listings .page-list-pagination .arrow.left {
	border-right-color: #0645ad;
}
 
.page-listings .page-list-pagination .arrow.right {
	border-left-color: #0645ad;
}
 
/* page number buttons on Special:ListUsers */
.paging_full_numbers span.paginate_active {
	background-color: #36c !important; /* overriding inline stylesheet */
}
.paging_full_numbers span.paginate_button:hover {
	background-color: #447ff5 !important;
}
 
/* Success boxes */
.wds-success {
	color: #009000;
	border: 1px solid #b7fdb5;
	background-color: #e1fddf;
}
.wds-success .wds-banner-notification__icon {
	display: none;
}
.wds-banner-notification__text {
	color: inherit;
}
 
.wds-banner-notification__container {
	width: 50em;
}
 
/* History link in deletion window */
.emptymwmsg.mediawiki_historywarning {
	margin: 0 !important;
}
 
/* page history selected entries */
.WikiaArticle #pagehistory li.selected {
	background-color: #f9f9f9;
}
 
/* Blue Vector-like styling for buttons in bottom/right area */
.WikiaRail .rail-module .wds-button.wds-is-secondary,
.WikiaRail .rail-module .wds-button.wds-is-secondary:hover:not(:disabled),
.WikiaRail .rail-module .wds-button.wds-is-secondary.wds-is-active,
.WikiaRail .rail-module .wds-button.wds-is-secondary:active,
.WikiaRail .rail-module .wds-button.wds-is-secondary:focus:not(:disabled) {
	color: #fff;
}
.WikiaRail .rail-module .wds-button.wds-is-secondary {
	border-color: #36c;
	background-color: #36c;
}
.WikiaRail .rail-module .wds-button.wds-is-secondary:hover:not(:disabled),
.WikiaRail .rail-module .wds-button.wds-is-secondary.wds-is-active {
	border-color: #447ff5;
	background-color: #447ff5;
}
.WikiaRail .rail-module .wds-button.wds-is-secondary:focus:not(:disabled) {
	box-shadow: inset 0 0 0 1px #36c,inset 0 0 0 2px #fff;
	background-color: #36c;
	border-color: #36c;
}
.WikiaRail .rail-module .wds-button.wds-is-secondary:active,
.WikiaRail .rail-module .wds-button.wds-is-secondary:active:focus:not(:disabled) {
	border-color: #2a4b8d;
	background-color: #2a4b8d;
	box-shadow: none;
}

/* Pink log/warning boxes */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
	clear: both;
	margin: 0.2em 0;
	border: 1px solid #bb7070;
	background: #ffdbdb;
	padding: 0.25em 0.9em;
}
.editpage-notices {
	border: 1px solid #bb7070;
	background: #ffdbdb;
	color: inherit;
}

/* Wikipedia-like reference styling */
ol.references, div.reflist, div.refbegin {
	font-size: 90%;
	margin-bottom: 0.5em;
}

.references a[href^="#cite_ref"] {
	font-weight: bold;
}

.references sup a[href^="#cite_ref"] {
	font-weight: bold;
	font-style: italic;
}

.WikiaArticle sub, .WikiaArticle sup, span.reference {
	font-size: 80%;
}

/* new page, minor edit and unpatrolled letters dotted line */
abbr[title] {
	border-bottom: 1px dotted;
	cursor: help;
	text-decoration: none;
}

/* Blue table cells */
.TablePager th {
	background-color: #ddf;
}
.TablePager tr:hover td {
	background-color: #eaf3ff;
}

/* Blue-gray wikitables */
table.wikitable > tr > th, table.wikitable > * > tr > th {
	background-color: #eaecf0;
}
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
	border: 1px solid #a2a9b1;
}

/* <code> */
code {
	border-radius: 2px;
	padding: 1px 4px;
}

/* Harmonize user and user talk edit buttons with edit buttons elsewhere */
.UserProfileActionButton nav,
.UserProfileActionButton nav:hover,
.UserProfileActionButton nav:active {
	border: 0;
	background: none !important;
}
.UserProfileActionButton nav > a,
.UserProfileActionButton .drop {
	background-color: #36c;
	border: 1px solid #36c;
	color: #fff;
	font-weight: bold;
	padding: .5em 1em;
}
.UserProfileActionButton .chevron {
	border-top-color: #fff;
	margin: 0;
}
.UserProfileActionButton nav > a:hover,
.UserProfileActionButton .drop:hover {
	background: #447ff5;
	border: 1px solid #447ff5;
}
.UserProfileActionButton nav > a:focus,
.UserProfileActionButton .drop:focus {
	box-shadow: inset 0 0 0 1px #36c,inset 0 0 0 2px #fff;
	background-color: #36c;
	border-color: #36c;
}
.UserProfileActionButton nav > a:active,
.UserProfileActionButton .drop:active {
	background: #2a4b8d;
	border-color: #2a4b8d;
	box-shadow: none;
}
.UserProfileActionButton ul {
	top: 2.8em;
}.UserProfileActionButton nav,
.UserProfileActionButton nav:hover,
.UserProfileActionButton nav:active {
	border: 0;
	background: none;
}

/* Save and preview buttons */
#wpSave {
	background: #36c;
	border: 1px solid #36c;
	color: #fff;
	font-weight: bold;
	height: auto;
	width: auto;
	padding: .5em .85em;
}
#wpSave:hover {
	background: #447ff5;
	border: 1px solid #447ff5;
	cursor: pointer;
}
#wpSave:focus {
	box-shadow: inset 0 0 0 1px #36c,inset 0 0 0 2px #fff;
	background-color: #36c;
	border-color: #36c;
}
#wpSave:active {
	background: #2a4b8d;
	border-color: #2a4b8d;
	box-shadow: none;
}
#wpPreview, #wpPreviewMobile, .EditPage .module_page_controls .drop {
	background-color: #f8f9fa;
	border: 1px solid #a2a9b1;
	font-weight: bold;
}
.skin-oasis #wpPreview:not(.preview_icon), .EditPage .module_page_controls .drop {
	padding: .5em 1em;
	width: auto;
}
.EditPage .module_page_controls .drop .chevron {
	border-top-color: currentcolor;
	margin: 0;
}
#wpPreview:hover, #wpPreviewMobile:hover, .EditPage .module_page_controls .drop:hover {
	background: #fff;
	border: 1px solid #a2a9b1;
	color: #444;
	text-decoration: none;
}
#wpPreview:focus, #wpPreviewMobile:focus, .EditPage .module_page_controls .drop:focus {
	box-shadow: inset 0 0 0 1px #36c;
	background-color: #f8f9fa;
	border-color: #36c;
	text-decoration: none;
}
#wpPreview:active, #wpPreviewMobile:active, .EditPage .module_page_controls .drop:active {
	background: #c8ccd1;
	border-color: #72777d;
	box-shadow: none;
}
.EditPage .module_page_controls .wikia-menu-button {
	background: none;
	border: 0;
}
.wikia-menu-button ul {
	top: 2.5em;
}
.wikia-menu-button.secondary ul {
	top: 2.3em;
}
.wikia-menu-button.secondary ul a:hover {
	background-color: #fff !important;
}

/* input fields */
.EditPage .module_page_controls #wpSummary,
.CategorySelect.editPage .categories,
.CategorySelect.editPage .input,
.Search .SearchInput input[type="search"],
.Search .SearchInput input[type="text"] {
	border: 1px solid #a2a9b1;
	box-shadow: inset 0 0 0 1px transparent;
	-webkit-transition: border-color 200ms cubic-bezier(0.4,0.55,0.55,1),box-shadow 200ms cubic-bezier(0.4,0.55,0.55,1);
	-moz-transition: border-color 200ms cubic-bezier(0.4,0.55,0.55,1),box-shadow 200ms cubic-bezier(0.4,0.55,0.55,1);
	transition: border-color 200ms cubic-bezier(0.4,0.55,0.55,1),box-shadow 200ms cubic-bezier(0.4,0.55,0.55,1);
	border-radius: 2px;
}
.EditPage .module_page_controls #wpSummary:hover,
.CategorySelect.editPage .categories:hover,
.CategorySelect.editPage .input:hover,
.Search .SearchInput input:hover[type="search"],
.Search .SearchInput input:hover[type="text"] {
	border-color: #72777d;
}
.EditPage .module_page_controls #wpSummary:focus,
.CategorySelect.editPage .categories:focus,
.CategorySelect.editPage .input:focus,
.Search .SearchInput input:focus[type="search"],
.Search .SearchInput input:focus[type="text"] {
	border-color: #36c;
	box-shadow: inset 0 0 0 1px #36c;
}

/* button transitions and border radius */
.WikiaPage .page-header .wds-button,
.WikiaRail .rail-module .wds-button.wds-is-secondary,
.UserProfileActionButton nav > a,
.UserProfileActionButton .drop,
#wpSave,
#wpPreview,
#wpPreviewMobile {
	-webkit-transition: background-color 100ms,color 100ms,border-color 100ms,box-shadow 100ms;
	-moz-transition: background-color 100ms,color 100ms,border-color 100ms,box-shadow 100ms;
	transition: background-color 100ms,color 100ms,border-color 100ms,box-shadow 100ms;
	border-radius: 2px;
}
.skin-oasis #wpPreview:not(.preview_icon) {
	border-radius: 2px 0 0 2px;
}
.EditPage .module_page_controls .drop {
	border-radius: 0 2px 2px 0;
}
.autocomment {
	color: #72777d;
}
.ns-6 .tabs {
	display: none;
}
.tabBody {
	display: block;
}
/* End Fake Vector */

/* Missing "toccolours" class used in several places. Copied from code in current (1.33)
 * MediaWiki core.
 */
.toccolours {
	border: 1px solid #a2a9b1;
	background-color: #f8f9fa;
	padding: 5px;
	font-size: 95%;
}

/* </nowiki> Styles go above this line */