/* 

'''Note:''' Anything that is not default-skin-specific can go into [[MediaWiki:Common.css]]

Tools: [http://uncyclopedia.org/index.php?title=MediaWiki:Uncyclopedia.css&action=raw&ctype=text/css&smaxage=18000 reload cache] | [http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Funcyclopedia.org%2Findex.php%3Ftitle%3DMediaWiki%3AUncyclopedia.css%26action%3Draw%26ctype%3Dtext%2Fcss%26smaxage%3D18000&usermedium=all check w3c validation]

<pre><nowiki>*/

/* **************************************************** */
/*           uncyclopedia monobook stylings             */
/* **************************************************** */
/* This is to keep Uncyclopedia's look separate, even
   after the upcoming planned partial skin merge, where
   uncyclopedia's main.css will be the same as Wikia's  */

body {
    background: #f9f9f9 url("/skins/monobook/headbg.jpg") 0px 0px no-repeat;
}
/*
.content-noads {
    margin: 2.8em 0 0 12.2em;
    border-right: none;
}
.content-ads {
    margin: 2.8em 0 0 12.2em;
    border-right: none;
}
*/
#f-hostedbyico {
    margin: 0 8px;
    position: relative;
    top: -2px; /* Bump it up just a tad */
    float: right;
    height: 1%;
}
#p-cactions li.selected {
    border-color: #fabd23;
    padding: 0 0 .2em 0;
    font-weight: normal;
}
#p-cactions li.selected a {
    padding: 0 0.8em 0.3em 0.8em !important; 
    background-color: white;
}
#p-navigation a { display: inline; }

/* **************************************************** */
/*                     end of line                      */
/* **************************************************** */
 
/* Bottom box borders. -Paulgb */
.pBody {
padding-top: 3px;
border-bottom: 1.4px solid rgb(170, 170, 170);
}
 
/* 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 */
td.forumlist {background-color: inherit;}
.forumheader { border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px; }
.forumlist td.forum_edited a { color: black; text-decoration: none }
.forumlist td.forum_title a { padding-left: 20px; }
.forumlist td.forum_title a.forum_new { font-weight: bold; background: url(/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; }
th.forumlist {background-color: #f9f9f9; border: 1px solid #ccc;}
td.forumcolumn {background url(http://images.wikia.com/uncapaedia/images/2/2b/Columnloop.jpg) repeat-y;}

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

/* custom namespace logos (still under testing, this only works on full namespaces) -Splaka */
/* Image: and Image_talk: 
body.ns-6 #p-logo a { background-image: url(/images/d/d5/Uncyclomedia_Commons.png) !important; }
body.ns-7 #p-logo a { background-image: url(/images/d/d5/Uncyclomedia_Commons.png) !important; } */
/* UnNews: and UnNews_talk: 
body.ns-102 #p-logo a { background-image: url(/images/0/02/UnNews_Logo_Potato.png) !important; }
body.ns-103 #p-logo a { background-image: url(/images/0/02/UnNews_Logo_Potato.png) !important; } */
/* Undictionary: and Undictionary_talk: 
body.ns-104 #p-logo a { background-image: url(/images/4/47/Undictionary_Logo_Text.png) !important; }
body.ns-105 #p-logo a { background-image: url(/images/4/47/Undictionary_Logo_Text.png) !important; } */
/* Game: and Game_talk: 
body.ns-106 #p-logo a { background-image: url(/images/9/92/Game-Logo.png) !important; }
body.ns-107 #p-logo a { background-image: url(/images/9/92/Game-Logo.png) !important; } */
/* Forum: and Forum_talk: */
body.ns-110 #p-logo a { background-image: url(/images/9/93/Forum_Logo.png) !important; }
body.ns-111 #p-logo a { background-image: url(/images/9/93/Forum_Logo.png) !important; }
/* body.ns-112 #p-logo a { background-image: url(http://images.wikia.com/uncyclopedia/images/b/bf/UnTunes.png) !important; }
body.ns-113 #p-logo a { background-image: url(http://images.wikia.com/uncyclopedia/images/b/bf/UnTunes.png) !important; } */
body[class*="Nenuntii"] #p-logo a { background-image: url(http://images.wikia.com/uncapaedia/images/3/31/NeNuntii.png) !important; }
body[class*="NeLibrarium"] #p-logo a { background-image: url(http://images.wikia.com/uncapaedia/images/c/c3/Nelibrarium.png) !important; }

/* default coloring for Special:Allmessages (missing from our default skin) -Spl 09:21, 9 March 2006 (UTC) */
#allmessagestable th { background-color: #b2b2ff; }
#allmessagestable tr.orig { background-color: #ffe2e2; }
#allmessagestable tr.new { background-color: #e2ffe2; }
#allmessagestable tr.def { background-color: #f0f0ff; }

/* this is to force title-left, title-right, and Title-center to display only in the default skin -Spl */
#titlehack { display:inline !important; }

/* comment boxes adapted from french wikipedia. Applied to Forum_talk: currently -keitei */
.ns-110 #content, .ns-110 #p-cactions li, .ns-110 #p-cactions li a {background: #F8FCFF;}
.ns-110 dd { margin: 0; padding: 0; }
.ns-110 dl { border-top: solid 1px #70E0E0; border-left: solid 1px #70E0E0; padding-top: 0.5em; padding-left: 0.5em; margin-left: 1em; }
.ns-110 dl { background-color: #EEF6FF; }
.ns-110 dl dl { background-color: #F8FCFF; }
.ns-110 dl dl dl { background-color: #EEF6FF; }
.ns-110 dl dl dl dl { background-color: #F8FCFF; }
.ns-110 dl dl dl dl dl { background-color: #EEF6FF; }
.ns-110 dl dl dl dl dl dl { background-color: #F8FCFF; }
.ns-110 dl dl dl dl dl dl dl { background-color: #EEF6FF; }
.ns-110 dl dl dl dl dl dl dl dl { background-color: #F8FCFF; }
.ns-110 dl dl dl dl dl dl dl dl dl { background-color: #EEF6FF; }
.ns-110 dl dl dl dl dl dl dl dl dl dl { background-color: #F8FCFF; }
.ns-110 dl dl dl dl dl dl dl dl dl dl dl { background-color: #EEF6FF; }
.ns-110 dl dl dl dl dl dl dl dl dl dl dl dl { background-color: #F8FCFF; }
.ns-110 dl dl dl dl dl dl dl dl dl dl dl dl dl { background-color: #EEF6FF; }
.ns-110 dl dl dl dl dl dl dl dl dl dl dl dl dl dl { background-color: #F8FCFF; }

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

/* Temporary editsection fix until uncyclopedia/main.css can be merged/updated */

h1 { font-size: 188%; }
h1 .editsection { font-size: 53%; }
h2 { font-size: 150%; }
h2 .editsection { font-size: 67%; }
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 { font-size: 132%; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h4 { font-size: 116%; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 { font-size: 100%; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 80%;  }
h6 .editsection { font-size: 125%; font-weight: normal; }

.editsection {
	float: right;
	margin-left: 5px;
}
* html div.editsection { font-size: smaller; }

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