<pre><nowiki>*/

 /* Fix size issues between different platforms */
 code, pre { font-size: 10pt!important }
 /* Class to force links to be underlined 
 To use: <span class="underlinelink">[[link]]</span>  --Paulgb */
 .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; }
 .nounderlinelink a:hover { text-decoration: underline ! important; }
 .forum_title a.forum_new { font-weight: bold; }
 .forum_title a.forum_new:visited { font-weight: normal; }
 .allpagesredirect { font-style: italic; }

 /* pre style override */
 pre.nostyle { padding:0; margin:0; border:none; background:none; }

pre.wrap
{
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

 /* this class can be used in the content area to make a link appear like a new page link */
 #bodyContent .redlink a {color: #ba0000;}
 #bodyContent .redlink a.new:visited {color: #a55858;}

 /* Infobox template styling */
 .infobox
 {
   float: right;
   clear: right;
   margin: 0 0 .5em 1em;
   width: 250px;
   background: none;
   border-collapse: collapse;
   border-width: 0px;
   font-size: 0.8em;
   line-height: 1.5;
 }
 .infobox table.infoboxtable
 {
   background:#f0f0f0;
   float:right;
   margin:0;
   width:100%;
   border-collapse:collapse;
 }
 .infobox td.infoboximage
 {
   padding:0;
   text-align:center; 
 }
 .infobox th.infoboxheading
 {
   font-weight:bold;
   text-align:center;
   color:#ffffff;
   font-size:larger;
 }
 .infobox th.infoboxsubheading
 {
   vertical-align:top;
   text-align:left;
   font-weight:normal; 
 }
 .infobox td.infoboxlabel, .infobox td.infoboxcell
 {
   vertical-align: middle;
/*   border-top:1px solid #999;
   border-bottom:1px solid #999; */
 }

 /* ugly hack to force normal height for infobox cells */
 .infoboxcell p { margin-top: 0px; margin-bottom: 0px; }
 /* .infoboxcell ul { list-style-type: disc; } */

.infoboxcell ul
{
    padding-left: 10px;
    margin-left: 10px;
}

.infoboxcell ul li
{
    padding-left: 0;
    margin-left: 0;
    list-style-type: square;
}

 .infobox div.plainlinks
 {
     color: #fff;
 }

 .infobox div.plainlinks a
 {
     color: #f0f0f0;
 }

 /* class for forum navigation templates */
 .forumheader
 {
   background: #F2F5FD;
   border: none; 
   padding: 5px;
 }

 /* class for stub template styling */
 /* only applies to table and div elements - avoids conflicts with preexisting a.stub */
 table.stub, div.stub
 {
   background: #f0f0f0;
   margin: 0 0 0.5em 0.5em;
   text-align: center;
   padding: 5px;
   clear: center;
   font-size: 0.85em;
 }

/* class for article disambiguation templates */
.disambig
{
   background: #f2f5fd;
   font-size: 0.85em;
   text-align: center;
   width: 85%;
   margin: 0 auto 3px auto;
}

 /* styling for MediaWiki:Edittools */
 #edittools, #editpage-specialchars
 {
   border:2px solid #F0F0F0;
   background:#F9F9F9;
 }

#catlinks, #toc, .toc
{
    background: #fafbfc;
    border: 1px solid #c9c9c9;
}

 body.page-Main_Page #lastmod, 
 body.page-Main_Page #siteSub, 
 body.page-Main_Page #contentSub, 
 body.page-Main_Page h1.firstHeading { display: none !important; }

.references-small { font-size: 0.85em; }

/* 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, body.ns-110 #page_tabs li+li { display: none !important }
body.ns-110 #ca-nstab-forum { margin-right: 16px }

/* Puts a redirect indicator before redirects in Special:Allpages -Spl */
.allpagesredirect { font-style: italic; }
.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; }
  
/* wikitable/prettytable class for skinning normal tables -Keitei */
table.wikitable, table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}
table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}
table.wikitable th, table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}
table.wikitable caption, table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}
 
/* stealth external links almost like normal links (remove if abused) -Spl */
#bodyContent .stealthexternallink a { background: none; padding: 0; color: #002bb8; }
#bodyContent .stealthexternallink a.new { color: #CC2200 !important; }
#bodyContent .stealthexternallink a:visited { color: #5a3696; }
#bodyContent .stealthexternallink a:active { color: #faa700; }
#bodyContent .stealthexternallink a:hover { text-decoration: underline; }

/* stealth new links test per [[Forum:Deliberate Red Links]] -Spl */
/* note, color should be #ba0000 per /skins3/uncyclopedia/main.css?f=3 but #cc2200 in practice? */
.new a { color:#cc2200; }
.new a: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; }
 
/* hide manual edit links class="editlink" in certain implementations class=noeditlink" */
.noeditlink .editlink { display: none }

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

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

/* allows for expanding hidden sig sections (experimental) -Dawg */
.sighidden { display: none }
.sigexpand:hover .sighidden { display: inline !important }

/*Stolen from Wikipedia--keitei */
/* Coloured watchlist numbers */
.mw-plusminus-pos {
  color:#006400;
}

/* .mw-plusminus-null currently at developer default */

.mw-plusminus-neg {
  color:#8B0000;
}

/* Class for links with loudspeaker icon next to them */
/* (Used in [[Template:Audio]] and the like to make the speaker clickable) */
 
.audiolink a {
    background: url("http://images2.wikia.nocookie.net/talkshoe/images//thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
    padding-left: 16px !important;
    padding-right: 0 !important;
}

.hidebox
{
    border: 1px solid #eee;
    padding: 3px;
    margin: auto;
}

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

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

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

.diffchange {
	color: red;
	font-weight: bold;
	text-decoration: 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 }

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

/**
 * File histories, stolen from wikipedia because it seems our skin is outdated (again!)
 */
table.filehistory {
	border:1px solid #ccc;
	border-collapse:collapse;
}

table.filehistory th,
table.filehistory td {
	padding: 0 0.2em 0 0.2em;
	vertical-align:top;
	border:1px solid #ccc;
}
table.filehistory th {
	text-align: left;
}
table.filehistory td.mw-imagepage-filesize,
table.filehistory th.mw-imagepage-filesize {
	white-space:nowrap;
}

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

/* Jack says this will kill MultiUpload in the sidebar */
#p-tb li#t-multiupload { display: none; }

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