MediaWiki:Common.css : Différence entre versions

De TESTS Wikitrad
Aller à : navigation, rechercher
(Nouvelle page : FEUILLE DE STYLE GLOBALE : /* Cette page contrôle l'apparence pour toutes les skins. Les modifications devant s'appliquer à l'apparence Monobook seulement doivent aller dans [[...)
 
Ligne 1 : Ligne 1 :
/* FEUILLE DE STYLE GLOBALE */
 
 
/*
 
/*
Cette page contrôle l'apparence pour toutes les skins.
+
This is the CSS for all skins (for all users) on MediaWiki.org.  
Les modifications devant s'appliquer à l'apparence Monobook seulement
 
doivent aller dans [[MediaWiki:Monobook.css]].
 
 
   
 
   
Après chaque modification, prière de vérifier cette feuille de style
+
SECTIONS:
avec le valideur CSS du W3C :
+
1. Indication of namespaces
http://jigsaw.w3.org/css-validator/validator?uri=http://fr.wikipedia.org/w/index.php?title=MediaWiki:Common.css%26action=raw%26ctype=text/css&usermedium=all&warning=2
+
2. Color classes for content
 +
3. Special pages
 +
4. Main page styling
 +
5. Sidebar external links
 +
6. Extension:Matrix stuff
 +
7. Wikitables, infobox templates, warnings, and other such stylings
 +
8. Some other small things
 
*/
 
*/
 
   
 
   
/** CHANGEMENT DE L'INTERFACE PAR DÉFAUT **/
+
/***** 1. INDICATION OF NAMESPACES *****/
 
   
 
   
/* MODIFICATIONS RÉCENTES */
+
/* Pseudo NS Special (light grey) */
 +
.ns--2 #content { background: #f4f4f4; }
 +
.ns--2 div.thumb { border-color: #f4f4f4; }
 
   
 
   
/* Nombre de caractères modifiés dans les modifications récentes et la liste de suivi. */
+
/* NS Project + Project_talk (light sky blue) */
.mw-plusminus-pos { color:#00B000 }
+
.ns-4 #content, .ns-5 #content { background: #f8fcff; }
.mw-plusminus-neg { color:#FF2050 }
+
.ns-4 div.thumb, .ns-5 div.thumb { border-color: #f8fcff; }  
.mw-plusminus-null { color:#999 }
 
 
   
 
   
/* Symbole de modification non vérifiée dans les modifications récentes
+
/* NS MediaWiki + MediaWiki_talk (light grey) */
  et la liste de suivi. */
+
.ns-8 #content, .ns-9 #content { background: #f4f4f4; }
span.unpatrolled { color:#999 }
+
.ns-8 div.thumb, .ns-9 div.thumb { border-color: #f4f4f4; }  
 
   
 
   
/* REDIRECTIONS */
+
/* NS Manual + Manual_talk (light bluish violet) */
 +
.ns-100 #content, .ns-101 #content { background: #f3f3ff; }
 +
.ns-100 div.thumb, .ns-101 div.thumb { border-color: #f3f3ff; }
 
   
 
   
/* Redirections sur [[Special:Allpages]] et [[Special:Watchlist/edit]]. */
+
/* NS Help (but NOT Help_talk) (blue border and Public Domain icon)  */
.allpagesredirect a, .watchlistredir a {
+
.ns-12 #content {
color:#0B0;
+
  border: 2px solid #0000cc; border-right: none;
font-style:italic;
+
  background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/b/b8/PD-banner.png);
 +
  background-repeat: no-repeat;
 +
  background-position: right top;
 
}
 
}
+
.ns-12 #bodyContent {
/* HISTORIQUE ET PAGES LIÉES */
+
  background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png);
+
  background-repeat: no-repeat;
/* Révisions dans l'historique et "(← liens)" dans les pages liées. */
+
  background-position: right 5em;
.history-size, .mw-whatlinkshere-tools { font-size:80% }
 
 
/* DIFFS */
 
 
/* Mise en évidence des diffs par du gras et de la couleur. */
 
table.diff {
 
padding:.5em;
 
}
 
table.diff td {
 
vertical-align:top;
 
}
 
td.diff-addedline {
 
background:#D8E4F6;  
 
}
 
td.diff-addedline .diffchange {
 
background:#B0C0F0;
 
color:#001040;
 
font-weight:bold;
 
}
 
td.diff-deletedline {
 
background:#E4F6D8;
 
}
 
td.diff-deletedline .diffchange {
 
background:#B0E897;
 
color:#104000;
 
font-weight:bold;
 
}
 
td.diff-context {
 
background:#FEFEFE;
 
 
}
 
}
 
   
 
   
/* TITRES */
+
/***** 2. COLOR CLASSES FOR CONTENT  *****/
 
   
 
   
/* Interligne suffisant si le titre prend plusieurs lignes. */
+
/* Border colors */
.firstHeading { line-height:1.2em } /* monobookocentré */
+
.borderc1 { border-color: #e9e9e9; border-width: thin; }  /* light grey */
 +
.borderc2 { border-color: #aaaaaa; border-width: thin; }  /* grey (as toc) */
 +
.borderc3 { border-color: #777777; border-width: thin; }  /* dark grey */
 +
.borderc4 { border-color: #000000; border-width: thin; }  /* black */
 +
.borderc5 { border-color: #c00000; border-width: thin; }  /* red */
 +
.borderc6 { border-color: #025e9d; border-width: thin; }  /* blue */
 +
.borderc7 { border-color: #008040; border-width: thin; }  /* green */
 +
.borderc8 { border-color: #ffcc00; border-width: thin; } /* yellow */
 
   
 
   
/* Décoration des titres de sous-chapitre. */
+
/* Background colors */
h3 { border-bottom:dotted 1px #AAA } /* monobookocentré */
+
.backgroundc1 { background-color: #ffffff; }  /* white */
h4, h5, h6 { border-bottom:dotted 1px #DDD } /* monobookocentré */
+
.backgroundc2 { background-color: #f9f9f9; }  /* light grey (as toc)  */
 +
.backgroundc3 { background-color: #eeeeee; }  /* light grey (headers) */
 +
.backgroundc4 { background-color: #e0e0e0; }  /* more grey */
 +
.backgroundc5 { background-color: #d2d2d2; }  /* more grey */
 +
.backgroundc6 { background-color: #b7b7b7; }  /* more grey */
 +
.backgroundc7 { background-color: #a3a3a3; } /* darker grey */
 +
.backgroundc8 { background-color: #444455; } /* very dark grey */
 
   
 
   
/* BALISES SOURCE, PRE, CODE */
+
/***** 3. SPECIAL PAGES *****/
 
   
 
   
code { background:transparent } /* monobookocentré */
+
/* Marking redirects  */
 +
.allpagesredirect, .watchlistredir, .redirect-in-category { font-style: italic; }
 
   
 
   
/* PLACEMENT DU LIEN PATROLLINK */
+
/* Coloured edit size numbers on watchlist/recentchanges */
 +
.mw-plusminus-pos { color: #006400; } /* darkgreen */
 +
.mw-plusminus-neg { color: #8b0000; } /* darkred */
 
   
 
   
/* Pour les admins, être sur que le lien de validation soit immédiatement
+
/* Consistent special page navigation */
  visible même en cas d'élément flottant à droite. */
+
.sp-cached {
.patrollink { clear:both }
+
  background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock%20and%20warning.svg/20px-Clock%20and%20warning.svg);
 +
  background-position: 5px 3px;
 +
  background-repeat: no-repeat;
 +
  padding: 4px 0 4px 30px;
 +
  font-style: italic;
 +
  color: #606000;
 +
  margin: 0.3em 0;
 +
  border: 1px solid #eeee80;
 +
  background-color: #ffffe0;
 +
}
 +
.SpecialPageInfo {
 +
  background-color: #f9f9f9;
 +
  background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png);
 +
  background-position: 0.8em 0.5em;
 +
  background-repeat: no-repeat;
 +
  padding: 0.3em 0.5em 0.3em 5.0em;
 +
  border-color: #025e9d;
 +
  border-width: 1px;
 +
  border-style: solid;
 +
  border-bottom-width: medium;
 +
  margin-bottom: 1em;
 +
}
 
   
 
   
/* CATÉGORIES CACHÉES */
+
#searchresulttext {
/* Si toutes les catégories d'un article sont cachées, les afficher quand même */
+
  background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Exquisite-kfind.png/45px-Exquisite-kfind.png);
.catlinks-allhidden { display: block; }
+
}
 
   
 
   
/* SITENOTICE */
+
.mw-viewprevnext {
 +
  display: block;
 +
  border: 1px solid #cccccc;
 +
  background-color: #f9f9f2;
 +
  padding: 0.2em 0.4em;
 +
}
 
   
 
   
/* Apparence du message en haut, [[MediaWiki:Sitenotice]]. */
+
/* Special:Statistics */
#siteNotice table {  
+
.StatsTable {
background:transparent;
+
  background: transparent;
font-size:90%;
+
  width: 75%;
} /* monobookocentré */
+
}
+
.StatsTable th {
/* OPTIONS RC */
+
  vertical-align: middle;
.rcoptions {
+
  text-align: center;
clear: both;
+
  width: 50px;
margin: 0 0 2px 0;
 
padding:.5em;
 
border:1px solid #DDDDF7;
 
border-left:10px solid #DDDDF7;
 
background-color: #FFFFFF;
 
} /* monobookocentré */
 
 
/* DAMIER SUR LES IMAGES */
 
 
/* Place un damier de vérification en arrière-plan dans la page de description
 
  de l'image, visible seulement en cas d'image transparente ou semi-transparente. */
 
#file img { background:url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") }
 
 
/* VERSION IMPRIMABLE */
 
 
/* Ne pas afficher le lien complet des URL externes sur la version imprimable
 
  (à faire manuellement, grâce à class="plainlinksneverexpand"). */
 
.plainlinksneverexpand a.external.text:after {
 
display:none !important;
 
 
}
 
}
.plainlinksneverexpand a.external.autonumber:after {
+
.StatsTable th, .StatsTable td {
display:none !important;
+
  background-color: #ffffff;
 +
  padding: 0.5em 1em;
 +
  border: 1px solid #ccccdd;
 +
  margin: 0.4em;
 
}
 
}
/* Supprimer la flèche de lien externe pour ces liens. */
+
.StatsTable tr {
.plainlinksneverexpand a {
+
  background-color: #ffffff;
background:none !important;
 
padding:0 !important;
 
 
}
 
}
 
   
 
   
/** MODÈLES ET PERSONNALISATION **/
+
/* Special:Search (more whitespace) */
+
.page-Special_Search #search {
/* HOMONYMIE */
+
  padding: 1em 0 2em 0;
 
/* Classe servant à personnaliser l'apparence des liens vers les pages d'homonymie. */
 
.homonymie {
 
padding-left:2em;
 
padding-bottom:.5em;
 
margin-bottom:.5em;
 
font-style:italic;
 
border-bottom:1px #AAA solid;
 
} /* monobookocentré */
 
 
 
/* ARTICLE DÉTAILLÉ */
 
 
/* Classes pour le [[modèle:Article détaillé]] ou le [[modèle:Loupe]], ainsi que [[modèle:Article principal]] ;
 
  style décidé dans [[Wikipédia:Prise de décision/Unification des modèles : article détaillé et Loupe]]. */
 
.detail, .details {
 
margin:0 0 .7em 2em;
 
border:solid #E7E7E7;
 
border-width:1px 0;
 
text-align:left;
 
font-size:95%;
 
background:#FDFDFD;
 
padding:1px 4px;
 
display:table;
 
} /* monobookocentré */
 
.detail > span {
 
display:table-row;
 
} /* monobookocentré */
 
.detail > span > span {
 
display:table-cell;
 
padding-left:4px;
 
width:100%;
 
} /* monobookocentré */
 
 
 
/* ICÔNES */
 
 
/* Icônes en tête de pages pour les AdQ, les BA, etc. */
 
.portlet li, li.IW {
 
list-style-image:url("http://upload.wikimedia.org/wikipedia/en/1/18/Monobook-bullet.png")
 
 
}
 
}
li.AdQ { list-style-image:url("http://upload.wikimedia.org/wikipedia/commons/4/4c/Icone_AdQ.png") }
+
.page-Special_Search #powersearch {
li.BA { list-style-image:url("http://upload.wikimedia.org/wikipedia/fr/8/86/Icone_BA.png") }
+
  border: 1px solid #cccccc;
+
  padding: 0.5em 0.5em;
/* Pour permettre l'affichage des images générées par l'extension ImageMap en inline.
 
  Il n'existe pour l'instant pas de paramètre dans l'extension pour le faire. Copié depuis WP:de */
 
.imagemap-inline div {
 
display: inline;
 
 
}
 
}
+
.page-Special_Search #powersearch-namespaces {
/* Classe pour afficher un icône de haut-parleur à gauche des liens audio. Utilisé par [[Modèle:Audio]], importé de WP:en */
+
  padding-left: 1em;
.audio a {
+
  margin: 0.7em 0;
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
 
    padding-left: 16px !important;
 
    padding-right: 0 !important;
 
 
}
 
}
+
.page-Special_Search #powersearch-namespaces label {
/* ÉCRITURES NON LATINES */
+
  white-space: nowrap;
+
  min-width: 8.4em;
/* Taille et famille des polices pour les écritures non-latines ; voir aussi [[modèle:Lang]]. */
+
  display: block;
+
  float: left;
/* Écriture grecque, pour les langues : grec moderne (monotonique), grec ancien (polytonique) */
 
:lang(grc), :lang(el) {
 
font-family:"DejaVu Sans", Athena, Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000, sans-serif;
 
 
}
 
}
 +
.page-Special_Search br { clear: left; } /* Clear search button, but not check-boxes */
 
   
 
   
/* écriture arabe, pour les langues : arabe, persan, urdu */
+
/***** 4. MAIN PAGE STYLING *****/
:lang(ar), :lang(fa), :lang(ur) { font-size:1.25em }
 
 
   
 
   
/* écriture thaïe, pour la langue : thaï */
+
#mainpage_topbox {
:lang(th) {
+
  background: #f9f9f9;
font-family:"Segoe UI", Tahoma, sans-serif;  
+
  padding: 0px;  
font-size:.87em;  
+
  border: 1px solid #aaaaaa;  
line-height:1.4em
+
  margin: 0.2em 10px 10px;
 
}
 
}
+
.mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle {
/* CHIFFRES ROMAINS */
+
  font-size: 105%;
+
  padding: 0.4em;
/* Affichage des chiffres romains, voir [[modèle:Rom]] ou [[modèle:Romain]]. */
+
  background-color: #eeeeee;  
.romain {
+
  border-bottom: 1px solid #aaaaaa;  
text-transform:lowercase;
 
font-variant:small-caps;
 
 
}
 
}
+
.mainpage_boxtitle {
/* TAILLE DES FORMULES DE MATHS */
+
   line-height: 120%;
 
.texhtml {
 
   font-size:120%;
 
 
}
 
}
+
#mainpage_pagetitle {
/* RETRAIT DES LIENS MODIFIER */
+
  color: #cf7606;  
+
  font-size: 200% !important;
/* Pour supprimer le lien "modifier" à côté d'une section donnée, utiliser
 
  <div class="noeditsection"></div> (voir notamment [[Portail:Biologie/Les articles]]). */
 
.noeditsection span.editsection { display:none }
 
 
/* COULEUR DES LIENS */
 
 
/* Pour changer la couleur d'un lien, par exemple sur un fond coloré sombre ou clair, utiliser :
 
  - <div class="lienNoir"></div>
 
  - <div class="lienBlanc"></div>
 
  - <div class="lienClair"></div>
 
  Voir notamment [[Portail:Biologie/Les articles]] */
 
 
/* Lien noir */
 
.lienNoir a {
 
color:#000;
 
} /* et la charte graphique ? */
 
.lienNoir a:visited {
 
color:#707070;
 
 
}
 
}
+
#mainpage_sitelinks {
/* Lien clair */
+
  padding: 0.2em;  
.lienClair a {
+
  text-align: center;
color:#A0A0A0;
+
  background-color: white;
} /* et la charte graphique ? */
 
.lienClair a:hover {
 
color:#A0A0A0;
 
text-decoration:underline;
 
}
 
.lienClair a:visited {
 
color:#B9B9B9;
 
 
}
 
}
+
.mainpage_hubtitle {
+
  text-align: center;
/** NOTES, RÉFÉRENCES, BIBLIOGRAPHIE **/
 
 
/* CROCHETS */
 
 
/* Par défaut, cacher les crochets autour des notes. */
 
.cite_crochet { display:none }
 
 
/* Interligne */
 
 
/* Éviter d'obtenir un interlignage de taille variable. */
 
.reference, .exposant {
 
vertical-align:text-top;
 
position:relative;
 
font-size:.8em;
 
top:-5px;
 
 
}
 
}
.reference {
+
.mainpage_boxcontents, .mainpage_boxcontents_small {
padding-left:1px;
+
  background: #ffffff;
 +
  padding:0.2em 0.4em;
 
}
 
}
+
.mainpage_boxcontents_small {
/* MISE EN ÉVIDENCE */
+
  font-size: 95%;
 
/* Mise en surbrillance de la note ou de l'ouvrage de référence cliqué
 
  pour faciliter la navigation (de en.wikipedia). */
 
 
/* Contenu de la note */
 
ol.references > li:target, .ouvrage:target { background:#DEF }
 
 
/* Renvoi */
 
sup.reference:target { background:#DEF }
 
/*
 
 
/* RÉFÉRENCE NÉCESSAIRE */
 
 
/* Style des modèles [[modèle:Référence nécessaire]] et [[modèle:Citation nécessaire]]. */
 
span.need_ref { border-bottom:1px solid #AAA }
 
 
div.need_ref {
 
border:1px solid #AAA;
 
padding:.5em;
 
 
}
 
}
+
.mainpage_hubbox, #mainpage_newscell, #mainpage_downloadcell {
/* Référence présente */
+
   padding: 0;
span.ref:hover { border-bottom:1px solid #AAA }
+
   border: 1px solid #aaaaaa;
 
/* NORMES BIBLIOGRAPHIQUES */
 
 
/* Mode d'affichage par défaut des données dans l'espace référence. */
 
.BibList { display:block }
 
.WikiNorme, .BibTeX, .ISBD, .ISO690, .specialBib { display:none }
 
 
/** BOÎTES ET MESSAGES **/
 
 
/* BANDEAUX D'AVERTISSEMENT */
 
/* style par défaut des bandeaux d'avertissement décidés sur
 
  Wikipédia:Prise de décision/Changement de style des messages d'avertissement
 
  Utilisé dans Modèle:Méta bandeau d'avertissement
 
*/
 
.bandeau { /* monobookocentré */
 
   text-align: left;
 
  margin: 8px 10%;
 
   border-style: solid;
 
  border-width: 1px 1px 1px 10px;
 
  padding: 2px 10px;
 
 
}
 
}
.bandeau table { background-color: transparent }
+
.mainpage_hubbox {
+
   margin-bottom: 0;
.bandeau-niveau-grave      { border-color: #aa0044; background-color: #ffcccc }
 
.bandeau-niveau-modere      { border-color: #ff8822; background-color: #ffeedd }
 
.bandeau-niveau-ebauche    { border-color: #ff8822; background-color: #ffeedd }
 
.bandeau-niveau-information { border-color: #77ccff; background-color: #fbfbfb }
 
 
.bandeau-icone { vertical-align: middle; text-align: center; min-width: 45px; padding-right: 10px }
 
 
.bandeau-titre { font-size: 1em;   line-height: 1.4em; margin-bottom: 0.5em }
 
.bandeau-texte { font-size: 0.9em; line-height: 1.2em }
 
 
 
/* MESSAGES D'ALERTE */
 
 
/* Styles par défaut pour les bandeaux en haut des articles. Syntaxe :
 
  Styles décidés suite à [[Projet:Charte graphique/Harmonisation des messages d'avertissement]]
 
  et [[Wikipédia:Prise de décision/Harmonisation des messages d'avertissement]]. */
 
/* Classe pour toutes les alertes. */
 
.alerte { /* monobookocentré */
 
padding:.11em;
 
background:#FFD;
 
margin-bottom:.4em;
 
font-style:italic;
 
 
}
 
}
+
#mainpage_newscell {
/* Classe supplémentaire pour les alertes graves. */
+
  margin-bottom: 15px;
.grave { border:1px solid #F96 } /* monobookocentré */
+
  margin-top: 0 !important;
 
/* MESSAGEBOX */
 
 
/* Styles des « messagebox » standard. Utilisation :
 
* class="messagebox" : voir [[modèle:Messagebox]].
 
* class="messagebox merge" : inutilisé ?
 
* class="messagebox cleanup" pour certains bandeaux de maintenance (exemple sur [[modèle:Résumé introductif]])
 
* class="messagebox standard-talk" pour les bandeaux en page de discussion des aricles (exemple : [[modèle:Traduit de]])
 
*/
 
.messagebox { /* monobookocentré */
 
border:1px solid #AAA;
 
background:#F9F9F9;
 
width:80%;
 
margin:0 auto 1em auto;
 
padding:.2em;
 
text-align:justify;
 
 
}
 
}
+
#mainpage_newscell .mainpage_boxtitle {
.messagebox.merge { /* monobookocentré */
+
  background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);
border:1px solid #CF9FFF;
+
  background-repeat: no-repeat;
background:#F5EDF5;
+
  background-position: 99% 0.3em;
text-align:center;
+
  padding-right: 25px;
 
}
 
}
+
#mainpage_downloadcell {
.messagebox.cleanup { /* monobookocentré */
+
  width: 17em;  
border:1px solid #9F9FFF;
+
  margin-bottom: 5px;  
background:#EFEFFF;
 
text-align:center;
 
 
}
 
}
+
#mainpage_downloadcell .mainpage_boxtitle {
.messagebox.standard-talk { /* monobookocentré */
+
  background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png);
border:1px solid #C0C090;
+
  background-repeat: no-repeat;
background:#F8EABA;
+
  background-position: 96% 0.33em;
 +
  padding-right: 25px;
 
}
 
}
 +
#mainpage_mwtitle { color: #005288; } /* The words 'MediaWiki.org' in the title. */
 
   
 
   
/* BANDEAUX DE PORTAIL */
+
/*The "mainpage" class is added to the body with javascript for the main page in all */
/* style par défaut des bandeaux de portail décidés sur
+
/*languages, so we can style things that apppear on the main page and also elsewhere.*/
  Wikipédia:Prise de décision/Bandeaux de portails
+
.mainpage #lastmod,
  Utilisé dans Modèle:Méta lien vers portails et Modèle:Portail
+
.mainpage #siteSub,
*/
+
.mainpage h1.firstHeading {  
#bandeau-portail {
+
    display: none !important;  
  border:solid #66A7CC 1px;
+
}
  padding:4px;
+
.mainpage #content {
  background-color: #FCFFFF;
+
    padding-top: 1em;  
  text-align:center;
 
  margin-top:1em;
 
  clear:both;
 
 
}
 
}
.bandeau-portail-introduction {display: none}
 
.bandeau-portail-element {white-space: nowrap; margin: auto 0.5em}
 
.bandeau-portail-icone {margin-right: 0.5em}
 
.bandeau-portail-texte {font-weight: bold}
 
 
   
 
   
/* BOÎTES POUR EXEMPLES */
+
/***** 5. SIDEBAR EXTERNAL LINKS *****/
 
   
 
   
/* Boîtes utiles sur les pages d'aide. Voir par exemple [[Aide:Note#Notes à appel unique]]. */
+
#n-browse-cvs a, #n-phpdoc a, #n-Mailing-list a {
.exemple {  
+
  background: url(/skins-1.5/monobook/external.png) center right no-repeat;
margin:.5em;
+
  padding-right: 13px;
padding:.5em;
+
  color: #3366bb;
border:dashed 1px #ADD8E6;
 
background:#FFF;
 
 
}
 
}
 
   
 
   
/* BOÎTES D'AVANCEMENT */
+
/***** 6. PRETTIFY [[Extension Matrix]] *****/
 
   
 
   
/* Pour les boites d'avancement, voir [[modèle:Avancement]]. */
+
.xm-table {
.avance_boite {
+
  border: 1px solid #666666;
position:relative;
+
  background-color: white;
margin:0;
 
padding:0;
 
width:100px;
 
height:16px;
 
background:#D3D3D3;
 
border:solid 1px gray;
 
 
}
 
}
+
.xm-table td, .xm-table th {
.avance_barre {
+
  vertical-align: top;
position:relative;
+
  text-align: left;
margin:0;
+
  border: none;
padding:0;
+
  background-color: #EEEEEE;
height:100%;
 
background:#A0A0FF;
 
border:0;
 
vertical-align:middle;
 
 
}
 
}
 +
.xm-table th, .xm-name  { font-weight: bold; }
 +
.xm-status-unknown,
 +
.xm-type-unknown        { color:#888888; }
 +
.xm-status-experimental { color: red; }
 +
.xm-status-beta        { color: blue; }
 +
.xm-status-stable      { color: green; }
 +
.xm-name, .xm-status,
 +
.xm-type, .xm-version,
 +
.xm-updated            { white-space: nowrap; }
 +
.xm-updated            { font-size:80%; }
 +
.xm-alert              { background-color: yellow; }
 +
td.xm-blank            { background-color: inherit; }
 +
td.xm-updated          { background-color: inherit; }
 +
td.xm-description      { background-color: inherit; font-style: italic; }
 
   
 
   
.avance_texte {
+
th.xm-blank,
position:absolute;
+
th.xm-updated,
top:50%;
+
th.xm-description {
left:0;
+
  background-color: inherit;  
width:100px;
+
  padding-bottom: 0.6ex;
height:100%;
+
  border-bottom: 1px solid #666666;
padding:0;
+
}  
border:0;
 
margin:0;
 
margin-top:-0.5em;
 
text-align:center;
 
  font-size:14px;
 
line-height:1em;
 
}
 
 
   
 
   
/* MESSAGES SYSTÈME */
+
/***** 7. WIKITABLES, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS *****/
 
   
 
   
/* Standardisation de quelques messages systèmes :
+
/* Wikitable (Prettytable) class for skinning normal tables */
* class="mw-alerte" : bandeaux d'alerte comme [[MediaWiki:Editinginterface]].
+
table.wikitable,
* class="mw-toolbox" : boîtes à outils comme sur [[MediaWiki:Sp-contributions-footer]].
+
table.prettytable {
*/
+
  margin: 1em 1em 1em 0;
+
  background: #f9f9f9;
/* Bandeau jaune / rouge en cas de retard de la base de données. */
+
  border: 1px #aaaaaa solid;
div.mw-lag-warn-normal, div.mw-lag-warn-high {
+
  border-collapse: collapse;
text-align:left !important;
+
  empty-cells: show;
width:50% !important;
 
 
}
 
}
+
table.wikitable th, table.wikitable td,
/* suppression du message avertissant du lag de 1 seconde dans la liste de suivi*/
+
table.prettytable th, table.prettytable td {
.mw-lag-warn-normal {
+
  border: 1px #aaaaaa solid;
display:none;
+
  padding: 0.2em 0.4em;
 
}
 
}
+
table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3,
/* Messages d'alerte */
+
table.prettytable th, table.prettytable td.hl3, table.wikitable th.hl3 {
.mw-alerte {
+
  background: #8da7d6;
width:100%;
+
  text-align: center;
clear:both;
 
background:#FAEBD7;
 
border:2px solid #FF8C00;
 
 
}
 
}
+
table.wikitable td.hl1, table.wikitable th.hl1,
/* Boîtes à outils */
+
table.prettytable td.hl1, table.wikitable th.hl1 {
.mw-toolbox { /* monobookocentré */
+
  background: #c5d8fc;
font-size:90%;
+
  text-align: center;
background:#F8F8F8;
 
border:1px solid #B8B8B8;
 
padding:.25em 1em .25em 1em;
 
clear:both;
 
 
}
 
}
/*  METADATA */
+
table.wikitable td.hl2, table.wikitable th.hl2,
+
table.prettytable td.hl2, table.wikitable th.hl2 {
/* Tableau des métadonnées d'image (EXIF). */
+
  background: #a7c1f2;
table.metadata {
+
  text-align: center;
border:1px solid #AAA;
 
display:none;
 
speak:none;
 
 
}
 
}
.metadata-label {
+
table.wikitable caption,
color:#AAA;
+
table.prettytable caption {
 +
  margin-left: inherit;
 +
  margin-right: inherit;
 +
  font-weight: bold;
 
}
 
}
 
   
 
   
/* Template:Creator */
+
/* General purpose "pretty (data) tables" */
 +
table.datatable { background-color: transparent; }
 +
table.datatable th, table.datatable td { padding: 4px; }
 +
table.datatable th { text-align: left; background-color: #999999; }
 +
table.datatable tr { background-color: #cccccc; }
 +
table.datatable tr:hover { background-color: #ffffcc; }
 
   
 
   
/* Répare le style du tableau [[commons:Template:Creator|Creator]] utilisé sur Commons. */
+
/* SideBox styling */
table.creator {
+
div.sideBox {
text-align:left;
 
border-collapse:collapse;
 
background:#F0F0FF;
 
} /* monobookocentré */
 
 
table.creator th {
 
background:#E0E0EE;
 
vertical-align:top;
 
} /* monobookocentré */
 
 
table.creator td {
 
background:#F0F0FF;
 
vertical-align:top;
 
} /* monobookocentré */
 
 
table.creator td.creator-name {
 
font-weight:bold;
 
} /* monobookocentré */
 
 
/* En phase de test */
 
/* Quand est-ce qu'il finit ? */
 
/* DÉBUT DES SCHÉMAS DE COULEUR DE "CADRE À ONGLETS"
 
    Fonctionnement du [[Modèle:Cadre à onglets]]
 
    Modèle implanté par User:Peleguer de http://ca.wikipedia.org
 
    Actualisé par User:Joanjoc de http://ca.wikipedia.org
 
    Traduction et adaptation User:Antaya de http://fr.wikipedia.org
 
    Couleurs pour le [[Modèle:Cadre à onglets]]
 
 
Configuration des couleurs par défaut
 
Couleurs utilisées; 1; 8080ff 2; 9f9fff 3; c4c4ff 4; ddddff 5; eaeaff */
 
 
.mbBouton {
 
  background-color: #ddddff;
 
  border: 0.15em solid #000000;
 
  border-color: #eaeaff #c4c4ff #9f9fff #eaeaff;
 
  -moz-border-radius: .5em .5em 0em 0em; /* NE VALIDE PAS AU w3c VALIDATOR */
 
  cursor:pointer;
 
  display: inline;
 
  margin-right: 0.1em;
 
  padding: 0.2em 0.3em 0.2em 0.3em;
 
  position: relative;}
 
 
.mbBouton a,
 
.mbBouton strong {
 
  background: none !important;
 
  color:#8080ff !important;  /* 1 */
 
  font-size: 90%;
 
  font-weight: bold;
 
  padding: 0 !important;
 
  text-decoration: none !important;}
 
 
.mbBouton a:hover,
 
.mbBouton strong:hover {
 
  color: black !important;
 
  text-decoration: underline !important;}
 
 
.mbBoutonSel {
 
  background-color: #9f9fff; /* 2 */
 
  border: 0.15em solid #000000;
 
  border-color: #c4c4ff #8080ff #9f9fff #c4c4ff;  /* 3 1 2 3 */
 
  -moz-border-radius: .5em .5em 0em 0em;
 
  cursor: default;
 
  display: inline;
 
  margin-right: 0.1em;
 
  padding: 0.2em 0.3em 0.2em 0.3em;
 
 
   position: relative;
 
   position: relative;
   color:white;}
+
   float: right;
+
   background: white;
.mbBoutonSel a {
+
   margin-left: 1em;
   background: none !important;
+
   border: 1px solid gray;
  color:white !important;
+
   padding: 0.3em;
  cursor: default;
+
   width: 200px;
   font-size: 90%;
+
   overflow: hidden;  
   font-weight: bold;
+
   clear: right;
   padding: 0 !important;
 
  text-decoration: none !important;}
 
 
.mbContenu {
 
  background-color: #f8f8ff;
 
   border: 0.2em solid #9f9fff; /* 2 */
 
  border-color: #9f9fff #8080ff #8080ff #9f9fff ; /* 2 1 1 2 */
 
  -moz-border-radius: 0em .5em .5em 0em;
 
   padding: 1em;
 
   position: static;  }
 
 
.mbOnglet {
 
  background-color: #f8f8ff;
 
  border-color: #8080ff #c4c4ff #c4c4ff #8080ff; /* 1 3 3 1 */  width: 100%;
 
 
}
 
}
 +
div.sideBox dl { padding: 0; margin: 0 0 0.3em 0; font-size: 96%; }
 +
div.sideBox dl dt { background: none; margin: 0.4em 0 0 0; }
 +
div.sideBox dl dd { margin: 0.1em 0 0 1.1em; background-color: #f3f3f3; }
 
   
 
   
/* Configuration du Lilas 1;7050a0 2;9070c0 3;b090e0 4;d0b0ff 5;f0d0ff */
+
/* Extension infobox styling */
+
.ext-infobox {
.mbLilas .mbBouton {
+
   border: 2px solid #aaaaaa;
background-color: #d0b0ff; /* 4 */
+
   width: 272px;  
border-color: #f0d0ff #b090e0 #9070c0 #f0d0ff;  /* 5 3 2 5 */}
+
   float: right;  
+
   margin: 0 0 0.5em 0.5em;  
.mbLilas .mbBouton a,
+
   border-collapse: collapse;  
.mbLilas .mbBouton strong {
+
   background-color: white;
  color:#8080ff !important;  /* 1 */
 
  font-size:90%}
 
 
.mbLilas .mbBouton a:hover,
 
.mbLilas .mbBouton strong:hover {
 
  color: black !important;
 
  text-decoration: underline;}
 
 
.mbLilas .mbBoutonSel {
 
  background-color: #9070c0; /* 2 */
 
   border-color: #b090e0 #7050a0 #9070c0 #b090e0; /* 3 1 2 3 */}
 
 
.mbLilas .mbContenu {
 
   background-color: #f5fffa;
 
  border-color: #9070c0 #7050a0 #7050a0 #9070c0 ; /* 2 1 1 2 */}
 
 
.mbLilas .mbOnglet {
 
   background-color: #f5fffa;
 
   border-color: #7050a0 #b090e0 #b090e0 #7050a0; /* 1 3 3 1 */}
 
 
 
/* Configuration du Vert 1;60b030 2;75c045 3;90d060 4;a5e085 5;c0f090 */
 
 
.mbVert .mbBouton {
 
background-color: #a5e085; /* 4 */
 
border-color: #c0f090 #90d060 #75c045 #c0f090;  /* 5 3 2 5 */}
 
 
.mbVert .mbBouton a,
 
.mbVert .mbBouton strong {
 
  color:#60b030 !important;  /* 1 */
 
  font-size:90%}
 
 
.mbVert .mbBouton a:hover,
 
.mbVert .mbBouton strong:hover {
 
  color: black !important;
 
  text-decoration: underline;}
 
 
.mbVert .mbBoutonSel {
 
  background-color: #75c045; /* 2 */
 
   border-color: #90d060 #60b030 #75c045 #90d060;  /* 3 1 2 3 */}
 
 
.mbVert .mbContenu {
 
  background-color: #f5fffa;
 
  border-color: #75c045 #60b030 #60b030 #75c045 ; /* 2 1 1 2 */}
 
 
.mbVert .mbOnglet {
 
  background-color: #f5fffa;
 
  border-color: #60b030 #90d060 #90d060 #60b030; /* 1 3 3 1 */}
 
 
 
/* Configuration du Bleu 1;3379de 2;5b8dd6 3;88abde 4;a7c1e6 5;c8d6e9 */
 
 
.mbBleu .mbBouton {
 
background-color: #a7c1e6; /* 4 */
 
border-color: #c8d6e9 #88abde #5b8dd6 #c8d6e9;  /* 5 3 2 5 */}
 
 
.mbBleu .mbBouton a,
 
.mbBleu .mbBouton strong {
 
  color:#3379de !important;  /* 1 */
 
  font-size:90%}
 
 
.mbBleu .mbBouton a:hover
 
.mbBleu .mbBouton strong:hover {
 
  color: black !important;
 
  text-decoration: underline;}
 
 
.mbBleu .mbBoutonSel {
 
  background-color: #5b8dd6; /* 2 */
 
  border-color: #88abde #3379de #5b8dd6 #88abde;  /* 3 1 2 3 */}
 
 
.mbBleu .mbContenu {
 
  background-color: #f0f8ff;
 
  border-color: #5b8dd6 #3379de #3379de #5b8dd6; /* 2 1 1 2 */}
 
 
.mbBleu .mbOnglet {
 
  background-color: #f0f8ff;
 
  border-color: #3379de #88abde #88abde #3379de; /* 1 3 3 1 */}
 
 
 
/* Configuration du Orange 1;ff820e 2;ff9d42 3;ffac5d 4;ffbd7f 5;ffd0a4 6;ffeedd */
 
 
.mbOrange .mbBouton {
 
background-color: #ffbd7f; /* 4 */
 
border-color: #ffd0a4 #ffac5d #ff9d42 #ffd0a4;  /* 5 3 2 5 */}
 
 
.mbOrange .mbBouton a,
 
.mbOrange .mbBouton strong {
 
  color:#ff820e !important;  /* 1 */
 
  font-size:90%}
 
 
.mbOrange .mbBouton a:hover
 
.mbOrange .mbBouton strong:hover {
 
  color: black !important;
 
  text-decoration: underline;}
 
 
.mbOrange .mbBoutonSel {
 
  background-color: #ff9d42; /* 2 */
 
  border-color: #ffac5d #ff820e #ff9d42 #ffac5d;  /* 3 1 2 3 */}
 
 
.mbOrange .mbContenu {
 
  background-color: #ffeedd; /* 6 */
 
  border-color: #ff9d42 #ff820e #ff820e #ff9d42; /* 2 1 1 2 */}
 
 
.mbOrange .mbOnglet {
 
   background-color: #ffeedd; /* 6 */
 
  border-color: #ff820e #ffac5d #ffac5d #ff820e; /* 1 3 3 1 */}
 
 
/* Configuration du Gris 1;666666 2;868686 3;9f9f9f 4;b9b9b9 5;cfcfcf */
 
 
.mbGris .mbBouton {
 
background-color: #b9b9b9; /* 4 */
 
border-color: #cfcfcf #9f9f9f #868686 #cfcfcf;  /* 5 3 2 5 */}
 
 
.mbGris .mbBouton a,
 
.mbGris .mbBouton strong {
 
  color:#666666 !important;  /* 1 */
 
  font-size:90%}
 
 
.mbGris .mbBouton a:hover
 
.mbGris .mbBouton strong:hover {
 
  color: black !important;
 
  text-decoration: underline;}
 
 
.mbGris .mbBoutonSel {
 
  background-color: #868686; /* 2 */
 
  border-color: #9f9f9f #666666 #868686 #9f9f9f;  /* 3 1 2 3 */}
 
 
.mbGris .mbContenu {
 
  background-color: #fffce8;
 
  border-color: #868686 #666666 #666666 #868686; /* 2 1 1 2 */}
 
 
.mbGris .mbOnglet {
 
  background-color: #fffce8;
 
  border-color: #666666 #9f9f9f #9f9f9f #666666; /* 1 3 3 1 */}
 
 
 
/* Configuration du Jaune 1;aa8800 2;eabb00 3;ffd52b 4;ffe16a 5;ffeeaa */
 
 
.mbJaune .mbBouton {
 
background-color: #ffe16a; /* 4 */
 
border-color: #ffeeaa #ffd52b #eabb00 #ffeeaa;  /* 5 3 2 5 */}
 
 
.mbJaune .mbBouton a,
 
.mbJaune .mbBouton strong {
 
  color:#aa8800!important;  /* 1 */
 
  font-size:90%}
 
 
.mbJaune .mbBouton a:hover
 
.mbJaune .mbBouton strong:hover {
 
  color: black !important;
 
  text-decoration: underline;}
 
 
.mbJaune .mbBoutonSel {
 
  background-color: #eabb00; /* 2 */
 
  border-color: #ffd52b #aa8800 #eabb00 #ffd52b;  /* 3 1 2 3 */}
 
 
.mbJaune .mbContenu {
 
  background-color: #fffce8;
 
  border-color: #eabb00 #aa8800 #aa8800 #eabb00; /* 2 1 1 2 */}
 
 
.mbJaune .mbOnglet {
 
  background-color: #fffce8;
 
  border-color: #aa8800 #ffd52b #ffd52b #aa8800; /* 1 3 3 1 */}
 
 
 
/* Configuration du Rouge 1;993300 2;ca4200 3;ff6215 4;ff9b6a 5;ffc6aa */
 
 
.mbRouge .mbBouton {
 
background-color: #ff9b6a; /* 4 */
 
border-color: #ffc6aa #ff6215 #ca4200 #ffc6aa;  /* 5 3 2 5 */}
 
 
.mbRouge .mbBouton a,
 
.mbRouge .mbBouton strong {
 
  color:#993300!important;  /* 1 */
 
  font-size:90%}
 
 
.mbRouge .mbBouton a:hover
 
.mbRouge .mbBouton strong:hover {
 
  color: black !important;
 
  text-decoration: underline;}
 
 
.mbRouge .mbBoutonSel {
 
  background-color: #ca4200; /* 2 */
 
  border-color: #ff6215 #993300 #ca4200 #ff6215;  /* 3 1 2 3 */}
 
 
.mbRouge .mbContenu {
 
  background-color: #fffce8;
 
  border-color: #ca4200 #993300 #993300 #ca4200; /* 2 1 1 2 */}
 
 
.mbRouge .mbOnglet {
 
  background-color: #fffce8;
 
  border-color: #993300 #ff6215 #ff6215 #993300; /* 1 3 3 1 */}
 
/* ^^^ plus de 50 classes pour quelque chose d'inutile ^^^ */
 
 
/*FIN DES SCHÉMAS DE COULEUR DE "CADRE À ONGLETS"*/
 
 
/* BOÎTES DÉROULANTES */
 
 
/* Styles des boîtes déroulantes, voir [[Modèle:Boîte déroulante/Documentation]]. */
 
div.NavFrame {
 
margin:0;
 
padding:2px;
 
border:1px #AAA;
 
text-align:center;
 
border-collapse:collapse;
 
font-size:95%;
 
} /* monobookocentré début */
 
 
div.NavFrame + div.NavFrame {
 
border-top-style:hidden;
 
 
}
 
}
+
.ext-infobox td {
div.NavPic {
+
  border: 2px none #aaaaaa;
background:#FFF;
+
  padding: 0.2em 0.5em;
margin:0;
+
  border-bottom: 1px solid #f0f0f0 !important;
padding:2px;
 
float:left;
 
 
}
 
}
+
.ext-header {
div.NavFrame div.NavHead {
+
  background-color: #aaaaaa;
height:1.6em;
+
  color: white;
font-weight:bold;
+
  text-align: left;
font-size:100%;
 
background:#EFEFEF;
 
 
}
 
}
 +
.ext-header td { padding-top: 0.5em; }
 +
.ext-header img { padding: 0 0.2em 0 0.5em; }
 +
.ext-status-unstable, .ext-status-unstable td { border-color: #990000; }
 +
.ext-status-unstable .ext-header { background-color: #990000; color: #ffff00; }
 +
.ext-status-experimental, .ext-status-experimental td { border-color: #cc6600; }
 +
.ext-status-experimental .ext-header { background-color: #cc6600; }
 +
.ext-status-beta, .ext-status-beta td { border-color: #000099; }
 +
.ext-status-beta .ext-header { background-color: #000099; }
 +
.ext-status-stable, .ext-status-stable td { border-color: #009900; }
 +
.ext-status-stable .ext-header { background-color: #009900; }
 
   
 
   
div.NavFrame p,
+
/* Cute little "tip" boxes */
div.NavFrame div.NavContent,
+
div.tip {
div.NavFrame div.NavContent p { font-size:100% }
+
  padding: 4px;
+
  margin-top: 4px;
div.NavEnd {
+
  margin-bottom: 4px;
margin:0;
+
  min-height: 30px; /* IE users will hate this... */
padding:0;
 
line-height:1px;
 
clear:both;
 
 
}
 
}
+
div.tip-info {
.NavToggle {
+
  border: 1px solid #cc9933;
font-size:x-small;
+
  background-color: #cccc99;
float:right;
 
} /* monobookocentré fin */
 
 
/* Styles de [[Modèle:Méta palette de navigation]] */
 
table.navbox {  
 
background:#F9F9F9;
 
border:1px solid #AAA;
 
clear:both;
 
font-size:90%;
 
margin:1em 0 0;
 
padding:2px;
 
text-align:center;
 
width:100%;
 
 
}
 
}
+
div.tip-gotcha {
table.navbox th {  
+
  border: 1px solid #cc0000;
background:#CCF;
+
  background-color: #cc6666;
padding-left:1em;
 
padding-right:1em;
 
 
}
 
}
 
   
 
   
table.navbox td.group {  
+
/* Language template */
background:#DDF;
+
.LanguageLinks { margin-top: 0.5em; }
vertical-align:middle;
+
.LanguageLinks table {
width:150px;
+
  clear: both;
padding-left:1em;
+
  border: 1px solid #aaaaaa;
padding-right:1em;
+
  border-collapse: collapse;
font-weight: bold;
+
  padding: 0.2em;
 +
  margin: 0;
 +
  font-size: 85%;
 +
  margin: 0 1px;
 
}
 
}
 +
.LanguageLinks span { white-space: nowrap; }
 
   
 
   
table.navbox td.list {  
+
/* Version box on [[Manual:Downloading MediaWiki]] */
text-align:left
+
#DownloadVersionBox {
 +
  border: 2px solid black;
 +
  border-collapse: collapse;
 +
  margin: auto;
 +
  width: 50%;
 +
  color: black;
 
}
 
}
+
#DownloadVersionBox td {
table.navbox tr.even {
+
  border: 2px solid black;
background:#EEF
+
  padding: 20px;
 
}
 
}
 
   
 
   
table.navbox td.below {  
+
/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
background:#CCF;
+
.majorwarning {
vertical-align:middle;
+
  background: yellow;  
padding-left:1em;
+
  padding: 0.3em;
padding-right:1em;
+
  text-align: center;  
 +
  font-size: 125%;  
 +
  border: 2px solid red;
 
}
 
}
 
   
 
   
/* Fin styles de [[Modèle:Méta palette de navigation]] */
+
/* Page headings used throughout the wiki (though not very much at the time of writing…) */  
+
.page-notice, .page-warning {
/** TABLEAUX ET INFOBOX **/
+
  border-width: 1px;
+
  border-style: solid;
/* WIKITABLE */
+
  padding: 0.3em 0.5em;
+
  margin-bottom: 1em;
/* Classe pour tableaux standards, légèrement grisés. Syntaxe : {| class="wikitable" */
+
  width: 95%;  
+
  margin-left: auto;  
/* Tableaux selon la charte graphique. Ils sont centrés par défaut. */
+
  margin-right: auto;  
table.wikitable { /* monobookocentré debut */
+
  text-align: center;
margin-top:1em;
 
margin-bottom:1em;
 
background:#F9F9F9;
 
border:1px #AAA solid;
 
border-collapse:collapse;
 
 
}
 
}
 
   
 
   
table.wikitable th, table.wikitable td {
+
/* Informative notices at the top of pages (blue) */
border:1px #AAA solid;
+
.page-notice {
padding:.3em;
+
  background-color: #f9f9f9;
 +
  border-color: #025e9d;  
 +
  text-align: left;
 
}
 
}
 
   
 
   
table.wikitable th, .wikitable_header {
+
/* Warning information at the top of pages  (red) */
background:#F2F2F2;
+
.page-warning {
text-align:center;
+
  background-color: #ffffff;
 +
  border-color: #c51919;
 +
  border-width: 2px;
 
}
 
}
 +
.pw-head { color: #c51919; font-weight: bold; }
 
   
 
   
table.wikitable caption {
+
/* Used in Template:Notice */
margin-left:inherit;
+
.block-note {
margin-right:inherit;
+
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/18px-Bulbgraph.png);
} /* monobookocentré fin */
+
    background-position: top left;
+
    background-repeat: no-repeat;
/* 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 {
+
  Using block-contents in the hope that it can apply to all block-level warning templates,
float:right;
+
  with different images applied as backgrounds to the wrapping DIV.
margin:0 0 1em 1em;
+
*/
}
+
.block-contents {
+
    display: block;
table.centre {
+
    padding-left: 20px;
margin:1em auto;
 
 
}
 
}
 
   
 
   
/* SPORTTABLE */
+
/* Template documentation ([[Template:Documentation]]) */
+
.template-documentation {
/* Tableau préformaté permettant lignes blanches et lignes grises. Syntaxe : class="sporttable"
+
    clear: both;
  Exemple sur [[Équipe d'Angleterre de rugby à XV#Statistiques sur les matchs|cet article]]. */
+
    margin: 1em 0 0 0;
table.sporttable { /* monobookocentré debut */
+
    border: 1px solid #aaa;  
margin:1em 1em 1em 0;
+
    background-color: #ecfcf4;  
background:#F9F9F9;
+
    padding: 5px;
border:1px #AAA solid;
 
border-collapse:collapse;
 
 
}
 
}
 
   
 
   
table.sporttable th, table.sporttable td {
+
/***** 8. SOME OTHER SMALL THINGS *****/
border:1px #AAA solid;
 
padding:.2em;
 
}
 
 
   
 
   
table.sporttable th {
+
/* Give a bit of space to the TOC */
font-weight:bold;
+
#toc { margin: 1em 0; }
} /* monobookocentré fin */
 
 
   
 
   
table.wikitable caption {
+
/* make the list of references look smaller and highlight clicked reference in blue */
margin-left:inherit;
+
ol.references { font-size: 100%; }
margin-right:inherit;
+
.references-small { font-size: 90%;}
}
+
ol.references > li:target { background-color: #ddeeff; }
 +
sup.reference:target { background-color: #ddeeff; }
 
   
 
   
/* INFOBOX */
+
/* Printing of thumbnails (bug 1583) */
 +
div.tright { clear: right; }
 
   
 
   
/* Style commun aux infobox ; utiliser :  
+
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
  * class="infobox" dans l'en-tête.
+
.my-buttons { padding: 0.5em; }
  * class="infoboximage" pour l'image et sa description
+
.my-buttons a {
  * class="infoboxsoustitre" pour le sous-titre.
+
  color: black;
  Voir [[Aide:Infobox]] et [[Projet:InfoBox]]. */
+
  background-color: #ccddee !important;
.infobox {
+
  font-weight: bold;
background:#EEE; /* couleur correspondant aux titres / colonne de gauche, th */
+
  font-size: 0.9em;
color:#000;
+
  text-decoration: none;
float:right;
+
  border: thin #006699 outset;
clear:right;
+
  padding: 0 0.1em 0.1em 0.1em;
font-size:95%;
+
  }
border-collapse:collapse;
+
.my-buttons a:hover, .my-buttons a:active {
margin:0 0 .5em 1em;
+
  background-color: #bbccdd;
  width:250px;
+
  border-style: inset;
} /* monobookocentré debut */
+
}
 
   
 
   
.infobox caption {
+
/* from [[User:Splarka/Help:Linked images]] */
background:#C0C0C0;
+
.imagelink_wikilogo a {
border-left:1px solid #AAA;
+
  width: 135px;
border-top:1px solid #AAA;
+
  height: 135px;
border-right:1px solid #AAA;
+
  display: block;
padding:.2em;
+
  text-decoration: none;
margin-left:.57em;
+
  background-image: url("http://upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png")
font-weight:bolder;
 
text-align:center;
 
color:#FFF;
 
font-size:160%;
 
 
}
 
}
 
   
 
   
.infobox th, .infobox td {
+
/* Begin copy-paste from the English Wikipedia, 2008-09-15 */
vertical-align:middle;
+
/* default skin for navigation boxes */
border:1px solid #AAA;
+
table.navbox {           /* navbox container style */
padding:.2em .2em .2em .5em;
+
  border: 1px solid #aaa;
 +
  width: 100%;
 +
  margin: auto;
 +
  clear: both;
 +
  font-size: 88%;
 +
  text-align: center;
 +
  padding: 1px;
 
}
 
}
+
table.navbox + table.navbox {
.infobox td {
+
  margin-top: -1px;       /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
text-align:center;
 
background:#F9F9F9;
 
 
}
 
}
+
.navbox-title, .navbox-abovebelow, table.navbox th {
.infobox th {
+
  text-align:center;     /* title and above/below styles */
font-weight:normal;
+
  padding-left:1em;
text-align:left;
+
  padding-right:1em;
 
}
 
}
+
.navbox-group {           /* group style */
.infobox .infoboximage { /* emplacement pour les photos et une description */
+
  white-space: nowrap;
background:#FFF;
+
  text-align: right;
padding:0;
+
  font-weight: bold;
margin-top:0;
+
  padding-left: 1em;
color:#000;
+
  padding-right: 1em;
text-align:center;
 
 
}
 
}
+
.navbox, .navbox-subgroup {
.infobox .infoboxsoustitre { /* sous-titre */
+
  background: #fdfdfd;    /* Background color */
color:#000;
 
font-weight:bold;
 
font-size:115%;
 
line-height:2;
 
text-align:center;
 
 
}
 
}
+
.navbox-list {
.infobox dl { clear:both }
+
  border-color: #fdfdfd;   /* Must match background color */
.infobox dt {
 
float:left;
 
clear:left;
 
width:35%;
 
 
}
 
}
.infobox dd { margin-left:40% } /* monobookocentré fin */
+
.navbox-title, table.navbox th {
+
  background: #ccccff;     /* Level 1 color */
/** PROJETS ET PORTAILS **/
 
 
/* PORTAILS MODULAIRES */
 
 
/* Styles pour les portails en « modules », voir [[Aide:Créer un portail]]. */
 
 
/* une case typique pour portail modulaire */
 
.portailCase {
 
border:1px solid #AAA;
 
display:block;
 
margin:5px 0;
 
padding:0;
 
padding-bottom:1px;
 
vertical-align:top;
 
width:100%;
 
} /* monobookocentré debut */
 
 
/* le titre de cette case, apparaissant sur un fond différent */
 
.portailCase h2 {
 
font-weight:bold;
 
font-size:100%;
 
margin:0 0;
 
margin-bottom:5px;
 
padding:4px;
 
text-align:center;
 
}
 
 
/* le lien editer (en bas) tout à droite */
 
.portailLienEdition {
 
display:block;
 
font-size:x-small;
 
text-align:right;
 
clear:both;
 
} /* suffgisamment générique ? */
 
 
/* classe destinée à remplacer la classe portailCase */
 
.portailCase_v2 {
 
border:1px solid #AAA;
 
color:#000;
 
font-size:100%;
 
 
}
 
}
+
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
h2.portailCase_v2 {
+
  background: #ddddff;     /* Level 2 color */
font-weight:bold;
 
margin:0;
 
padding:3px;
 
text-align:center;
 
 
}
 
}
+
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
div.portailCase_v2 {
+
  background: #e6e6ff;     /* Level 3 color */
border-top:0 solid white;
 
margin-bottom:1ex;
 
padding:5px 5px 0 5px;
 
} /* monobookocentré fin */
 
 
/* ÉGYPTOPÉDIA */
 
 
/* Cadre du calendrier */
 
div.egy_calendrier#cadre {
 
border:1px solid #CC9;
 
background:#FFF;
 
text-align:center;
 
font-size:smaller;
 
} /* monobookocentré */
 
 
/* Style du lien du calendrier */
 
div.egy_calendrier#lien {
 
background:#CC9;
 
padding:.2em;
 
 
}
 
}
+
.navbox-even {
/* Style du jour du calendrier */
+
  background: #f7f7f7;    /* Even row striping */
div.egy_calendrier#jour {
 
font-size:medium;
 
 
}
 
}
+
.navbox-odd {
/* Style des tableaux de navigation */
+
  background: transparent; /* Odd row striping */
table.egyleft, .egybox {
 
float:right;
 
margin:.5em .5em 1em 1em;
 
border:1px solid #AAAA80;
 
background:#EFEFDD;
 
text-align:center;
 
width:170px;
 
 
}
 
}
 
   
 
   
table.egyptopedia {
+
@media print {
float:right;
+
    .navbox {
margin:.5em .5em 1em 1em;
+
        display: none;
border:1px solid #AAAA80;
+
    }
border-collapse:collapse;
 
background:#EFEFDD;
 
text-align:center;
 
width:170px;
 
 
}
 
}
 
   
 
   
table.egyptopedia th, table.egyptopedia td {
+
/* Standard Navigationsleisten, aka box hiding thingy from .deDocumentation at [[Wikipedia:NavFrame]]. */
  border-width:1px;
 
border-style:solid;
 
border-color:#AAAA80;
 
border-collapse:collapse;
 
} /* monobookocentré fin */
 
 
   
 
   
/** PAGES PARTICULIÈRES **/
+
div.Boxmerge,
+
div.NavFrame {
/* Boîte Special:Userlogin */
+
    margin: 0;
form#userlogin {
+
    padding: 4px;
padding:1em 1em .7em 1em;
+
    border: 1px solid #aaa;
background:#FFFFE6;
+
    text-align: center;
border:2px solid #FC6;
+
    border-collapse: collapse;
color:#000;
+
    font-size: 95%;
margin-right:2em;
+
}
} /* monobookocentré */
+
div.Boxmerge div.NavFrame {
+
    border-style: none;
form#userlogin table {
+
    border-style: hidden;
background:#ffffe6;
+
}
color:#000;
+
div.NavFrame + div.NavFrame {
} /* monobookocentré */
+
    border-top-style: none;
+
    border-top-style: hidden;
/* ACCUEIL */
 
 
.page-Accueil .firstHeading {
 
display:none;
 
}
 
.page-Accueil #ca-nstab-main a {
 
content:"Accueil";
 
 
}
 
}
+
div.NavPic {
#accueil_titre {
+
    background-color: #fff;
margin-top:1.5em;
+
    margin: 0;
} /* monobookocentré */
+
    padding: 2px;
+
    float: left;
.globegris {
 
background:
 
    url(http://upload.wikimedia.org/wikipedia/commons/b/b4/Wikipedia-logo-transparent-200px.png)
 
} /* monobookocentré */
 
 
.headergris { /* monobookocentré */
 
background:#F0F0F0 url("http://upload.wikimedia.org/wikipedia/commons/1/1b/Wikibar2.png") no-repeat right;
 
margin:0;
 
font-size:120%;
 
font-weight:bold;
 
border:1px solid #a3b0bf;
 
text-align:left;
 
color:#000;
 
padding:.15em .4em;
 
}
 
 
.cadregris { /* monobookocentré */
 
border:1px solid #AAA;
 
background:#fcfcfc;
 
vertical-align:top;
 
padding:7px;
 
margin-bottom:.6em;
 
 
}
 
}
+
div.NavFrame div.NavHead {
.accueil_cadre_lien { /* monobookocentré */
+
    height: 1.6em;
text-align:right;
+
    font-weight: bold;
margin-right:.5em;
+
    background-color: #ccf;
font-size:xx-small;
+
    position: relative;
 
}
 
}
+
div.NavFrame p {
+
    font-size: 100%;
/* MODÈLES DE COORDONNÉES */
 
 
/* Voir [[Modèle:Coord]] pour l'utilité de ces classes.
 
  Notez que les classes "geo", "longitude", et "latitude" ne sont pas simplement des styles
 
  mais servent aussi à l'export au Geo microformat, il ne faut pas les renommer. */
 
.geo-default { display:inline }
 
.geo-nondefault { display:none }
 
.geo-dms { display:inline }
 
.geo-dec { display:inline }
 
.geo-multi-punct { display:none }
 
 
.longitude .latitude { white-space:nowrap }
 
 
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
 
.geo {}
 
 
#portallinks {
 
  border-width: 1px;
 
  border-style: solid;
 
  border-color: #aaaaaa;
 
  background-color: #f9f9f9;
 
  padding: 5px;
 
  margin-top: 1em;
 
  clear: both;
 
 
}
 
}
+
div.NavFrame div.NavContent {
/************************************************
+
    font-size: 100%;
***    Infobox V2 - En phase de test        ***
 
*** Voir : [[Utilisateur:Antaya/Infobox V2]] ***
 
************************************************/
 
 
.infobox_v2 { /* monobookocentré debut */
 
background: #f9f9f9;
 
color: #000;
 
font-size:90%;
 
line-height:14px;
 
float:right;
 
clear:right;
 
margin:0 0 .5em 1em; /* haut droite bas gauche */
 
width:300px;
 
border: 1px solid #aaa;
 
padding: 0.1em;
 
 
}
 
}
+
div.NavFrame div.NavContent p {
.infobox_v2 th {
+
    font-size: 100%;
vertical-align:top;
 
text-align:left;
 
 
}
 
}
+
div.NavEnd {
.infobox_v2 th a {
+
    margin: 0;
color:black; /* désactive la couleur des liens à gauche */
+
    padding: 0;
 +
    line-height: 1px;
 +
    clear: both;
 
}
 
}
+
a.NavToggle {
.entete {
+
    position: absolute;
height:45px;
+
    top: 0;
vertical-align:middle;
+
    right: 3px;
text-align:center;
+
    font-weight: normal;
font-size:150%;  
+
    font-size: 90%;
font-weight:bolder;
 
line-height:16px;
 
color:#000
 
 
}
 
}
 
   
 
   
/* graphiques transparents d'entêtes des infobox V2 */
+
/* End copy-paste from English Wikipedia */
.musique      {background: url("http://upload.wikimedia.org/wikipedia/commons/6/60/Picto_infobox_music.png")        no-repeat top right;}
 
.persofiction {background: url("http://upload.wikimedia.org/wikipedia/commons/3/37/Picto_infobox_masks.png")        no-repeat top right;}
 
.jeuvideo    {background: url("http://upload.wikimedia.org/wikipedia/commons/2/2d/Picto_infobox_gamepad.png")      no-repeat top right;}
 
.biere        {background: url("http://upload.wikimedia.org/wikipedia/commons/0/04/Picto_infobox_beer.png")        no-repeat top right;}
 
.cinema      {background: url("http://upload.wikimedia.org/wikipedia/commons/e/ea/Picto_infobox_cinema.png")      no-repeat top right;}
 
.communication      {background: url("http://upload.wikimedia.org/wikipedia/commons/a/a2/Picto_infobox_antenna.png")      no-repeat top right;}
 
.bd          {background: url("http://upload.wikimedia.org/wikipedia/commons/2/2c/Picto_infobox_comicballoon.png") no-repeat top right;}
 
.humain      {background: url("http://upload.wikimedia.org/wikipedia/commons/8/82/Picto_infobox_manwoman.png")    no-repeat top right;}
 
.map          {background: url("http://upload.wikimedia.org/wikipedia/commons/7/7a/Picto_infobox_map.png")          no-repeat top right;}
 
.sport        {background: url("http://upload.wikimedia.org/wikipedia/commons/8/8e/Picto_infobox_Olympic.png")    no-repeat top right;}
 
.defaut      {background: url("http://upload.wikimedia.org/wikipedia/commons/2/24/Picto_infobox_default.png")      no-repeat top right;}
 
 
 
/* Fin de la phase de test Infobox V2 */ /* monobookocentré fin */
 

Version du 17 avril 2009 à 05:28

/*
This is the CSS for all skins (for all users) on MediaWiki.org. 
 
SECTIONS:
1. Indication of namespaces
2. Color classes for content
3. Special pages
4. Main page styling
5. Sidebar external links
6. Extension:Matrix stuff
7. Wikitables, infobox templates, warnings, and other such stylings
8. Some other small things
*/
 
/***** 1. INDICATION OF NAMESPACES *****/
 
/* Pseudo NS Special (light grey) */
.ns--2 #content { background: #f4f4f4; }
.ns--2 div.thumb { border-color: #f4f4f4; } 
 
/* NS Project + Project_talk (light sky blue) */
.ns-4 #content, .ns-5 #content { background: #f8fcff; }
.ns-4 div.thumb, .ns-5 div.thumb { border-color: #f8fcff; } 
 
/* NS MediaWiki + MediaWiki_talk (light grey) */
.ns-8 #content, .ns-9 #content { background: #f4f4f4; }
.ns-8 div.thumb, .ns-9 div.thumb { border-color: #f4f4f4; } 
 
/* NS Manual + Manual_talk (light bluish violet) */
.ns-100 #content, .ns-101 #content { background: #f3f3ff; }
.ns-100 div.thumb, .ns-101 div.thumb { border-color: #f3f3ff; } 
 
/* NS Help (but NOT Help_talk) (blue border and Public Domain icon)  */
.ns-12 #content { 
  border: 2px solid #0000cc; border-right: none; 
  background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/b/b8/PD-banner.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.ns-12 #bodyContent {
  background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png);
  background-repeat: no-repeat;
  background-position: right 5em;
}
 
/***** 2. COLOR CLASSES FOR CONTENT  *****/
 
/* Border colors */
.borderc1 { border-color: #e9e9e9; border-width: thin; }  /* light grey */
.borderc2 { border-color: #aaaaaa; border-width: thin; }  /* grey (as toc) */
.borderc3 { border-color: #777777; border-width: thin; }  /* dark grey */
.borderc4 { border-color: #000000; border-width: thin; }  /* black */
.borderc5 { border-color: #c00000; border-width: thin; }  /* red */
.borderc6 { border-color: #025e9d; border-width: thin; }  /* blue */
.borderc7 { border-color: #008040; border-width: thin; }  /* green */
.borderc8 { border-color: #ffcc00; border-width: thin; }  /* yellow */
 
/* Background colors */
.backgroundc1 { background-color: #ffffff; }  /* white */
.backgroundc2 { background-color: #f9f9f9; }  /* light grey (as toc)  */
.backgroundc3 { background-color: #eeeeee; }  /* light grey (headers) */ 
.backgroundc4 { background-color: #e0e0e0; }  /* more grey */
.backgroundc5 { background-color: #d2d2d2; }  /* more grey */
.backgroundc6 { background-color: #b7b7b7; }  /* more grey */
.backgroundc7 { background-color: #a3a3a3; }  /* darker grey */
.backgroundc8 { background-color: #444455; }  /* very dark grey */
 
/***** 3. SPECIAL PAGES *****/
 
/* Marking redirects  */
.allpagesredirect, .watchlistredir, .redirect-in-category { font-style: italic; }
 
/* Coloured edit size numbers on watchlist/recentchanges */
.mw-plusminus-pos { color: #006400; } /* darkgreen */
.mw-plusminus-neg { color: #8b0000; } /* darkred */
 
/* Consistent special page navigation */
.sp-cached {
  background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock%20and%20warning.svg/20px-Clock%20and%20warning.svg);
  background-position: 5px 3px;
  background-repeat: no-repeat;
  padding: 4px 0 4px 30px;
  font-style: italic;
  color: #606000;
  margin: 0.3em 0;
  border: 1px solid #eeee80;
  background-color: #ffffe0;
}
.SpecialPageInfo {
  background-color: #f9f9f9;
  background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png);
  background-position: 0.8em 0.5em;
  background-repeat: no-repeat;
  padding: 0.3em 0.5em 0.3em 5.0em;
  border-color: #025e9d; 
  border-width: 1px; 
  border-style: solid;
  border-bottom-width: medium;
  margin-bottom: 1em;
}
 
#searchresulttext {
  background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Exquisite-kfind.png/45px-Exquisite-kfind.png);
}
 
.mw-viewprevnext {
  display: block;
  border: 1px solid #cccccc;
  background-color: #f9f9f2;
  padding: 0.2em 0.4em;
}
 
/* Special:Statistics */
.StatsTable {
  background: transparent;
  width: 75%;
}
.StatsTable th {
  vertical-align: middle;
  text-align: center;
  width: 50px;
}
.StatsTable th, .StatsTable td {
  background-color: #ffffff;
  padding: 0.5em 1em;
  border: 1px solid #ccccdd;
  margin: 0.4em;
}
.StatsTable tr {
  background-color: #ffffff;
}
 
/* Special:Search (more whitespace) */
.page-Special_Search #search {
  padding: 1em 0 2em 0;
}
.page-Special_Search #powersearch {
  border: 1px solid #cccccc;
  padding: 0.5em 0.5em;
}
.page-Special_Search #powersearch-namespaces {
  padding-left: 1em;
  margin: 0.7em 0;
}
.page-Special_Search #powersearch-namespaces label {
  white-space: nowrap;
  min-width: 8.4em;
  display: block;
  float: left;
}
.page-Special_Search br { clear: left; } /* Clear search button, but not check-boxes */
 
/***** 4. MAIN PAGE STYLING *****/
 
#mainpage_topbox {
  background: #f9f9f9; 
  padding: 0px; 
  border: 1px solid #aaaaaa; 
  margin: 0.2em 10px 10px;
}
.mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle {
  font-size: 105%; 
  padding: 0.4em; 
  background-color: #eeeeee; 
  border-bottom: 1px solid #aaaaaa; 
}
.mainpage_boxtitle {
  line-height: 120%;
}
#mainpage_pagetitle {
  color: #cf7606; 
  font-size: 200% !important;
}
#mainpage_sitelinks {
  padding: 0.2em; 
  text-align: center;
  background-color: white;
}
.mainpage_hubtitle {
  text-align: center;
}
.mainpage_boxcontents, .mainpage_boxcontents_small {
  background: #ffffff;
  padding:0.2em 0.4em;
}
.mainpage_boxcontents_small {
  font-size: 95%;
}
.mainpage_hubbox, #mainpage_newscell, #mainpage_downloadcell {
  padding: 0;
  border: 1px solid #aaaaaa;
}
.mainpage_hubbox {
  margin-bottom: 0;
}
#mainpage_newscell {
  margin-bottom: 15px;
  margin-top: 0 !important;
}
#mainpage_newscell .mainpage_boxtitle {
  background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);
  background-repeat: no-repeat;
  background-position: 99% 0.3em;
  padding-right: 25px;
}
#mainpage_downloadcell {
  width: 17em; 
  margin-bottom: 5px; 
}
#mainpage_downloadcell .mainpage_boxtitle {
  background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png);
  background-repeat: no-repeat;
  background-position: 96% 0.33em;
  padding-right: 25px;
}
#mainpage_mwtitle { color: #005288; } /* The words 'MediaWiki.org' in the title. */
 
/*The "mainpage" class is added to the body with javascript for the main page in all */
/*languages, so we can style things that apppear on the main page and also elsewhere.*/
.mainpage #lastmod, 
.mainpage #siteSub, 
.mainpage h1.firstHeading { 
    display: none !important; 
} 
.mainpage #content { 
    padding-top: 1em; 
}
 
/***** 5. SIDEBAR EXTERNAL LINKS *****/
 
#n-browse-cvs a, #n-phpdoc a, #n-Mailing-list a {
  background: url(/skins-1.5/monobook/external.png) center right no-repeat;
  padding-right: 13px;
  color: #3366bb;
}
 
/***** 6. PRETTIFY [[Extension Matrix]] *****/  
 
.xm-table {
  border: 1px solid #666666;
  background-color: white;
}
.xm-table td, .xm-table th {
  vertical-align: top;
  text-align: left;
  border: none;
  background-color: #EEEEEE;
}
.xm-table th, .xm-name  { font-weight: bold; }
.xm-status-unknown, 
.xm-type-unknown        { color:#888888; }
.xm-status-experimental { color: red; }
.xm-status-beta         { color: blue; }
.xm-status-stable       { color: green; }
.xm-name, .xm-status, 
.xm-type, .xm-version, 
.xm-updated             { white-space: nowrap; }
.xm-updated             { font-size:80%; }
.xm-alert               { background-color: yellow; }
td.xm-blank             { background-color: inherit; }
td.xm-updated           { background-color: inherit; }
td.xm-description       { background-color: inherit; font-style: italic; }
 
th.xm-blank, 
th.xm-updated, 
th.xm-description { 
  background-color: inherit; 
  padding-bottom: 0.6ex;
  border-bottom: 1px solid #666666;
}  
 
/***** 7. WIKITABLES, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS *****/
 
/* Wikitable (Prettytable) class for skinning normal tables */
table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
  empty-cells: show;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em 0.4em;
}
table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3,
table.prettytable th, table.prettytable td.hl3, table.wikitable th.hl3 {
  background: #8da7d6;
  text-align: center;
}
table.wikitable td.hl1, table.wikitable th.hl1,
table.prettytable td.hl1, table.wikitable th.hl1 {
  background: #c5d8fc;
  text-align: center;
}
table.wikitable td.hl2, table.wikitable th.hl2,
table.prettytable td.hl2, table.wikitable th.hl2 {
  background: #a7c1f2;
  text-align: center;
}
table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}
 
/* General purpose "pretty (data) tables" */
table.datatable { background-color: transparent; }
table.datatable th, table.datatable td { padding: 4px; }
table.datatable th { text-align: left; background-color: #999999; }
table.datatable tr { background-color: #cccccc; }
table.datatable tr:hover { background-color: #ffffcc; }
 
/* SideBox styling */
div.sideBox {
  position: relative;
  float: right;
  background: white;
  margin-left: 1em;
  border: 1px solid gray;
  padding: 0.3em;
  width: 200px;
  overflow: hidden; 
  clear: right;
}
div.sideBox dl { padding: 0; margin: 0 0 0.3em 0; font-size: 96%; }
div.sideBox dl dt { background: none; margin: 0.4em 0 0 0; }
div.sideBox dl dd { margin: 0.1em 0 0 1.1em; background-color: #f3f3f3; }
 
/* Extension infobox styling */
.ext-infobox {
  border: 2px solid #aaaaaa;
  width: 272px; 
  float: right; 
  margin: 0 0 0.5em 0.5em; 
  border-collapse: collapse; 
  background-color: white;
}
.ext-infobox td {
  border: 2px none #aaaaaa;
  padding: 0.2em 0.5em;
  border-bottom: 1px solid #f0f0f0 !important;
}
.ext-header {
  background-color: #aaaaaa;
  color: white;
  text-align: left;
}
.ext-header td { padding-top: 0.5em; }
.ext-header img { padding: 0 0.2em 0 0.5em; }
.ext-status-unstable, .ext-status-unstable td { border-color: #990000; }
.ext-status-unstable .ext-header { background-color: #990000; color: #ffff00; }
.ext-status-experimental, .ext-status-experimental td { border-color: #cc6600; }
.ext-status-experimental .ext-header { background-color: #cc6600; }
.ext-status-beta, .ext-status-beta td { border-color: #000099; }
.ext-status-beta .ext-header { background-color: #000099; }
.ext-status-stable, .ext-status-stable td { border-color: #009900; }
.ext-status-stable .ext-header { background-color: #009900; }
 
/* Cute little "tip" boxes */
div.tip {
  padding: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  min-height: 30px; /* IE users will hate this... */
}
div.tip-info {
  border: 1px solid #cc9933;
  background-color: #cccc99;
}
div.tip-gotcha {
  border: 1px solid #cc0000;
  background-color: #cc6666;
}
 
/* Language template */
.LanguageLinks { margin-top: 0.5em; }
.LanguageLinks table {
  clear: both;
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
  padding: 0.2em;
  margin: 0;
  font-size: 85%;
  margin: 0 1px;
}
.LanguageLinks span { white-space: nowrap; }
 
/* Version box on [[Manual:Downloading MediaWiki]] */
#DownloadVersionBox {
  border: 2px solid black;
  border-collapse: collapse; 
  margin: auto;
  width: 50%;
  color: black;
}
#DownloadVersionBox td {
  border: 2px solid black;
  padding: 20px;
}
 
/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
.majorwarning {
  background: yellow; 
  padding: 0.3em; 
  text-align: center; 
  font-size: 125%; 
  border: 2px solid red;
}
 
/* Page headings used throughout the wiki (though not very much at the time of writing…) */ 
.page-notice, .page-warning {
  border-width: 1px; 
  border-style: solid;
  padding: 0.3em 0.5em;
  margin-bottom: 1em;
  width: 95%; 
  margin-left: auto; 
  margin-right: auto; 
  text-align: center;
}
 
/* Informative notices at the top of pages (blue) */
.page-notice {
  background-color: #f9f9f9;
  border-color: #025e9d; 
  text-align: left;
}
 
/* Warning information at the top of pages  (red) */
.page-warning {
  background-color: #ffffff;
  border-color: #c51919;
  border-width: 2px;
}
.pw-head { color: #c51919; font-weight: bold; }
 
/* Used in Template:Notice */
.block-note {
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/18px-Bulbgraph.png);
    background-position: top left;
    background-repeat: no-repeat;
}
/*
   Using block-contents in the hope that it can apply to all block-level warning templates, 
   with different images applied as backgrounds to the wrapping DIV.
*/
.block-contents {
    display: block;
    padding-left: 20px;
}
 
/* Template documentation ([[Template:Documentation]]) */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa; 
    background-color: #ecfcf4; 
    padding: 5px;
}
 
/***** 8. SOME OTHER SMALL THINGS *****/
 
/* Give a bit of space to the TOC */
#toc { margin: 1em 0; }
 
/* make the list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 100%; }
.references-small { font-size: 90%;}
ol.references > li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }
 
/* Printing of thumbnails (bug 1583) */
div.tright { clear: right; }
 
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
.my-buttons { padding: 0.5em; }
.my-buttons a {
  color: black;
  background-color: #ccddee !important;
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
  border: thin #006699 outset;
  padding: 0 0.1em 0.1em 0.1em;
 }
.my-buttons a:hover, .my-buttons a:active {
  background-color: #bbccdd;
  border-style: inset;
 }
 
/* from [[User:Splarka/Help:Linked images]] */
.imagelink_wikilogo a {
  width: 135px;
  height: 135px;
  display: block;
  text-decoration: none;
  background-image: url("http://upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png") 
}
 
/* Begin copy-paste from the English Wikipedia, 2008-09-15 */
/* default skin for navigation boxes */
table.navbox {            /* navbox container style */
  border: 1px solid #aaa;
  width: 100%; 
  margin: auto;
  clear: both;
  font-size: 88%;
  text-align: center;
  padding: 1px;
}
table.navbox + table.navbox {
  margin-top: -1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title, .navbox-abovebelow, table.navbox th {
  text-align:center;      /* title and above/below styles */
  padding-left:1em;
  padding-right:1em;
}
.navbox-group {           /* group style */
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
}
.navbox, .navbox-subgroup {
  background: #fdfdfd;     /* Background color */
}
.navbox-list {
  border-color: #fdfdfd;   /* Must match background color */
}
.navbox-title, table.navbox th {
  background: #ccccff;     /* Level 1 color */
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
  background: #ddddff;     /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background: #e6e6ff;     /* Level 3 color */
}
.navbox-even {
  background: #f7f7f7;     /* Even row striping */
}
.navbox-odd {
  background: transparent; /* Odd row striping */
}
 
@media print {
    .navbox {
        display: none;
    }
}
 
/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
 
div.Boxmerge,
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px 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: 0;
    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: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}
 
/* End copy-paste from English Wikipedia */