/** CSS an dieser Stelle wirkt sich auf alle Skins aus **/

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

/* <pre><nowiki> */
/*** 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; 
}

/*** Linkunterstreichungen ***/

.underlinelink a{ 
     text-decoration: underline !important; 
}

.nounderlinelink a{ 
     text-decoration: none !important; 
}

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

/* class darkklick */


.darkklick2 a, .darkklick2 a:visited { 
     text-decoration: none; color: #333 !important;
}
.darkklick2 a:hover, .darkklick2 a:active { 
     color: #000088 !important; text-decoration: underline;
}

/*** graue Kapitälchen-Überschriften ***/

.kapitaelchen a { 
     font-variant: small-caps; font-size: 120%; color:#343434 !important;
}

/*** Diskussionstabs im Forum-Namensraum entfernen (monobook/newskins/quartzskins) -Splarka ***/

body.ns-110 #ca-talk, body.ns-110 #this_talk { 
     display: none; 
}

/*** for Navibalken template ***/
.effekt { 
  height:96px; 
  background: #ffffff url(http://images.wikia.com/de/images/3/39/Balken.png) 0 0 repeat;
}

/*** (± 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;}

/* The number represent project namespace
    1 => 'Diskussion',
    3 => 'Benutzer Diskussion',
    5 => 'Projekt Diskussion',
    7 => 'Bild Diskussion',
    9 => 'MediaWiki Diskussion',
   11 => 'Vorlage Diskussion',
   13 => 'Hilfe Diskussion',
   15 => 'Kategorie Diskussion',
  110 => 'Forum' */

/* Einfärbung der Einrückungen 
#bodyContent .ns-1 dd, #bodyContent .ns-3 dd, .ns-5 dd, .ns-7 dd, .ns-9 dd, 
.ns-11 dd, .ns-13 dd,.ns-15 dd, .ns-110 dd { 
   margin: 0;
   padding: 0;
} */

#bodyContent .ns-1 dl, #bodyContent .ns-3 dl
{ 
   border-top: solid 1px #DADAFF; 
   border-left: solid 1px #DADAFF; 
   padding-top: 0.5em; 
   padding-left: 0.5em; 
   margin-left: 1em; 
}

#bodyContent .ns-1 dl, #bodyContent .ns-3 dl
{ background-color: #DEECFF; }

#bodyContent .ns-1 dl dl, #bodyContent .ns-3 dl dl
{ background-color: #EFF8FF; }

#bodyContent .ns-1 dl dl dl, #bodyContent .ns-3 dl dl dl
{ background-color: #DEECFF; }

#bodyContent .ns-1 dl dl dl dl, #bodyContent .ns-3 dl dl dl dl
.ns-110 dl dl dl dl { background-color: #EFF8FF; }

#bodyContent .ns-1 dl dl dl dl dl, #bodyContent .ns-3 dl dl dl dl dl
{ background-color: #DEECFF; }

#bodyContent .ns-1 dl dl dl dl dl dl, #bodyContent .ns-3 dl dl dl dl dl dl
{ background-color: #EFF8FF; }

#bodyContent .ns-1 dl dl dl dl dl dl dl, #bodyContent .ns-3 dl dl dl dl dl dl dl
.ns-110 dl dl dl dl dl dl dl { background-color: #DEECFF; }

#bodyContent .ns-1 dl dl dl dl dl dl dl dl, #bodyContent .ns-3 dl dl dl dl dl dl dl dl
.ns-110 dl dl dl dl dl dl dl dl { background-color: #EFF8FF; }

#bodyContent .ns-1 dl dl dl dl dl dl dl dl dl, #bodyContent .ns-3 dl dl dl dl dl dl dl dl dl
{ background-color: #DEECFF; }

#bodyContent .ns-1 dl dl dl dl dl dl dl dl dl dl, #bodyContent .ns-3 dl dl dl dl dl dl dl dl dl dl
{ background-color: #EFF8FF; }

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

/* Umfärbung von Redlinks auf Spezialseiten */

.ns-special * a.new {
color:#950000 !important;
}

/* TabView extension */

/*set the base backcolor of the 'off' tabs */
.yui-navset .yui-nav li
{
  background-color: #D4DEE8;
  padding-left: 10px;
  padding-right: 10px;
}

/*set the background color of the content and the 'on' tab the same*/
.yui-content, .yui-navset .yui-nav li.selected
{
  background-color: #E7F2FF;
}


/** style the 'on' tab **/
.yui-navset .yui-nav .selected {
border-style: solid;
border-width: 2px 0 0 0;
border-top-color: #2F5DBA;
}


/* keep the side padding, but enforce no gap between content area and tabs */
.yui-content {
margin-top: 0;
padding-top: 0.25em;
padding-left: 0.5em;
padding-right: 0.5em;
}

/* Klasse für Vorlage:Awards */
.task {
  border: 1px solid #585490; 
  background: #f8faff; 
  padding:.5em; }

/* Hubs */

#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;
}

.hubmodule {
   border:1px solid silver;
   width: auto;
   margin-bottom: 10px;
   padding:3px;
}

table.hubmodule th, div.hubmodule h2 {
    background-color: lightyellow;
    color: black;
    text-align:center;
    font-size: 150%;
    font-weight:normal;
    margin-bottom:0.6em;
    padding-bottom:0.17em;
    padding-top:0.3em;
    border:none;
}

.hubmodule .poll {
    width: auto;
}

#bodyContent .poll {
    background-color: inherit;
}
 
/* === class for main page link tables === */
#bodyContent .buttonlink 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 .buttonstar a {
  background: transparent url(http://images.wikia.com/central/images/e/ec/Bullet_star.png) center left no-repeat !important; 
  padding-left: 14px !important;
}
/* Remove titles from hubs */
body.ns-112 h1.firstHeading { display:none !important; }

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

body.ns-4 * h1.firstHeading { display:none !important; }

/* more stuff */

.page-Kategorie_Portale #contentSub, .page-Kategorie_Portale #contentSub2, .page-Kategorie_Portale p, .ns-14_Portale #csAddCategorySwitch, .page-Kategorie_Portale div#siteNotice, .page-Kategorie_Portale h1.firstHeading {
display: none !important;
}

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


body.page-Kontaktiere_uns a#fe_report_link,
body.page-Kontaktiere_uns img#fe_report_icon,
body.page-Kontaktiere_uns li#ca-report-problem
{
 display: none;
}

/* Test */
.h2_unterstrich h2 { text-decoration:none; border-style:none; }

/* Hauptseite */

td.background1 { 
background-image: url(http://images1.wikia.nocookie.net/es/images//2/2c/Header_background.png); 
background-repeat: repeat-x; 
}

td.background2 { 
background-image: url(http://images.wikia.com/common/skins/home/images/box_green_background.png); 
background-repeat: repeat-x; 
}

table.background3 { 
background-image: url(http://images3.wikia.nocookie.net/es/images//c/cf/Background3.png); 
background-repeat: repeat-x; 
}

/* whitelink */

.whitelink a {
 color: white !important;
 text-decoration: none;
}

.whitelink a:hover {
 color: white !important;
}



.news a:extiw, .news a:extiw:active {
color: #aaf;
}

/* Spoiler */

/* Ausklappen per Mausklick (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;
      }

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

body.page-Benutzer_Diskussion_Laximilian_scoken #wikia_page, body.page-Benutzer_Laximilian_scoken #wikia_page {
background-color: #FF6A6A !important;
}

div.ajax-poll {
width: auto !important;
}

.inaktiv, .inaktiv a:link, .inaktiv a {
color:#888 !important;
}

/* kill dynamic edit links */
#dynamic-links-write-article-link, #dynamic-links-write-article-icon { display:none; }

/* hide "movedtohelp" box */

.ns-12 div.mw-warning-with-logexcerpt {
display:none !important;
}

/* scorecard */

#user_masthead_scorecard {
color:white;
}