/* Le CSS placé ici sera appliqué à tous les habillages. <pre> */

/*** Modification du forum de -Algorithm (et Splarka) ***/

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

/* The number represent project namespace
    1 => 'Discussion',
    3 => 'Discussion Utilisateur',
    5 => 'Discussion Projet',
    7 => 'Discussion Image',
    9 => 'Discussion MediaWiki',
   11 => 'Discussion Modèle',
   13 => 'Discussion Aide',
   15 => 'Discussion Catégorie',
  110 => 'Forum' */

/*** font class pour 'hellklick' dans la barre de navigation ***/

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

/*** font class pour 'hellklick2' dans le toutoriel ***/

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

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

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

/**** éffacer les tabs discussions du forum (monobook/newskins/quartzskins) -Splarka ***/

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

/*** (± nombre) sont colorées monis: rouge, plus: vert ***/
 span.mw-plusminus-pos {color: #006400;} 
 span.mw-plusminus-neg {color: #8B0000;}
/** TABLEAUX ET INFOBOX **/
 
/* WIKITABLE */
 
/* Classe pour tableaux standards, légèrement grisés. Syntaxe : {| class="wikitable" */
 
/* Tableaux selon la charte graphique. Ils sont centrés par défaut. */
table.wikitable { /* monobookocentré debut */
 margin-top:1em;
 margin-bottom:1em;
 background:#F9F9F9;
 border:1px #AAA solid;
 border-collapse:collapse;
}
 
table.wikitable th, table.wikitable td {
 border:1px #AAA solid;
 padding:.3em;
}
 
table.wikitable th, .wikitable_header {
 background:#F2F2F2;
 text-align:center;
}
 
table.wikitable caption {
 margin-left:inherit;
 margin-right:inherit;
} /* monobookocentré fin */
 
/* Alignement du tableau : flottant à droite ou à gauche, ou centré. On peut aligner à droite ou à gauche
   sans flottement en ajoutant le [[modèle:clr]] en bas du tableau, ou en précisant style="float:none"
   dans l'en-tête du tableau. */
table.gauche {
 float:left;
 margin:0 1em 1em 0;
}
 
table.droite {
 float:right;
 margin:0 0 1em 1em;
}
 
table.centre {
 margin:1em auto;
}
 
/* SPORTTABLE */
 
/* Tableau préformaté permettant lignes blanches et lignes grises. Syntaxe : class="sporttable"
   Exemple sur [[Équipe d'Angleterre de rugby à XV#Statistiques sur les matchs|cet article]]. */
table.sporttable { /* monobookocentré debut */
 margin:1em 1em 1em 0;
 background:#F9F9F9;
 border:1px #AAA solid;
 border-collapse:collapse;
}
 
table.sporttable th, table.sporttable td {
 border:1px #AAA solid;
 padding:.2em;
}
 
table.sporttable th {
 font-weight:bold;
} /* monobookocentré fin */
 
table.wikitable caption {
 margin-left:inherit;
 margin-right:inherit;
}

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

/* </pre> */