/***** CSS an dieser Stelle wirkt sich auf alle Skins aus - siehe auch [[MediaWiki:Monobook.css]] *****/

/* <pre><nowiki> */

/* Seitentitel entfernen */

body.mainpage h1.firstHeading { display:none !important; }

.ns-114 * .firstHeading { display: none !important; }

.ns-114 * #wikia_page { background: Silver !important; }

#articleFooter { background: DarkKhaki; }

/* Navigationsboxen */

.charabox {
width:700px;
border: 2px solid;
background-color: #fafafa;
padding: 5px;
margin-top: 2em;
text-align:center;
}

/* Farben für die Navboxen */

.mario {
border-color: red;
}

/* class rellinks */

.rellinks {
   border:1px solid #294878;
   width: auto;
   margin-bottom: 5px;
   padding:3px;
   background-color: #ddf;
  -moz-border-radius:0.5em;
}

.rellinks a, .rellinks a:hover {
  color: white !important;
}

a.rellinks {
  color: #3366BB;
}



/* class portal */


.portal {
   border:1px solid #294878;
   width: auto;
   margin-bottom: 5px;
   padding:3px;
   background-color: #bbd;
  -moz-border-radius:0.5em;
}

.portal a, .portal a:hover {
  color: blue !important;
}

a.portal {
  color: #3366BB;
}

/* Bearbeitungsknöpfe hervorheben */

.editsection {
background:#fff none repeat scroll 0 0;
color:#fff;
float:right;
margin-left:5px;
padding:0 3px 2px;
}

/* class Linkbutton */
.Linkbutton {
background-color: #95ee50;
padding:4px;
-moz-border-radius: 10px !important;
a:link: black;
a:hover: black;
a: black;
color:black;
}

/* class events */

.events {
border: 1px solid black !important; 
background:white; 
width:100% !important;
}

.events a {
color: black !important; 
}

/* class etbl */

.etbl {
    background-color: #C2C6CF;
    color: black;
    text-align:center;
    font-size: 150%;
    font-weight:bold;
    margin-bottom:0.6em;
    margin-left: 0.63cm;
    padding-bottom:0.17em;
    padding-top:0.3em;
    border:none;
    -moz-border-radius:0.5em;
}

/*** Redirects in Special:Allpages and Special:Watchlist ***/

.allpagesredirect {
    font-style: italic;
}

.watchlistredir {
    font-style: italic;
}

/*** Forum formatting -Algorithm & -Splaka ***/

.forumheader { 
   border: 1px solid #aaa; margin-top: 1em; padding: 12px;  -moz-border-radius:30px; background-color:brown !important; color:white;
}
.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(http://images.wikia.com/students/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; 
}


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

/***** CSS placed here will be applied to all skins on the entire site. *****/
/* See also: [[MediaWiki:Monobook.css]] */
/* <pre> */

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect { font-style: italic; }
.watchlistredir { font-style: italic; }

/* Infobox template style */
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   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 #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

/* Forum formatting (by -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;
}

/* Recent changes byte indicators */
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }

/* Image frame fix */
div.tright, div.tleft {
    border: 1px solid silver;
}
div.thumb {
    margin: 2px;
}

div.thumbinner {
    background: inherit;
    border: none;
}
#article div.thumb {
    color:inherit;
}

/* 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;
}
 
table.prettytable code,
table.wikitable code {
    background-color: transparent;
}

.hubmodule {
   border:1px solid #294878;
   width: auto;
   margin-bottom: 5px;
   padding:3px;
   background-color: #ddf;
  -moz-border-radius:0.5em;
}

.hubmodule a, .hubmodule a:hover {
  color: #485a6c !important;
}

table.hubmodule th, div.hubmodule h2 {
    background-color: #294878;
    color: white;
    text-align:center;
    font-size: 150%;
    font-weight:bold;
    margin-bottom:0.6em;
    padding-bottom:0.17em;
    padding-top:0.3em;
    border:none;
    -moz-border-radius:0.5em;
}

table.related th, div.related h2 {
    background-color: #294878;
    color: white;
    text-align:center;
    font-size: 100%;
    font-weight:bold;
    margin-bottom:0.6em;
    padding-bottom:0.17em;
    padding-top:0.3em;
    border:none;
    -moz-border-radius:0.5em;
}

.hubmodule .poll {
    width: auto;
}

#bodyContent .nostar a { 
  background: transparent url(http://images.wikia.com/central/images/9/96/Bullet_plain.png) center left no-repeat !important; 
  padding-left: 14px !important;
}
#bodyContent .yellowstar a { 
  background: transparent url(http://images4.wikia.nocookie.net/central/images/thumb/e/e6/Hubstar-yellow.png/12px-Hubstar-yellow.png) center left no-repeat !important; 
  padding-left: 14px !important;
}
#bodyContent .orangestar a { 
  background: transparent url(http://images1.wikia.nocookie.net/central/images/thumb/7/73/Hubstar-orange.png/12px-Hubstar-orange.png) center left no-repeat !important; 
  padding-left: 14px !important;
}
#bodyContent .redstar a { 
  background: transparent url(http://images3.wikia.nocookie.net/central/images/thumb/e/ea/Hubstar-red.png/12px-Hubstar-red.png) center left no-repeat !important; 
  padding-left: 14px !important;
}

#bodyContent .poll {
    background-color: inherit;
}

table.wikibox {float: left; margin: 0.2em; padding: 0; border-width: 1px; border-style: solid; text-align: center; vertical-align: middle; font-size: 1em; padding: 0}
table.wikibox td.left {text-align: center; vertical-align: middle; font-size: 1em; padding: 0}
table.wikibox td.main {padding: 0 4px; vertical-align: middle; line-height: 125%; font-size: 1em}

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

.hubmodule h2 .editsection {
  font-size: 60%;
  padding-right: 5px;
}

/* Homepage/Portal Tabs */
 .activetab {
  padding:5px 12px 6px 12px;
  background:#294878;
  text-decoration:none;
  color:white;
  -moz-border-radius-topright:0.5em;
  -moz-border-radius-topleft:0.5em;
  border: 2px solid #294878;
  white-space:nowrap;
 }

 .inactivetab {
  border: 1px dotted #294878;
  white-space:nowrap;
 }

 a .inactivetab {
  padding:5px 12px 5px 12px;
  text-decoration:none;
  background:#294878;
  color:white;
  -moz-border-radius-topright:0.5em;
  -moz-border-radius-topleft:0.5em;
 }

 a .inactivetab:link, a .inactivetab:visited, a .inactivetab:focus, a .inactivetab:hover, a .inactivetab:active {
  text-decoration:none;
  background:#C2C6CF;
  color:black;
  border-top: 1px solid #777A7F;
  border-left: 1px solid #777A7F;
  border-right: 1px solid #777A7F;
 }

 .mainpage-enclosure {
  position:relative;
  max-width:100em;
  min-width:59em;
  margin-left:auto;
  margin-right:auto;
 }

.wikiaSkinMonaco div.menu-item a[href ^="/wiki/Portal:Full_Wiki_List"],
.wikiaSkinMonaco div.menu-item a[href ^="/wiki/Special:Categories"]
{
  font-size:80%;
  text-align:right;
}

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

/* </pre> */

////// GTA //////

 /* Stylesheet-Ergänzung zu Standard-[[Wikipedia:de:Wikipedia:Navigationsleisten|Navigationsleisten]] */
 
 div.BoxenVerschmelzen,
 div.NavFrame {
    margin: 0px;
    padding: 2px;
    border: 1px solid #aaaaaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
        clear:both;
 }
 div.BoxenVerschmelzen 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;
 }
 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;
 }
 
 /* Abstand vor Navigationsleisten */
 
 div.BoxenVerschmelzen,
 div.NavFrame {
   margin-top: 1.5em;
 }
 div.BoxenVerschmelzen div.NavFrame {
   margin-top: 0;
 }
 div.NavFrame + div.NavFrame {
   margin-top: 0;
 }
 
 /* Navigationsleisten nicht mit ausdrucken */
 
 @media print{
    .NavFrame {
        display: none;
    }
    .BoxenVerschmelzen {
        display: none;
    }
 }

//// ENDE GTA ////

/* <pre><nowiki> */
/* Ausklappen per Mauklick (s.a. [[MediaWiki:Common.js]] */
 
 .klapp {
      cursor: pointer;
 }
 span.klapp {
      text-decoration: none;
      color: #002bb8;
      background: none;
      }
 
 span.klapp:hover {
      text-decoration: underline;
      }
 
 /* Drag & Drop (Test) */
 .jstest{
      position:relative;
      cursor:move;
      z-index: 100;
      padding:20px 45px 20px 0px;
      border-width:1px;
      }
/* </pre></nowiki> */