MediaWiki:Common.css : Différence entre versions

De SiefarWikiFr

 
Ligne 1 : Ligne 1 :
/* FEUILLE DE STYLE GLOBALE */
+
/* CSS placed here will be applied to all skins */
/*
+
/* <source lang="css"> */
Cette page contrôle l'apparence pour toutes les skins.
+
Les modifications devant s'appliquer à l'apparence Monobook seulement
+
/* Main page fixes */
doivent aller dans [[MediaWiki:Monobook.css]].
+
#interwiki-completelist {
 
+
    font-weight: bold;
Après chaque modification, prière de vérifier cette feuille de style
+
avec le valideur CSS du W3C :
+
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
+
*/
+
 
+
/** CHANGEMENT DE L'INTERFACE PAR DÉFAUT **/
+
 
+
/* MODIFICATIONS RÉCENTES */
+
 
+
/* Nombre de caractères modifiés dans les modifications récentes et la liste de suivi. */
+
.mw-plusminus-pos { color:#00B000 }
+
.mw-plusminus-neg { color:#FF2050 }
+
.mw-plusminus-null { color:#999 }
+
 
+
/* Aspect des tags de filtrage dans les modifications récentes */
+
.mw-tag-markers {
+
font-family:sans-serif;
+
font-style:italic;
+
font-size:90%;
+
 
}
 
}
 
+
body.page-Main_Page #ca-delete {
/* Symbole de modification non vérifiée dans les modifications récentes
+
    display: none !important;
  et la liste de suivi. */
+
span.unpatrolled { color:#999 }
+
 
+
/* REDIRECTIONS */
+
 
+
/* Redirections sur [[Special:Allpages]] et [[Special:Watchlist/edit]]. */
+
.allpagesredirect a, .watchlistredir a {
+
color:#0B0;
+
font-style:italic;
+
 
}
 
}
 
+
/* HISTORIQUE ET PAGES LIÉES */
+
body.page-Main_Page #mp-topbanner {
 
+
  clear: both;
/* Révisions dans l'historique et "(← liens)" dans les pages liées. */
+
.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;
+
/* Edit window toolbar */
 +
#toolbar {
 +
    height: 22px;
 +
    margin-bottom: 6px;
 
}
 
}
td.diff-addedline {  
+
background:#D8E4F6;  
+
/* Margins for <ol> and <ul> */
 +
#content ol, #content ul,
 +
#mw_content ol, #mw_content ul {
 +
  margin-bottom: 0.5em;
 
}
 
}
td.diff-addedline .diffchange {
+
background:#B0C0F0;
+
/* Make the list of references smaller */
color:#001040;
+
ol.references {
font-weight:bold;
+
    font-size: 100%;
 
}
 
}
td.diff-deletedline {
+
.references-small {  
background:#E4F6D8;
+
    font-size: 90%;
 
}
 
}
td.diff-deletedline .diffchange {
+
background:#B0E897;
+
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
color:#104000;
+
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
font-weight:bold;
+
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
 +
/* Please ignore any validator errors caused by these two lines */
 +
.references-2column {
 +
    font-size: 90%;
 +
    -moz-column-count: 2;
 +
    -webkit-column-count: 2;
 +
    column-count: 2;
 
}
 
}
td.diff-context {
+
background:#FEFEFE;
+
/* Highlight clicked reference in blue to help navigation */
 +
ol.references > li:target,
 +
sup.reference:target,
 +
cite:target {  
 +
    background-color: #DEF;
 
}
 
}
 
+
/* Couleur de fond transparente pour les diffs */
+
/* Ensure refs in table headers and the like aren't bold or italic */
table.diff, td.diff-otitle, td.diff-ntitle, td.diff-context {
+
sup.reference {
     background-color: transparent;
+
    font-weight: normal;
 +
     font-style: normal;
 
}
 
}
 
+
/* TITRES */
+
 
+
/* Styling for citations */
/* affichage des coordonnées géo à côté du titre, pour tous les skins */
+
cite {
#coordinates-title {
+
    font-style: normal;
font-size: 90%;
+
    word-wrap: break-word;
margin-right: 1em;
+
margin-top: 1em;
+
float: right;
+
 
}
 
}
#coordinates-title img {
+
vertical-align: middle;
+
/* For linked citation numbers and document IDs, where
 +
  the number need not be shown on a screen or a handheld,
 +
  but should be included in the printed version
 +
*/
 +
@media screen, handheld, projection {
 +
    cite *.printonly {
 +
        display: none;
 +
    }
 
}
 
}
 
+
/* Interligne suffisant si le titre prend plusieurs lignes. */
+
.firstHeading { line-height:1.2em } /* monobookocentré */
+
/* wikitable/prettytable class for skinning normal tables */
 
+
table.wikitable,
/* Décoration des titres de sous-chapitre. */
+
table.prettytable {
h1, h2 {padding-top:0.65em;} /* monobookocentré */
+
    margin: 1em 1em 1em 0;
h3 {padding-top:0.6em; border-bottom:dotted 1px #AAA } /* monobookocentré */
+
    background: #f9f9f9;
h4, h5, h6 {padding-top:0.55em; border-bottom:dotted 1px #DDD } /* monobookocentré */
+
    border: 1px #aaa solid;
 
+
    border-collapse: collapse;
/* Sous-titre ([[Modèle:Sous-titre]]) */
+
h1 #sous_titre_h1 {
+
display:block;
+
font-size: 0.7em;
+
margin: -0.1em 0 0 0.5em;
+
 
}
 
}
 
+
.wikitable th, .wikitable td,
/* */
+
.prettytable th, .prettytable td {
 
+
    border: 1px #aaa solid;
/* BALISES SOURCE, PRE, CODE */
+
    padding: 0.2em;
 
+
code { background:transparent } /* monobookocentré */
+
 
+
pre { overflow-x:auto; }
+
 
+
/* BALISE ABBR discrète */
+
 
+
abbr.abbr {
+
border-bottom: 0;
+
color: inherit;
+
 
}
 
}
 
+
.wikitable th,
/* PLACEMENT DU LIEN PATROLLINK */
+
.prettytable th {
 
+
    background: #f2f2f2;
/* Pour les admins, être sur que le lien de validation soit immédiatement
+
    text-align: center;
  visible même en cas d'élément flottant à droite. */
+
.patrollink { clear:both }
+
 
+
/* SITENOTICE */
+
 
+
/* Apparence du message en haut, [[MediaWiki:Sitenotice]]. */
+
#siteNotice table {
+
background:transparent;
+
font-size:90%;
+
} /* monobookocentré */
+
 
+
/* OPTIONS RC */
+
.rcoptions {
+
clear: both;
+
margin: 0 0 2px 0;
+
padding:.5em;
+
border:1px solid #DDDDF7;
+
border-left:10px solid #DDDDF7;
+
background-color: #FFFFFF;
+
} /* monobookocentré */
+
 
+
/* Apparence de [[MediaWiki:Noarticletext]] */
+
div.noarticletext {
+
  background: #F9F9F9;
+
  margin-top:1em;
+
  width:auto;
+
  padding: 5px;
+
  border: 1px solid #aaa;
+
  border-right: 2px solid #aaa;
+
  border-bottom: 2px solid #aaa;
+
 
}
 
}
 
+
.wikitable caption,
/* Formulaire des pages d'historique */
+
.prettytable caption {
#mw-history-search {
+
    font-weight: bold;
border-color: #aaa;
+
 
}
 
}
 
+
/* DAMIER SUR LES IMAGES */
+
/* Default skin for navigation boxes */
 
+
table.navbox {            /* Navbox container style */
/* Place un damier de vérification en arrière-plan dans la page de description
+
  border: 1px solid #aaa;
  de l'image, visible seulement en cas d'image transparente ou semi-transparente. */
+
  width: 100%;
#file img { background:url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") }
+
  margin: auto;
 
+
  clear: both;
/* VERSION IMPRIMABLE */
+
  font-size: 88%;
 
+
  text-align: center;
/* Ne pas afficher le lien complet des URL externes sur la version imprimable
+
  padding: 1px;
  (à faire manuellement, grâce à class="plainlinksneverexpand"). */
+
.plainlinksneverexpand a.external.text:after {
+
display:none !important;
+
 
}
 
}
.plainlinksneverexpand a.external.autonumber:after {
+
table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
display:none !important;
+
  margin-top: -1px;           /* (doesn't work for IE6, but that's okay)      */
 
}
 
}
 
+
.navbox-title,
/* Supprimer la flèche de lien externe pour ces liens. */
+
.navbox-abovebelow,
.plainlinksneverexpand a {
+
table.navbox th {
background:none !important;
+
  text-align: center;      /* Title and above/below styles */
padding:0 !important;
+
  padding-left: 1em;
 +
  padding-right: 1em;
 
}
 
}
 
+
.navbox-group {            /* Group style */
/* La class hiddenStructure est utilisée à de nombreux endroits
+
  white-space: nowrap;
  mais pour une raison inconnue n'est définie que pour le media=screen
+
  text-align: right;
  via le /skins-1.5/monobook/main.css?179. */
+
  font-weight: bold;
/* Ici il est étendu à tous les media, notamment le media=print */
+
  padding-left: 1em;
.hiddenStructure {
+
  padding-right: 1em;
  display: none;
+
 
}
 
}
/* Classe temporaire destinée à montrer les défauts des modèles basés sur .hiddenStructure */
+
.navbox, .navbox-subgroup {
.nohiddenStructure .hiddenStructure {
+
  background: #fdfdfd;     /* Background color */
  display: table-row;
+
 
}
 
}
 
+
.navbox-list {
/* TALKPAGEHEADER : message-système des sous-pages de discussion */
+
  border-color: #fdfdfd;   /* Must match background color */
/* classe .fieldsetlike etc. permettre la réutilisation de ces styles */
+
 
+
#talkpageheader, .fieldsetlike {
+
text-align: center;
+
border: 1px solid #aaa;
+
margin: 1em 0;
+
padding: 0 0 0.4em 0;
+
color: #707070;
+
 
}
 
}
#talkpageheader #talkpageheadertitle, .fieldsetlike .legendlike {
+
.navbox-title,
margin-top: -0.8em;
+
table.navbox th {
 +
  background: #ccccff;     /* Level 1 color */
 
}
 
}
#talkpageheader #talkpageheadertitletext, .fieldsetlike .legendtextlike {
+
.navbox-abovebelow,
padding: 0 8px;
+
.navbox-group,
background: #ffffee;
+
.navbox-subgroup .navbox-title {
 +
  background: #ddddff;     /* Level 2 color */
 
}
 
}
#talkpageheader ul, .fieldsetlike ul {
+
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
list-style-type: none;
+
  background: #e6e6ff;     /* Level 3 color */
margin: 0;
+
 
}
 
}
#talkpageheader li, .fieldsetlike li {
+
.navbox-even {
display: inline;
+
  background: #f7f7f7;     /* Even row striping */
 
}
 
}
 
+
.navbox-odd {
/** MODÈLES ET PERSONNALISATION **/
+
  background: transparent; /* Odd row striping */
 
+
/* HOMONYMIE */
+
 
+
/* 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 les modèles basés sur [[modèle:Article détaillé]] ainsi que [[Modèle:Article principal]],
+
  [[Modèle:Commonscat simple]], [[Modèle:Galerie détaillée]] et [[Modèle:...]] ;
+
  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 url(http://upload.wikimedia.org/wikipedia/commons/thumb/6/61/Searchtool.svg/15px-Searchtool.svg.png) no-repeat left center;
+
padding:1px 4px 1px 24px;
+
 
}
 
}
.detail.commons {
+
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons-logo.svg/15px-Commons-logo.svg.png);
+
.collapseButton {         /* 'show'/'hide' buttons created dynamically */
background-repeat:no-repeat;
+
    float: right;          /* by the CollapsibleTables javascript in    */
 +
    font-weight: normal;  /* [[MediaWiki:Common.js]]are styled here    */
 +
    text-align: right;    /* so they can be customised.               */
 +
    width: auto;
 
}
 
}
.detail.principal {
+
.navbox .collapseButton { /* In navboxes, the show/hide button balances */
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/Nuvola_apps_download_manager2-70%25.svg/15px-Nuvola_apps_download_manager2-70%25.svg.png);
+
    width: 6em;            /* the vde links from [[Template:Tnavbar]],  */
background-repeat:no-repeat;
+
}                          /* so they need to be the same width.         */
 +
 +
 +
/* Infobox template style */
 +
.infobox {
 +
    border: 1px solid #aaa;
 +
    background-color: #f9f9f9;
 +
    color: black;
 +
    margin: 0.5em 0 0.5em 1em;
 +
    padding: 0.2em;
 +
    float: right;
 +
    clear: right;
 
}
 
}
.detail.section {
+
.infobox td,
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Fairytale_waring.png/15px-Fairytale_waring.png);
+
.infobox th {
background-repeat:no-repeat;
+
    vertical-align: top;
 
}
 
}
 
+
.infobox caption {
/* ICÔNES */
+
    font-size: larger;
 
+
/* 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") }
+
.infobox.bordered {
li.BA { list-style-image:url("http://upload.wikimedia.org/wikipedia/fr/8/86/Icone_BA.png") }
+
    border-collapse: collapse;
li.PdQ { list-style-image:url("http://upload.wikimedia.org/wikipedia/commons/4/4c/Icone_AdQ.png") }
+
 
+
/* 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;
+
 
}
 
}
 
+
.infobox.bordered td,
/* Classe pour afficher un icône de haut-parleur à gauche des liens audio. Utilisé par [[Modèle:Audio]], importé de WP:en */
+
.infobox.bordered th {
.audio a {
+
     border: 1px solid #aaa;
     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;
+
 
}
 
}
 
+
.infobox.bordered .borderless td,
/* ÉCRITURES NON LATINES */
+
.infobox.bordered .borderless th {
 
+
    border: 0;
/* Taille et famille des polices pour les écritures non-latines ; voir aussi [[modèle:Lang]]. */
+
 
+
/* Écriture grecque, pour les langues : grec moderne (monotonique), grec ancien (polytonique) */
+
:lang(grc), :lang(el) {
+
font-family:"Arial Unicode MS", "DejaVu Sans", Athena, Gentium, "Palatino Linotype", "Lucida Sans Unicode", "Lucida Grande", Code2000, sans-serif;
+
 
}
 
}
 
+
/* écriture thaïe, pour la langue : thaï */
+
.infobox.sisterproject {
:lang(th) {
+
    width: 20em;
font-family:"Segoe UI", Tahoma, sans-serif;  
+
    font-size: 90%;
 
}
 
}
 
+
/* CHIFFRES ROMAINS */
+
.infobox.standard-talk {
 
+
    border: 1px solid #c0c090;
/* Affichage des chiffres romains, voir [[modèle:Rom]] ou [[modèle:Romain]]. */
+
    background-color: #f8eaba;
.romain {
+
text-transform:lowercase;
+
font-variant:small-caps;
+
 
}
 
}
 
+
.infobox.standard-talk.bordered td,
/* TAILLE DES FORMULES DE MATHS */
+
.infobox.standard-talk.bordered th {
 
+
    border: 1px solid #c0c090;
.texhtml {
+
  font-size:120%;
+
 
}
 
}
 
+
/* RETRAIT DES LIENS MODIFIER */
+
/* styles for bordered infobox with merged rows */
 
+
.infobox.bordered .mergedtoprow td,
/* Pour supprimer le lien "modifier" à côté d'une section donnée, utiliser
+
.infobox.bordered .mergedtoprow th {
  <div class="noeditsection"></div> (voir notamment [[Portail:Biologie/Les articles]]). */
+
    border: 0;
.noeditsection span.editsection { display:none }
+
    border-top: 1px solid #aaa;
 
+
    border-right: 1px solid #aaa;
/* 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;
+
 
}
 
}
 
+
/* Lien clair */
+
.infobox.bordered .mergedrow td,
.lienClair a {
+
.infobox.bordered .mergedrow th {
color:#A0A0A0;
+
    border: 0;
} /* et la charte graphique ? */
+
    border-right: 1px solid #aaa;
.lienClair a:hover {
+
color:#A0A0A0;
+
text-decoration:underline;
+
}
+
.lienClair a:visited {
+
color:#B9B9B9;
+
 
}
 
}
 
+
/* Lien vers une ébauche */
+
/* Styles for geography infoboxes, eg countries,
a.stub {
+
  country subdivisions, cities, etc.            */
color:#339900;
+
.infobox.geography {
 +
    text-align: left;
 +
    border-collapse: collapse;
 +
    line-height: 1.2em;
 +
    font-size: 90%;
 
}
 
}
a.stub:visited {
+
  color:#336600;
+
.infobox.geography  td,
 +
.infobox.geography th {
 +
    border-top: solid 1px #aaa;
 +
    padding: 0.4em 0.6em 0.4em 0.6em;
 
}
 
}
 
+
.infobox.geography .mergedtoprow td,
/** NOTES, RÉFÉRENCES, BIBLIOGRAPHIE **/
+
.infobox.geography .mergedtoprow th {
 
+
    border-top: solid 1px #aaa;
/* CROCHETS */
+
    padding: 0.4em 0.6em 0.2em 0.6em;
 
+
/* 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 {
+
padding-left:1px;
+
.infobox.geography .mergedrow td,
 +
.infobox.geography .mergedrow th {
 +
    border: 0;
 +
    padding: 0 0.6em 0.2em 0.6em;
 
}
 
}
 
+
ol.references > li{
+
.infobox.geography .mergedbottomrow td,
text-align:left;
+
.infobox.geography .mergedbottomrow th {
 +
    border-top: 0;
 +
    border-bottom: solid 1px #aaa;
 +
    padding: 0 0.6em 0.4em 0.6em;
 
}
 
}
 
+
/* https://bugs.webkit.org/show_bug.cgi?id=14691 */
+
.infobox.geography .maptable td,
@media screen and (-webkit-min-device-pixel-ratio:0) {
+
.infobox.geography .maptable th {
  ol.references sup.exposant { position: static; vertical-align: super; }
+
    border: 0;
 +
    padding: 0;
 
}
 
}
 
+
/* MISE EN ÉVIDENCE */
+
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
 
+
.redirect-in-category, .allpagesredirect {
/* Mise en surbrillance de la note ou de l'ouvrage de référence cliqué
+
    font-style: italic;
  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;
+
 
}
 
}
 
+
/* Référence présente */
+
/* Icons for medialist templates [[Template:Listen]],
span.ref:hover { border-bottom:1px solid #AAA }
+
  [[Template:Multi-listen_start]], [[Template:Video]],
 
+
  [[Template:Multi-video_start]]
/* 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 }
+
 
+
/* STYLE DE { , } ENTRE LES RÉFÉRENCES */
+
.cite_virgule { padding-left:0; padding-right:1px; }
+
 
+
/** 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é */
+
div.listenlist {
  text-align: left;
+
    background:
  margin: 8px 10% 12px;
+
        url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
  border-style: solid;
+
    padding-left: 40px;
  border-width: 1px 1px 1px 10px;
+
  padding: 2px 10px;
+
 
}
 
}
.bandeau table { background-color: transparent }
+
 
+
/* Style rules for media list templates */
.bandeau-niveau-grave      { border-color: #aa0044; background-color: #ffcccc }
+
div.medialist {
.bandeau-niveau-modere      { border-color: #ff8822; background-color: #ffeedd }
+
     min-height: 50px;
.bandeau-niveau-ebauche     { border-color: #ff8822; background-color: #ffeedd }
+
    margin: 1em;
.bandeau-niveau-information { border-color: #77ccff; background-color: #fbfbfb }
+
    background-position: top left;
 
+
    background-repeat: no-repeat;
.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;
+
 
}
 
}
 
+
div.medialist ul {
/* Classe supplémentaire pour les alertes graves. */
+
    list-style-type: none;  
.grave { border:1px solid #F96 } /* monobookocentré */
+
    list-style-image: none;
 
+
    margin: 0;
/* 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;
+
 
}
 
}
 
+
div.medialist ul li {
.messagebox.merge { /* monobookocentré */
+
    padding-bottom: 0.5em;
border:1px solid #CF9FFF;
+
background:#F5EDF5;
+
text-align:center;
+
 
}
 
}
 
+
div.medialist ul li li {
.messagebox.cleanup { /* monobookocentré */
+
    font-size: 91%;
border:1px solid #9F9FFF;
+
    padding-bottom: 0;
background:#EFEFFF;
+
text-align:center;
+
 
}
 
}
 
+
.messagebox.standard-talk { /* monobookocentré */
+
/* Change the external link icon to an Adobe icon for all PDF files
  border:1px solid #C0C090;
+
  in browsers that support these CSS selectors, like Mozilla and Opera */
  background:#F8EABA;
+
#bodyContent a[href$=".pdf"].external,
 +
#bodyContent a[href*=".pdf?"].external,
 +
#bodyContent a[href*=".pdf#"].external,
 +
#bodyContent a[href$=".PDF"].external,
 +
#bodyContent a[href*=".PDF?"].external,
 +
#bodyContent a[href*=".PDF#"].external,
 +
#mw_content a[href$=".pdf"].external,
 +
#mw_content  a[href*=".pdf?"].external,
 +
#mw_content a[href*=".pdf#"].external,
 +
#mw_content  a[href$=".PDF"].external,
 +
#mw_content  a[href*=".PDF?"].external,
 +
#mw_content  a[href*=".PDF#"].external {
 +
    background:  
 +
        url("http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif")
 +
        center right no-repeat;
 +
    padding-right: 16px;
 
}
 
}
 
+
/* BANDEAUX DE PORTAIL */
+
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
/* style par défaut des bandeaux de portail décidés sur
+
   is used (notably Template:PDFlink). This works in IE, unlike the above. */
   Wikipédia:Prise de décision/Bandeaux de portails
+
#bodyContent span.PDFlink a,
  Utilisé dans Modèle:Méta lien vers portails et Modèle:Portail
+
#mw_content span.PDFlink a {
*/
+
    background:  
#bandeau-portail {
+
        url("http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif")
  border: solid #AAAAAA 1px;
+
        center right no-repeat;
  padding: 4px;
+
    padding-right: 17px;
  background-color: #F9F9F9;
+
  text-align: center;
+
  margin-top: 1em;
+
  margin-left: 0;
+
  clear: both;
+
 
}
 
}
 
+
#liste-portail {
+
/* Remove link styling. Already defined in monobook
  padding: 4px;
+
  and modern, but not defined in the other skins. Bug 18708 */
  margin-left: 0;
+
#bodyContent .plainlinks a {
  clear: both;
+
    background: none !important;
 +
    padding: 0 !important;
 
}
 
}
 
+
#liste-portail li {display: inline}
+
/* Content in columns with CSS instead of tables [[Template:Columns]] */
#bandeau-portail li {display: inline}
+
div.columns-2 div.column {
.bandeau-portail-element {white-space: nowrap; margin: auto 1.5em}
+
    float: left;
.bandeau-portail-icone {margin-right: 0.5em}
+
    width: 50%;
.bandeau-portail-texte {font-weight: bold}
+
    min-width: 300px;
 
+
/* BOÎTES POUR EXEMPLES */
+
 
+
/* Boîtes utiles sur les pages d'aide. Voir par exemple [[Aide:Note#Notes à appel unique]]. */
+
.exemple {  
+
margin:.5em;
+
padding:.5em;
+
border:dashed 1px #ADD8E6;
+
background:#FFF;
+
 
}
 
}
 
+
div.columns-3 div.column {
/* BOÎTES D'AVANCEMENT */
+
    float: left;
 
+
    width: 33.3%;
/* Pour les boites d'avancement, voir [[modèle:Avancement]]. */
+
    min-width: 200px;
.avance_boite {
+
position:relative;
+
margin:0;
+
padding:0;
+
width:100px;
+
height:16px;
+
background:#D3D3D3;
+
border:solid 1px gray;
+
 
}
 
}
 
+
div.columns-4 div.column {
.avance_barre {
+
    float: left;
position:relative;
+
    width: 25%;
margin:0;
+
    min-width: 150px;
padding:0;
+
height:100%;
+
background:#A0A0FF;
+
border:0;
+
vertical-align:middle;
+
 
}
 
}
 
+
div.columns-5 div.column {
.avance_texte {
+
    float: left;
position:absolute;
+
    width: 20%;
top:50%;
+
    min-width: 120px;
left:0;
+
width:100px;
+
height:100%;
+
padding:0;
+
border:0;
+
margin:0;
+
margin-top:-0.5em;
+
text-align:center;
+
font-size:14px;
+
line-height:1em;
+
 
}
 
}
 
+
/* MESSAGES SYSTÈME */
+
/* Make sure that "external references" from templates like [[Template:Ref]]  
 
+
  do not get URL expansion, not even when printed. The anchor itself has
/* Standardisation de quelques messages systèmes :
+
  class "external autonumber" and the url expansion is inserted when printing
* class="mw-alerte" : bandeaux d'alerte comme [[MediaWiki:Editinginterface]].
+
  (see [http://en.wikipedia.org/skins-1.5/common/commonPrint.css]) using the
* class="mw-toolbox" : boîtes à outils comme sur [[MediaWiki:Sp-contributions-footer]].
+
  ":after" pseudo-element.
*/
+
*/
 
+
.nourlexpansion a.external.text:after,
/* Bandeau jaune / rouge en cas de retard de la base de données. */
+
.nourlexpansion a.external.autonumber:after {
div.mw-lag-warn-normal, div.mw-lag-warn-high {
+
    display: none !important;
text-align:left !important;
+
width:50% !important;
+
 
}
 
}
 
+
/* suppression du message avertissant du lag de 1 seconde dans la liste de suivi*/
+
/* The legacy implementation of this was with "plainlinksneverexpand", which
.mw-lag-warn-normal {
+
  also simulated "plainlinks".  "plainlinksneverexpand" is deprecated and
display:none;
+
  should be replaced with "plainlinks nourlexpansion".  When this has been
 +
  done, the rules below can be removed.
 +
*/
 +
.plainlinksneverexpand a {
 +
    background: none !important;
 +
    padding: 0 !important;
 
}
 
}
 
+
.plainlinksneverexpand a.external.text:after,
/* Messages d'alerte */
+
.plainlinksneverexpand a.external.autonumber:after {
.mw-alerte {
+
    display: none !important;
width:100%;
+
clear:both;
+
background:#FAEBD7;
+
border:2px solid #FF8C00;
+
 
}
 
}
 
+
/* Boîtes à outils */
+
/* Messagebox templates */
.mw-toolbox { /* monobookocentré */
+
.messagebox {
font-size:90%;
+
    border: 1px solid #aaa;
background:#F8F8F8;
+
    background-color: #f9f9f9;
border:1px solid #B8B8B8;
+
    width: 80%;
padding:.25em 1em .25em 1em;
+
    margin: 0 auto 1em auto;
clear:both;
+
    padding: .2em;
 
}
 
}
/*  METADATA */
+
.messagebox.merge {
 
+
    border: 1px solid #c0b8cc;
/* Tableau des métadonnées d'image (EXIF). */
+
    background-color: #f0e5ff;
table.metadata {
+
    text-align: center;
border:1px solid #AAA;
+
display:none;
+
speak:none;
+
 
}
 
}
.metadata-label {
+
.messagebox.cleanup {
color:#AAA;
+
    border: 1px solid #9f9fff;
 +
    background-color: #efefff;
 +
    text-align: center;
 
}
 
}
 
+
.messagebox.standard-talk {
/* Template:Creator */
+
    border: 1px solid #c0c090;
 
+
    background-color: #f8eaba;
/* Répare le style du tableau [[commons:Template:Creator|Creator]] utilisé sur Commons. */
+
    margin: 4px auto;
table.creator {
+
}
text-align:left;
+
/* For old WikiProject banners inside banner shells. */
border-collapse:collapse;
+
.mbox-inside .standard-talk,
background:#F0F0FF;
+
.messagebox.nested-talk {
} /* monobookocentré */
+
     border: 1px solid #c0c090;
 
+
    background-color: #f8eaba;
table.creator th {
+
    width: 100%;
background:#E0E0EE;
+
    margin: 2px 0;
vertical-align:top;
+
    padding: 2px;
} /* monobookocentré */
+
}
 
+
.messagebox.small {
table.creator td {
+
    width: 238px;
background:#F0F0FF;
+
    font-size: 85%;
vertical-align:top;
+
    float: right;
} /* monobookocentré */
+
    clear: both;
 
+
    margin: 0 0 1em 1em;
table.creator td.creator-name {
+
    line-height: 1.25em;  
font-weight:bold;
+
}
} /* monobookocentré */
+
.messagebox.small-talk {
 
+
    width: 238px;
/* En phase de test */
+
    font-size: 85%;
/* Quand est-ce qu'il finit ? */
+
    float: right;
/* DÉBUT DES SCHÉMAS DE COULEUR DE "CADRE À ONGLETS"
+
    clear: both;
     Fonctionnement du [[Modèle:Cadre à onglets]]
+
    margin: 0 0 1em 1em;
    Modèle implanté par User:Peleguer de http://ca.wikipedia.org
+
    line-height: 1.25em;  
    Actualisé par User:Joanjoc de http://ca.wikipedia.org
+
    background: #F8EABA;
    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;
+
  color:white;}
+
+
.mbBoutonSel a {
+
  background: none !important;
+
  color:white !important;
+
  cursor: default;
+
  font-size: 90%;
+
  font-weight: bold;
+
  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%;
+
 
}
 
}
 
   
 
   
/* Configuration du Lilas 1;7050a0 2;9070c0 3;b090e0 4;d0b0ff 5;f0d0ff */
 
 
.mbLilas .mbBouton {
 
background-color: #d0b0ff; /* 4 */
 
border-color: #f0d0ff #b090e0 #9070c0 #f0d0ff;  /* 5 3 2 5 */}
 
 
.mbLilas .mbBouton a,
 
.mbLilas .mbBouton strong {
 
  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,
+
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
.mbVert .mbBouton strong:hover {
+
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
  color: black !important;
+
    border: none;  
  text-decoration: underline;}
+
    padding: 0.25em 0.9em;       /* 0.9em left/right */
+
    width: 100%;   /* Make all mboxes the same width regardless of text length */
.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;
+
 
}
 
}
 
+
td.mbox-image {                 /* The left image cell */
div.NavPic {
+
    border: none;  
background:#FFF;
+
    padding: 2px 0 2px 0.9em;   /* 0.9em left, 0px right */
margin:0;
+
    text-align: center;  
padding:2px;
+
float:left;
+
 
}
 
}
 
+
td.mbox-imageright {             /* The right image cell */
div.NavFrame div.NavHead {
+
    border: none;
height:1.6em;
+
    padding: 2px 0.9em 2px 0;   /* 0px left, 0.9em right */
font-weight:bold;
+
    text-align: center;  
font-size:100%;
+
background:#EFEFEF;
+
 
}
 
}
 
+
td.mbox-empty-cell {         /* An empty narrow cell */
div.NavFrame p,
+
    border: none;
div.NavFrame div.NavContent,
+
    padding: 0px;
div.NavFrame div.NavContent p { font-size:100% }
+
    width: 1px;
 
+
div.NavEnd {
+
margin:0;
+
padding:0;
+
line-height:1px;
+
clear:both;
+
}
+
 
+
.NavToggle {
+
font-size:x-small;
+
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%;
+
 
}
 
}
 
   
 
   
table.navbox th {  
+
/* Article message box styles */
background:#CCF;
+
table.ambox {
padding-left:1em;
+
    margin: 0px 10%;  /* 10% = Will not overlap with other elements */
padding-right:1em;
+
    border: 1px solid #aaa;  
 +
    border-left: 10px solid #1e90ff;   /* Default "notice" blue */
 +
    background: #fbfbfb;  
 
}
 
}
+
table.ambox + table.ambox {   /* Single border between stacked boxes. */
table.navbox td.group {  
+
    margin-top: -1px;
background:#DDF;
+
vertical-align:middle;
+
width:150px;
+
padding-left:1em;
+
padding-right:1em;
+
font-weight: bold;
+
 
}
 
}
+
.ambox th.mbox-text,
table.navbox td.list {  
+
.ambox td.mbox-text {           /* The message body cell(s) */
text-align:left
+
    padding: 0.25em 0.5em;      /* 0.5em left/right */
 
}
 
}
+
.ambox td.mbox-image {          /* The left image cell */
table.navbox td.even {  
+
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
background:#EEF
+
}
 +
.ambox td.mbox-imageright {     /* The right image cell */
 +
    padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
 
}
 
}
 
   
 
   
table.navbox td.below {  
+
table.ambox-notice {
background:#CCF;
+
    border-left: 10px solid #1e90ff;   /* Blue */
vertical-align:middle;
+
padding-left:1em;
+
padding-right:1em;
+
 
}
 
}
 
+
table.ambox-speedy {
/* Modèle de palettes groupées, [[Modèle:Palette]] */
+
    border-left: 10px solid #b22222;   /* Red */
 
+
    background: #fee;                   /* Pink */
div.navbox_group {
+
border: 1px solid #aaaaaa;
+
margin-top: 15px;
+
 
}
 
}
div.navbox_group table.navbox {
+
table.ambox-delete {
border: 0;
+
    border-left: 10px solid #b22222;   /* Red */
 
}
 
}
 
+
table.ambox-content {
/* Fin styles de [[Modèle:Méta palette de navigation]] */
+
    border-left: 10px solid #f28500;   /* Orange */
 
+
/** 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.ambox-style {
table.wikitable th, table.wikitable td {
+
    border-left: 10px solid #f4c430;   /* Yellow */
border:1px #AAA solid;
+
padding:.3em;
+
 
}
 
}
 
+
table.ambox-move {
table.wikitable th, .wikitable_header {
+
    border-left: 10px solid #9932cc;   /* Purple */
background:#F2F2F2;
+
text-align:center;
+
 
}
 
}
 
+
table.ambox-protection {
table.wikitable caption {
+
    border-left: 10px solid #bba;       /* Gray-gold */
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, table.left {
+
float:left;
+
margin:0 1em 1em 0;
+
 
}
 
}
 
+
table.droite, table.right {
+
/* Image message box styles */
float:right;
+
table.imbox {
margin:0 0 1em 1em;
+
    margin: 4px 10%;  
 +
    border-collapse: collapse;
 +
    border: 3px solid #1e90ff;    /* Default "notice" blue */
 +
    background: #fbfbfb;
 
}
 
}
 
+
.imbox .mbox-text .imbox {   /* For imboxes inside imbox-text cells. */
table.centre, table.center {
+
    margin: 0 -0.5em;   /* 0.9 - 0.5 = 0.4em left/right. */
margin:1em auto;
+
 
}
 
}
 
+
.mbox-inside .imbox {   /* For imboxes inside other templates. */
/* Pour les cas où le code de l'article contienne un paramètre align de valeur center */
+
    margin: 4px;
 
+
table.wikitable[align=center] {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 {
+
table.imbox-notice {
border:1px #AAA solid;
+
    border: 3px solid #1e90ff;   /* Blue */
padding:.2em;
+
 
}
 
}
 
+
table.imbox-speedy {
table.sporttable th {
+
    border: 3px solid #b22222;   /* Red */
font-weight:bold;
+
    background: #fee;             /* Pink */
} /* monobookocentré fin */
+
 
+
table.sporttable caption {
+
margin-left:inherit;
+
margin-right:inherit;
+
 
}
 
}
 
+
table.imbox-delete {
/* INFOBOX */
+
    border: 3px solid #b22222;   /* Red */
 
+
/* Style commun aux infobox ; utiliser :
+
  * class="infobox" dans l'en-tête.
+
  * class="infoboximage" pour l'image et sa description
+
  * class="infoboxsoustitre" pour le sous-titre.
+
  Voir [[Aide:Infobox]] et [[Projet:InfoBox]]. */
+
.infobox {
+
background:#EEE; /* couleur correspondant aux titres / colonne de gauche, th */
+
color:#000;
+
float:right;
+
clear:right;
+
font-size:95%;
+
border-collapse:collapse;
+
margin:0 0 .5em 1em;
+
width:250px;
+
} /* monobookocentré debut */
+
 
+
.infobox caption {
+
background:#C0C0C0;
+
border-left:1px solid #AAA;
+
border-top:1px solid #AAA;
+
border-right:1px solid #AAA;
+
padding:.2em;
+
margin-left:.57em;
+
font-weight:bolder;
+
text-align:center;
+
color:#FFF;
+
font-size:160%;
+
 
}
 
}
 
+
table.imbox-content {
.infobox th, .infobox td {
+
    border: 3px solid #f28500;   /* Orange */
vertical-align:middle;
+
border:1px solid #AAA;
+
padding:.2em .2em .2em .5em;
+
 
}
 
}
 
+
table.imbox-style {
.infobox td {
+
    border: 3px solid #f4c430;   /* Yellow */
text-align:center;
+
background:#F9F9F9;
+
 
}
 
}
 
+
table.imbox-move {
.infobox th {
+
    border: 3px solid #9932cc;   /* Purple */
font-weight:normal;
+
text-align:left;
+
 
}
 
}
 
+
table.imbox-protection {
.infobox .infoboximage { /* emplacement pour les photos et une description */
+
    border: 3px solid #bba;       /* Gray-gold */
background:#FFF;
+
padding:0;
+
margin-top:0;
+
color:#000;
+
text-align:center;
+
 
}
 
}
 
+
table.imbox-license {
.infobox .infoboxsoustitre { /* sous-titre */
+
    border: 3px solid #88a;      /* Dark gray */
color:#000;
+
    background: #f7f8ff;         /* Light gray */
font-weight:bold;
+
font-size:115%;
+
line-height:2;
+
text-align:center;
+
 
}
 
}
 
+
table.imbox-featured {
.infobox dl { clear:both }
+
    border: 3px solid #cba135;   /* Brown-gold */
.infobox dt {
+
float:left;
+
clear:left;
+
width:35%;
+
 
}
 
}
.infobox dd { margin-left:40% } /* monobookocentré fin */
+
 
+
/* Category message box styles */
/** PROJETS ET PORTAILS **/
+
table.cmbox {
 
+
    margin: 3px 10%;
/* PORTAILS MODULAIRES */
+
    border-collapse: collapse;
 
+
    border: 1px solid #aaa;  
/* Styles pour les portails en « modules », voir [[Aide:Créer un portail]]. */
+
    background: #DFE8FF;   /* Default "notice" blue */
 
+
/* 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%;
+
 
}
 
}
 
+
h2.portailCase_v2 {
+
table.cmbox-notice {
font-weight:bold;
+
    background: #D8E8FF;   /* Blue */
margin:0;
+
padding:3px;
+
text-align:center;
+
 
}
 
}
 
+
table.cmbox-speedy {
div.portailCase_v2 {
+
    margin-top: 4px;
border-top:0 solid white;
+
    margin-bottom: 4px;
margin-bottom:1ex;
+
    border: 4px solid #b22222;   /* Red */
padding:5px 5px 0 5px;
+
    background: #FFDBDB;         /* Pink */
} /* 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;
+
 
}
 
}
 
+
table.cmbox-delete {
/* Style du jour du calendrier */
+
    background: #FFDBDB;    /* Red */
div.egy_calendrier#jour {
+
font-size:medium;
+
 
}
 
}
 
+
table.cmbox-content {
/* Style des tableaux de navigation */
+
    background: #FFE7CE;   /* Orange */
table.egyleft, .egybox {
+
float:right;
+
margin:.5em .5em 1em 1em;
+
border:1px solid #AAAA80;
+
background:#EFEFDD;
+
text-align:center;
+
width:170px;
+
 
}
 
}
 
+
table.cmbox-style {
table.egyptopedia {
+
    background: #FFF9DB;   /* Yellow */
float:right;
+
margin:.5em .5em 1em 1em;
+
border:1px solid #AAAA80;
+
border-collapse:collapse;
+
background:#EFEFDD;
+
text-align:center;
+
width:170px;
+
 
}
 
}
 
+
table.cmbox-move {
table.egyptopedia th, table.egyptopedia td {
+
    background: #E4D8FF;   /* Purple */
border-width:1px;
+
border-style:solid;
+
border-color:#AAAA80;
+
border-collapse:collapse;
+
} /* monobookocentré fin */
+
 
+
/** PAGES PARTICULIÈRES **/
+
 
+
/* Boîte Special:Userlogin */
+
form#userlogin {
+
padding:1em 1em .7em 1em;
+
background:#FFFFE6;
+
border:2px solid #FC6;
+
color:#000;
+
margin-right:2em;
+
} /* monobookocentré */
+
 
+
form#userlogin table {
+
background:#ffffe6;
+
color:#000;
+
} /* monobookocentré */
+
 
+
/* ACCUEIL */
+
 
+
/* Fond blanc de l'accueil */
+
body.page-Wikipédia_Accueil_principal #content {
+
      background-color: white;
+
}
+
 
+
/* Retire le nom de la page d'accueil */
+
body.page-Wikipédia_Accueil_principal #firstHeading {
+
      display:none;
+
}
+
 
+
 
+
/* bandeau accueil */
+
 
+
 
+
.page-Accueil .firstHeading {
+
display:none;
+
 
}
 
}
#interwiki-listecomplete {
+
table.cmbox-protection {
font-weight: bold;
+
    background: #EFEFE1;   /* Gray-gold */
 
}
 
}
 
+
   
#accueil_titre {
+
/* Other pages message box styles */
  margin-top:1.5em;
+
table.ombox {
} /* monobookocentré */
+
     margin: 4px 10%;  
 
+
    border-collapse: collapse;  
.globegris {
+
    border: 1px solid #aaa;       /* Default "notice" gray */
background:
+
    background: #f9f9f9;
     url(http://upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.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;
+
 
}
 
}
 
+
.accueil_cadre_lien { /* monobookocentré */
+
table.ombox-notice {
text-align:right;
+
    border: 1px solid #aaa;      /* Gray */
margin-right:.5em;
+
font-size:xx-small;
+
 
}
 
}
 
+
table.ombox-speedy {
/* [[Special:Statistics]] */
+
    border: 2px solid #b22222;    /* Red */
 
+
    background: #fee;            /* Pink */
/* Suppression du group "boardvote" */
+
.statistics-group-boardvote {
+
display: none;
+
 
}
 
}
 
+
table.ombox-delete {
/* MODÈLES DE COORDONNÉES */
+
    border: 2px solid #b22222;    /* Red */
 
+
/* 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;
+
 
}
 
}
 
+
table.ombox-content {
/************************************************
+
    border: 1px solid #f28500;   /* Orange */
***    Infobox V2 - En phase de test        ***
+
*** Voir : [[Utilisateur:Antaya/Infobox V2]] ***
+
************************************************/
+
+
.infobox_v2 { /* monobookocentré debut */
+
background: #f9f9f9;
+
color: #000;
+
font-size:90%;
+
line-height:1.1em;
+
float:right;
+
clear:right;
+
margin:0 0 .5em 1em; /* haut droite bas gauche */
+
width:300px;
+
border: 1px solid #aaa;
+
padding: 0.1em;
+
 
}
 
}
+
table.ombox-style {
.infobox_v2 th {
+
    border: 1px solid #f4c430;    /* Yellow */
vertical-align:top;
+
}
text-align:left;
+
table.ombox-move {
 +
    border: 1px solid #9932cc;   /* Purple */
 +
}
 +
table.ombox-protection {
 +
    border: 2px solid #bba;       /* Gray-gold */
 
}
 
}
 
   
 
   
/* Option désactivée : empêche les liens internes d'apparaître en bleu
+
/* Talk page message box styles */
.infobox_v2 th a {
+
table.tmbox {
color:black; * désactive la couleur des liens à gauche *
+
    margin: 4px 10%;
 +
    border-collapse: collapse;
 +
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
 +
    background: #f8eaba;
 
}
 
}
*/
+
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" */
 
+
    margin: 2px 0;               /* class ensures that this declaration overrides other */
.infobox_v2 .entete {
+
    width: 100%;  /* For Safari and Opera */    /* styles (including mbox-small above) */
height:45px;
+
vertical-align:middle;
+
text-align:center;
+
font-size:150%;  
+
  font-weight:bolder;
+
line-height:1.2em;
+
color:#000
+
 
}
 
}
 
+
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
.infobox_v2 .media { /* css V2 pour [[Modèle:Son]], etc. */
+
    line-height: 1.5em;         /* also "nested", so reset styles that are  */ 
height:35px;
+
    font-size: 100%;             /* set in "mbox-small" above.                */
vertical-align:middle;
+
text-align:center;
+
font-weight:bolder;
+
color:#000
+
 
}
 
}
 
/* graphiques transparents d'entêtes des infobox V2 */
 
.entete.defaut      {}
 
 
.entete.aerostat        {background: url("http://upload.wikimedia.org/wikipedia/commons/7/7e/Picto_infobox_aerostat.png") no-repeat top right;}
 
.entete.auteur          {background: url("http://upload.wikimedia.org/wikipedia/commons/1/1e/Picto_infobox_auteur.png")        no-repeat top right;}
 
.entete.bd              {background: url("http://upload.wikimedia.org/wikipedia/commons/2/2c/Picto_infobox_comicballoon.png")  no-repeat top right;}
 
.entete.biere          {background: url("http://upload.wikimedia.org/wikipedia/commons/0/04/Picto_infobox_beer.png")          no-repeat top right;}
 
.entete.canada          {background: url("http://upload.wikimedia.org/wikipedia/commons/6/6a/Picto_infobox_Canada.png")        no-repeat top right;}
 
.entete.cinema          {background: url("http://upload.wikimedia.org/wikipedia/commons/e/ea/Picto_infobox_cinema.png")        no-repeat top right;}
 
.entete.communication  {background: url("http://upload.wikimedia.org/wikipedia/commons/a/a2/Picto_infobox_antenna.png")      no-repeat top right;}
 
.entete.egypte-antique  {background: url("http://upload.wikimedia.org/wikipedia/commons/c/cc/Picto_infobox_ancient_Egypt.png") no-repeat top right;}
 
.entete.eveque          {background: url("http://upload.wikimedia.org/wikipedia/commons/a/ac/%C3%89v%C3%AAque_picto.png")  no-repeat  top right;}
 
.entete.helicoptere    {background: url("http://upload.wikimedia.org/wikipedia/commons/f/fa/Picto_infobox_helicopter.png")no-repeat top right;}
 
.entete.humain          {background: url("http://upload.wikimedia.org/wikipedia/commons/8/82/Picto_infobox_manwoman.png")      no-repeat top right;}
 
.entete.informatique    {background: url("http://upload.wikimedia.org/wikipedia/commons/a/ae/Picto-infoboxinfo.png") no-repeat top right;}
 
.entete.israel-judaisme {background: url("http://upload.wikimedia.org/wikipedia/commons/a/a5/Picto_infobox_israel-judaisme.png") no-repeat top right;}
 
.entete.jeu            {background: url("http://upload.wikimedia.org/wikipedia/commons/9/90/Picto_infobox_Game.png")          no-repeat top right;}
 
.entete.jeu-role        {background: url("http://upload.wikimedia.org/wikipedia/commons/d/d8/Picto_infobox_Jeu_de_rôle.png")  no-repeat top right;}
 
.entete.jeuvideo        {background: url("http://upload.wikimedia.org/wikipedia/commons/2/2d/Picto_infobox_gamepad.png")      no-repeat bottom right;}
 
.entete.macintosh      {background: url("http://upload.wikimedia.org/wikipedia/commons/2/20/Picto_infobox_Macintosh.png") no-repeat top right;}
 
.entete.map            {background: url("http://upload.wikimedia.org/wikipedia/commons/7/7a/Picto_infobox_map.png")          no-repeat top right;}
 
.entete.montreal-metro  {background: url("http://upload.wikimedia.org/wikipedia/fr/b/ba/Picto_infobox_Mtl_metro.png")          no-repeat top right;}
 
.entete.montreal-train  {background: url("http://upload.wikimedia.org/wikipedia/fr/9/99/Picto_infobox_Mtl_train.png")          no-repeat top right;}
 
.entete.moteur-avion    {background: url("http://upload.wikimedia.org/wikipedia/commons/9/9c/Picto_Infobox_moteur_d%27avion.png") no-repeat top right;}
 
.entete.musique        {background: url("http://upload.wikimedia.org/wikipedia/commons/6/60/Picto_infobox_music.png")        no-repeat top right;}
 
.entete.papyrus        {background: url("http://upload.wikimedia.org/wikipedia/commons/c/cd/Picto_infobox_papyrus.png") no-repeat top right;}
 
.entete.paralympique    {background: url("http://upload.wikimedia.org/wikipedia/commons/5/5e/Picto_infobox_Paralympics.png")  no-repeat top right;}
 
.entete.persofiction    {background: url("http://upload.wikimedia.org/wikipedia/commons/3/37/Picto_infobox_masks.png")        no-repeat top right;}
 
.entete.personne        {background: url("http://upload.wikimedia.org/wikipedia/commons/4/48/Picto_infobox_character.png") no-repeat top right;}
 
.entete.planeur        {background: url("http://upload.wikimedia.org/wikipedia/commons/5/54/Picto_infobox_planeur.png") no-repeat top right;}
 
.entete.presse          {background: url("http://upload.wikimedia.org/wikipedia/commons/2/23/Picto_infobox_journal.png")              no-repeat top right;}
 
.entete.projet          {background: url("http://upload.wikimedia.org/wikipedia/commons/c/cb/Picto_infobox_tools.png")        no-repeat top right;}
 
.entete.quebec          {background: url("http://upload.wikimedia.org/wikipedia/commons/2/21/Picto_infobox_Quebec.png")        no-repeat top right;}
 
.entete.recherche      {background: url("http://upload.wikimedia.org/wikipedia/commons/c/c1/Picto_infobox_detective.png") no-repeat top right;}
 
.entete.science-fiction {background: url("http://upload.wikimedia.org/wikipedia/commons/e/ed/Picto_infobox_fliyingsaucer.png") no-repeat top right;}
 
.entete.sport          {background: url("http://upload.wikimedia.org/wikipedia/commons/8/8e/Picto_infobox_Olympic.png")      no-repeat top right;}
 
.entete.television      {background: url("http://upload.wikimedia.org/wikipedia/commons/a/a6/Picto_infobox_TV-T%26PC.png") no-repeat top right;}
 
.entete.timbre            {background: url("http://upload.wikimedia.org/wikipedia/commons/b/b3/Picto_infobox_Stamps.png")  no-repeat top right;}
 
.entete.union-europeenne    {background: url("http://upload.wikimedia.org/wikipedia/commons/c/c0/Picto_Infobox_Europe.png")  no-repeat top right;}
 
.entete.universite      {background: url("http://upload.wikimedia.org/wikipedia/commons/4/42/Picto_infobox_book.png") no-repeat top right;}
 
.entete.chateau {background: url("http://upload.wikimedia.org/wikipedia/commons/5/5c/Picto_infobox_chateau.png") no-repeat top right;}
 
 
 
.media.audio            {background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/35px-Gnome-speakernotes.png") no-repeat top left;}
 
.media.video            {background: url("http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/35px-Tango-video-x-generic.png") no-repeat top left;}
 
 
   
 
   
/* Fin de la phase de test Infobox V2 */ /* monobookocentré fin */
+
table.tmbox-speedy {
 
+
    border: 2px solid #b22222;    /* Red */
 
+
     background: #fee;             /* Pink */
/* Effets dégradés : utilisables pour un effet ombragé dans les modèles de cadre (par exemple : [[Portail:Montréal/Cadre]]). Ceux-ci ne doivent pas dépasser 43 pixels de hauteur au risque d'y voir un effet indésirable. Note : les effets en PNG ne sont pas résolus par IE6 et moins. Dernière mise à jour : 4 février 2010 */
+
/* Ombragé, fond transparent (png) */
+
.degrade      { background-image: url(http://upload.wikimedia.org/wikipedia/commons/f/fb/Gradient_43px.png); background-position:top; background-repeat:repeat-x;}
+
.degrade_rev  { background-image: url(http://upload.wikimedia.org/wikipedia/commons/6/61/Gradient_reversed_43px.png); background-position:top; background-repeat:repeat-x;}
+
/* Ombragé, gris fond blanc (jpg) */
+
.ombre        { background-image: url(http://upload.wikimedia.org/wikipedia/commons/e/ea/BGblue1_phixr.jpg); background-position:top; background-repeat:repeat-x;}
+
.ombre_pale   { background-image: url(http://upload.wikimedia.org/wikipedia/commons/0/06/BGblue2_phixr.jpg); background-position:top; background-repeat:repeat-x;}
+
/* Coloré, bleu/rouge fond blanc (jpg) */
+
.ombre_bl     { background-image: url(http://upload.wikimedia.org/wikipedia/commons/3/3e/BGblue1.jpg); background-position:top; background-repeat:repeat-x;}
+
.ombre_blpale { background-image: url(http://upload.wikimedia.org/wikipedia/commons/f/f7/BGblue2.jpg); background-position:top; background-repeat:repeat-x;}
+
.ombre_rg    { background-image: url(http://upload.wikimedia.org/wikipedia/commons/3/30/BGred1.jpg); background-position:top; background-repeat:repeat-x;}
+
.ombre_rgpale { background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/8f/BGred2.jpg); background-position:top; background-repeat:repeat-x;}
+
 
+
/* Classe de masquage, remplace display:none. Contenu non affiché mais lisible par les lecteurs d'écrans */
+
.hidden {
+
position: absolute;
+
left: 0;
+
top: -5000px;
+
width: 1px;
+
height: 1px;
+
overflow: hidden;
+
 
}
 
}
/* liens d'accès directs pour la navigation au clavier */
+
table.tmbox-delete {
#jump-to-nav {
+
    border: 2px solid #b22222;   /* Red */
display: block;
+
text-align: right;
+
 
}
 
}
#column-one {
+
table.tmbox-content {
zoom: 1; /* pour que la tabulation soit fonctionnelle dans IE6-7 */
+
    border: 2px solid #f28500;   /* Orange */
 
}
 
}
 
+
table.tmbox-style {
/* Image du [[Portail:Réalisation audiovisuelle]] et [[Portail:Cinéma]] : en-tête */
+
    border: 2px solid #f4c430;    /* Yellow */
.realisateur-bandeau {
+
    background-image: url("http://upload.wikimedia.org/wikipedia/fr/9/98/Banni%C3%A8re_portail.png"); 
+
    background-position : center;
+
    height:136px;
+
    background-repeat: no-repeat;
+
 
}
 
}
 
+
table.tmbox-move {
.cinema-bandeau {
+
    border: 2px solid #9932cc;    /* Purple */
    background-image: url("http://upload.wikimedia.org/wikipedia/fr/6/68/Bandeau_portail_cin%C3%A9ma.png"); 
+
    background-position : left;
+
    height:35px;
+
    background-repeat: no-repeat;
+
 
}
 
}
 
+
table.tmbox-protection,
 
+
table.tmbox-notice {
/* Encarts dans un texte, signalés par une icône */
+
    border: 1px solid #c0c090;   /* Gray-brown */
.encart p {
+
text-indent: 20px;
+
line-height: 1.5em;
+
background: no-repeat left 0.15em;
+
font-style: italic;
+
 
}
 
}
 
   
 
   
/* encart accessibilité */
+
/* Disambig and set index box styles */
.aide_accessibilite p {
+
table.dmbox {
background-image: url("http://upload.wikimedia.org/wikipedia/commons/thumb/4/44/Gnome-preferences-desktop-accessibility.svg/18px-Gnome-preferences-desktop-accessibility.svg.png");
+
    clear: both;
 +
    margin: 0.9em 1em;
 +
    border-top: 1px solid #ccc;
 +
    border-bottom: 1px solid #ccc;
 +
    background: transparent;
 
}
 
}
 
+
/* Géolocalisation dynamique */
+
/* Footer and header message box styles */
.NavContent .img_toogle {
+
table.fmbox {
zoom: 1; /* be kind to IE7 */
+
    clear: both;
clear: both; /* be kind to IE7 */
+
    margin: 0.2em 0;
 +
    width: 100%;
 +
    border: 1px solid #aaa;
 +
    background: #f9f9f9;    /* Default "system" gray */
 
}
 
}
.img_toogle, .img_toogle * {
+
table.fmbox-system {
margin: 0 !important;
+
    background: #f9f9f9;
padding: 0 !important;
+
 
}
 
}
.img_toogle .a_toogle {
+
table.fmbox-warning {
display: block;
+
    border: 1px solid #bb7070; /* Dark pink */
text-align: center !important;
+
    background: #ffdbdb;       /* Pink */
font-size: 0.95em;
+
 
}
 
}
.img_toogle .geobox {
+
table.fmbox-editnotice {
position: relative;
+
    background: transparent;
 
}
 
}
.img_toogle .geobox +.geobox {
+
/* Div based "warning" style fmbox messages. */
border-top: 5px solid #aaa;
+
div.mw-warning-with-logexcerpt,
 +
div.mw-lag-warn-high,
 +
div.mw-cascadeprotectedwarning {
 +
    clear: both;
 +
    margin: 0.2em 0;
 +
    border: 1px solid #bb7070;
 +
    background: #ffdbdb;
 +
    padding: 0.25em 0.9em;
 
}
 
}
.img_toogle .geopoint {
+
/* Div based "system" style fmbox messages. Used in
position: absolute;
+
  [[MediaWiki:Noarticletext]] and [[MediaWiki:Readonly lag]]. */
width: 5px;
+
div.mw-lag-warn-normal,
height: 5px;
+
div.noarticletext,
font-size: 1px;
+
div.fmbox-system {
border: 1px solid #000;
+
    clear: both;
background:#F00;
+
    margin: 0.2em 0;
 +
    border: 1px solid #aaa;
 +
    background: #f9f9f9;
 +
    padding: 0.25em 0.9em;
 
}
 
}
 
+
/*Gallery un peu moins moches... */
+
/* These mbox-small classes must be placed after all other
table.gallery{
+
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
background-color:#F9F9F9;
+
  they override "table.ambox + table.ambox" above. */
margin:auto;
+
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
 +
    clear: right;
 +
    float: right;
 +
    margin: 4px 0 4px 1em;
 +
    width: 238px;
 +
    font-size: 88%;
 +
    line-height: 1.25em;
 
}
 
}
 
+
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
table.gallery caption{
+
    margin: 4px 1em 4px 0;
margin:auto
+
    width: 238px;
 +
    border-collapse: collapse;
 +
    font-size: 88%;
 +
    line-height: 1.25em;
 
}
 
}
 
+
table.gallery td{
+
background-color:#F9F9F9;
+
/* Support for Template:IPA, Template:Unicode and Template:Polytonic.
border:2px solid #F9F9F9;
+
  The second declarations reset the styles for all browsers except
 +
  IE6, which chokes on the empty comment tags. Please copy any changes
 +
  to [[Template:IPA fonts]] and [[Template:Unicode fonts]].
 +
*/
 +
.IPA {
 +
    font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt,
 +
                "DejaVu Sans", Code2000, "TITUS Cyberbit Basic",
 +
                "Arial Unicode MS", "Lucida Sans Unicode",
 +
                "Chrysanthi Unicode";
 +
    font-family /**/: inherit;
 
}
 
}
div.gallerytext{
+
.Unicode {
font-size:80%;
+
    font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic",
 +
                "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit",
 +
                "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt,
 +
                "Lucida Grande", "Free Sans", "Arial Unicode MS",
 +
                "Microsoft Sans Serif", "Lucida Sans Unicode";
 +
    font-family /**/: inherit;
 
}
 
}
.gallery_left table.gallery {
+
.latinx {
margin: auto 0;
+
    font-family: Code2000, Code2001, "TITUS Cyberbit Basic", "Microsoft Sans Serif";
 +
    font-family /**/: inherit;
 
}
 
}
 
+
.polytonic {
 
+
    font-family: "Athena Unicode", Gentium, "Palatino Linotype",
/* Be kind to IE6, formulaire d'édition */
+
                "Arial Unicode MS", "Lucida Sans Unicode",
#editpage-copywarn{
+
                "Lucida Grande", Code2000;
zoom: 1
+
    font-family /**/: inherit;
 
}
 
}
 
+
/* Affichage du [[Projet:Impression]] */
+
#wpSave {
#listeImprimeurs {
+
    font-weight: bold;
text-align: left;
+
background: white;
+
display: none;
+
position:absolute;
+
left:66%;
+
padding:0;
+
margin:0;
+
border-collapse: collapse;
+
 
}
 
}
 
+
#listeImprimeurs table {
+
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
border: 0px solid #AAA;
+
.hiddenStructure {
padding:0;
+
    display: inline ! important;
margin:0;
+
    color: #f00;  
border-collapse: collapse;
+
    background-color: #0f0;
 
}
 
}
 
+
#listeImprimeurs table tr {
+
/* suppress missing interwiki image links where #ifexist cannot
padding:0;
+
  be used due to high number of requests see .hidden-redlink on
margin:0;
+
  http://meta.wikimedia.org/wiki/MediaWiki:Common.css
 +
*/
 +
.check-icon a.new {
 +
    display: none;  
 +
    speak: none;
 
}
 
}
 
+
#listeImprimeurs table tr td {
+
/* Removes underlines from links */
border: 1px solid #AAA;
+
.nounderlines a {  
padding: 3px;
+
    text-decoration: none;
margin:0;
+
border-collapse: collapse;
+
width: 220px;
+
 
}
 
}
 
+
/* Modèle:Autres projets */
+
/* Remove underline from IPA links */
#autres_projets, .interprojet {
+
.IPA a:link, .IPA a:visited {
border: 1px solid #aaa;
+
    text-decoration: none;
padding: 4px;
+
font-size: 90%;
+
background: #f9f9f9;
+
float: right;
+
clear: right;
+
margin: 1em 0 1em 1em;
+
width: 250px;
+
 
}
 
}
#autres_projets p, .interprojet p {
+
text-align:center;
+
/* Standard Navigationsleisten, aka box hiding thingy
margin: 5px 0;
+
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
 +
div.NavFrame {
 +
    margin: 0;
 +
    padding: 4px;
 +
    border: 1px solid #aaa;
 +
    text-align: center;
 +
    border-collapse: collapse;
 +
    font-size: 95%;
 
}
 
}
#autres_projets ul, .interprojet ul {
+
div.NavFrame + div.NavFrame {
list-style-type: none;
+
    border-top-style: none;
list-style-image: none;
+
    border-top-style: hidden;
margin: 0;
+
padding: 0;
+
 
}
 
}
#autres_projets li, .interprojet li {
+
div.NavPic {
margin: 0;
+
    background-color: #fff;
padding: 7px 0 7px 35px;
+
    margin: 0;
background: no-repeat left center;
+
    padding: 2px;
 +
    float: left;
 
}
 
}
.interprojet li.interprojet_top {
+
div.NavFrame div.NavHead {
background-position: left top;
+
    height: 1.6em;
 +
    font-weight: bold;
 +
    background-color: #ccf;
 +
    position: relative;
 
}
 
}
#autres_projets li.commons, .interprojet li.commons {
+
div.NavFrame p {
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons-logo.svg/25px-Commons-logo.svg.png);
+
    font-size: 100%;
 
}
 
}
#autres_projets li.species, .interprojet li.species {
+
div.NavFrame div.NavContent {
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/25px-Wikispecies-logo.svg.png);
+
    font-size: 100%;
 
}
 
}
#autres_projets li.dictionary, .interprojet li.dictionary {
+
div.NavFrame div.NavContent p {
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Wiktprintable_without_text.svg/25px-Wiktprintable_without_text.svg.png);
+
    font-size: 100%;
 
}
 
}
#autres_projets li.versity, .interprojet li.versity {
+
div.NavEnd {
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Wikiversity-logo.svg/25px-Wikiversity-logo.svg.png);
+
    margin: 0;
 +
    padding: 0;
 +
    line-height: 1px;
 +
    clear: both;
 
}
 
}
#autres_projets li.books, .interprojet li.books {
+
a.NavToggle {
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/6/64/Wikibooks-logo-fr.png/25px-Wikibooks-logo-fr.png);
+
    position: absolute;
 +
    top: 0;
 +
    right: 3px;
 +
    font-weight: normal;
 +
    font-size: 90%;
 
}
 
}
#autres_projets li.source, .interprojet li.source {
+
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/25px-Wikisource-logo.svg.png);
+
/* Coloured watchlist numbers */
 +
.mw-plusminus-pos { color: #006400; } /* dark green */
 +
.mw-plusminus-neg { color: #8B0000; } /* dark red */
 +
 +
.rellink,
 +
.dablink {
 +
    font-style: italic;
 +
    padding-left: 2em;
 
}
 
}
#autres_projets li.quote, .interprojet li.quote {
+
.rellink i,
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/25px-Wikiquote-logo.svg.png);
+
.dablink i {
 +
    font-style: normal;
 
}
 
}
#autres_projets li.news, .interprojet li.news {
+
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/25px-Wikinews-logo.svg.png);
+
/* Style for horizontal UL lists */
 +
.horizontal ul {
 +
    padding: 0;
 +
    margin: 0;
 
}
 
}
#autres_projets li.meta, .interprojet li.meta {
+
.horizontal li {  
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/25px-Wikimedia_Community_Logo.svg.png);
+
    padding: 0 0.6em 0 0.4em;
 +
    display: inline;
 +
    border-right: 1px solid;
 
}
 
}
#autres_projets li a, .interprojet li a {
+
.horizontal li:last-child {
font-weight: bold;
+
    border-right: none;
font-style: italic;
+
    padding-right: 0;
 
}
 
}
 
+
/* Classes pour modèles de sommaires allégés */
+
/* Allow transcluded pages to display in lists rather than a table.
/* [[Modèle: TOC_1]] */
+
  Compatible in Firefox; incompatible in IE6. */
.toc_niveau_1 ul ul {
+
.listify td    { display: list-item; }
display: none;
+
.listify tr    { display: block; }
 +
.listify table { display: block; }
 +
 +
/* Geographical coordinates defaults. See [[Template:Coord/link]]
 +
  for how these are used. The classes "geo", "longitude", and
 +
  "latitude" are used by the [[Geo microformat]].
 +
*/
 +
.geo-default, .geo-dms, .geo-dec  { display: inline; }
 +
.geo-nondefault, .geo-multi-punct { display: none; }
 +
.longitude, .latitude            { white-space: nowrap; }
 +
 +
/* When <div class="nonumtoc"> is used on the table of contents,
 +
  the ToC will display without numbers */
 +
.nonumtoc .tocnumber { display: none; }
 +
.nonumtoc #toc ul,
 +
.nonumtoc .toc ul {
 +
    line-height: 1.5em;
 +
    list-style: none;
 +
    margin: .3em 0 0;
 +
    padding: 0;
 
}
 
}
/* [[Modèle: TOC_2]] */
+
.nonumtoc #toc ul ul,
.toc_niveau_2 ul ul ul {
+
.nonumtoc .toc ul ul {  
display: none;
+
    margin: 0 0 0 2em;  
 
}
 
}
/* [[Modèle: TOC_3]] */
+
.toc_niveau_3 ul ul ul ul {
+
/* Allow limiting of which header levels are shown in a TOC;
display: none;
+
  <div class="toclimit-3">, for instance, will limit to
 +
  showing ==headings== and ===headings=== but no further
 +
  (as long as there are no =headings= on the page, which
 +
  there shouldn't be according to the MoS).
 +
*/
 +
.toclimit-2 .toclevel-2,
 +
.toclimit-3 .toclevel-3,
 +
.toclimit-4 .toclevel-4,
 +
.toclimit-5 .toclevel-5,
 +
.toclimit-6 .toclevel-6,
 +
.toclimit-7 .toclevel-7 { display: none; }
 +
 +
/* Styling for Template:Quote */
 +
blockquote.templatequote {
 +
    margin-top: 0;  
 
}
 
}
 
+
blockquote.templatequote div.templatequotecite {  
/* Classes pour Boîtes déroulantes */
+
    line-height: 1em;
.collapseButtonTest {
+
    text-align: left;
display: -moz-inline-box;
+
    padding-left: 2em;
display: -webkit-inline-box;
+
    margin-top: 0;
display: inline-block;
+
font-weight: normal;
+
min-width: 5em;
+
margin-left: 0.5em;
+
color: #0645ad;
+
white-space: nowrap;
+
padding: 0;
+
text-align: left;
+
 
}
 
}
 
+
blockquote.templatequote div.templatequotecite cite {
.collapseButtonBalance {
+
    font-size: 85%;
display: -moz-inline-box;
+
display: -webkit-inline-box;
+
display: inline-block;
+
width: 5em;
+
margin-right: 2.5em;
+
 
}
 
}
 
   
 
   
.collapseButtonContent {
+
div.user-block {
padding: 0 0.25em 0 0.25em;
+
    padding: 5px;
border: 1px solid transparent;
+
    border: 1px solid #A9A9A9;
text-decoration: none;
+
    background-color: #FFEFD5;
color: #0645ad;
+
 
}
 
}
 
   
 
   
a.collapseButtonContent:hover {
+
/* Prevent line breaks in silly places:
border: 1px solid;
+
  1) links when we don't want them to
border-color: white black black white;
+
  2) HTML formulae
cursor: pointer;
+
  3) Ref tags with group names <ref group="Note"> --> "[Note 1]"
cursor: hand;
+
*/
text-decoration: none;
+
.nowraplinks a,
color: #0645ad;
+
span.texhtml,
 +
sup.reference a { white-space: nowrap; }
 +
 +
/* For template documentation */
 +
.template-documentation {
 +
    clear: both;
 +
    margin: 1em 0 0 0;
 +
    border: 1px solid #aaa;  
 +
    background-color: #ecfcf4;  
 +
    padding: 5px;
 
}
 
}
 
   
 
   
.collapseButtonHide {
+
.thumbinner {
background-image: url(http://upload.wikimedia.org/wikipedia/en/9/99/ArrowUpNavbox.gif);
+
    min-width: 100px;
 
}
 
}
 
   
 
   
.collapseButtonShow {
+
/* Inline divs in ImageMaps (code borrowed from de.wiki) */
background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7b/ArrowDownNavbox.gif);
+
.imagemap-inline div {
 +
    display: inline;
 
}
 
}
 
   
 
   
.collapseButtonHide,
+
/* Increase the height of the image upload box */
.collapseButtonShow,
+
#wpUploadDescription {
.collapseButtonHideIE6,
+
    height: 13em;
.collapseButtonShowIE6 {
+
color: #0645ad;
+
padding-left: 0.7em;
+
background-repeat: no-repeat;
+
background-position: left center;
+
 
}
 
}
 
   
 
   
span.navbarEditLinks {
+
/* Reduce line-height for <sup> and <sub> */
display: none;
+
sup, sub {
 +
    line-height: 1em;
 
}
 
}
 
+
/* Patch temporaire pour bug de rendu des liens externes hors des articles */
+
 
+
/* The backgrounds for galleries. */
#bodyContent a.external, #bodyContent a[href^="gopher://"] {
+
#content .gallerybox div.thumb {
padding:0 13px 0 0;
+
    background-color: #F9F9F9;   /* Light gray padding */
 
}
 
}
 
+
/* Put a chequered background behind images, only visible if they have transparency */
.mw-textarea-protected {
+
.gallerybox .thumb img,
  border:2px solid #FF0000;
+
#file img {
  color:navy;
+
    background: white url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
 
}
 
}
 +
/* But no chequered background on articles, user pages or portals. */
 +
.ns-0 .gallerybox .thumb img,
 +
.ns-2 .gallerybox .thumb img,
 +
.ns-100 .gallerybox .thumb img {
 +
    background: white;
 +
}
 +
 +
/* Prevent floating boxes from overlapping any category listings,
 +
  file histories, edit previews, and edit [Show changes] views */
 +
#mw-subcategories, #mw-pages, #mw-category-media,
 +
#filehistory, #wikiPreview, #wikiDiff {
 +
    clear: both;
 +
}
 +
 +
/* Selectively hide headers in WikiProject banners */
 +
.wpb .wpb-header            { display: none; }
 +
.wpbs-inner .wpb .wpb-header { display: block; }    /* for IE */
 +
.wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */
 +
.wpbs-inner .wpb-outside    { display: none; }      /* hide things that should only display outside shells */
 +
 +
/* </source> */

Version actuelle en date du 14 mai 2010 à 10:51

/* CSS placed here will be applied to all skins */
/* <source lang="css"> */
 
/* Main page fixes */
#interwiki-completelist {
    font-weight: bold;
}
body.page-Main_Page #ca-delete {
    display: none !important;
}
 
body.page-Main_Page #mp-topbanner {
   clear: both;
}
 
/* Edit window toolbar */
#toolbar {
    height: 22px;
    margin-bottom: 6px;
}
 
/* Margins for <ol> and <ul> */
#content ol, #content ul,
#mw_content ol, #mw_content ul {
  margin-bottom: 0.5em;
}
 
/* Make the list of references smaller */
ol.references {
    font-size: 100%;
}
.references-small { 
    font-size: 90%;
}
 
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
    font-size: 90%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
 
/* Highlight clicked reference in blue to help navigation */
ol.references > li:target,
sup.reference:target,
cite:target { 
    background-color: #DEF;
}
 
/* Ensure refs in table headers and the like aren't bold or italic */
sup.reference {
    font-weight: normal;
    font-style: normal;
}
 
 
/* Styling for citations */
cite {
    font-style: normal;
    word-wrap: break-word;
}
 
/* For linked citation numbers and document IDs, where
   the number need not be shown on a screen or a handheld,
   but should be included in the printed version
*/
@media screen, handheld, projection {
    cite *.printonly {
        display: none;
    }
}
 
 
/* 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;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th,
.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption,
.prettytable caption {
    font-weight: bold;
}
 
/* 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 {  /* Single pixel border between adjacent navboxes */
  margin-top: -1px;            /* (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 */
}
 
.collapseButton {          /* 'show'/'hide' buttons created dynamically */
    float: right;          /* by the CollapsibleTables javascript in    */
    font-weight: normal;   /* [[MediaWiki:Common.js]]are styled here    */
    text-align: right;     /* so they can be customised.                */
    width: auto;
}
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
    width: 6em;            /* the vde links from [[Template:Tnavbar]],   */
}                          /* so they need to be the same width.         */
 
 
/* Infobox template style */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox caption {
    font-size: larger;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}
 
.infobox.sisterproject {
    width: 20em;
    font-size: 90%;
}
 
.infobox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
    border: 1px solid #c0c090;
}
 
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border: 0;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
 
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border: 0;
    border-right: 1px solid #aaa;
}
 
/* Styles for geography infoboxes, eg countries,
   country subdivisions, cities, etc.            */
.infobox.geography {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em; 
    font-size: 90%;
}
 
.infobox.geography  td,
.infobox.geography  th {
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
 
.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
 
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #aaa;
    padding: 0 0.6em 0.4em 0.6em;
}
 
.infobox.geography .maptable td,
.infobox.geography .maptable th {
    border: 0;
    padding: 0;
}
 
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
.redirect-in-category, .allpagesredirect {
    font-style: italic;
}
 
/* Icons for medialist templates [[Template:Listen]],
   [[Template:Multi-listen_start]], [[Template:Video]],
   [[Template:Multi-video_start]]
*/
div.listenlist {
    background:
        url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
    padding-left: 40px;
}
 
/* Style rules for media list templates */
div.medialist {
    min-height: 50px;
    margin: 1em;
    background-position: top left;
    background-repeat: no-repeat;
}
div.medialist ul {
    list-style-type: none; 
    list-style-image: none;
    margin: 0;
}
div.medialist ul li {
    padding-bottom: 0.5em;
}
div.medialist ul li li {
    font-size: 91%;
    padding-bottom: 0;
}
 
/* Change the external link icon to an Adobe icon for all PDF files
   in browsers that support these CSS selectors, like Mozilla and Opera */
#bodyContent a[href$=".pdf"].external, 
#bodyContent a[href*=".pdf?"].external, 
#bodyContent a[href*=".pdf#"].external,
#bodyContent a[href$=".PDF"].external, 
#bodyContent a[href*=".PDF?"].external, 
#bodyContent a[href*=".PDF#"].external,
#mw_content  a[href$=".pdf"].external, 
#mw_content  a[href*=".pdf?"].external, 
#mw_content  a[href*=".pdf#"].external,
#mw_content  a[href$=".PDF"].external, 
#mw_content  a[href*=".PDF?"].external, 
#mw_content  a[href*=".PDF#"].external {
    background: 
        url("http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif")
        center right no-repeat;
    padding-right: 16px;
}
 
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
   is used (notably Template:PDFlink). This works in IE, unlike the above. */
#bodyContent span.PDFlink a,
#mw_content span.PDFlink a {
    background: 
        url("http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif")
        center right no-repeat;
    padding-right: 17px;
}
 
/* Remove link styling. Already defined in monobook
   and modern, but not defined in the other skins. Bug 18708 */
#bodyContent .plainlinks a {
    background: none !important;
    padding: 0 !important;
}
 
/* Content in columns with CSS instead of tables [[Template:Columns]] */
div.columns-2 div.column {
    float: left;
    width: 50%;
    min-width: 300px;
}
div.columns-3 div.column {
    float: left;
    width: 33.3%;
    min-width: 200px;
}
div.columns-4 div.column {
    float: left;
    width: 25%;
    min-width: 150px;
}
div.columns-5 div.column {
    float: left;
    width: 20%;
    min-width: 120px;
}
 
/* Make sure that "external references" from templates like [[Template:Ref]] 
   do not get URL expansion, not even when printed. The anchor itself has 
   class "external autonumber" and the url expansion is inserted when printing 
   (see [http://en.wikipedia.org/skins-1.5/common/commonPrint.css]) using the
   ":after" pseudo-element.
*/
.nourlexpansion a.external.text:after,
.nourlexpansion a.external.autonumber:after {
    display: none !important;
}
 
/* The legacy implementation of this was with "plainlinksneverexpand", which
   also simulated "plainlinks".  "plainlinksneverexpand" is deprecated and 
   should be replaced with "plainlinks nourlexpansion".  When this has been
   done, the rules below can be removed.
*/
.plainlinksneverexpand a {
    background: none !important;
    padding: 0 !important;
}
.plainlinksneverexpand a.external.text:after,
.plainlinksneverexpand a.external.autonumber:after {
    display: none !important;
}
 
/* Messagebox templates */
.messagebox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
.messagebox.merge {
    border: 1px solid #c0b8cc;
    background-color: #f0e5ff;
    text-align: center;
}
.messagebox.cleanup {
    border: 1px solid #9f9fff;
    background-color: #efefff;
    text-align: center;
}
.messagebox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    margin: 4px auto;
}
/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk,
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0;
    padding: 2px;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em; 
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em; 
    background: #F8EABA;
}
 
 
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
    border: none; 
    padding: 0.25em 0.9em;       /* 0.9em left/right */
    width: 100%;    /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                  /* The left image cell */
    border: none; 
    padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
    text-align: center; 
}
td.mbox-imageright {             /* The right image cell */
    border: none;
    padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
    text-align: center; 
}
td.mbox-empty-cell {         /* An empty narrow cell */
    border: none;
    padding: 0px;
    width: 1px;
}
 
/* Article message box styles */
table.ambox {
    margin: 0px 10%;   /* 10% = Will not overlap with other elements */
    border: 1px solid #aaa; 
    border-left: 10px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb; 
}
table.ambox + table.ambox {   /* Single border between stacked boxes. */
    margin-top: -1px;
}
.ambox th.mbox-text, 
.ambox td.mbox-text {            /* The message body cell(s) */
    padding: 0.25em 0.5em;       /* 0.5em left/right */
}
.ambox td.mbox-image {           /* The left image cell */
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {      /* The right image cell */
    padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}
 
table.ambox-notice {
    border-left: 10px solid #1e90ff;    /* Blue */
}
table.ambox-speedy {
    border-left: 10px solid #b22222;    /* Red */
    background: #fee;                   /* Pink */
}
table.ambox-delete {
    border-left: 10px solid #b22222;    /* Red */
}
table.ambox-content {
    border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    border-left: 10px solid #f4c430;    /* Yellow */
}
table.ambox-move {
    border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
    border-left: 10px solid #bba;       /* Gray-gold */
}
 
/* Image message box styles */
table.imbox {
    margin: 4px 10%; 
    border-collapse: collapse; 
    border: 3px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb;
}
.imbox .mbox-text .imbox {    /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;    /* 0.9 - 0.5 = 0.4em left/right. */
}
.mbox-inside .imbox {    /* For imboxes inside other templates. */
    margin: 4px;
}
 
table.imbox-notice {
    border: 3px solid #1e90ff;    /* Blue */
}
table.imbox-speedy {
    border: 3px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.imbox-delete {
    border: 3px solid #b22222;    /* Red */
}
table.imbox-content {
    border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
    border: 3px solid #f4c430;    /* Yellow */
}
table.imbox-move {
    border: 3px solid #9932cc;    /* Purple */
}
table.imbox-protection {
    border: 3px solid #bba;       /* Gray-gold */
}
table.imbox-license {
    border: 3px solid #88a;       /* Dark gray */
    background: #f7f8ff;          /* Light gray */
}
table.imbox-featured {
    border: 3px solid #cba135;    /* Brown-gold */
}
 
/* Category message box styles */
table.cmbox {
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa; 
    background: #DFE8FF;    /* Default "notice" blue */
}
 
table.cmbox-notice {
    background: #D8E8FF;    /* Blue */
}
table.cmbox-speedy {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b22222;    /* Red */
    background: #FFDBDB;          /* Pink */
}
table.cmbox-delete {
    background: #FFDBDB;    /* Red */
}
table.cmbox-content {
    background: #FFE7CE;    /* Orange */
}
table.cmbox-style {
    background: #FFF9DB;    /* Yellow */
}
table.cmbox-move {
    background: #E4D8FF;    /* Purple */
}
table.cmbox-protection {
    background: #EFEFE1;    /* Gray-gold */
}
 
/* Other pages message box styles */
table.ombox {
    margin: 4px 10%; 
    border-collapse: collapse; 
    border: 1px solid #aaa;       /* Default "notice" gray */
    background: #f9f9f9;
}
 
table.ombox-notice {
    border: 1px solid #aaa;       /* Gray */
}
table.ombox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.ombox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.ombox-content {
    border: 1px solid #f28500;    /* Orange */
}
table.ombox-style {
    border: 1px solid #f4c430;    /* Yellow */
}
table.ombox-move {
    border: 1px solid #9932cc;    /* Purple */
}
table.ombox-protection {
    border: 2px solid #bba;       /* Gray-gold */
}
 
/* Talk page message box styles */
table.tmbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
    background: #f8eaba;
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" */
    margin: 2px 0;               /* class ensures that this declaration overrides other */
    width: 100%;  /* For Safari and Opera */     /* styles (including mbox-small above) */
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
    line-height: 1.5em;          /* also "nested", so reset styles that are   */   
    font-size: 100%;             /* set in "mbox-small" above.                */
}
 
table.tmbox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.tmbox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.tmbox-content {
    border: 2px solid #f28500;    /* Orange */
}
table.tmbox-style {
    border: 2px solid #f4c430;    /* Yellow */
}
table.tmbox-move {
    border: 2px solid #9932cc;    /* Purple */
}
table.tmbox-protection,
table.tmbox-notice {
    border: 1px solid #c0c090;    /* Gray-brown */
}
 
/* Disambig and set index box styles */
table.dmbox {
    clear: both; 
    margin: 0.9em 1em; 
    border-top: 1px solid #ccc; 
    border-bottom: 1px solid #ccc; 
    background: transparent;
}
 
/* Footer and header message box styles */
table.fmbox {
    clear: both;
    margin: 0.2em 0;
    width: 100%;
    border: 1px solid #aaa;
    background: #f9f9f9;     /* Default "system" gray */
}
table.fmbox-system {
    background: #f9f9f9;
}
table.fmbox-warning {
    border: 1px solid #bb7070;  /* Dark pink */
    background: #ffdbdb;        /* Pink */
}
table.fmbox-editnotice {
    background: transparent;
}
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #bb7070;
    background: #ffdbdb;
    padding: 0.25em 0.9em;
}
/* Div based "system" style fmbox messages. Used in 
   [[MediaWiki:Noarticletext]] and [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal,
div.noarticletext,
div.fmbox-system {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #aaa;
    background: #f9f9f9;
    padding: 0.25em 0.9em;
}
 
/* These mbox-small classes must be placed after all other 
   ambox/tmbox/ombox etc classes. "body.mediawiki" is so 
   they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
    clear: right;
    float: right;
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
    margin: 4px 1em 4px 0;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}
 
 
/* Support for Template:IPA, Template:Unicode and Template:Polytonic.
   The second declarations reset the styles for all browsers except
   IE6, which chokes on the empty comment tags. Please copy any changes
   to [[Template:IPA fonts]] and [[Template:Unicode fonts]].
*/
.IPA {
    font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt,
                 "DejaVu Sans", Code2000, "TITUS Cyberbit Basic",
                 "Arial Unicode MS", "Lucida Sans Unicode",
                 "Chrysanthi Unicode";
    font-family /**/: inherit;
}
.Unicode {
    font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic",
                 "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit",
                 "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt,
                 "Lucida Grande", "Free Sans", "Arial Unicode MS",
                 "Microsoft Sans Serif", "Lucida Sans Unicode";
    font-family /**/: inherit;
}
.latinx {
    font-family: Code2000, Code2001, "TITUS Cyberbit Basic", "Microsoft Sans Serif";
    font-family /**/: inherit;
}
.polytonic {
    font-family: "Athena Unicode", Gentium, "Palatino Linotype",
                 "Arial Unicode MS", "Lucida Sans Unicode",
                 "Lucida Grande", Code2000; 
    font-family /**/: inherit;
}
 
#wpSave {
    font-weight: bold;
}
 
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
.hiddenStructure {
    display: inline ! important;
    color: #f00; 
    background-color: #0f0;
}
 
/* suppress missing interwiki image links where #ifexist cannot
   be used due to high number of requests see .hidden-redlink on 
   http://meta.wikimedia.org/wiki/MediaWiki:Common.css
*/
.check-icon a.new {
    display: none; 
    speak: none;
}
 
/* Removes underlines from links */
.nounderlines a { 
    text-decoration: none;
}
 
/* Remove underline from IPA links */
.IPA a:link, .IPA a:visited {
    text-decoration: none;
}
 
/* Standard Navigationsleisten, aka box hiding thingy
   from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
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%;
}
 
/* Coloured watchlist numbers */
.mw-plusminus-pos { color: #006400; } /* dark green */
.mw-plusminus-neg { color: #8B0000; } /* dark red */
 
.rellink,
.dablink {
    font-style: italic;
    padding-left: 2em;
}
.rellink i,
.dablink i {
    font-style: normal;
}
 
/* Style for horizontal UL lists */
.horizontal ul {
    padding: 0;
    margin: 0;
}
.horizontal li { 
    padding: 0 0.6em 0 0.4em;
    display: inline;
    border-right: 1px solid;
}
.horizontal li:last-child {
    border-right: none;
    padding-right: 0;
}
 
/* Allow transcluded pages to display in lists rather than a table.
   Compatible in Firefox; incompatible in IE6. */
.listify td    { display: list-item; }
.listify tr    { display: block; }
.listify table { display: block; }
 
/* Geographical coordinates defaults. See [[Template:Coord/link]]
   for how these are used. The classes "geo", "longitude", and
   "latitude" are used by the [[Geo microformat]].
 */
.geo-default, .geo-dms, .geo-dec  { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude             { white-space: nowrap; }
 
/* When <div class="nonumtoc"> is used on the table of contents,
   the ToC will display without numbers */
.nonumtoc .tocnumber { display: none; }
.nonumtoc #toc ul,
.nonumtoc .toc ul {
    line-height: 1.5em;
    list-style: none;
    margin: .3em 0 0;
    padding: 0;
}
.nonumtoc #toc ul ul, 
.nonumtoc .toc ul ul { 
    margin: 0 0 0 2em; 
}
 
/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   showing ==headings== and ===headings=== but no further
   (as long as there are no =headings= on the page, which
   there shouldn't be according to the MoS).
 */
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 { display: none; }
 
/* Styling for Template:Quote */
blockquote.templatequote { 
     margin-top: 0; 
}
blockquote.templatequote div.templatequotecite { 
    line-height: 1em;
    text-align: left;
    padding-left: 2em;
    margin-top: 0;
}
blockquote.templatequote div.templatequotecite cite {
    font-size: 85%;
}
 
div.user-block {
    padding: 5px;
    border: 1px solid #A9A9A9;
    background-color: #FFEFD5;
}
 
/* Prevent line breaks in silly places: 
   1) links when we don't want them to
   2) HTML formulae
   3) Ref tags with group names <ref group="Note"> --> "[Note 1]"
*/
.nowraplinks a,
span.texhtml,
sup.reference a { white-space: nowrap; }
 
/* For template documentation */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa; 
    background-color: #ecfcf4; 
    padding: 5px;
}
 
.thumbinner {
    min-width: 100px;
}
 
/* Inline divs in ImageMaps (code borrowed from de.wiki) */
.imagemap-inline div {
    display: inline;
}
 
/* Increase the height of the image upload box */
#wpUploadDescription {
    height: 13em;
}
 
/* Reduce line-height for <sup> and <sub> */
sup, sub {
    line-height: 1em;
}
 
 
/* The backgrounds for galleries. */
#content .gallerybox div.thumb {
    background-color: #F9F9F9;   /* Light gray padding */
}
/* Put a chequered background behind images, only visible if they have transparency */
.gallerybox .thumb img,
#file img {
    background: white url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}
/* But no chequered background on articles, user pages or portals. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img {
    background: white;
}
 
/* Prevent floating boxes from overlapping any category listings,
   file histories, edit previews, and edit [Show changes] views */
#mw-subcategories, #mw-pages, #mw-category-media, 
#filehistory, #wikiPreview, #wikiDiff {
    clear: both;
}
 
/* Selectively hide headers in WikiProject banners */
.wpb .wpb-header             { display: none; }
.wpbs-inner .wpb .wpb-header { display: block; }     /* for IE */
.wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */
.wpbs-inner .wpb-outside     { display: none; }      /* hide things that should only display outside shells */
 
/* </source> */
Outils personnels