/* <pre><nowiki> */
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */

/* Siehe auch: [[MediaWiki:Monobook.css]] */

/*** Forum-Formatierung (von -Algorithm und -Splarka) ***/

.forumheader { 
     border: 1px solid #aaaaaa; background-color: #f9f9f9; margin-top: 0.5em; padding: 10px; 
}
.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; 
}

/*** Hauptseiten CSS ***/

.hs-box {
     border:1px solid #4a4a4a;
     -moz-border-radius-topleft: 0.2em;
     -moz-border-radius-topright: 0.2em;
     background-color:none; /* Damit bei z. Bsp. Gaming nicht weiß auf weiß trifft */
     margin-bottom:0.8em;
     padding:0.2em 0.8em 0.1em 0.8em;
}

 /* Markierung von Weiterleitungen in [[Special:Allpages]]  */
 
 .allpagesredirect {
     background-color:#F5F5F5;
     font-style: italic;
 }

 /* Infobox template style */
 
 .infobox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   /* margin-left: 0.5em; */
   padding: 0.2em;
   float: right;
   clear: right;
 }
 .infobox td,
 .infobox th {
   vertical-align: top;
 }
 .infobox caption {
   font-size: larger;
   margin-left: inherit;
 }
 .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 {
   width: 20em;
   font-size: 90%;
 }
 
 @media print {
    .infobox.sisterproject {
        display: none;
    }
 }
 
 /* styles for bordered infobox with merged rows */
 .infobox.bordered .mergedtoprow td,
 .infobox.bordered .mergedtoprow th {
   border: 0;
   border-top: 1px solid #aaa;
   border-right: 1px solid #aaa;
 }
 
 .infobox.bordered .mergedrow td,
 .infobox.bordered .mergedrow th {
   border: 0;
   border-right: 1px solid #aaa;
 }


/*** (± Zahl) wird in den letzen Änderungen bei minus rot dargestellt, bei plus grün ***/
 span.mw-plusminus-pos {color: #006400;} 
 span.mw-plusminus-neg {color: #8B0000;}

/*** font class für 'hellklick' in Balkennavigation ***/

.hellklick a, .hellklick a:visited { 
     text-decoration: underline; color: #fefefe !important;
}
.hellklick a:hover, .hellklick a:active { 
     color: #9ad9ff !important;
}

/*** font class für 'hellklick2' in Tutorial ***/

.hellklick2 a, .hellklick2 a:visited { 
     text-decoration: none; color: #fefefe !important;
}
.hellklick2 a:hover, .hellklick2 a:active { 
     color: #9ad9ff !important; text-decoration: underline;
}


/* SE news table */
.NewsTable {
background-color: #EBEBEB;
background-image: url(http://images.wikia.com/ffxi/images/e/e8/Newsbg.gif);
background-repeat: repeat-y;
}

.NewsTitle {
background-color: #EBEBEB;
background-image: url(http://images.wikia.com/ffxi/images/7/78/Newsbgtop3.gif);
background-repeat: repeat-y;
}

/* SE development table */
.DevelopmentTable {
background-color: #EBEBEB;
background-image: url(http://images.wikia.com/ffxi/images/4/46/Developmentbg.gif);
background-repeat: repeat-y;
}

.DevelopmentTitle {
background-color: #EBEBEB;
background-image: url(http://images.wikia.com/ffxi/images/1/19/Developmentbgtop3.gif);
background-repeat: repeat-y;
}

/* SE community table */
.CommunityTable {
background-color: #EBEBEB;
background-image: url(http://images.wikia.com/ffxi/images/b/bf/Communitybg.gif);
background-repeat: repeat-y;
}

.CommunityTitle {
background-color: #EBEBEB;
background-image: url(http://images.wikia.com/ffxi/images/8/8e/Communitybgtop.gif);
background-repeat: repeat-y;
}

/* SE life in vana'diel table */
.LifeTable {
background-color: #EBEBEB;
background-image: url(http://images.wikia.com/ffxi/images/9/98/Lifebg.gif);
background-repeat: repeat-y;
}

.LifeTitle {
background-color: #EBEBEB;
background-image: url(http://images.wikia.com/ffxi/images/1/11/Lifebgtop.gif);
background-repeat: repeat-y;
}

/* SE announcement table*/
.AnnouncementTable {
background-color: #EBEBEB;
background-image: url(http://images.wikia.com/ffxi/images/0/0b/Announcementbg.gif);
background-repeat: repeat-y;
}

/* SE version update table*/
.UpdateTable {
background-color: #EBEBEB;
background-image: url(http://images.wikia.com/ffxi/images/2/2d/VersionUpdateBG.gif);
background-repeat: repeat-y;
}

/* SE census update table*/
.CensusTable {
background-color: #EBEBEB;
background-image: url(http://images.wikia.com/ffxi/images/9/97/CensusBG.jpg);
background-repeat: repeat-y;
}

/* Mog Bonanza table*/
.MogBonanzaTable {
background-color: #EBEBEB;
background-image: url(http://images1.wikia.nocookie.net/ffxi/images/e/ef/Mogbonanzabg.gif);
background-repeat: repeat-y;
}

/* Standard Navigations Documentation at [[Wikipedia:NavFrame]]. */

div.Boxmerge,
div.NavFrame {
        margin: 0px;
        margin-left: 0em;
        padding: 4px;
        border: 0px solid #aaa;
        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: #fff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        background-color: #ccf;
        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;
}

div.Boxmerge,
div.MainPageNavFrame {
        margin: 0px;
        padding: 4px;
        border: 0px solid #aaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}

div.MainPageNavFrame div.MainPageNavHead {
        height: 1.6em;
        font-weight: bold;
        background-color: transparent;
        position:relative;
}


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