일본어 커뮤니티 위키
Advertisement

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
/* 
 
	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 page: 
		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("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: <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;
}
 
/* 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 */
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("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;
}
 
/* 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(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; }
/* 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: and Forum_talk: */
	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-111 #p-logo a { background-image: url(https://images.wikia.nocookie.net/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(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; }
 
/* 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( 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; }
 
/* 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(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;
}
 
/* 
</nowiki>
</pre> 
*/
 
/* 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;  /* 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;
}
 
/* Content Warning styling--see Forum:The Warning Template, or, HowTo:Cover Wikia's ass while having fun. */
/* Coded by PuppyOnTheRadio; installed by SPIKE 28-Feb-13, amended 12-Mar-13 */
/* Light-on-dark color scheme and "lightning" background dropped 27-Mar-13 based on Forum vote */
.ContentWarning.WikiaArticle .warning,
.ContentWarning.WikiaArticle .warning-footer {
	color: black;
	font-size: 120%;
}
.ContentWarning.WikiaArticle .warning {
	padding: 0 0 .75em 0;
}
.ContentWarning.WikiaArticle .warning-footer {
	padding: 2em 0 0 0;
	font-weight: bold;
}
.ContentWarning.WikiaArticle {
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background-color: none;
}
/* Heading is inside Content-warning-body */
.ContentWarning.WikiaArticle h2 { 
	display: none;
}
/*
.ShowContentWarning #content {
	background: #002 url(https://images.wikia.nocookie.net/uncyclopedia/images/1/1b/Storm_2.gif);
}
 */
#ContentWarningApprove {
	font-weight: bold;
}
Advertisement