/* 
See also: [[MediaWiki:Common.css]]

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

<pre><nowiki>*/

/* edit this file to customize the monobook skin for the entire site */

body {
    background-color: #f9f9f9; 
    background-image: url('http://images3.wikia.nocookie.net/da.uncyclopedia/images/a/a6/Headbg.jpg');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}


/* Buttons and search box to fit in better with the Monobook-style */

input.searchButton, #wpSave, #wpPreview,#wpDiff {
    padding: 0 0.4em !important;
    background-color: White;
    color: black;
    border: 1px solid #2f6fab;  
}

#searchGoButton {
    font-weight: normal;
}

/* Add small (0.5k) Wikicities-themed background image to bottom right of categories bar */
#catlinks { 
    background-image: url(/images/f/fe/Wikicitiescategorybackground.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

/* Standard Navigationsleisten, aka box hiding thingy from .de.*/
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;
}




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