WikiWoW
Advertisement
WikiWoW
7 177
pages

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
/*** Le CSS placé ici sera appliqué à toutes les apparences. ***/


/*** fond ***/
body {
  background-position: center top;
}


/* See also: [[MediaWiki:Monobook.css]] */
/* <pre> */




/*** Infobox template style ***/

.infobox {
     border: 1px solid #aaaaaa;
     background-color: #6495ED;
     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; 
}

/*** Styles pour Modèle:Texte ***/
/* Blizz text color */ 
.blizztext, .text-blizz { color:#0070af; }

/* text colors: say, yell, emote, whisper */
.text-say {color:#CC9900;}
.text-yell {color:#FF4040;}
.text-emote {color:#F87431;}
.text-whisper {color:#F8B0DE;}
.text-bossemote {color:#f0d000;}

/* Class Colors */
.cc-druid, .cc-druid a { color: #FF7D0A; }
.cc-hunter, .cc-hunter a { color: #ABD473; }
.cc-mage, .cc-mage a { color: #69CCF0; }
.cc-paladin, .cc-paladin a { color: #F58CBA; }
.cc-priest, .cc-priest a { color: gray; } /* priest is white, but not on light skins... see monaco/wowwiki.css */
.cc-rogue, .cc-rogue a { color: #CC9900; }
.cc-shaman, .cc-shaman a { color: #2459FF; }
.cc-warlock, .cc-warlock a { color: #9482CA; }
.cc-warrior, .cc-warrior a { color: #C79C6E; }
.cc-deathknight, .cc-deathknight a { color: #C41E3A; }

/* </pre> */

/* - Book Styling */
 div.book { margin: 0.5em; }
 div.book > div {
  border-width: 1px;
  border-style: solid;
 }
 div.book > div > h4  {
  margin: 0;
  padding: 0.2em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-family: Georgia, serif;
  font-size: 1.1em;
  font-weight: bold;
 }
 div.book > div > h4 span.editsection {
  font-family: sans-serif;
  font-size: 0.91em;
 }
 div.book > div > div > div {
  margin: 0.5em;
  margin-top: 0;
  font-family: Georgia, serif;
  font-size: 0.85em;
  position: relative;
 }
 /* For IE7 because it doesn't support double-colon selectors and there's a strict mode bug with inline elements */
 div.book p:first-child:first-letter {
  line-height: 1;
  text-transform: uppercase;
  font-size: 2em;
 }
 div.book p:first-child::first-letter {
  line-height: 1;
  text-transform: uppercase;
  font-size: 2em;
  padding: 1px;
 }





/* --- TABLE STYLES --- */
/* remove table bg */
table {
background-color:transparent;
}

/* dark table style */
table.darktable {
background:#202020;
border:1px solid #606060;
font-size:90%;
padding:5px;
}

table.darktable th {
background-color:#113A5E;
padding:0 0.5em;
}

table.darktable caption {
font-size:120%;
font-weight:700;
}

table.darktable tr:not(:first-child) th {
background-color:#112A44;
}


/* title stuff */
 .title {
  background-color: #ddf;
  text-align:center;
  font-weight:bold;
  padding: 1px 2px;
 }


/* Classes pour infobox portables */
.pi-background {
background:#202020;
border:1px solid #606060;
font-size:90%;
padding:5px;
}

.pi-secondary-background {
background-color:#113A5E;
padding:0 0.5em;
}
Advertisement