/*
CSS placed here will be applied to all skins 

See also: [[MediaWiki:Monobook.css]]


body 

{ 
background-image: url(http://farm1.static.flickr.com/145/354352123_5f8ec484ae_b.jpg); 
background-attachment: fixed;
background-color: #000;

}




<pre style="height: 45em"><nowiki> */

/*~ All Pages display of redirects ~*/
.allpagesredirect:after {content: " (redirect)"}
.allpagesredirect a { background: url(http://www.wowwiki.com/images/9/90/Icon-redirect-48x48.png) center left no-repeat; padding-left: 13px; }

/* Checker Background for transparent images */
#file img { background: url(http://images.wikia.com/dofus/images/5/5d/Checker-16x16.png) repeat; }

/* PRE tag scrollable if the text inside overflown the box size */
pre { overflow: auto; }

/* Recent Changes add/delete number colors */
.mw-plusminus-pos {color: #1E90FF; } 
.mw-plusminus-neg {color: #E42217; }
.mw-plusminus-null {color: #555555; } 

/*~ Removes Main page heading ~*/
body.page-Hovedside .firstHeading { display: none; }

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

/*~ Main page modifiers ~*/
#mp3-global ul {
	padding-left: 10px;
	margin-left: 10px;
}
#mp3-global ul li {
	padding-left: 0;
	margin-left: 0;
	list-style-type: square;
}
#mp3-navlink #mp3-nav { display: none; }
#mp3-navlink {
	font-size: 1.1em;
	margin: auto;
	max-width: 700px;
	_width: expression(document.getElementById('mp3-nav-outer').offsetWidth > 600 ? '600px' : 'auto');
}

/*~ erg i dont remember whats this is for ~*/
.messagebox {
   border: 1px solid #aaa;
   background-color: #333;
   width: 80%;
   margin: 0 auto 1em auto;
   padding: .2em;
}

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaa solid;
  border-collapse: collapse;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaa 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;
  font-weight: bold;
}
/*~ Something about plain links ~*/
/*Add formatting to make sure that "external references" from [[Template:Ref]] do
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class
  "urlexpansion", which was not displayed on screen, but was shown when the medium was
  "print". The rules below ensure (a) that there is no extra padding to the right of
  the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
  the link, and (c) that this SPAN of class "urlexpansion" is never shown.
  ~~~~
*/
.plainlinksneverexpand {
  background: none ! important;
  padding: 0 ! important;
}
 
.plainlinksneverexpand .urlexpansion {
  display: none ! important;
}
/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
   the arrow...
*/
.plainlinksneverexpand a {
   background: none !important;
   padding: 0 !important;
}
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
   following the anchor A, the anchor itself now has class "external autonumber" and the
   expansion is inserted when printing (see the common printing style sheet at
   http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
   element of CSS. We have to switch this off for links due to Template:Ref!
   ~~~~
*/
.plainlinksneverexpand a.external.text:after {
  display: none !important;
}
.plainlinksneverexpand a.external.autonumber:after {
  display: none !important;
}

/*~ Tooltip ~*/
span.Tooltip{
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none
}
span.Tooltip:hover{z-index:25;} /*this is text change, when user hovers it*/
span.Tooltip span{display: none}
span.Tooltip:hover span{ /*flying textbox*/
    display:block;
    position:absolute;
    top:7px; left:7px;
    border:1px solid #6699ff;
    background-color: #ccccff;
    opacity: 0.9; filter: ALPHA(Opacity=90);
    text-align: center
}

/*~ Admin class ~*/
.Admin{visibility: hidden;}

/* ~ spoiler class ~*/
.spoiler a {
	text-decoration: none;
	color: #f9f9f9;
	background: none;
}

/* default skin for navigation boxes */
table.navbox {
    background-color: #333;
    border: 1px solid #aaa;
    clear: both;
    font-size: 100%;
    margin: 1em 0em 0em;
    padding: 2px;
    text-align: center;
    width: 100%;
}
table.navbox th {
    background-color: #333;
    padding-left: 1em;
    padding-right: 1em;
}
table.navbox tr:not(:first-child) th {
    background-color: #333;
}
@media print {
    .navbox {
        display: none;
    }
}

/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 4px;
        border: 1px solid #aaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 100%;
}
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: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        background-color: #ccccff;
        position:relative;
}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent, {
        font-size: 100%;
        text-align: left;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
        text-align: left;
}
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;
}

/* Users Bot name coloring */
table.diff a[title="User:CizBot"],
ul#pagehistory li a[title="User:CizBot"],
ul.special li a[title="User:CizBot"],
table.diff a[title="User:LiriBot"],
ul#pagehistory li a[title="User:LiriBot"],
ul.special li a[title="User:LiriBot"] { color: Gray; }

/* Users Admins name coloring */
table.diff a[title="Bruker:Zizanzu"],
ul#pagehistory li a[title="Bruker:Zizanzu"],
ul.special li a[title="Bruker:Zizanzu"]

{ font-weight:bold;color:#009900; }

/* Forum formatting -Algorithm & -Splaka */
.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/4/4e/Forum_new.gif) 
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; }

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