MediaWiki:Common.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> Insert styles below this line */

/* This page contains CSS that will display for all skins. Skin-specific CSS should go
 * in MediaWiki:Skinname.css, such as MediaWiki:Vector.css for Vector.
 * Do not use MediaWiki:Wikia.css anymore; it doesn't do anything and probably never will
 * again.
 */
 
/* 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(/w/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 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('/w/images/d/d4/Poweredby_mediawiki_88x31.png'); }
#f-copyrightico { background-image: url('/w/images/4/44/Cc-some_rights_88x31.png'); }

/* For an... ah... template. Really. -Lyrithya */
.miral { background: url(/w/images/3/34/Template-left.png) right repeat-y; }
.mirar { background: url(/w/images/f/f8/Template-right.png) left repeat-y; }
.mirara { background: url(/w/images/5/56/Template-right-border.png) left no-repeat; }
.mirala { background: url(/w/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: #000; color: #FFF; }
.zorkcmd,
.zorkclass a,
.zorkclass a:visited,
.zorkclass ul { color: #FFC; }
.zorkclue tt:hover,
.zorkclass a:hover { color: #FFF; }
.zorkclass a.new { color: #F66; }
.zorkclass ul {
	list-style-type: circle;
	list-style-image: url(/w/images/d/d4/Zorkbullet.gif);
}
.zorkclass * a.extiw,
.zorkclass * a.external { color: #CFC !important; }

/* This makes vfp headers automatically clear the floating image -Paulgb */
#headclear h1,
#headclear h2 { clear: both; }
#headclear div.editsection {
	clear: both;
	position: relative;
	top: 2em;
}

/* wikitable/prettytable class from legacy.less in MW 1.35 github
   wikitable is already in core since MW 1.16, but this keeps them in sync */
.wikitable, .prettytable {
	background-color: #f8f9fa;
	color: #202122;
	margin: 1em 0;
	border: 1px solid #a2a9b1;
	border-collapse: collapse;
}

.wikitable > tr > th, .prettytable > tr > th,
.wikitable > tr > td, .prettytable > tr > td,
.wikitable > * > tr > th, .prettytable > * > tr > th,
.wikitable > * > tr > td, .prettytable > * > tr > td {
	border: 1px solid #a2a9b1;
	padding: 0.2em 0.4em;
}

.wikitable > tr > th, .prettytable > tr > th,
.wikitable > * > tr > th, .prettytable > * > tr > th {
	background-color: #eaecf0;
	text-align: center;
}

.wikitable > caption, .prettytable > caption {
	font-weight: bold;
}
/* 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: #C20 !important; }
#bodyContent .stealthexternallink a:visited { color: #5a3696; }
#bodyContent .stealthexternallink a:active { color: #faa700; }
#bodyContent .stealthexternallink a:hover { text-decoration: underline; }

/* stealth new links test per [[Forum:Deliberate Red Links]] -Spl */
/* note, color should be #ba0000 per /skins/uncyclopedia/main.css but #c20 in practice? */
.new a, a.newcategory {
	color: #c20;
}
.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: #999;background-color:#bbb;padding: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,
.sigclick:active .sighidden { display: inline; }

/* "limegreen" class for bold green text */
.limegreen {
	color: #42e73f;
	font-weight: bold;
}

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

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

.censored {
	background-color: black;
}
.censored a {
	text-decoration: underline;
}
.censored:hover {
	color: inherit;
	background-color: inherit !important;
}

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

/* "Mark as voted" for VFH -Spang */
.vfhvoted,
.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,
table.dpl-4-column { width: 100%; }
table.dpl-3-column td { width: 33%; vertical-align: top; }
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(/w/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(/w/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(/w/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(/w/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(/w/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(/w/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( /w/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( /w/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( /w/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( /w/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( /w/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( /w/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( /w/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-logo a,
.ns-127 #p-logo a {
	background-image: url('/w/images/2/2c/Idea_header_orange_left.gif') !important;
	background-position: left top !important;	
	background-repeat: no-repeat;
}
body.ns-126,
body.ns-127 {
	background-color: #f6f6f6;
	background-image: url('/w/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: #fdfec8 url( /w/images/b/b4/BBCNewsWriterArea.jpg ) repeat-x left center;
	clear: both;
	border: 1px solid #ccc;
	padding: 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( /w/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( /w/images/c/c9/Uncycloversity-logo-en.png ) !important; }


/* page-specific namespace logos -Algorithm (Only affects Uncyclopedia and Monobook skins) */
/* This one doesn't exist anymore
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(/w/images/5/53/Guiltopedia.png) !important; }
body.page-Plagiarism #p-logo a { background-image: url(/w/images/7/7f/Wikipedia-logo-en.png) !important; }
body.page-Wikipedia_Main_Page #p-logo a { background-image: url(/w/images/7/7f/Wikipedia-logo-en.png) !important; }
body.page-Wikivoyage #p-logo a { background-image: url(/w/images/9/9b/Unvoyage-v3-icon.png) !important; }
body.page-This_Page_Is_On_Fire #p-logo a { background-image: url(/w/images/e/ef/Sophia_fire2.gif) !important; }
body.page-Brick #p-logo a { background-image: url(/w/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: 0;
	top: 0;
	background: none;
}

/**
 * Hide Template:FA stamp where it doesn't display properly: Minerva, Timeless and no-JavaScript
 * This also prevents it from suddenly moving when JavaScript loads.
 */
.mw-parser-output .logothing,
.skin-minerva .logothing,
.skin-timeless .logothing {
	display: none;
}

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

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

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

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

td.diff-deletedline .diffchange {
	background-color: #600 !important;
}
td.diff-addedline   .diffchange {
	background-color: #060 !important;
}

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

/* Blockquotes */
blockquote {
	margin: 0.4em 1em .8em 0;
}
.quoteline,
.quoteauthor {
	background-color: #f9f9f9;
}
.quoteline {
	font-size: 1.1em;
	font-style: italic;
}
.quoteauthor {
	font-weight: bold;
	margin-left: 2em;
}
/* **********
 * 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;
} */
/* 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">[[File:...]]</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: 0;
}
.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,
.forumlist td.forum_edited a { text-decoration: none; }
.forumlist td span.forum_author { padding-left: 30px; }
.forumlist td.forum_title span a { padding-left: 0; }
.forumlist td.forum_title a.forum_new {
	font-weight: bold;
	background: url(/w/images/1/11/Newmsg.png) center left no-repeat;
}
.forumlist td.forum_title a.forum_new:visited {
	font-weight: normal;
	background: none;
}
.forumlist td.forum_title a,
.forumlist td.forum_title a.forum_new,
.forumlist td.forum_title a.forum_new:visited,
.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;
}

/* NavFrame, aka box hiding thingy from Wikipedia */
div.Boxmerge,
div.NavFrame {
	margin: 0;
	padding: 2px;
	border: 1px solid #aaa;
	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: #fff;
	margin: 0;
	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,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
	font-size: 100%;
}
div.NavEnd {
	margin: 0;
	padding: 0;
	line-height: 1px;
	clear: both;
}
a.NavToggle {
	position: absolute;
	top: 0;
	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,
.walesh2,
.walesh3,
.walesh4,
.walesh5,
.sannseh6,
.gradientg6 {
	background-repeat: repeat-x;
}
.walesh1 {
	background-color: #8ca5b6;
	background-image: url(/w/images/9/96/Jimbo-bikini-babes_gradient.png);
}
.walesh2 {
	background-color: #c0a282;
	background-image: url(/w/images/1/19/Grad_header2.png);
}
.walesh3 {
	background-color: #a19f93;
	background-image: url(/w/images/3/3f/Grad_header3.png);
}
.walesh4 {
	background-color: #242304;
	background-image: url(/w/images/4/4c/Leafy.png);
}
.walesh5 {
	background-color: #491787;
	background-image: url(/w/images/b/bc/Purpley.png);
}
.sannseh6 {
	background-image: url(/w/images/3/3e/Prettiestpretty_pattern.png);
}
.gradientg6 {
	background-image: url(/w/images/b/b7/Banner_gradient.gif);
	background-position: bottom;
}

/* Button stolen from wikimedia */
.nt-button-2011-start,
.nt-button-2011-end,
.nt-button-2011-label {
	float: right;
	height: 30px;
}

.nt-button-2011-start {
	background-image: url("/w/images/a/a7/CNtranslatebutton2.png");
	background-position: 100% 100%;
	width: 4px;
}
.nt-button-2011-end {
	background-image: url("/w/images/a/a7/CNtranslatebutton2.png");
	background-position: 0% 0%;
	width: 4px;
}
.nt-button-2011-label {
	background-image: url("/w/images/a/a7/CNtranslatebutton2.png");
	background-position: 50% 50%;
	background-repeat: repeat-x;
	color: #000;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: 700;
	line-height: 30px;
	padding: 0 4px;
	text-decoration: none;
	white-space: nowrap;
}

pre {
	overflow: auto;
}

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

/* Style for horizontal lists (separator following item).
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @revision 8 (2016-05-21)
   @author [[User:Edokter]]
 */
.hlist dl,
.hlist ol,
.hlist ul {
	margin: 0;
	padding: 0;
}

/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
	margin: 0; /* don't trust the note that says margin doesn't work with inline
				* removing margin: 0 makes dds have margins again */
	display: inline;
}

/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl,
.hlist dl ol,
.hlist dl ul,
.hlist ol dl,
.hlist ol ol,
.hlist ol ul,
.hlist ul dl,
.hlist ul ol,
.hlist ul ul {
	display: inline;
}

/* Hide empty list items */
.hlist .mw-empty-li {
	display: none;
}

/* Generate interpuncts */
.hlist dt:after {
	content: ": ";
}

/**
 * Note hlist style usage differs in Minerva and is defined in core as well!
 * Please check Minerva desktop (and Minerva.css) when changing
 * See https://phabricator.wikimedia.org/T213239
 */
.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;
}

/* Add parentheses around nested lists */
.hlist dd dd:first-child:before,
.hlist dd dt:first-child:before,
.hlist dd li:first-child:before,
.hlist dt dd:first-child:before,
.hlist dt dt:first-child:before,
.hlist dt li:first-child:before,
.hlist li dd:first-child:before,
.hlist li dt:first-child:before,
.hlist li li:first-child:before {
	content: " (";
	font-weight: normal;
}

.hlist dd dd:last-child:after,
.hlist dd dt:last-child:after,
.hlist dd li:last-child:after,
.hlist dt dd:last-child:after,
.hlist dt dt:last-child:after,
.hlist dt li:last-child:after,
.hlist li dd:last-child:after,
.hlist li dt:last-child:after,
.hlist li li:last-child:after {
	content: ")";
	font-weight: normal;
}

/* Put ordinals in front of ordered list items */
.hlist ol {
	counter-reset: listitem;
}

.hlist ol > li {
	counter-increment: listitem;
}

.hlist ol > li:before {
	content: " " counter(listitem) "\a0";
}

.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
	content: " (" counter(listitem) "\a0";
}

/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}

.plainlist ol li,
.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: #ccf; /* Level 1 color */
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
	background: #ddf; /* 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 */
}
.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 */
}
/* Class for [[Template:Navbox]] to make wikilinks inherited font color */
.navbox-inherit-color a {
	color: inherit;
}

/* 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-parser-output .mw-collapsible-toggle {
	font-weight: normal;
	/* @noflip */
	text-align: right;
}
.navbox .mw-collapsible-toggle {
	width: 6em;
}
.navbox .mw-collapsible-text {
	color: inherit;
}
/* 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%;
}

.nowrap {
	white-space: nowrap;
}

/* Style <poem>…</poem> with margin equivalent to a leading colon and italics */
div.poem {
	margin-left: 1.6em;
	font-style: italic;
}

/* Styled here rather than Template:Fakeexternallink/styles.css so we can add an image */
.fakeexternallinks {
	cursor: pointer;
	color: #36B;
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url('/w/skins/Vector/images/external-link-ltr-icon.png?325de');
	background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%2336c%22 d=%22M1.5 4.518h5.982V10.5H1.5z%22/%3E %3Cpath fill=%22%2336c%22 d=%22M5.765 1H11v5.39L9.427 7.937l-1.31-1.31L5.393 9.35l-2.69-2.688 2.81-2.808L4.2 2.544z%22/%3E %3Cpath fill=%22%23fff%22 d=%22M9.995 2.004l.022 4.885L8.2 5.07 5.32 7.95 4.09 6.723l2.882-2.88-1.85-1.852z%22/%3E %3C/svg%3E");
	padding-right: 13px;
}
.fakeexternallinks:hover,
.fakeexternallinks:focus {
	text-decoration: underline;
}
.fakeexternallinks:active {
	color: #B63;
}

/* Unsqueeze site notice */
.sitedir-ltr .mw-dismissable-notice-body {
	margin: 0.5em 10% 0.5em 2.5em;
}

/* Custom per-page background images and CSS filters are here because mw:Extension:CSS doesn't allow them */

/* [[AAAAAAAAA!]] and [[Babel:Aa]] (moved from [[MediaWiki:Skin/Aaaa.css]]) */
.page-AAAAAAAAA #f-poweredbyico,
.page-Babel_Aa #f-poweredbyico { background-image: url('images/6/69/AAAAAAA_mediawiki_88x31.png'); }
.page-AAAAAAAAA #f-copyrightico,
.page-Babel_Aa #f-copyrightico { background-image: url('images/0/02/AAAAAAA_rights_88x31.png'); }

/* [[Slime Cube]] and [[Time Cubicle]] (moved from [[MediaWiki:Skin/Slime Cube.css]]) */
.page-Slime_Cube #column-content, .page-Slime_Cube #content,
.page-Time_Cubicle #column-content, .page-Time_Cubicle #content { background-image: url(images/4/4f/TimeCubeGrid.png); background-repeat: repeat }

/* [[SOPA]] */
.page-SOPA.action-view,
.page-SOPA.action-view #p-logo a,
.page-SOPA.action-view #siteNotice img,
.page-SOPA.action-view .mw-parser-output {
	filter: invert(1) grayscale(1);
}

/* These are the definitions for templates in [[:Category:Message boxes]] */
.cmbox {
	margin: 3px 10%;
	border: 1px solid #A2A9B1; /* Same as Wikipedia */
	background-color: #D8E8FF; /* Same as Wikipedia */
	min-width: 80%;
}
.cmbox-small {
	float: right;
	border: 1px solid #A2A9B1;
	background-color: #D8E8FF;
	width: 238px;
}
.imbox {
	margin: 3px 10%;
	border: 2px solid royalBlue;
	background-color: floralWhite;
	min-width: 80%;
}
.imbox-small {
	float: right;
	border: 1px solid royalBlue;
	background-color: floralWhite;
	width: 238px;
}
.tmbox {
	margin: 3px 10%;
	border: 2px solid goldenrod;
	background-color: navajoWhite;
	min-width: 80%;
}
.tmbox-small {
	float: right;
	border: 1px solid goldenrod;
	background-color: navajoWhite;
	width: 238px;
}
.cmbox-small td.mbox-text, .imbox-small td.mbox-text, .tmbox-small td.mbox-text, .ambox-small td.mbox-text, .ombox-small td.mbox-text {
	text-align: left;
	padding: 0.5em 0.25em;
}
.ambox {
	margin: 3px 10%;
	border: 2px solid lightGray;
	background-color: whiteSmoke;
	min-width: 80%;
}
.ambox-small {
	float: right;
	border: 1px solid lightGray;
	background-color: whiteSmoke;
	width: 238px;
}
.ombox {
	margin: 3px 10%;
	border: 2px solid lightGray;
	background-color: #f9f9f9; /* A smidge apart from Wikipedia's */
	min-width: 80%;
}
.ombox-small {
	float: right;
	border: 1px solid lightGray;
	background-color: #f9f9f9; /* A smidge apart from Wikipedia's */
	width: 238px;
}
.fmbox {
	border: 2px solid lightGray;
	background-color: whiteSmoke;
	width: 100%;
}
.cmbox td.mbox-text, .imbox td.mbox-text, .tmbox td.mbox-text, .ambox td.mbox-text, .fmbox td.mbox-text, .ombox td.mbox-text {
	text-align: center;
	width: 100%;
}
td.mbox-image, td.mbox-imageright {
	width: 52px;
	padding: 0.5em 0.25em;
}
td.mbox-image-small, td.mbox-imageright-small {
	width: 32px;
	padding: 0.5em 0.25em;
}

html body.mediawiki .mbox-small {   /* For the "small=yes" option. */
	/* @noflip */
	clear: right;
	/* @noflip */
	float: right;
	/* @noflip */
	margin: 4px 0 4px 1em;
	box-sizing: border-box;
	width: 238px;
	font-size: 88%;
	line-height: 1.25em;
}

html body.mediawiki .mbox-small-left {   /* For the "small=left" option. */
	/* @noflip */
	margin: 4px 1em 4px 0;
	box-sizing: border-box;
	overflow: hidden;
	width: 238px;
	border-collapse: collapse;
	font-size: 88%;
	line-height: 1.25em;
}

/* </nowiki> Insert styles above this line */