MediaWiki:Common.css : Différence entre versions

De The Crowdsourced Resource-Based Economy Knowledgebase
Aller à : Navigation, rechercher
(Correction de la taille du texte dans les balises "syntaxhighlight", les pages .css/.js et les modules Lua demand ---> Od1n)
m (1 version)
 
(2 révisions intermédiaires par 2 utilisateurs sont masquées)
Ligne 1 : Ligne 1 :
/* FEUILLE DE STYLE GLOBALE */
+
/* Default styling for HTML elements */
/**
+
dfn {
* Cette page contrôle l'apparence pour toutes les skins.
+
    font-style: inherit; /* Reset default styling for <dfn> */
* Les modifications devant s'appliquer à l'apparence Monobook seulement
+
* doivent aller dans [[MediaWiki:Monobook.css]].
+
*
+
* Après chaque modification, prière de vérifier cette feuille de style
+
* 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;
+
 
}
 
}
 
+
sup, sub {
.mw-plusminus-neg {
+
    line-height: 1em;     /* Reduce line-height for <sup> and <sub> */
  color: #FF2050;
+
 
}
 
}
  
.mw-plusminus-null {
+
/* Main page fixes */
  color: #999;
+
#interwiki-completelist {
 +
    font-weight: bold;
 
}
 
}
 
+
body.page-Main_Page #ca-delete {
/* Aspect des tags de filtrage dans les modifications récentes. */
+
    display: none !important;
 
+
.mw-tag-markers {
+
  font-family: sans-serif;
+
  font-style: italic;
+
  font-size: 90%;
+
 
}
 
}
 
+
body.page-Main_Page #mp-topbanner {
/* Masquage du sous-titre des RC */
+
    clear: both;
 
+
.mw-special-Recentchanges .mw-specialpage-summary {
+
  display: none;
+
 
}
 
}
 
+
body.page-Main_Page .wbc-editpage {  
/* Curseur sur les flèches de la liste de suivie améliorée et des RC */
+
    display: none;
 
+
.mw-collapsible-toggle-collapsed,.mw-collapsible-toggle-expanded {
+
  cursor:pointer;
+
 
}
 
}
  
/**
+
/* Edit window toolbar */
* REDIRECTIONS
+
#toolbar {
*/
+
    height: 22px;
 
+
    margin-bottom: 6px;
/* Redirections sur [[Special:Allpages]] et [[Special:Watchlist/edit]]. */
+
 
+
.allpagesredirect a,
+
.watchlistredir a {
+
  color: #0B0;
+
 
}
 
}
  
/**
+
/* Make the list of references smaller */
* HISTORIQUE ET PAGES LIÉES
+
ol.references,
*/
+
div.reflist,
 
+
div.refbegin {
/* Révisions dans l'historique et "(← liens)" dans les pages liées. */
+
    font-size: 90%;            /* Default font-size */
 
+
    margin-bottom: 0.5em;
.history-size,
+
.mw-whatlinkshere-tools {
+
  font-size: 80%;
+
 
}
 
}
 
+
div.refbegin-100 {
/**
+
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
* TITRES
+
*/
+
 
+
/* Affichage des coordonnées géo à côté du titre, pour tous les skins. */
+
 
+
#coordinates-title {
+
  font-size: 90%;
+
  margin-right: 1em;
+
  margin-top: 1em;
+
  float: right;
+
 
}
 
}
 
+
div.reflist ol.references {
#coordinates-title img {
+
    font-size: 100%;          /* Reset font-size when nested in div.reflist */
  vertical-align: middle
+
    list-style-type: inherit;  /* Enable custom list style types */
 
}
 
}
  
/* Décoration des titres de sous-chapitre. */
+
/* Highlight clicked reference in blue to help navigation */
 
+
ol.references li:target,
h1.firstHeading {
+
sup.reference:target,
  /* bug de rendu si icône de titre ou coordonnées déplacées dans le titre */
+
span.citation:target {
  overflow: visible;
+
    background-color: #DEF;
 
}
 
}
  
.mw-body h1,
+
/* Ensure refs in table headers and the like aren't bold or italic */
.mw-body h2 {
+
sup.reference {
  padding-top: 0.65em;
+
    font-weight: normal;
 +
    font-style: normal;
 
}
 
}
  
 
+
/* Allow hidden ref errors to be shown by user CSS */
/* monobookocentré  */
+
span.brokenref {
 
+
    display: none;
.mw-body h3 {
+
  padding-top: 0.6em;
+
  border-bottom: dotted 1px #AAA;
+
 
}
 
}
  
.mw-body h4,
+
/* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box */
.mw-body h5,
+
.citation {
.mw-body h6 {
+
    word-wrap: break-word;
  padding-top: 0.55em;
+
  border-bottom: dotted 1px #DDD;
+
 
}
 
}
  
 
+
/* Styling for the title of any work within a citation,
/* Sous-titre ([[Modèle:Sous-titre]]) */
+
  or specifically the title of a periodical. */
 
+
.citation cite,
h1 #sous_titre_h1 {
+
.citation cite.periodical {
  display: block;
+
    font-style: italic;
  font-size: 0.7em;
+
  line-height: 1.3em;
+
  margin: 0.2em 0 0 0.5em;
+
 
}
 
}
  
/* Titres de sections modifiés par JS */
+
/* For linked citation numbers and document IDs, where
 
+
  the number need not be shown on a screen or a handheld,
.modifiedSectionTitle .editsection {
+
  but should be included in the printed version */
  float: none;
+
@media screen, handheld {
  font-size: x-small;
+
    .citation *.printonly {
 +
        display: none;
 +
    }
 
}
 
}
  
.modifiedSectionTitle .mw-headline {
+
/* Style for [[Template:Flowlist]] that Lets lists flow around floating objecs */
  margin-right: 0.3em;
+
.flowlist ul {
 +
    overflow-x: hidden;
 +
    margin-left: 0em;
 +
    padding-left: 1.6em;
 
}
 
}
 
+
.flowlist ol {
 
+
    overflow-x: hidden;
.italique {
+
    margin-left: 0em;
  font-style: italic;
+
    padding-left: 3.2em;
 
}
 
}
 
+
.flowlist dl {
.italique i {
+
    overflow-x: hidden;
  font-style: normal
+
 
}
 
}
  
/**
+
/* Style for horizontal lists (separator following item).
* BALISES SOURCE, PRE, CODE
+
  Note: hlist formatting will break if the resulting HTML lacks a breakable character
* (monobookocentré)
+
  between list items. This happens when the following conditions are true:
*/
+
  1) The list is made using wiki markup (where HTML is built by parser.php)
 
+
  2) HTMLTidy is disabled or unavailable (such as on Special: pages)
code {
+
  In such cases, building lists with .hlist using HTML instead of wiki markup
  background: transparent;
+
  will work around this problem. See also [[Bugzilla:39617]].
 +
  IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
 +
  Last updated: January 24, 2013
 +
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
 +
  @maintainer: [[User:Edokter]]
 +
  @revision: 3.1
 +
*/
 +
.skin-monobook .hlist dl,
 +
.skin-modern .hlist dl,
 +
.skin-vector .hlist dl {
 +
    line-height: 1.5em;
 
}
 
}
 
+
.hlist dl,
pre {
+
.hlist ol,
  overflow-x: auto;
+
.hlist ul {
 +
    margin: 0;
 +
    padding: 0;
 
}
 
}
 
+
/* Display list items inline and make them nowrap */
/* Exception pour l'espace de nom MediaWiki (NS 8) pour les fichiers *.js et *.css */
+
.hlist dd,
 
+
.hlist dt,
.ns-8 pre {
+
.hlist li {
  overflow-x: visible;
+
    margin: 0;
 +
    display: inline;
 +
    white-space: nowrap;
 
}
 
}
 
+
/* Allow wrapping for list items (in tight spaces) */
/**
+
.hlist.hwrap dd,
* ABBR ET BALISE ABBR discrète
+
.hlist.hwrap dt,
*/
+
.hlist.hwrap li {
 
+
    white-space: normal;
abbr {
+
  color: inherit;
+
 
}
 
}
 
+
/* Display nested lists inline and allow them to wrap */
abbr.abbr {
+
.hlist dl dl, .hlist dl ol, .hlist dl ul,
  border-bottom: 0;
+
.hlist ol dl, .hlist ol ol, .hlist ol ul,
 +
.hlist ul dl, .hlist ul ol, .hlist ul ul {
 +
    display: inline;
 +
    white-space: normal;
 
}
 
}
 
+
/* Generate interpuncts */
a abbr {
+
.hlist dt:after {
  cursor: inherit;
+
    content: ":";
 
}
 
}
 
+
.hlist dd:after,
/* DFN (instance d'un terme défini) */
+
.hlist li:after {
 
+
    content: " ·";
dfn {
+
    font-weight: bold;
  font-style: normal;
+
  font-weight: bold;
+
 
}
 
}
 
+
.hlist dd:last-child:after,
i > dfn {
+
.hlist dt:last-child:after,
  font-style: italic;
+
.hlist li:last-child:after {
 +
    content: none;
 
}
 
}
 
+
/* For IE8 */
/* [[Modèle:Nobr]] */
+
.hlist dd.hlist-last-child:after,
 
+
.hlist dt.hlist-last-child:after,
.nowrap {
+
.hlist li.hlist-last-child:after {
  white-space: nowrap;
+
    content: none;
 
}
 
}
 
+
/* Add parentheses around nested lists */
/* Page [[Spécial:Modifications récentes]], voir [[MediaWiki:Recentchangestext]] */
+
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
 
+
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.rcoptions {
+
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
  clear: both;
+
    content: "(";
  margin: 0 0 2px 0;
+
    font-weight: normal;
  padding: 0 0.5em;
+
  border: 1px solid #DDDDF7;
+
  border-left: 10px solid #DDDDF7;
+
  background-color: #FFFFFF;
+
 
}
 
}
 
+
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
fieldset.rcoptions {
+
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
  padding-bottom: 0.5em;
+
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
 +
    content: ")";
 +
    font-weight: normal;
 
}
 
}
 
+
/* For IE8 */
/* Apparence de [[MediaWiki:Noarticletext]] */
+
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
 
+
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
div.noarticletext {
+
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
  background: #F9F9F9;
+
    content: ")";
  margin-top: 1em;
+
    font-weight: normal;
  width: auto;
+
  padding: 5px;
+
  border: 1px solid #aaa;
+
  border-right: 2px solid #aaa;
+
  border-bottom: 2px solid #aaa;
+
 
}
 
}
 
+
/* Put numbers in front of ordered list items */
/* Formulaire des pages d'historique */
+
.hlist.hnum ol {
 
+
    counter-reset: list-item;
#mw-history-search {
+
  border-color: #aaa;
+
 
}
 
}
 
+
.hlist.hnum ol > li {
/**
+
    counter-increment: list-item;
* DAMIER SUR LES IMAGES
+
*/
+
 
+
/**
+
* Place un damier de vérification en arrière-plan dans la page de description
+
* de l'image, visible seulement en cas d'image transparente ou semi-transparente.
+
*/
+
 
+
#file img {
+
  background: url('//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png');
+
 
}
 
}
 
+
.hlist.hnum ol > li:before {
/**
+
    content: counter(list-item) " ";
* VERSION IMPRIMABLE
+
*/
+
 
+
/**
+
* Ne pas afficher le lien complet des URL externes sur la version imprimable
+
*  (à faire manuellement, grâce à class="plainlinksneverexpand").
+
*/
+
 
+
.plainlinksneverexpand a.external.text:after {
+
  display: none !important;
+
 
}
 
}
 
+
.hlist.hnum dd ol > li:first-child:before,
.plainlinksneverexpand a.external.autonumber:after {
+
.hlist.hnum dt ol > li:first-child:before,
  display: none !important;
+
.hlist.hnum li ol > li:first-child:before {
 +
    content: "(" counter(list-item) " ";
 
}
 
}
  
/**
+
/* Unbulleted lists */
* Réserver un contenu à l'impression (display rétabli dans MediaWiki:Print.css)
+
.plainlist ul {
* utilisé pour les entrées de ref group.
+
    line-height: inherit;
*/
+
    list-style: none none;
 
+
    margin: 0;
.printcssonly {
+
  display: none;
+
 
}
 
}
 
+
.plainlist ul li {
/* Supprimer la flèche de lien externe pour ces liens. */
+
    margin-bottom: 0;
 
+
.plainlinksneverexpand a {
+
  background: none !important;
+
  padding: 0 !important;
+
 
}
 
}
  
/**
+
/* Default style for navigation boxes */
* TALKPAGEHEADER: message-système des sous-pages de discussion
+
.navbox {                    /* Navbox container style */
*/
+
    border: 1px solid #aaa;
 
+
    width: 100%;
/* classe .fieldsetlike etc. pour permettre la réutilisation de ces styles  */
+
    margin: auto;
 
+
    clear: both;
#talkpageheader,
+
    font-size: 88%;
.fieldsetlike {
+
    text-align: center;
  text-align: center;
+
    padding: 1px;
  border: 1px solid #aaa;
+
  margin: 1em 0;
+
  padding: 0 0 0.4em 0;
+
 
}
 
}
 
+
.navbox-inner,
#talkpageheader #talkpageheadertitle,
+
.navbox-subgroup {
.fieldsetlike .legendlike {
+
    width: 100%;
  margin-top: -0.8em
+
 
}
 
}
 
+
.navbox-group,
#talkpageheader #talkpageheadertitletext,
+
.navbox-title,
.fieldsetlike .legendtextlike {
+
.navbox-abovebelow {
  padding: 0 8px;
+
    padding: 0.25em 1em;      /* Title, group and above/below styles */
  background: white;
+
    line-height: 1.5em;
 +
    text-align: center;
 
}
 
}
 
+
th.navbox-group {             /* Group style */
#talkpageheader ul,
+
    white-space: nowrap;
.fieldsetlike ul {
+
    /* @noflip */
  list-style-type: none;
+
    text-align: right;
  margin: 0;
+
 
}
 
}
 
+
.navbox,
#talkpageheader li,
+
.navbox-subgroup {
.fieldsetlike li {
+
    background: #fdfdfd;      /* Background color */
  display: inline
+
 
}
 
}
 
+
.navbox-list {
#talkpageheader li {
+
    line-height: 1.8em;
  color: #707070
+
    border-color: #fdfdfd;    /* Must match background color */
 
}
 
}
 
+
.navbox th,
/* CATEGORIES CACHEES */
+
.navbox-title {
 
+
    background: #ccccff;     /* Level 1 color */
#mw-hidden-catlinks {
+
  font-size: 0.85em;
+
 
}
 
}
 
+
.navbox-abovebelow,
/* * MODÈLES ET PERSONNALISATION * */
+
th.navbox-group,
 
+
.navbox-subgroup .navbox-title {
/* HOMONYMIE */
+
    background: #ddddff;     /* Level 2 color */
 
+
/* Classe servant à personnaliser l'apparence des liens vers les pages d'homonymie. */
+
 
+
.homonymie {
+
  padding-left: 2em;
+
  padding-bottom: .5em;
+
  margin-bottom: .5em;
+
  margin-top: -0.6em;
+
  background: white;
+
  font-style: italic;
+
  border-bottom: 1px #AAA solid;
+
 
}
 
}
 
+
.navbox-subgroup .navbox-group,
/* ICÔNES */
+
.navbox-subgroup .navbox-abovebelow {
 
+
    background: #e6e6ff;      /* Level 3 color */
/* Icônes en tête de pages pour les AdQ, les BA, etc. */
+
 
+
.portlet li,
+
li.IW {
+
  list-style-image: url('//upload.wikimedia.org/wikipedia/en/1/18/Monobook-bullet.png');
+
 
}
 
}
 
+
.navbox-even {
li.AdQ {
+
    background: #f7f7f7;      /* Even row striping */
  list-style-image: url('//upload.wikimedia.org/wikipedia/commons/4/4c/Icone_AdQ.png');
+
 
}
 
}
 
+
.navbox-odd {
li.BA {
+
    background: transparent;  /* Odd row striping */
  list-style-image: url('//upload.wikimedia.org/wikipedia/commons/8/86/Icone_BA.png');
+
 
}
 
}
 
+
table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
li.PdQ {
+
    margin-top: -1px;          /* (doesn't work for IE6, but that's okay)       */
  list-style-image: url('//upload.wikimedia.org/wikipedia/commons/4/4c/Icone_AdQ.png');
+
 
}
 
}
 
+
.navbox .hlist td dl,
/* Classe pour afficher un icône de haut-parleur à gauche des liens audio. Utilisé par [[Modèle:Audio]], importé de WP:en */
+
.navbox .hlist td ol,
 
+
.navbox .hlist td ul,
.audio a {
+
.navbox td.hlist dl,
  background: url('//upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png') center left no-repeat !important;
+
.navbox td.hlist ol,
  padding-left: 16px !important;
+
.navbox td.hlist ul {
  padding-right: 0 !important;
+
    padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
 
}
 
}
 
+
ol + table.navbox,
/* [[Modèle:Indication de langue]] et [[Modèle:Lien]] */
+
ul + table.navbox {
 
+
    margin-top: 0.5em;       /* Prevent lists from clinging to navboxes */
.indicateur-langue {
+
  font-family: monospace;
+
  font-weight: bold;
+
  font-size: small;
+
  font-style: normal;
+
 
}
 
}
  
/* ÉCRITURES NON LATINES */
+
/* Default styling for Navbar template */
 
+
.navbar {
/* Taille et famille des polices pour les écritures non-latines ; voir aussi [[modèle:Lang]]. */
+
    display: inline;
 
+
    font-size: 88%;
/* Écriture grecque, pour les langues : grec moderne (monotonique), grec ancien (polytonique) */
+
    font-weight: normal;
 
+
:lang(grc),
+
:lang(el) {
+
  font-family: 'Arial Unicode MS', 'DejaVu Sans', Athena, Gentium, 'Palatino Linotype', "Lucida Sans Unicode", "Lucida Grande", Code2000, sans-serif;
+
 
}
 
}
 
+
.navbar ul {
/* écriture thaïe, pour la langue : thaï  */
+
    display: inline;
 
+
    white-space: nowrap;
:lang(th) {
+
  font-family: "Segoe UI", Tahoma, sans-serif;
+
 
}
 
}
 
+
.navbar li {
/* CHIFFRES ROMAINS */
+
    word-spacing: -0.125em;
 
+
}
/* Affichage des chiffres romains, voir [[modèle:Rom]] ou [[modèle:Romain]]. */
+
.navbar.mini li span {
 
+
.romain {
+
  text-transform: lowercase;
+
 
   font-variant: small-caps;
 
   font-variant: small-caps;
 
}
 
}
 
+
/* Navbar styling when nested in infobox and navbox */
/* TAILLE DES FORMULES DE MATHS */
+
.infobox .navbar {
 
+
    font-size: 100%;
.texhtml {
+
  font-size: 120%;
+
 
}
 
}
 
+
.navbox .navbar {
/* ALIGNEMENT DES FORMULES DE MATH */
+
    display: block;
 
+
    font-size: 100%;
img.tex.center {
+
  width: auto;
+
  display: block;
+
  margin: 0 auto;
+
 
}
 
}
 
+
.navbox-title .navbar {
img.tex.left {
+
    /* @noflip */
  display: block;
+
    float: left;
  margin-left: 1.6em;
+
    /* @noflip */
 +
    text-align: left;
 +
    /* @noflip */
 +
    margin-right: 0.5em;
 +
    width: 6em;
 
}
 
}
  
/* COULEUR DES LIENS */
+
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
 
+
  in [[MediaWiki:Common.js]] are styled here so they can be customised. */
/* Change la couleur des liens, pour les fonds colorés sombres ; limité aux espaces de nom de discussions,
+
.collapseButton {
  projets (ns-102), portails (ns-100), pages utilisateur (ns-2), et espace Wikipédia (ns-4 : Bistro…) */
+
    /* @noflip */
 
+
    float: right;
body.ns-2 .lienClair a,
+
    font-weight: normal;
body.ns-4 .lienClair a,
+
    /* @noflip */
body.ns-100 .lienClair a,
+
    margin-left: 0.5em;
body.ns-102 .lienClair a,
+
    /* @noflip */
body.ns-talk .lienClair a {
+
    text-align: right;
  color: #A0A0A0;
+
    width: auto;
 
}
 
}
body.ns-2 .lienClair a:hover,
+
/* In navboxes, the show/hide button balances the v·d·e links
body.ns-4 .lienClair a:hover,
+
  from [[Template:Navbar]], so they need to be the same width. */
body.ns-100 .lienClair a:hover,
+
.navbox .collapseButton {
body.ns-102 .lienClair a:hover,
+
    width: 6em;
body.ns-talk .lienClair a:hover {
+
  color: #A0A0A0;
+
  text-decoration: underline;
+
}
+
body.ns-2 .lienClair a:visited,
+
body.ns-4 .lienClair a:visited,
+
body.ns-100 .lienClair a:visited,
+
body.ns-102 .lienClair a:visited,
+
body.ns-talk .lienClair a:visited {
+
  color: #B9B9B9;
+
 
}
 
}
  
/* Lien vers une ébauche */
+
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
 
+
.mw-collapsible-toggle {
a.stub {
+
    font-weight: normal;
  color: #339900;
+
    /* @noflip */
 +
    text-align: right;
 
}
 
}
 
+
.navbox .mw-collapsible-toggle {
a.stub:visited {
+
    width: 6em;
  color: #336600;
+
 
}
 
}
  
/* * NOTES, RÉFÉRENCES, BIBLIOGRAPHIE * */
+
/* Infobox template style */
 
+
.infobox {
/* éviter une trop grande réduction
+
    border: 1px solid #aaa;
de taille de caractères
+
    background-color: #f9f9f9;
dans certaines configurations  */
+
    color: black;
 
+
    /* @noflip */
.references small {
+
    margin: 0.5em 0 0.5em 1em;
  font-size: 1em !important;
+
    padding: 0.2em;
 +
    /* @noflip */
 +
    float: right;
 +
    /* @noflip */
 +
    clear: right;
 +
    /* @noflip */
 +
    text-align: left;
 +
    font-size: 88%;
 +
    line-height: 1.5em;
 
}
 
}
 
+
.infobox caption {
/* CROCHETS */
+
    font-size: 125%;
 
+
    font-weight: bold;
/* Par défaut, cacher les crochets autour des notes. */
+
 
+
.cite_crochet {
+
  display: none;
+
 
}
 
}
 
+
.infobox td,
/* Pour que « Note 1 » ne soit ni sécable, ni en gras, ni en italique */
+
.infobox th {
 
+
    vertical-align: top;
sup.reference {
+
  font-weight: normal;
+
  font-style: normal;
+
  white-space: nowrap;
+
 
}
 
}
 
+
.infobox.bordered {
 
+
    border-collapse: collapse;
/* Interligne */
+
 
+
/* Éviter d'obtenir un interlignage de taille variable. */
+
 
+
.reference,
+
.exposant {
+
  vertical-align: text-top;
+
  position: relative;
+
  font-size: .8em;
+
  top: -5px;
+
 
}
 
}
 
+
.infobox.bordered td,
.reference-text sup  {
+
.infobox.bordered th {
  vertical-align: text-top;
+
    border: 1px solid #aaa;
  position: relative;
+
  font-size: 0.75em;
+
  top: -0.1em;
+
 
}
 
}
 
+
.infobox.bordered .borderless td,
.reference {
+
.infobox.bordered .borderless th {
  padding-left: 1px;
+
    border: 0;
 
}
 
}
  
ol.references > li {
+
.infobox.sisterproject {
  text-align: left;
+
    width: 20em;
 +
    font-size: 90%;
 
}
 
}
  
small.cachelinks,
+
.infobox.standard-talk {
small.cachelinks a {
+
    border: 1px solid #c0c090;
  color: #36B;
+
    background-color: #f8eaba;
 
}
 
}
 
+
.infobox.standard-talk.bordered td,
/* https://bugs.webkit.org/show_bug.cgi?id=14691  */
+
.infobox.standard-talk.bordered th {
 
+
     border: 1px solid #c0c090;
@media screen and (-webkit-min-device-pixel-ratio:0) {
+
    ol.references sup.exposant {
+
     position: static;
+
    vertical-align: super;
+
  }
+
 
}
 
}
  
/* Numérotations différentes des appels de notes */
+
/* styles for bordered infobox with merged rows */
 
+
.infobox.bordered .mergedtoprow td,
.references-small.lower-alpha ol {
+
.infobox.bordered .mergedtoprow th {
  list-style-type: lower-alpha;
+
    border: 0;
 +
    border-top: 1px solid #aaa;
 +
    /* @noflip */
 +
    border-right: 1px solid #aaa;
 
}
 
}
  
.references-small.lower-greek ol {
+
.infobox.bordered .mergedrow td,
  list-style-type: lower-greek;
+
.infobox.bordered .mergedrow th {
 +
    border: 0;
 +
    /* @noflip */
 +
    border-right: 1px solid #aaa;
 
}
 
}
  
.references-small.decimal ol {
+
/* Styles for geography infoboxes, eg countries,
  list-style-type: decimal;
+
  country subdivisions, cities, etc.           */
 +
.infobox.geography {
 +
    /* @noflip */
 +
    text-align: left;
 +
    border-collapse: collapse;
 +
    line-height: 1.2em;
 +
    font-size: 90%;
 
}
 
}
  
/* MISE EN ÉVIDENCE */
+
.infobox.geography td,
 
+
.infobox.geography  th {
/** Mise en surbrillance de la note ou de l'ouvrage de référence cliqué
+
    border-top: 1px solid #aaa;
*  pour faciliter la navigation (de en.wikipedia).
+
    padding: 0.4em 0.6em 0.4em 0.6em;
  */
+
 
+
/* Contenu de la note */
+
 
+
ol.references > li:target,
+
.ouvrage:target {
+
  background: #DEF;
+
 
}
 
}
 
+
.infobox.geography .mergedtoprow td,
/* Renvoi */
+
.infobox.geography .mergedtoprow th {
 
+
    border-top: 1px solid #aaa;
sup.reference:target {
+
    padding: 0.4em 0.6em 0.2em 0.6em;
  background: #DEF;
+
 
}
 
}
  
/* /* RÉFÉRENCE NÉCESSAIRE */
+
.infobox.geography .mergedrow td,
 
+
.infobox.geography .mergedrow th {
/* Style des modèles [[modèle:Référence nécessaire]] et [[modèle:Citation nécessaire]]. */
+
    border: 0;
 
+
    padding: 0 0.6em 0.2em 0.6em;
span.need_ref {
+
  border-bottom: 1px solid #AAA;
+
 
}
 
}
  
div.need_ref {
+
.infobox.geography .mergedbottomrow td,
  border: 1px solid #AAA;
+
.infobox.geography .mergedbottomrow th {
  padding: .5em;
+
    border-top: 0;
 +
    border-bottom: 1px solid #aaa;
 +
    padding: 0 0.6em 0.4em 0.6em;
 
}
 
}
  
/* Référence présente */
+
.infobox.geography .maptable td,
 
+
.infobox.geography .maptable th {
span.ref:hover {
+
    border: 0;
  border-bottom: 1px solid #AAA;
+
    padding: 0;
 
}
 
}
  
/* NORMES BIBLIOGRAPHIQUES */
+
/* Normal font styling for table row headers with scope="row" tag */
 
+
.wikitable.plainrowheaders th[scope=row] {
/* Gestion automatique de l’ISBN par MediaWiki. */
+
    font-weight: normal;
 
+
    /* @noflip */
.mw-magiclink-isbn {
+
    text-align: left;
  white-space: nowrap;
+
 
}
 
}
  
/* Mode d'affichage par défaut des données dans l'espace référence. */
+
/* Lists in data cells are always left-aligned */
 
+
.wikitable td ul,
.BibList {
+
.wikitable td ol,
  display: block;
+
.wikitable td dl {
 +
    /* @noflip */
 +
    text-align: left;
 
}
 
}
 
+
/* ...unless they also use the hlist class */
.WikiNorme,
+
.wikitable.hlist td ul,
.BibTeX,
+
.wikitable.hlist td ol,
.ISBD,
+
.wikitable.hlist td dl {
.ISO690,
+
    text-align: inherit;
.specialBib {
+
  display: none;
+
 
}
 
}
  
/* STYLE DE { , } ENTRE LES RÉFÉRENCES */
+
/* Icons for medialist templates [[Template:Listen]],
 
+
  [[Template:Multi-listen_start]], [[Template:Video]],
.cite_virgule {
+
  [[Template:Multi-video_start]] */
  padding-left: 0;
+
div.listenlist {
  padding-right: 1px;
+
    background: url("//upload.wikimedia.org/wikipedia/commons/3/3f/Gnome_speakernotes_30px.png");
 +
    /* @noflip */
 +
    padding-left: 40px;
 
}
 
}
  
/* * BOÎTES ET MESSAGES * */
+
/* Fix for hieroglyphs specificality issue in infoboxes ([[Bugzilla:41869]]) */
 
+
table.mw-hiero-table td {
div.boite-a-droite {
+
    vertical-align: middle;
  display: table;
+
  clear: right;
+
  float: right;
+
  margin: 1em 0 1em 1em;
+
  width: 20em;
+
  position: relative;  /* pour les images manuelles */
+
 
+
  border-style: solid;
+
  border-width: 1px;
+
  padding: 4px;
+
  text-align: left;
+
}
+
.boite-sans-fond {
+
  border-color: #aaa;    /* comme boite-grise */
+
}
+
.boite-grise {    /* identique au sommaire ou plutôt au bandeau de catégorie */
+
  border-color: #aaa;
+
  background-color: #F9F9F9;
+
 
}
 
}
  
/*\
+
/* Style rules for media list templates */
* * TYPES DE BOITES
+
div.medialist {
\*/
+
    min-height: 50px;
 
+
    margin: 1em;
div.bandeau-article {
+
    /* @noflip */
  display: table;
+
    background-position: top left;
  margin: 8px auto 12px;
+
    background-repeat: no-repeat;
  width: 80%;
+
  position: relative;  /* pour les images manuelles */
+
 
+
  border-style: solid;
+
  border-width: 1px 1px 1px 10px;
+
  padding: 2px 10px;
+
  text-align: left;
+
 
}
 
}
 
+
div.medialist ul {
div.bandeau-systeme {
+
    list-style-type: none;
  clear: both;
+
    list-style-image: none;
  display: table;
+
    margin: 0;
  margin: 8px auto;
+
  width: 92%;
+
 
+
  border-style: solid;
+
  border-width: 2px;
+
  padding: 2px 9px;
+
  text-align: left;
+
 
}
 
}
 
+
div.medialist ul li {
div.bandeau-simple {
+
    padding-bottom: 0.5em;
  display: table;
+
  clear: both;
+
  margin: 8px 0;
+
  box-sizing: border-box;
+
  -moz-box-sizing: border-box;
+
  position: relative;  /* pour les images manuelles */
+
+
  border-style: solid;
+
  border-width: 1px;
+
  padding: 2px 10px;
+
+
  /* IE6-7, qui ne comprennent ni table ni border-box et optent donc pour un display block de 100% + paddings + borders, valorisent la deuxième ligne, qu'ils devraient ignorer */
+
  width: 100%;
+
  width: auto !ie;
+
 
}
 
}
 
+
div.medialist ul li li {
div.bandeau-discussion {
+
    font-size: 91%;
  display: table;
+
    padding-bottom: 0;
  margin: 0 auto 1em;
+
  width: 86%;
+
  position: relative;  /* pour les images manuelles */
+
 
+
  border-style: solid;
+
  border-width: 1px;
+
  padding: 2px 10px;
+
  text-align: left;
+
  border-radius: 10px;
+
 
}
 
}
  
div.bandeau-section {
+
/* Change the external link icon to an Adobe icon for all PDF files
  display: block;
+
  in browsers that support these CSS selectors, like Mozilla and Opera */
  /* Pour le [[modèle: Article détaillé]] et autres */
+
div#content a[href$=".pdf"].external,
  margin: 0 0 .7em 2em;
+
div#content a[href*=".pdf?"].external,
  font-size: 95%;
+
div#content a[href*=".pdf#"].external,
  overflow: hidden;
+
div#content a[href$=".PDF"].external,
 
+
div#content a[href*=".PDF?"].external,
  border-style: solid;
+
div#content a[href*=".PDF#"].external,
  border-width: 1px 0;
+
div#mw_content a[href$=".pdf"].external,
  padding: 2px 0 1px 4px;
+
div#mw_content a[href*=".pdf?"].external,
  text-align: left;
+
div#mw_content a[href*=".pdf#"].external,
 +
div#mw_content a[href$=".PDF"].external,
 +
div#mw_content a[href*=".PDF?"].external,
 +
div#mw_content a[href*=".PDF#"].external {
 +
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
 +
    /* @noflip */
 +
    padding-right: 18px;
 
}
 
}
  
/*\
+
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
* * STYLES DE BOITES
+
  is used (notably Template:PDFlink). This works in IE, unlike the above. */
\*/
+
div#content span.PDFlink a,
 
+
div#mw_content span.PDFlink a {
/* Style des bandeaux d'articles, voir [[Wikipédia:Prise de décision/Changement de style des messages d'avertissement]] */
+
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
 
+
    /* @noflip */
.bandeau-niveau-grave {
+
    padding-right: 18px;
  border-color: #aa0044;
+
  background-color: #ffcccc;
+
 
}
 
}
  
.bandeau-niveau-modere {
+
/* Content in columns with CSS instead of tables [[Template:Columns]] */
  border-color: #ff8822;
+
div.columns-2 div.column {
  background-color: #ffeedd;
+
    /* @noflip */
 +
    float: left;
 +
    width: 50%;
 +
    min-width: 300px;
 
}
 
}
/* .bandeau-systeme.bandeau-niveau-modere {   */ /* longs usages… mais pitié, évitons */ /*
+
div.columns-3 div.column {
  border-color: #FF8C00;
+
    /* @noflip */
  background-color: #FAEBD7;
+
    float: left;
} */
+
    width: 33.3%;
 
+
    min-width: 200px;
.bandeau-niveau-ebauche,
+
.bandeau-niveau-information {
+
  border-color: #77ccff;
+
  background-color: #fbfbfb;
+
 
}
 
}
.bandeau-simple.bandeau-niveau-information,
+
div.columns-4 div.column {
.bandeau-discussion.bandeau-niveau-information {    /* dérive de la classe vectorbox */
+
    /* @noflip */
  border-color: #a7d7f9;
+
    float: left;
  background-color: #f5faff;
+
    width: 25%;
 +
    min-width: 150px;
 
}
 
}
.bandeau-niveau-detail,    /* voir [[Wikipédia:Prise de décision/Unification des modèles : article détaillé et Loupe]] */
+
div.columns-5 div.column {
.bandeau-section.bandeau-niveau-information {
+
    /* @noflip */
  border-color: #e7e7e7;
+
    float: left;
  background-color: #fdfdfd;
+
    width: 20%;
 +
    min-width: 120px;
 
}
 
}
  
.bandeau {
+
/* Messagebox templates */
  /* monobookocentré */
+
.messagebox {
  text-align: left;
+
    border: 1px solid #aaa;
  margin: 8px 10% 12px;
+
    background-color: #f9f9f9;
  border-style: solid;
+
    width: 80%;
  border-width: 1px 1px 1px 10px;
+
    margin: 0 auto 1em auto;
  padding: 2px 10px;
+
    padding: .2em;
 
}
 
}
 
+
.messagebox.merge {
.bandeau table {
+
    border: 1px solid #c0b8cc;
  background-color: transparent
+
    background-color: #f0e5ff;
 +
    text-align: center;
 
}
 
}
 
+
.messagebox.cleanup {
.bandeau-icone {
+
    border: 1px solid #9f9fff;
  vertical-align: middle;
+
    background-color: #efefff;
  text-align: center;
+
    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;
 
}
 
 
/*\
 
* * PETITES ICÔNES
 
\*/
 
 
.indentation,    /* pas d'image correspondante */
 
.loupe,          /* loupe, voir le [[modèle : Article détaillé]] */
 
.general,        /* flèche pour le [[modèle : Article principal]] */
 
.accessibilite,  /* symbole handicap, pour le [[modèle : Encart]] */
 
.etoile-or,
 
.etoile-argent,
 
.categorie,      /* symbole du [[modèle : Catégorie principale]] */
 
.biblio,          /* livres pour le [[modèle : Sources de section]] */
 
.recyclage,      /* symbole du [[modèle : Section à recycler]] */
 
.archives,        /* symbole d'archivage */
 
.conflit-edition,
 
.sons,            /* pour le [[modèle : Média externe]] */
 
.videos,          /* pour le [[modèle : Média externe]] */
 
.incomplet,      /* cône de chantier pour le [[modèle : …]] */
 
.sources,        /* livre ouvert du [[modèle : Section à sourcer]] */
 
.important,      /* triangle rouge : mise en garde  */
 
.en-travaux,      /* triangle jaune : en construction */
 
.incubator,
 
.extension,      /* extensions MediaWiki */
 
.wikispecies,
 
.metawiki,
 
.wikiversity,
 
.wikipedia,
 
.wikibooks,
 
.wikinews,
 
.wikiquote,
 
.wikisource,
 
.commons,
 
.wikimedia,
 
.wiktionary,
 
.wikidata,
 
.wikivoyage {
 
  background-repeat: no-repeat;
 
  line-height: 1.5em;
 
  text-indent: 23px;
 
  display: inline-block;
 
}
 
 
.loupe {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/61/Searchtool.svg/15px-Searchtool.svg.png");
 
  background-position: 2px 3px;
 
}
 
.general {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/2d/Nuvola_apps_download_manager2-70%25.svg/15px-Nuvola_apps_download_manager2-70%25.svg.png");
 
  background-position: 2px 3px;
 
}
 
.accessibilite {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/44/Gnome-preferences-desktop-accessibility.svg/18px-Gnome-preferences-desktop-accessibility.svg.png");
 
  background-position: 2px 0;
 
}
 
.etoile-or {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/c/c7/Fairytale_bookmark_gold.png/19px-Fairytale_bookmark_gold.png");
 
  background-position: 1px 1px;
 
}
 
.etoile-argent {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/da/Fairytale_bookmark_silverstar.svg/19px-Fairytale_bookmark_silverstar.svg.png");
 
  background-position: 1px 1px;
 
}
 
.categorie {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/34/Nuvola_apps_kpager.svg/21px-Nuvola_apps_kpager.svg.png");
 
  background-position: 0 0;
 
}
 
.biblio {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Books-aj.svg_aj_ashton_01.svg/20px-Books-aj.svg_aj_ashton_01.svg.png");
 
  background-position: 2px 2px;
 
}
 
.recyclage {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/ed/Recycle002.svg/20px-Recycle002.svg.png");
 
  background-position: 1px 1px;
 
}
 
.archives {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/94/Filing_cabinet_icon.svg/21px-Filing_cabinet_icon.svg.png");
 
  background-position: 0 1px;
 
}
 
.conflit-edition {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Acces_interdit_access_forbidden.svg/22px-Acces_interdit_access_forbidden.svg.png");
 
  background-position: 0 3px;
 
}
 
.sons {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/44/Nuvola_apps_arts.png/18px-Nuvola_apps_arts.png");
 
  background-position: 1px 1px;
 
}
 
.videos {
 
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Nuvola_apps_kaboodle.svg/18px-Nuvola_apps_kaboodle.svg.png");
 
  background-position: 1px 1px;
 
}
 
.incomplet {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Fairytale_waring.png/16px-Fairytale_waring.png");
 
  background-position: 2px 3px;
 
}
 
.sources {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/64/Question_book-4.svg/20px-Question_book-4.svg.png");
 
  background-position: 1px 4px;
 
}
 
.important {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/f7/Nuvola_apps_important.svg/19px-Nuvola_apps_important.svg.png");
 
  background-position: 1px 2px;
 
}
 
.en-travaux {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/81/Under_contruction_icon-yellow.svg/20px-Under_contruction_icon-yellow.svg.png");
 
  background-position: 1px 2px;
 
}
 
.incubator {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/0/02/Incubator-notext.svg/15px-Incubator-notext.svg.png");
 
  background-position: 3px 1px;
 
}
 
.extension {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/bb/MediaWiki-notext.svg/21px-MediaWiki-notext.svg.png");
 
  background-position: 0 4px;
 
}
 
.wikispecies {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/17px-Wikispecies-logo.svg.png");
 
  background-position: 1px 0;
 
}
 
.wikisource {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/17px-Wikisource-logo.svg.png");
 
  background-position: 1px 1px;
 
}
 
.wikipedia {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/63/Wikipedia-logo.png/19px-Wikipedia-logo.png");
 
  background-position: 1px 0;
 
}
 
.wikibooks {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/19px-Wikibooks-logo.svg.png");
 
  background-position: 1px 1px;
 
}
 
.metawiki {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/18px-Wikimedia_Community_Logo.svg.png");
 
  background-position: 1px 1px;
 
}
 
.wikiversity {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/91/Wikiversity-logo.svg/20px-Wikiversity-logo.svg.png");
 
  background-position: 0 2px;
 
}
 
.wiktionary {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Wiktprintable_without_text.svg/20px-Wiktprintable_without_text.svg.png");
 
  background-position: 0 1px;
 
}
 
.wikinews {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/20px-Wikinews-logo.svg.png");
 
  background-position: 0 5px;
 
}
 
.wikiquote {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/16px-Wikiquote-logo.svg.png");
 
  background-position: 2px 1px;
 
}
 
.commons {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons-logo.svg/14px-Commons-logo.svg.png");
 
  background-position: 3px 0;
 
}
 
.wikimedia {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/81/Wikimedia-logo.svg/20px-Wikimedia-logo.svg.png");
 
  background-position: 0 0;
 
}
 
.wikidata {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/22px-Wikidata-logo.svg.png");
 
  background-position: 0 5px;
 
}
 
.wikivoyage {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Wikivoyage-logo.svg/19px-Wikivoyage-logo.svg.png");
 
  background-position: 1px 1px;
 
}
 
 
/*\
 
* * GROSSES ICÔNES
 
\*/
 
 
.grosse-icone {
 
  display: table-cell;
 
  vertical-align: middle;
 
 
  padding-left: 60px;
 
  background-repeat: no-repeat;
 
  background-position: 3px center;
 
  text-indent: 0;    /* Certaines icones ont une version « en ligne ». */
 
 
  min-height: 54px;
 
  /* IE6-7, qui ne comprennent pas table-cell et optent donc pour un display block, valorisent la deuxième ligne, qu'ils devraient ignorer */
 
  height: 54px;
 
  height: auto !ie;
 
}
 
 
.grosse-icone.etoile-or {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/c/c7/Fairytale_bookmark_gold.png/40px-Fairytale_bookmark_gold.png");
 
}
 
.grosse-icone.etoile-argent {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/da/Fairytale_bookmark_silverstar.svg/40px-Fairytale_bookmark_silverstar.svg.png");
 
}
 
.grosse-icone.archives {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/94/Filing_cabinet_icon.svg/48px-Filing_cabinet_icon.svg.png");
 
}
 
.grosse-icone.ancienne-version {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock_and_warning.svg/46px-Clock_and_warning.svg.png");
 
}
 
.grosse-icone.maintenance {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a3/Tools_nicu_buculei_01.svg/46px-Tools_nicu_buculei_01.svg.png");
 
}
 
.grosse-icone.protection-admin {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Crystal_Clear_action_lock1.png/46px-Crystal_Clear_action_lock1.png");
 
}
 
.grosse-icone.semi-protection {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/2b/Crystal_Clear_action_half_lock.png/46px-Crystal_Clear_action_half_lock.png");
 
}
 
.grosse-icone.roue-dentee {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_run.png/46px-Crystal_Clear_action_run.png");
 
}
 
.grosse-icone.conflit-edition {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/86/Passage_pieton_rouge.png/46px-Passage_pieton_rouge.png");
 
}
 
.grosse-icone.titre-protege {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/c/c4/System-lock-screen.svg/46px-System-lock-screen.svg.png");
 
}
 
.grosse-icone.gros-warning {
 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Fairytale_no.png/46px-Fairytale_no.png");
 
}
 
/* 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;
 
}
 
 
/* Classe supplémentaire pour les alertes graves. */
 
 
.grave {
 
  border: 1px solid #F96;
 
}
 
 
 
/* monobookocentré  */
 
 
/* MESSAGEBOX */
 
 
/** Styles des « messagebox » standard. Utilisation :
 
* * class="messagebox" : voir [[modèle:Messagebox]].
 
* * 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;
 
}
 
 
 
.messagebox.standard-talk {
 
.messagebox.standard-talk {
  /* monobookocentré */
+
    border: 1px solid #c0c090;
  border: 1px solid #C0C090;
+
    background-color: #f8eaba;
  background: #F8EABA;
+
    margin: 4px auto;
 
}
 
}
 
+
/* For old WikiProject banners inside banner shells. */
.vectorbox {
+
.mbox-inside .standard-talk,
  width: 85%;
+
.messagebox.nested-talk {
  background: #f5faff;
+
    border: 1px solid #c0c090;
  border: 1px solid #a7d7f9;
+
    background-color: #f8eaba;
  -moz-border-radius: 10px;
+
    width: 100%;
  -webkit-border-radius: 10px;
+
    margin: 2px 0;
  border-radius: 10px;
+
    padding: 2px;
  margin: 0 auto 1em auto; /* centre la box */
+
 
}
 
}
 
+
.messagebox.small {
/* BANDEAUX DE PORTAIL */
+
    width: 238px;
 
+
    font-size: 85%;
/* style par défaut des bandeaux de portail décidés sur
+
    /* @noflip */
  Wikipédia:Prise de décision/Bandeaux de portails
+
    float: right;
  Utilisé dans Modèle:Méta lien vers portails et Modèle:Portail
+
    clear: both;
*/
+
    /* @noflip */
 
+
    margin: 0 0 1em 1em;
#bandeau-portail {
+
    line-height: 1.25em;
  border: solid #AAAAAA 1px;
+
  padding: 4px;
+
  background-color: #F9F9F9;
+
  text-align: center;
+
  margin-top: 1em;
+
  margin-left: 0;
+
  clear: both;
+
 
}
 
}
 
+
.messagebox.small-talk {
#liste-portail {
+
    width: 238px;
  padding: 4px;
+
    font-size: 85%;
  margin-left: 0;
+
    /* @noflip */
  clear: both;
+
    float: right;
 +
    clear: both;
 +
    /* @noflip */
 +
    margin: 0 0 1em 1em;
 +
    line-height: 1.25em;
 +
    background: #F8EABA;
 
}
 
}
  
#liste-portail li {
+
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
   display: inline
+
th.mbox-text, td.mbox-text /* The message body cell(s) */
 +
    border: none;
 +
    /* @noflip */
 +
    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 */
#bandeau-portail li {
+
    border: none;
  display: inline;
+
    /* @noflip */
 +
    padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
 +
    text-align: center;
 
}
 
}
 
+
td.mbox-imageright {           /* The right image cell */
.bandeau-portail-element {
+
    border: none;
  white-space: nowrap;
+
    /* @noflip */
  margin: auto 1.5em;
+
    padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
 +
    text-align: center;
 
}
 
}
 
+
td.mbox-empty-cell {           /* An empty narrow cell */
.bandeau-portail-icone {
+
    border: none;
  margin-right: 0.5em;
+
    padding: 0px;
 +
    width: 1px;
 
}
 
}
  
.bandeau-portail-texte {
+
/* Article message box styles */
  font-weight: bold;
+
table.ambox {
 +
    margin: 0px 10%;                  /* 10% = Will not overlap with other elements */
 +
    border: 1px solid #aaa;
 +
    /* @noflip */
 +
    border-left: 10px solid #1e90ff;  /* Default "notice" blue */
 +
    background: #fbfbfb;
 
}
 
}
 
+
table.ambox + table.ambox {      /* Single border between stacked boxes. */
/* BOÎTES POUR EXEMPLES */
+
    margin-top: -1px;
 
+
/* 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;
+
 
}
 
}
 
+
.ambox th.mbox-text,
/* BOÎTES D'AVANCEMENT */
+
.ambox td.mbox-text {            /* The message body cell(s) */
 
+
    padding: 0.25em 0.5em;      /* 0.5em left/right */
/* Pour les boites d'avancement, voir [[modèle:Avancement]]. */
+
 
+
.avance_boite {
+
  position: relative;
+
  margin: 0;
+
  padding: 0;
+
  width: 100px;
+
  height: 16px;
+
  background: #D3D3D3;
+
  border: solid 1px gray;
+
 
}
 
}
 
+
.ambox td.mbox-image {           /* The left image cell */
.avance_barre {
+
    /* @noflip */
  position: relative;
+
    padding: 2px 0 2px 0.5em;   /* 0.5em left, 0px right */
  margin: 0;
+
  padding: 0;
+
  height: 100%;
+
  background: #A0A0FF;
+
  border: 0;
+
  vertical-align: middle;
+
 
}
 
}
 
+
.ambox td.mbox-imageright {     /* The right image cell */
.avance_texte {
+
    /* @noflip */
  position: absolute;
+
    padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
  top: 50%;
+
  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 */
+
table.ambox-notice {
 
+
    /* @noflip */
/** Standardisation de quelques messages systèmes :
+
    border-left: 10px solid #1e90ff;   /* Blue */
*  * class="mw-alerte" : bandeaux d'alerte comme [[MediaWiki:Editinginterface]].
+
*  * class="mw-toolbox" : boîtes à outils comme sur [[MediaWiki:Sp-contributions-footer]].
+
*
+
*/
+
 
+
/* Bandeau jaune / rouge en cas de retard de la base de données. */
+
 
+
div.mw-lag-warn-normal,
+
div.mw-lag-warn-high {
+
  text-align: left !important;
+
  width: 50% !important;
+
 
}
 
}
 
+
table.ambox-speedy {
/* suppression du message avertissant du lag de 1 seconde dans la liste de suivi */
+
    /* @noflip */
 
+
    border-left: 10px solid #b22222;    /* Red */
.mw-lag-warn-normal {
+
    background: #fee;                   /* Pink */
  display: none;
+
 
}
 
}
 
+
table.ambox-delete {
/* Messages d'alerte */
+
    /* @noflip */
 
+
    border-left: 10px solid #b22222;   /* Red */
.mw-alerte {
+
  width: 100%;
+
  clear: both;
+
  background: #FAEBD7;
+
  border: 2px solid #FF8C00;
+
 
}
 
}
 
+
table.ambox-content {
/* Boîtes à outils */
+
    /* @noflip */
 
+
    border-left: 10px solid #f28500;   /* Orange */
.mw-toolbox {
+
  /* monobookocentré */
+
  font-size: 90%;
+
  background: #F8F8F8;
+
  border: 1px solid #B8B8B8;
+
  padding: .25em 1em .25em 1em;
+
  clear: both;
+
 
}
 
}
 
+
table.ambox-style {
/* BOÎTES DÉROULANTES */
+
    /* @noflip */
 
+
    border-left: 10px solid #f4c430;    /* Yellow */
/* 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%;
+
 
}
 
}
 
+
table.ambox-move {
/* monobookocentré début  */
+
    /* @noflip */
 
+
    border-left: 10px solid #9932cc;    /* Purple */
  div.NavFrame + div.NavFrame {
+
  border-top-style: hidden
+
 
}
 
}
 
+
table.ambox-protection {
div.NavPic {
+
    /* @noflip */
  background: #FFF;
+
    border-left: 10px solid #bba;       /* Gray-gold */
  margin: 0;
+
  padding: 2px;
+
  float: left;
+
 
}
 
}
  
div.NavFrame div.NavHead {
+
/* Image message box styles */
  height: 1.6em;
+
table.imbox {
  font-weight: bold;
+
    margin: 4px 10%;
  font-size: 100%;
+
    border-collapse: collapse;
  background: #EFEFEF;
+
    border: 3px solid #1e90ff;   /* Default "notice" blue */
 +
    background: #fbfbfb;
 
}
 
}
 
+
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
div.NavFrame p,
+
    margin: 0 -0.5em;      /* 0.9 - 0.5 = 0.4em left/right.        */
div.NavFrame div.NavContent,
+
    display: block;        /* Fix for webkit to force 100% width.  */
div.NavFrame div.NavContent p {
+
  font-size: 100%;
+
 
}
 
}
 
+
.mbox-inside .imbox {       /* For imboxes inside other templates.  */
div.NavEnd {
+
    margin: 4px;
  margin: 0;
+
  padding: 0;
+
  line-height: 1px;
+
  clear: both;
+
 
}
 
}
  
/* monobookocentré fin  */
+
table.imbox-notice {
 
+
    border: 3px solid #1e90ff;   /* Blue */
/* 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.imbox-speedy {
  table.navbox th {
+
    border: 3px solid #b22222;   /* Red */
  background: #CCF;
+
    background: #fee;             /* Pink */
  padding-left: 1em;
+
  padding-right: 1em;
+
 
}
 
}
 
+
table.imbox-delete {
  table.navbox td.group {
+
    border: 3px solid #b22222;   /* Red */
  background: #DDF;
+
  vertical-align: middle;
+
  width: 150px;
+
  padding-left: 1em;
+
  padding-right: 1em;
+
  font-weight: bold;
+
 
}
 
}
 
+
table.imbox-content {
  table.navbox td.list {
+
    border: 3px solid #f28500;    /* Orange */
  text-align: left
+
 
}
 
}
 
+
table.imbox-style {
  table.navbox td.even {
+
    border: 3px solid #f4c430;    /* Yellow */
  background: #EEF
+
 
}
 
}
 
+
table.imbox-move {
  table.navbox td.banner {
+
    border: 3px solid #9932cc;   /* Purple */
  background: #DDF;
+
  vertical-align: middle;
+
  padding-left: 1em;
+
  padding-right: 1em;
+
 
}
 
}
 
+
table.imbox-protection {
/* Modèle de palettes groupées, [[Modèle:Palette]] */
+
    border: 3px solid #bba;       /* Gray-gold */
 
+
div.navbox_group {
+
  border: 1px solid #aaaaaa;
+
  margin-top: 15px;
+
 
}
 
}
 
+
table.imbox-license {
  div.navbox_group table.navbox {
+
    border: 3px solid #88a;       /* Dark gray */
  border: 0;
+
    background: #f7f8ff;         /* Light gray */
  margin: 0;
+
 
}
 
}
 
+
table.imbox-featured {
/* Liens de masquage/affichage : [[Modèle:Boîte déroulante]] et [[Modèle:Méta palette de navigation]] */
+
    border: 3px solid #cba135;   /* Brown-gold */
 
+
.navboxToggle,
+
.NavToggle {
+
  font-size: 90%;
+
  font-weight: normal;
+
  float: right !important;
+
  min-width: 6em;
+
 
}
 
}
  
/* Styles pour [[Modèle:Animation]] */
+
/* Category message box styles */
 
+
table.cmbox {
.diaporamaControl img {
+
    margin: 3px 10%;
  background-color: white;
+
    border-collapse: collapse;
  border: 1px solid #DDDDDD;
+
    border: 1px solid #aaa;
 +
    background: #DFE8FF;    /* Default "notice" blue */
 
}
 
}
  
.diaporamaControl .ScrollBar {
+
table.cmbox-notice {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Round_Edge.png/5px-Round_Edge.png");
+
    background: #D8E8FF;    /* Blue */
  background-position: top;
+
  background-repeat: repeat-x;
+
 
}
 
}
 
+
table.cmbox-speedy {
.diaporamaControl .ScrollBarContainer {
+
    margin-top: 4px;
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Round_Edge_bis.png/5px-Round_Edge_bis.png");
+
    margin-bottom: 4px;
  background-position: top;
+
    border: 4px solid #b22222;    /* Red */
  background-repeat: repeat-x;
+
    background: #FFDBDB;         /* Pink */
 
}
 
}
 
+
table.cmbox-delete {
.diaporama .magnify {
+
    background: #FFDBDB;   /* Red */
  display: none;
+
 
}
 
}
 
+
table.cmbox-content {
.diaporama select {
+
    background: #FFE7CE;   /* Orange */
  font-size: 12px;
+
 
}
 
}
 
+
table.cmbox-style {
/* Fin styles pour [[Modèle:Animation]] */
+
    background: #FFF9DB;    /* Yellow */
 
+
/* * 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 th,
+
table.wikitable td {
+
  padding: 0.3em;
+
 
}
 
}
 
+
table.cmbox-move {
.wikitable th[scope=row] {
+
    background: #E4D8FF;   /* Purple */
  text-align: left;
+
 
}
 
}
 
+
table.cmbox-protection {
/** Alignement du tableau : flottant à droite ou à gauche, ou centré. On peut aligner à droite ou à gauche
+
    background: #EFEFE1;    /* Gray-gold */
*  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,
+
/* Other pages message box styles */
table.right {
+
table.ombox {
  float: right;
+
    margin: 4px 10%;
  margin: 0 0 1em 1em;
+
    border-collapse: collapse;
 +
    border: 1px solid #aaa;      /* Default "notice" gray */
 +
    background: #f9f9f9;
 
}
 
}
  
table.centre,
+
table.ombox-notice {
table.center {
+
    border: 1px solid #aaa;       /* Gray */
  margin: 1em auto;
+
 
}
 
}
 
+
table.ombox-speedy {
/* Pour les cas où le code de l'article contienne un paramètre align de valeur center */
+
    border: 2px solid #b22222;    /* Red */
 
+
    background: #fee;             /* Pink */
table.wikitable[align=center] {
+
  margin: 1em auto;
+
 
}
 
}
 
+
table.ombox-delete {
/* ALTERNANCE */
+
    border: 2px solid #b22222;    /* Red */
 
+
/** Classes permettant d'alterner les couleurs de ligne
+
*  dans les tableaux selon le nombre de lignes d'en-tête :
+
*.alternance si nombre impair
+
*.alternance2 si nombre pair.
+
*
+
*.odd est un be kind to IE<9 qui n'implémente pas
+
*  le sélecteur :nth-child, appliquée via Common.js
+
*
+
*.sortable : les tableaux triables nécessitent d'inverser
+
* l'alternance.
+
*/
+
 
+
.alternance,
+
.alternance2 {
+
  border-collapse: collapse;
+
 
}
 
}
 
+
table.ombox-content {
table.alternance > * > tr > th,
+
    border: 1px solid #f28500;   /* Orange */
table.alternance2 > * > tr > th {
+
background: #e6e6e6;
+
 
}
 
}
 
+
table.ombox-style {
.alternance tr,
+
    border: 1px solid #f4c430;   /* Yellow */
.alternance th[scope="row"] {
+
  background: #fcfcfc;
+
 
}
 
}
 
+
table.ombox-move {
.alternance:not(.sortable) tr:nth-child(odd),
+
    border: 1px solid #9932cc;   /* Purple */
.alternance.sortable      tr:nth-child(even),
+
.alternance:not(.sortable) tr:nth-child(odd) th[scope="row"],
+
.alternance.sortable      tr:nth-child(even) th[scope="row"] {
+
  background: #eeeeee;
+
 
}
 
}
 
+
table.ombox-protection {
.alternance .odd,
+
    border: 2px solid #bba;      /* Gray-gold */
.alternance .odd th[scope="row"] {
+
  /* be kind to IE<9 */
+
  background: #eeeeee;
+
 
}
 
}
  
.alternance2 tr,
+
/* Talk page message box styles */
.alternance2 th[scope="row"] {
+
table.tmbox {
  background: #eeeeee;
+
    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" class ensures that */
.alternance2 tr:nth-child(odd),
+
    margin: 2px 0;              /* this declaration overrides other styles (including mbox-small above)   */
.alternance2 tr:nth-child(odd) th[scope="row"] {
+
    width: 100%;                 /* For Safari and Opera */
  background: #fcfcfc;
+
 
}
 
}
 
+
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
.alternance2 .odd,
+
    line-height: 1.5em;          /* also "nested", so reset styles that are   */
.alternance2 .odd th[scope="row"] {
+
    font-size: 100%;             /* set in "mbox-small" above.                */
  /* be kind to IE<9 */
+
   background: #fcfcfc;
+
 
}
 
}
  
/* INFOBOX */
+
table.tmbox-speedy {
 
+
    border: 2px solid #b22222;    /* Red */
/** Style commun aux infobox ; utiliser :
+
    background: #fee;             /* Pink */
*  * 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;
+
 
}
 
}
 
+
table.tmbox-delete {
/* monobookocentré debut  */
+
    border: 2px solid #b22222;   /* Red */
 
+
.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.tmbox-content {
.infobox th,
+
    border: 2px solid #f28500;   /* Orange */
.infobox td {
+
  vertical-align: middle;
+
  border: 1px solid #AAA;
+
  padding: .2em .2em .2em .5em;
+
 
}
 
}
 
+
table.tmbox-style {
.infobox td {
+
    border: 2px solid #f4c430;   /* Yellow */
  text-align: center;
+
  background: #F9F9F9;
+
 
}
 
}
 
+
table.tmbox-move {
.infobox th {
+
    border: 2px solid #9932cc;   /* Purple */
  font-weight: normal;
+
  text-align: left;
+
 
}
 
}
 
+
table.tmbox-protection,
.infobox .infoboximage {
+
table.tmbox-notice {
  /* emplacement pour les photos et une description */
+
    border: 1px solid #c0c090;    /* Gray-brown */
  background: #FFF;
+
  padding: 0;
+
  margin-top: 0;
+
  color: #000;
+
  text-align: center;
+
 
}
 
}
  
.infobox .infoboxsoustitre {
+
/* Disambig and set index box styles */
  /* sous-titre */
+
table.dmbox {
  color: #000;
+
    clear: both;
  font-weight: bold;
+
    margin: 0.9em 1em;
  font-size: 115%;
+
    border-top: 1px solid #ccc;
  line-height: 2;
+
    border-bottom: 1px solid #ccc;
  text-align: center;
+
    background: transparent;
 
}
 
}
  
.infobox dl {
+
/* Footer and header message box styles */
  clear: both
+
table.fmbox {
 +
    clear: both;
 +
    margin: 0.2em 0;
 +
    width: 100%;
 +
    border: 1px solid #aaa;
 +
    background: #f9f9f9;    /* Default "system" gray */
 
}
 
}
 
+
table.fmbox-system {
.infobox dt {
+
    background: #f9f9f9;
  float: left;
+
  clear: left;
+
  width: 35%;
+
 
}
 
}
 
+
table.fmbox-warning {
.infobox dd {
+
    border: 1px solid #bb7070;  /* Dark pink */
  margin-left: 40%
+
    background: #ffdbdb;        /* Pink */
 
}
 
}
 
+
table.fmbox-editnotice {
 
+
    background: transparent;
/* monobookocentré fin  */
+
 
+
/* TREEVIEW */
+
 
+
/**
+
*  Styles pour listes imbriqués formant une arborescence,
+
*  En particulier utilisés dans le [[modèle : Arbre début]]
+
*/
+
 
+
.treeview ul {
+
  padding: 0;
+
  margin: 0;
+
 
}
 
}
 
+
/* Div based "warning" style fmbox messages. */
.treeview li {
+
div.mw-warning-with-logexcerpt,
  padding: 0;
+
div.mw-lag-warn-high,
  margin: 0;
+
div.mw-cascadeprotectedwarning,
  list-style-type: none;
+
div#mw-protect-cascadeon {
  list-style-image: none;
+
    clear: both;
  zoom: 1; /* BE KIND TO IE6 */
+
    margin: 0.2em 0;
 +
    border: 1px solid #bb7070;
 +
    background: #ffdbdb;
 +
    padding: 0.25em 0.9em;
 
}
 
}
 
+
/* Div based "system" style fmbox messages.
.treeview li li {
+
  Used in [[MediaWiki:Readonly lag]]. */
  background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
+
div.mw-lag-warn-normal,
  padding-left: 20px;
+
div.fmbox-system {
  text-indent: 0.3em;
+
    clear: both;
 +
    margin: 0.2em 0;
 +
    border: 1px solid #aaa;
 +
    background: #f9f9f9;
 +
    padding: 0.25em 0.9em;
 
}
 
}
  
.treeview li li.lastline {
+
/* These mbox-small classes must be placed after all other
  background-position: 0 -5971px
+
  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. */
 +
    /* @noflip */
 +
    clear: right;
 +
    /* @noflip */
 +
    float: right;
 +
    /* @noflip */
 +
    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. */
.treeview li.emptyline > ul {
+
    /* @noflip */
   margin-left: -1px;
+
    margin: 4px 1em 4px 0;
 +
    width: 238px;
 +
    border-collapse: collapse;
 +
    font-size: 88%;
 +
    line-height: 1.25em;
 
}
 
}
  
.treeview li.emptyline > ul > li:first-child {
+
/* Style for compact ambox */
  background-position: 0 9px
+
/* Hide the images */
 +
.compact-ambox table .mbox-image,
 +
.compact-ambox table .mbox-imageright,
 +
.compact-ambox table .mbox-empty-cell {
 +
    display: none;
 
}
 
}
 
+
/* Remove borders, backgrounds, padding, etc. */
/* * PAGES PARTICULIÈRES * */
+
.compact-ambox table.ambox {
 
+
    border: none;
/* Boîte Special:Userlogin */
+
    border-collapse: collapse;
 
+
    background: transparent;
form#userlogin {
+
    margin: 0 0 0 1.6em !important;
  padding: 1em 1em .7em 1em;
+
    padding: 0 !important;
  background: #FFFFE6;
+
    width: auto;
  border: 2px solid #FC6;
+
    display: block;
  color: #000;
+
  margin-right: 2em;
+
 
}
 
}
 
+
body.mediawiki .compact-ambox table.mbox-small-left {
.mw-special-Userlogin #mw-content-text #userlogin {
+
    font-size: 100%;
  width:45%;
+
    width: auto;
  float:left;
+
    margin: 0;
  background:#EFF2FF;
+
 
}
 
}
 
+
/* Style the text cell as a list item and remove its padding */
.mw-special-Userlogin form#userlogin2 .captcha {
+
.compact-ambox table .mbox-text {
  background: #FFFFFF;
+
    padding: 0 !important;
  padding: 5px;
+
    margin: 0 !important;
 
}
 
}
.mw-special-Userlogin #mw-content-text #signupend {
+
.compact-ambox table .mbox-text-span {
  margin-left:50%;
+
    display: list-item;
 +
    line-height: 1.5em;
 +
    list-style-type: square;
 +
    list-style-image: url(//bits.wikimedia.org/skins/common/images/bullet.gif);
 
}
 
}
.mw-special-Userlogin input[type=submit] {
+
.skin-vector .compact-ambox table .mbox-text-span {
  display: inline-block;
+
    list-style-type: circle;
  padding: 0.4065em 1.2195em 0.4065em;
+
    list-style-image: url(//bits.wikimedia.org/skins/vector/images/bullet-icon.png)
  font: bold 1em Arial, sans-serif;
+
  line-height: 1;
+
  color: #3366BB;
+
  text-align: center;
+
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
+
  cursor: pointer;
+
  -webkit-border-radius: 3px;
+
    -moz-border-radius: 3px;
+
          border-radius: 3px;
+
  color: #ffffff;
+
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+
  background-color: #3366bb;
+
  background-image: -ms-linear-gradient(top, #3670c8, #3366bb);
+
  background-image: -moz-linear-gradient(top, #3670c8, #3366bb);
+
  background-image: linear-gradient(#3670c8, #3366bb);
+
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3670c8), color-stop(100%, #3366bb));
+
  background-image: -webkit-linear-gradient(top, #3670c8, #3366bb);
+
  border: 1px #33589f solid;
+
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3670c8', endColorstr='#3366bb', GradientType=0)";
+
      filter: progid:dximagetransform.microsoft.gradient(startColorstr='#3670c8', endColorstr='#3366bb', GradientType=0);
+
 
}
 
}
 
+
/* Allow for hiding text in compact form */
.mw-special-Userlogin input[type=submit]:hover {
+
.compact-ambox .hide-when-compact {
  background-color: #3f77d7;
+
    display: none;
  background-image: -moz-linear-gradient(top, #4c84da, #3f77d7);
+
  background-image: -ms-linear-gradient(top, #4c84da, #3f77d7);
+
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c84da), color-stop(100%, #3f77d7));
+
  background-image: -webkit-linear-gradient(top, #4c84da, #3f77d7);
+
  background-image: linear-gradient(#4c84da, #3f77d7);
+
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c84da', endColorstr='#3f77d7', GradientType=0)";
+
      filter: progid:dximagetransform.microsoft.gradient(startColorstr='#4c84da', endColorstr='#3f77d7', GradientType=0);
+
 
}
 
}
  
.mw-special-Userlogin input[type=submit]:active {
+
/* Remove default styles for [[MediaWiki:Noarticletext]]. */
  background-color: #2a549c;
+
div.noarticletext {
  background-image: -moz-linear-gradient(top, #2d5ea9, #2a549c);
+
    border: none;
  background-image: -ms-linear-gradient(top, #2d5ea9, #2a549c);
+
    background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d5ea9), color-stop(100%, #2a549c));
+
    padding: 0;
  background-image: -webkit-linear-gradient(top, #2d5ea9, #2a549c);
+
  background-image: linear-gradient(#2d5ea9, #2a549c);
+
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d5ea9', endColorstr='#2a549c', GradientType=0)";
+
      filter: progid:dximagetransform.microsoft.gradient(startColorstr='#2d5ea9', endColorstr='#2a549c', GradientType=0);
+
 
}
 
}
  
/* monobookocentré  */
+
/* Bold save button */
 
+
#wpSave {
  form#userlogin table {
+
    font-weight: bold;
  background: #ffffe6;
+
  color: #000;
+
 
}
 
}
  
/* monobookocentré  */
+
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
 
+
.hiddenStructure {
/* ACCUEILS */
+
    display: inline !important;
 
+
    color: #f00;
/* ACCUEIL PRINCIPAL */
+
    background-color: #0f0;
 
+
/* Fond blanc de l'accueil principal */
+
 
+
body.page-Wikipédia_Accueil_principal #content {
+
  background-color: white;
+
}
+
 
+
body.page-Wikipédia_Accueil_principal #p-cactions li a {
+
  background-color: white;
+
}
+
 
+
/* Retire le nom de la page d'accueil */
+
 
+
body.action-view.page-Wikipédia_Accueil_principal #firstHeading {
+
  position: absolute;
+
  top: -5000px;
+
}
+
 
+
/* bandeau accueil  */
+
 
+
#interwiki-listecomplete {
+
  font-weight: bold;
+
 
}
 
}
  
body.page-Wikipédia_Accueil_principal .wbc-editpage {  
+
/* suppress missing interwiki image links where #ifexist cannot
 +
  be used due to high number of requests see .hidden-redlink on
 +
  [[m:MediaWiki:Common.css]] */
 +
.check-icon a.new {
 
     display: none;
 
     display: none;
 +
    speak: none;
 
}
 
}
  
#accueil_titre {
+
/* Removes underlines from certain links */
  margin-top: 1.5em;
+
.nounderlines a,
 +
.IPA a:link, .IPA a:visited {
 +
    text-decoration: none !important;
 
}
 
}
  
 
+
/* Standard Navigationsleisten, aka box hiding thingy
/* monobookocentré */
+
  from .de. Documentation at [[Wikipedia:NavFrame]]. */
 
+
div.NavFrame {
/* ACCUEIL DE LA COMMUNAUTÉ */
+
    margin: 0;
 
+
    padding: 4px;
/* Fond blanc de l'accueil de la communauté */
+
    border: 1px solid #aaa;
 
+
    text-align: center;
body.page-Wikipédia_Accueil_de_la_communauté #content {
+
    border-collapse: collapse;
  background-color: white;
+
    font-size: 95%;
 
}
 
}
 
+
div.NavFrame + div.NavFrame {
body.page-Wikipédia_Accueil_de_la_communauté #p-cactions li a {
+
    border-top-style: none;
  background-color: white;
+
    border-top-style: hidden;
 
}
 
}
 
+
div.NavPic {
/* DIVERS */
+
    background-color: #fff;
 
+
    margin: 0;
.globegris {
+
    padding: 2px;
  background-image: url("//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png");
+
    /* @noflip */
 +
    float: left;
 
}
 
}
 
+
div.NavFrame div.NavHead {
.assistant {
+
    height: 1.6em;
  background-image: url("//upload.wikimedia.org/wikipedia/commons/6/67/Nuvola_apps_khelpcenter_25%25.png");
+
    font-weight: bold;
 +
    background-color: #ccf;
 +
    position: relative;
 
}
 
}
 
+
div.NavFrame p,
.headergris {
+
div.NavFrame div.NavContent,
  /* monobookocentré */
+
div.NavFrame div.NavContent p {
  background: #F0F0F0 url("//upload.wikimedia.org/wikipedia/commons/1/1b/Wikibar2.png") no-repeat right;
+
    font-size: 100%;
  margin: 0;
+
  font-size: 120%;
+
  font-weight: bold;
+
  border: 1px solid #a3b0bf;
+
  text-align: left;
+
  color: #000;
+
  padding: .15em .4em;
+
 
}
 
}
 
+
div.NavEnd {
.cadregris {
+
    margin: 0;
  /* monobookocentré */
+
    padding: 0;
  border: 1px solid #AAA;
+
    line-height: 1px;
  background: #fcfcfc;
+
    clear: both;
  vertical-align: top;
+
  padding: 7px;
+
  margin-bottom: .6em;
+
 
}
 
}
 
+
a.NavToggle {
.accueil_cadre_lien {
+
    position: absolute;
  /* monobookocentré */
+
    top: 0;
  text-align: right;
+
    /* @noflip */
  margin-right: .5em;
+
    right: 3px;
  font-size: xx-small;
+
    font-weight: normal;
 +
    font-size: 90%;
 
}
 
}
  
/* MODÈLES DE COORDONNÉES */
+
/* Hatnotes and disambiguation notices */
 
+
.rellink,
/** Voir [[Modèle:Coord]] pour l'utilité de ces classes.
+
.dablink {
*  Notez que les classes "geo", "longitude", et "latitude" ne sont pas simplement des styles
+
    font-style: italic;
*  mais servent aussi à l'export au Geo microformat, il ne faut pas les renommer.
+
    /* @noflip */
*/
+
    padding-left: 1.6em;
 
+
    margin-bottom: 0.5em;
.geo {}
+
 
+
.geo-default {
+
  display: inline;
+
 
}
 
}
 
+
.rellink i,
.geo-nondefault {
+
.dablink i {
  display: none;
+
    font-style: normal;
 
}
 
}
  
.geo-dms {
+
/* Allow transcluded pages to display in lists rather than a table.
  display: inline;
+
  Compatible in Firefox; incompatible in IE6. */
}
+
.listify td    { display: list-item; }
 +
.listify tr    { display: block; }
 +
.listify table { display: block; }
  
.geo-dec {
+
/* Geographical coordinates defaults. See [[Template:Coord/link]]
  display: inline;
+
  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; }
  
.geo-multi-punct {
+
/* When <div class="nonumtoc"> is used on the table of contents,
  display: none;
+
  the ToC will display without numbers */
 +
.nonumtoc .tocnumber { display: none; }
 +
.nonumtoc #toc ul,
 +
.nonumtoc .toc ul {
 +
    line-height: 1.5em;
 +
    list-style: none none;
 +
    margin: .3em 0 0;
 +
    padding: 0;
 
}
 
}
 
+
.nonumtoc #toc ul ul,
.longitude .latitude {
+
.nonumtoc .toc ul ul {
  white-space: nowrap;
+
    /* @noflip */
 +
    margin: 0 0 0 2em;
 
}
 
}
  
 
+
/* Allow limiting of which header levels are shown in a TOC;
/* TRACÉ DE LIGNES FERROVIAIRES ([[Modèle:3voies]] et cie) */
+
  <div class="toclimit-3">, for instance, will limit to
 
+
  showing ==headings== and ===headings=== but no further
.tablelignesferroviaires td {
+
  (as long as there are no =headings= on the page, which
  white-space: nowrap;
+
  there shouldn't be according to the MoS). */
 +
.toclimit-2 .toclevel-1 ul,
 +
.toclimit-3 .toclevel-2 ul,
 +
.toclimit-4 .toclevel-3 ul,
 +
.toclimit-5 .toclevel-4 ul,
 +
.toclimit-6 .toclevel-5 ul,
 +
.toclimit-7 .toclevel-6 ul {
 +
    display: none;
 
}
 
}
  
/**
+
/* Styling for Template:Quote */
* Infobox V2
+
blockquote.templatequote {
* Voir : [[Utilisateur:Antaya/Infobox V2]]
+
    margin-top: 0;
*/
+
 
+
.infobox_v2 {
+
  /* monobookocentré debut */
+
  background: #f9f9f9;
+
  color: #000;
+
  font-size: 90%;
+
  line-height: 1.1em;
+
  float: right;
+
  clear: right;
+
  /* haut droite bas gauche */
+
  margin: 0 0 .5em 1em;
+
  width: 300px;
+
  border: 1px solid #aaa;
+
  padding: 0.1em;
+
 
}
 
}
 
+
blockquote.templatequote div.templatequotecite {
.infobox_v2 th {
+
    line-height: 1em;
  vertical-align: super;
+
    /* @noflip */
  text-align: left;
+
    text-align: left;
 +
    /* @noflip */
 +
    padding-left: 2em;
 +
    margin-top: 0;
 
}
 
}
 
+
blockquote.templatequote div.templatequotecite cite {
.infobox_v2 .entete {
+
    font-size: 85%;
  height: 45px;
+
  vertical-align: middle;
+
  text-align: center;
+
  font-size: 150%;
+
  font-weight: bolder;
+
  line-height: 1.2em;
+
  color: #000;
+
 
}
 
}
  
.infobox_v2 .media {
+
/* User block messages */
  /* css V2 pour [[Modèle: Son]], etc. */
+
div.user-block {
  height: 35px;
+
    padding: 5px;
  vertical-align: middle;
+
    margin-bottom: 0.5em;
  text-align: center;
+
    border: 1px solid #A9A9A9;
  font-weight: bolder;
+
    background-color: #FFEFD5;
  color: #000;
+
 
}
 
}
  
/* graphiques transparents d'entêtes des infobox V2  */
+
/* Prevent line breaks in silly places:
 
+
   1) Where desired
.entete.defaut {}
+
   2) Links when we don't want them to
.entete.aerostat {
+
   3) Bold "links" to the page itself
  background: url("//upload.wikimedia.org/wikipedia/commons/7/7e/Picto_infobox_aerostat.png")    no-repeat top right;
+
   4) Ref tags with group names <ref group="Note"> --> "[Note 1]" */
}
+
.nowrap,
.entete.artiste {
+
.nowraplinks a,
  background: url("//upload.wikimedia.org/wikipedia/commons/f/f3/Picto_infobox_artiste.png") no-repeat top right;
+
.nowraplinks .selflink,
}
+
sup.reference a {
.entete.artsmartiauxjap {
+
     white-space: nowrap;
  background: url("//upload.wikimedia.org/wikipedia/commons/8/81/Picto_infobox_samourai.png")    no-repeat top right;
+
}
+
.entete.association {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Collaboration_logo_infobox.svg/50px-Collaboration_logo_infobox.svg.png") no-repeat top right;
+
}
+
.entete.athletisme {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/9/99/Picto_Infobox_Athletisme.png")    no-repeat top right;
+
}
+
.entete.auteur {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/1/1e/Picto_infobox_auteur.png")    no-repeat top right;
+
}
+
.entete.basket-ball {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/f/f4/Picto_Infobox_Basketball.png")    no-repeat top right;
+
}
+
.entete.bd {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/2/2c/Picto_infobox_comicballoon.png")    no-repeat top right;
+
}
+
.entete.biere {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/0/04/Picto_infobox_beer.png")      no-repeat top right;
+
}
+
.entete.canada {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/6/6a/Picto_infobox_Canada.png")    no-repeat top right;
+
}
+
.entete.calendrier {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/4/4a/Almanacco.png")        no-repeat top right;
+
}
+
.entete.cardinal {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/0/03/Picto_infobox_cardinal.png")    no-repeat top right;
+
}
+
.entete.chateau {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/5/5c/Picto_infobox_chateau.png")   no-repeat top right;
+
}
+
.entete.catch {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/7/79/Picto_infobox_catch.png")      no-repeat top right;
+
}
+
.entete.cinema {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/e/ea/Picto_infobox_cinema.png")    no-repeat top right;
+
}
+
.entete.communication {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/a/a2/Picto_infobox_antenna.png")    no-repeat top right;
+
}
+
.entete.cyclisme {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/86/Cycling_%28road%29_pictogram.svg/45px-Cycling_%28road%29_pictogram.svg.png") no-repeat top right;
+
}
+
.entete.deportation {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/e/e0/Picto_Infobox_deportation.png")    no-repeat top right;
+
}
+
.entete.disney {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/d/d3/Picto_infobox_Disney.png")    no-repeat top right;
+
}
+
.entete.egypte-antique {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/c/cc/Picto_infobox_ancient_Egypt.png")    no-repeat top right;
+
}
+
.entete.eveque {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/b/b3/Picto_infobox_bishop.png")    no-repeat top right;
+
}
+
.entete.football {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/f/f8/Infobox_Football_pictogram.png")    no-repeat top right;
+
}
+
.entete.footballblack {
+
background: url("//upload.wikimedia.org/wikipedia/commons/8/86/Picto_infobox_fotbal_2.png")    no-repeat top right;
+
}
+
.entete.grappe {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/6/66/Picto_info_grape.png")      no-repeat top right;
+
}
+
.entete.gymnastique {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/thumb/1/12/Gymnastics_%28artistic%29_pictogram.svg/35px-Gymnastics_%28artistic%29_pictogram.svg.png") no-repeat top right;
+
}
+
.entete.helicoptere {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/f/fa/Picto_infobox_helicopter.png")    no-repeat top right;
+
}
+
.entete.hockey {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/e/ee/Picto_Infobox_Ice_hockey.png")    no-repeat top right;
+
}
+
.entete.hockey-sur-gazon {
+
background: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/6b/Field_hockey_pictogram.svg/35px-Field_hockey_pictogram.svg.png")      no-repeat top right;
+
}
+
.entete.humain {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/8/82/Picto_infobox_manwoman.png")    no-repeat top right;
+
}
+
.entete.informatique {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/a/ae/Picto-infoboxinfo.png")      no-repeat top right;
+
}
+
.entete.israel-judaisme {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/a/a5/Picto_infobox_israel-judaisme.png")  no-repeat top right;
+
}
+
.entete.jeu {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/9/90/Picto_infobox_Game.png")      no-repeat top right;
+
}
+
.entete.jeu-role {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/d/d8/Picto_infobox_Jeu_de_rôle.png")   no-repeat top right;
+
}
+
.entete.jeuvideo {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/2/2d/Picto_infobox_gamepad.png")   no-repeat bottom right;
+
}
+
.entete.macintosh {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/2/20/Picto_infobox_Macintosh.png")   no-repeat top right;
+
}
+
.entete.map {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/7/7a/Picto_infobox_map.png")      no-repeat top right;
+
}
+
.entete.medecine {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Picto_infobox_med.png")      no-repeat top right;
+
}
+
.entete.mets {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/a/aa/Picto_infobox_mets.png")      no-repeat top right;
+
}
+
.entete.montreal-metro {
+
  background: url("//upload.wikimedia.org/wikipedia/fr/b/ba/Picto_infobox_Mtl_metro.png")      no-repeat top right;
+
}
+
.entete.montreal-train {
+
  background: url("//upload.wikimedia.org/wikipedia/fr/9/99/Picto_infobox_Mtl_train.png")      no-repeat top right;
+
}
+
.entete.moteur-avion {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/9/9c/Picto_Infobox_moteur_d%27avion.png")  no-repeat top right;
+
}
+
.entete.musee {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/a/ac/Infobox_museum_pictogram.png")    no-repeat top right;
+
}
+
.entete.musique {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/6/60/Picto_infobox_music.png")      no-repeat top right;
+
}
+
.entete.papyrus {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/1/1b/Picto_infobox_papyrus.png")    no-repeat top right;
+
}
+
.entete.paralympique {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/5/5e/Picto_infobox_Paralympics.png")    no-repeat top right;
+
}
+
.entete.persofiction {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/3/37/Picto_infobox_masks.png")     no-repeat top right;
+
}
+
.entete.planeur {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/5/54/Picto_infobox_planeur.png")    no-repeat top right;
+
}
+
.entete.pretendant {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/5/5f/Picto_infobox_pr%C3%A9tendant_%C3%A0_un_tr%C3%B4ne.png") no-repeat top right;
+
}
+
.entete.presse {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Picto_infobox_journal.png")   no-repeat top right;
+
}
+
.entete.projet {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/c/cb/Picto_infobox_tools.png")     no-repeat top right;
+
}
+
.entete.quebec {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/2/21/Picto_infobox_Quebec.png")    no-repeat top right;
+
}
+
.entete.recherche {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/c/c1/Picto_infobox_detective.png")    no-repeat top right;
+
}
+
.entete.rome-antique {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/2/2e/Picto_infobox_Roman_millitary_banner.png") no-repeat top right;
+
}
+
.entete.route {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/e/e7/Infobox_road_pictogram.png")    no-repeat top right;
+
}
+
.entete.rugby {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/0/06/Picto_Infobox_Rugby.png")      no-repeat top right;
+
}
+
.entete.rugbyblack {
+
background: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Rugby_union_pictogram.svg/35px-Rugby_union_pictogram.svg.png")      no-repeat top right;
+
}
+
.entete.science-fiction {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/e/ed/Picto_infobox_fliyingsaucer.png")    no-repeat top right;
+
}
+
.entete.sport {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/8/8e/Picto_infobox_Olympic.png")    no-repeat top right;
+
}
+
.entete.sport-automobile {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/a/af/Picto_infobox_sport_auto.png")    no-repeat top right;
+
}
+
.entete.television {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/a/a6/Picto_infobox_TV-T%26PC.png")          no-repeat top right;
+
}
+
.entete.tennis {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/85/Tennis_pictogram.svg/35px-Tennis_pictogram.svg.png")          no-repeat top right;
+
}
+
.entete.tennis-de-table {
+
background: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Table_tennis_pictogram_white.svg/40px-Table_tennis_pictogram_white.svg.png")      no-repeat top right;
+
}
+
.entete.tennis-de-tableblack {
+
background: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/85/Table_tennis_pictogram.svg/35px-Table_tennis_pictogram.svg.png")      no-repeat top right;
+
}
+
.entete.timbre {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/b/b3/Picto_infobox_Stamps.png")     no-repeat top right;
+
}
+
.entete.train {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/4/44/Picto_infobox_train.png")      no-repeat top right;
+
}
+
.entete.union-europeenne {
+
  background: url("//upload.wikimedia.org/wikipedia/commons/c/c0/Picto_Infobox_Europe.png")    no-repeat top right;
+
 
}
 
}
.entete.universite {
+
/* But allow wrapping where desired: */
  background: url("//upload.wikimedia.org/wikipedia/commons/4/42/Picto_infobox_book.png")      no-repeat top right;
+
.wrap,
 +
.wraplinks a {
 +
    white-space: normal;
 
}
 
}
  
.media.audio {
+
/* For template documentation */
  background: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/35px-Gnome-speakernotes.png") no-repeat top left;
+
.template-documentation {
 +
    clear: both;
 +
    margin: 1em 0 0 0;
 +
    border: 1px solid #aaa;
 +
    background-color: #ecfcf4;
 +
    padding: 1em;
 
}
 
}
  
.media.video {
+
/* Inline divs in ImageMaps (code borrowed from de.wiki) */
  background: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/20/Tango-video-x-generic.png/35px-Tango-video-x-generic.png") no-repeat top left;
+
.imagemap-inline div {
 +
    display: inline;
 
}
 
}
  
/* Pour le [[modèle : Infobox/Géolocalisation multiple]] et le [[modèle : Géolocdual]] */
+
/* Increase the height of the image upload box */
 
+
#wpUploadDescription {
.img_toogle ul {
+
    height: 13em;
  list-style-type: none !important;
+
  list-style-image: none !important;
+
  list-style-position: outside !important;
+
  text-align: center;
+
 
}
 
}
  
/* Fin de la phase de test Infobox V2 */
+
/* Minimum thumb width */
 
+
.thumbinner {
/* monobookocentré fin  */
+
    min-width: 100px;
 
+
/* infobox_V3  */
+
 
+
/* Entête */
+
 
+
div.infobox_v3 {
+
  padding: 5px;
+
  width: 25em;
+
  background: #F9F9F9;
+
  border: 1px solid #AAA;
+
  clear: right;
+
  float: right;
+
  font-size: 0.9em;
+
  line-height: 1.4em;
+
  margin: 0 0 0.5em 1em;
+
  max-width: 325px;
+
  word-wrap: break-word;
+
 
}
 
}
  
.infobox_v3 th[scope="row"] {
+
/* Makes the background of a framed image white instead of gray.
  max-width: 140px;
+
  Only visible with transparent images. */
  word-wrap: normal;
+
div.thumb img.thumbimage {
 +
    background-color: #fff;
 
}
 
}
  
.infobox_v3 th[scope="col"] {
+
/* The backgrounds for galleries. */
  text-align: center !important;
+
div#content .gallerybox div.thumb {
  word-wrap: normal;
+
    /* Light gray padding */
 +
    background-color: #F9F9F9;
 
}
 
}
 
+
/* Put a chequered background behind images, only visible if they have transparency.
.infobox_v3 .entete {
+
  '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
  font-weight: bold;
+
.gallerybox .thumb img {
  text-align: center;
+
    background: #fff url(//bits.wikimedia.org/skins/common/images/Checker-16x16.png) repeat;
  font-size: 1.4em;
+
  line-height: 1.1em;
+
  margin: 0 0 10px 0;
+
  padding: 3px 0;
+
  background-color: #DFEDFF;
+
  border: 2px solid #DFEDFF;
+
 
}
 
}
 
+
/* But not on articles, user pages, portals or with opt-out. */
.infobox_v3 .entete.icon {
+
.ns-0 .gallerybox .thumb img,
  padding: 13px 50px 12px 50px;
+
.ns-2 .gallerybox .thumb img,
  background-position: right center !important;
+
.ns-100 .gallerybox .thumb img,
  border: 0;
+
.nochecker .gallerybox .thumb img {
 +
    background: #fff;
 
}
 
}
  
.infobox_v3.large .entete.icon {
+
/* Category tree styling. Works in conjuction with [[MediaWiki:Categorytree-expand-bullet]],
  padding: 13px 10px 12px 10px;
+
  [[MediaWiki:Categorytree-collapse-bullet]] and [[MediaWiki:Categorytree-empty-bullet]]. */
 +
#mw-subcategories ul {
 +
    list-style: none none;
 +
    margin-left: 0.25em;
 
}
 
}
 
+
.CategoryTreeChildren {
/* tumb  */
+
    margin-left: 1.25em;
 
+
.infobox_v3 .thumbimage {
+
  border: none;
+
  max-width: 99%;
+
  height: auto !important;
+
 
}
 
}
  
.infobox_v3 .thumbinner {
+
/* Prevent floating boxes from overlapping any category listings,
  background-color: transparent;
+
  file histories, edit previews, and edit [Show changes] views. */
  border: none;
+
#mw-subcategories, #mw-pages, #mw-category-media,
  padding: 0 !important;
+
#filehistory, #wikiPreview, #wikiDiff {
 +
    clear: both;
 
}
 
}
  
.infobox_v3 .thumb,
+
body.rtl #mw-articlefeedbackv5, body.rtl #mw-articlefeedback {
.infobox_v3 .thumbinner {
+
    display: block;  /* Override inline block mode */
  display: inline;
+
    margin-bottom: 1em;
 +
    /* @noflip */
 +
    clear: right;    /* Clear any info boxes that stick out */
 +
    /* @noflip */
 +
    float: right;     /* Prevents margin collapsing */
 
}
 
}
  
.infobox_v3 .thumbcaption {
+
/* Toned down styling for update markers on watchlist and history pages. */
  display: none;
+
span.updatedmarker {
 +
    background-color: transparent;
 +
    color: #006400;
 
}
 
}
 
+
.mw-special-Watchlist .mw-changeslist-line-watched .mw-title {
.infobox_v3 .legend {
+
    font-weight:normal;
  font-size: 0.9em;
+
  text-align: center;
+
  margin: 5px 0 8px 0;
+
 
}
 
}
 
+
.mw-special-Watchlist #mw-watchlist-resetbutton {
.infobox_v3 .image2 {
+
    display:none;
  text-align: center;
+
  padding: 5px 0;
+
 
}
 
}
  
.infobox_v3 .image2 div.thumb {
+
/* Selectively hide headers in WikiProject banners */
  display: inline-block;
+
.wpb .wpb-header            { display: none; }
  float: none;
+
.wpbs-inner .wpb .wpb-header { display: block; }    /* for IE */
  margin: 0;
+
.wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */
  vertical-align: middle;
+
.wpbs-inner .wpb-outside    { display: none; }     /* hide things that should only display outside shells */
}
+
  
/* tableaux  */
+
/* Styling for Abuse Filter tags */
 
+
.mw-tag-markers {
.infobox_v3 table {
+
    font-family:sans-serif;
  width: 100%;
+
    font-style:italic;
  margin: 5px 0;
+
    font-size:90%;
  table-layout: fixed;
+
  border-collapse: collapse;
+
 
}
 
}
  
.infobox_v3 th[scope=col].double {
+
/* Hide stuff meant for accounts with special permissions. Made visible again in
  text-align: left;
+
  [[MediaWiki:Group-sysop.css]] and [[MediaWiki:Group-accountcreator.css]]. */
 +
.sysop-show, .accountcreator-show {
 +
    display: none;
 
}
 
}
  
.infobox_v3 th[scope=row] {
+
/* Remove bullets when there are multiple edit page warnings */
  text-align: left;
+
ul.permissions-errors > li {
  vertical-align: super;
+
    list-style: none none;
  padding-right: 10px;
+
  /* width: 30%; */
+
  width: 8em;
+
 
}
 
}
 
+
ul.permissions-errors {
.infobox_v3 th[scope=row],
+
    margin: 0;
.infobox_v3 td {
+
  padding-top: 4px;
+
  vertical-align: super;
+
 
}
 
}
  
.infobox_v3 th[scope=row].middle {
+
/* No linewrap on the labels of the login/signup page */
  vertical-align: middle;
+
body.page-Special_UserLogin .mw-label label,
 +
body.page-Special_UserLogin_signup .mw-label label {
 +
    white-space: nowrap;
 
}
 
}
  
.infobox_v3.bordered th[scope=row],
+
/* Disable the automatic text-size adjust of WebKit on iPhones etc.
.infobox_v3.bordered td {
+
  It scales some text, and not the other. Use none, or fixed percentage instead.
  padding-bottom: 4px;
+
  Use media selector, because defining a value, overwrites platform defaults. */
  border-top: 1px solid #DFEDFF;
+
@media only screen and (max-device-width: 480px) {
 +
    body {
 +
        -webkit-text-size-adjust: none;
 +
    }
 
}
 
}
  
.infobox_v3.bordered caption.bordered {
+
/* Pie chart test: Transparent borders */
  margin: 0 0 -1px 0;
+
.transborder {
 +
    border: solid transparent;
 
}
 
}
 
+
* html .transborder { /* IE6 */
.infobox_v3 td.data {
+
    border: solid #000001;
  text-align: center;
+
    filter: chroma(color=#000001);
 
}
 
}
  
/* titres bloc et caption tableaux  */
+
/* Adjust font for inline HTML generated formulae */
 
+
span.texhtml {
.infobox_v3 p.bloc,
+
    font-family: "Times New Roman", "Nimbus Roman No9 L", Times, serif;
.infobox_v3 p.bordered,
+
    font-size: 118%;
.infobox_v3 caption {
+
    white-space: nowrap;
  font-weight: bold;
+
  text-align: center;
+
  line-height: 1.1em;
+
  margin: 0 0 5px 0;
+
  padding: 4px 10px 4px 5px;
+
 
}
 
}
 
+
span.texhtml span.texhtml,
.infobox_v3 caption,
+
body.skin-standard span.texhtml,
.infobox_v3 p.bloc {
+
body.skin-nostalgia span.texhtml,
  background: #DFEDFF;
+
body.skin-simple span.texhtml {
 +
    font-size: 100%;
 
}
 
}
  
.infobox_v3 p.bloc {
+
/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
  margin: 5px 0;
+
  [[Bugzilla:26204]]. See also [[Wikipedia:Typography#The monospace 'bug']] */
 +
div.mw-geshi div,
 +
div.mw-geshi div pre,
 +
span.mw-geshi,
 +
pre.source-css,
 +
pre.source-javascript,
 +
pre.source-lua {
 +
    font-family: monospace, Courier !important;
 
}
 
}
  
.infobox_v3 caption.bordered,
+
/* Fix styling of transcluded prefindex tables */
.infobox_v3 p.bordered {
+
table#mw-prefixindex-list-table,
  border-top: 1px solid #DFEDFF;
+
table#mw-prefixindex-nav-table {
  border-bottom: 1px solid #DFEDFF;
+
    width: 98%;
  background: transparent;
+
 
}
 
}
  
/* TODO : mettre à jour la classe .hidden générique */
+
/* For portals, added 2011-12-07 -bv
 
+
  On wide screens, show these as two columns
.infobox_v3 caption.hidden {
+
  On narrow and mobile screens, let them collapse into a single column */
  margin: 0 !important;
+
.portal-column-left {
  padding: 0 !important;
+
    float: left;
  line-height: 1px; /* be kind to IE7*/
+
    width: 50%;
  font-size: 1px; /* be kind to IE7*/
+
 
}
 
}
 
+
.portal-column-right {
/* Séparateur */
+
    float: right;
 
+
    width: 49%;
.infobox_v3 .hr {
+
  font-size: 1px;
+
  line-height: 1px;
+
  margin: 5px 0;
+
  background-color: #DFEDFF;
+
 
}
 
}
 
+
.portal-column-left-wide {
.infobox_v3 .hr.collapse {
+
    float: left;
  margin: 5px 0 -8px 0;
+
    width: 60%;
  position: relative; /* be kind to IE7*/
+
 
}
 
}
 
+
.portal-column-right-narrow {
/* tnavbar  */
+
    float: right;
 
+
    width: 39%;
.infobox_v3 .navbar {
+
  text-align: right !important;
+
  font-size: 0.8em;
+
  margin: 0;
+
 
}
 
}
 
+
.portal-column-left-extra-wide {
.infobox_v3 .navbar .plainlinks {
+
    float: left;
  float: left
+
    width: 70%;
 
}
 
}
 
+
.portal-column-right-extra-narrow {
/* navigateur  */
+
    float: right;
 
+
    width: 29%;
.infobox_v3 .overflow {
+
  overflow: hidden;
+
 
}
 
}
 
+
@media only screen and (max-width: 800px) {
.infobox_v3 .bordered.nav,
+
    /* Decouple the columns on narrow screens */
.infobox_v3 .bordered.navbar {
+
    .portal-column-left,
  border-bottom: 0 !important;
+
    .portal-column-right,
  font-weight: normal !important;
+
    .portal-column-left-wide,
 +
    .portal-column-right-narrow,
 +
    .portal-column-left-extra-wide,
 +
    .portal-column-right-extra-narrow {
 +
        float: inherit;
 +
        width: inherit;
 +
    }
 
}
 
}
  
.infobox_v3 .prev a,
+
/* For announcements */
.infobox_v3 .prev_bloc {
+
#bodyContent .letterhead {
  background: url("//upload.wikimedia.org/wikipedia/commons/1/13/Arr_l.png") no-repeat left 0.1em;
+
    background-image:url('//upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png');
  float: left;
+
    background-repeat:no-repeat;
  max-width: 40%;
+
    padding: 2em;
  padding: 0 0 0 16px;
+
    background-color: #faf9f2;
 
}
 
}
  
.infobox_v3 .next a,
+
/* Tree style lists */
.infobox_v3 .next_bloc {
+
.treeview ul {
  background: url("//upload.wikimedia.org/wikipedia/commons/a/ad/Arr_r.png") no-repeat right 0.1em;
+
    padding: 0;
  float: right;
+
    margin: 0;
  max-width: 40%;
+
  padding: 0 16px 0 0;
+
  text-align: right;
+
 
}
 
}
 
+
.treeview li {
/* Divers */
+
    padding: 0;
 
+
    margin: 0;
#article .infobox_v3 ul,
+
    list-style-type: none;
#bodyContent .infobox_v3 ul,
+
    list-style-image: none;
#mw_content .infobox_v3 ul,
+
    zoom: 1; /* BE KIND TO IE6 */;
#article .infobox_v3 ol,
+
#bodyContent .infobox_v3 ol,
+
#mw_content .infobox_v3 ol {
+
  text-align: left;
+
 
}
 
}
 
+
.treeview li li {
/* Taxobox V3 */
+
    background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
/* cf. [[Utilisateur:Hexasoft/Taxobox code V3]] */
+
    /* @noflip */
 
+
    padding-left: 20px;
 
+
    text-indent: 0.3em;
/* - cette partie concerne le style global - */
+
 
+
/* restaure la taille de fonte par défaut */
+
.taxobox_v3 {
+
  font-size: 0.99em !important;
+
  padding: 1px; /* -> reduction du padding : par défaut 5px */
+
 
}
 
}
.taxobox_v3 .entete.icon {
+
.treeview li li.lastline {
  padding: 5px 50px 4px 50px;
+
    background-position: 0 -5971px
  background-position: right center !important;
+
  border: 0;
+
 
}
 
}
.taxobox_v3.large .entete.icon {
+
.treeview li.emptyline > ul {
  padding: 5px 10px 4px 10px;
+
    /* @noflip */
 +
    margin-left: -1px;
 
}
 
}
 
+
.treeview li.emptyline > ul > li:first-child {
/* style global par défaut */
+
    background-position: 0 9px
div.taxobox_v3 .entete, .taxobox_v3 caption, .taxobox_v3 p.bloc {
+
  font-style: normal;
+
}
+
/* ne pas utiliser le gras dans la partie gauche des lignes données mixtes */
+
.taxobox_v3 th {
+
  font-weight: normal;
+
 
}
 
}
  
/* Change la couleur des séparateur d'un bleu pâle à gris pâle */
+
/* Make it possible to hide checkboxes in <inputbox> */
div.taxobox_v3.bordered th[scope=row],
+
.inputbox-hidecheckboxes form .inputbox-element {
div.taxobox_v3.bordered td {
+
    display: none !important;
  padding-bottom: 4px;
+
  border-top: 1px solid #EDEDED;
+
 
}
 
}
  
/* - cette partie concerne le style des couleurs uniquement (selon le règne) - */
+
/* Hide charinsert base for those not using the gadget */
 
+
#editpage-specialchars {
/* couleurs "animal" (titre, sections) */
+
    display: none;
div.taxobox_v3.animal .entete {
+
  background-color: LightSalmon;
+
  border: LightSalmon;
+
}
+
.taxobox_v3.animal caption, .taxobox_v3.animal p.bloc {
+
  background-color: Bisque;
+
}
+
/* couleur "plante" (titre, sections) */
+
div.taxobox_v3.plante .entete {
+
  background-color: lightgreen;
+
  border: lightgreen;
+
}
+
.taxobox_v3.plante caption, .taxobox_v3.plante p.bloc {
+
  background-color: #CCFFCC;
+
}
+
/* couleur "champignon" (titre, sections) */
+
div.taxobox_v3.champignon .entete {
+
  background-color: SkyBlue;
+
  border: SkyBlue;
+
}
+
.taxobox_v3.champignon caption, .taxobox_v3.champignon p.bloc {
+
  background-color: PowderBlue;
+
}
+
/* couleur "test" (titre, sections) */
+
div.taxobox_v3.test .entete {
+
  background-color: #50A0A0;
+
  border: #50A0A0;
+
}
+
.taxobox_v3.test caption, .taxobox_v3.test p.bloc {
+
  background-color: #70C0C0;
+
}
+
/* couleur "algue" (titre, sections) */
+
div.taxobox_v3.algue .entete {
+
  background-color: MediumAquamarine;
+
  border: MediumAquamarine;
+
}
+
.taxobox_v3.algue caption, .taxobox_v3.algue p.bloc {
+
  background-color: #BFFFE6;
+
}
+
/* couleur "archaea" (titre, sections) */
+
div.taxobox_v3.archaea .entete {
+
  background-color: darkgray;
+
  border: darkgray;
+
}
+
.taxobox_v3.archaea caption, .taxobox_v3.archaea p.bloc {
+
  background-color: lightgray;
+
}
+
/* couleur "bactérie" (titre, sections) */
+
div.taxobox_v3.bacterie .entete {
+
  background-color: lightgrey;
+
  border: lightgrey;
+
}
+
.taxobox_v3.bacterie caption, .taxobox_v3.bacterie p.bloc {
+
  background-color: #E6E6E6;
+
}
+
/* couleur "protiste" (titre, sections) */
+
div.taxobox_v3.protiste .entete {
+
  background-color: khaki;
+
  border: khaki;
+
}
+
.taxobox_v3.protiste caption, .taxobox_v3.protiste p.bloc {
+
  background-color: PaleGoldenrod;
+
}
+
/* couleur "virus" (titre, sections) */
+
div.taxobox_v3.virus .entete {
+
  background-color: #D1D1F9;
+
  border: #D1D1F9;
+
}
+
.taxobox_v3.virus caption, .taxobox_v3.virus p.bloc {
+
  background-color: Lavender;
+
}
+
/* couleur "neutre" (titre, sections) */
+
div.taxobox_v3.neutre .entete {
+
  background-color: #EEEEEE;
+
  border: #EEEEEE;
+
}
+
.taxobox_v3.neutre caption, .taxobox_v3.neutre p.bloc {
+
  background-color: #EEEEEE;
+
}
+
/* couleur "eucaryote" (titre, sections) */
+
div.taxobox_v3.eucaryote .entete {
+
  background-color: lightgrey;
+
  border: lightgrey;
+
}
+
.taxobox_v3.eucaryote caption, .taxobox_v3.eucaryote p.bloc {
+
  background-color: #E6E6E6;
+
}
+
/* couleur "procaryote" (titre, sections) */
+
div.taxobox_v3.procaryote .entete {
+
  background-color: lightgrey;
+
  border: lightgrey;
+
}
+
.taxobox_v3.procaryote caption, .taxobox_v3.procaryote p.bloc {
+
  background-color: #E6E6E6;
+
 
}
 
}
  
/* TODO: les autres "règnes" sont à ajouter */
+
/* work-around for [[bugzilla:23965]] (Kaltura advertisement) */
 
+
.k-player .k-attribution {
 
+
    visibility: hidden;
/* - cette partie concerne le style typographique uniquement (selon le règne) - */
+
 
+
/* style typographique : zoologie ou rien (botanique) */
+
div.taxobox_v3 .taxobox_classification {
+
  font-style: italic;
+
}
+
div.taxobox_v3 .taxobox_classification .rnormal {
+
  font-style: normal;
+
}
+
div.taxobox_v3.zoologie .taxobox_classification .normal, div.taxobox_v3 th[scope="row"] {
+
  font-style: normal;
+
}
+
 
+
 
+
 
+
/* - icones specifiques taxobox. Images non définitives - */
+
 
+
/* - pictogrammes génériques (« règnes ») - */
+
/*
+
.entete.animal          {background: url("//upload.wikimedia.org/wikipedia/commons/d/da/Infobox_animalia.png")                    no-repeat top right;}
+
.entete.virus          {background: url("//upload.wikimedia.org/wikipedia/commons/d/dc/Picto_infobox_virus.png")                no-repeat top right;}
+
.entete.plante          {background: url("//upload.wikimedia.org/wikipedia/commons/7/79/Infobox_plantae.png")                    no-repeat top right;}
+
.entete.bacterie        {background: url("//upload.wikimedia.org/wikipedia/commons/5/51/Picto_infobox_bacterium.PNG")            no-repeat top right;}
+
.entete.champignon      {background: url("//upload.wikimedia.org/wikipedia/commons/b/b9/Picto_Mushroom.png")                      no-repeat top right;}
+
.entete.test            {background: url("//upload.wikimedia.org/wikipedia/commons/c/cb/Picto_infobox_tools.png")                no-repeat top right;}
+
*/
+
 
+
/* pictogrammes spécifiques (« sous-règnes ») - */
+
/*
+
.entete.amphibien      {background: url("//upload.wikimedia.org/wikipedia/commons/6/63/Picto_amphibia.png")                      no-repeat top right;}
+
.entete.reptile        {background: url("//upload.wikimedia.org/wikipedia/commons/7/7c/Picto_infobox_reptile.png")              no-repeat top right;}
+
.entete.cladotest      {background: url("//upload.wikimedia.org/wikipedia/commons/3/3b/Infobox_cladogram.png")              no-repeat top right;}
+
*/
+
 
+
/* - version distincte de "alternance", afin d'être indépendant des choix fait par ailleurs et de pouvoir modifier à volonté l'aspect - */
+
 
+
table.taxoalternance tr, .taxoalternance.wikitable th[scope="row"] {
+
  background: #fff;
+
}
+
table.taxoalternance tr:nth-child(odd), .taxoalternance.wikitable tr:nth-child(odd) th[scope="row"] {
+
  background: #F5F5F5;
+
}
+
table.taxoalternance tr.odd, table.taxoalternance.wikitable tr.odd th[scope="row"] {
+
  background: #F5F5F5;
+
}
+
 
+
 
+
/* 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("//upload.wikimedia.org/wikipedia/commons/f/fb/Gradient_43px.png");
+
  background-position: top;
+
  background-repeat: repeat-x;
+
}
+
 
+
.degrade_rev {
+
  background-image: url("//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("//upload.wikimedia.org/wikipedia/commons/e/ea/BGblue1_phixr.jpg");
+
  background-position: top;
+
  background-repeat: repeat-x;
+
}
+
 
+
.ombre_pale {
+
  background-image: url("//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("//upload.wikimedia.org/wikipedia/commons/3/3e/BGblue1.jpg");
+
  background-position: top;
+
  background-repeat: repeat-x;
+
}
+
 
+
.ombre_blpale {
+
  background-image: url("//upload.wikimedia.org/wikipedia/commons/f/f7/BGblue2.jpg");
+
  background-position: top;
+
  background-repeat: repeat-x;
+
}
+
 
+
.ombre_rg {
+
  background-image: url("//upload.wikimedia.org/wikipedia/commons/3/30/BGred1.jpg");
+
  background-position: top;
+
  background-repeat: repeat-x;
+
}
+
 
+
.ombre_rgpale {
+
  background-image: url("//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;
+
}
+
 
+
caption.hidden {
+
  position: static;
+
  text-indent: -5000px;
+
}
+
 
+
/* Bandeau de titres du [[portail : Cinéma]] (page [[Portail:Cinéma/Divers]]) */
+
 
+
.cinema-bandeau {
+
  background-image: url("//upload.wikimedia.org/wikipedia/commons/6/68/Bandeau_portail_cin%C3%A9ma.png");
+
  background-position : left;
+
  height: 35px;
+
  background-repeat: no-repeat;
+
}
+
 
+
/* Géolocalisation dynamique */
+
 
+
.NavContent .img_toogle {
+
  zoom: 1; /* be kind to IE7 */
+
  clear: both; /* be kind to IE7 */
+
}
+
 
+
.img_toogle,
+
.img_toogle * {
+
margin: 0 auto !important;
+
padding: 0 !important;
+
}
+
 
+
.img_toogle .a_toogle {
+
  display: block;
+
  text-align: center !important;
+
  font-size: 0.95em;
+
}
+
 
+
.img_toogle .geobox {
+
  position: relative
+
}
+
 
+
.img_toogle .geobox +.geobox {
+
  border-top: 5px solid #aaa
+
}
+
 
+
.img_toogle .geopoint {
+
  position: absolute;
+
  width: 5px;
+
  height: 5px;
+
  font-size: 1px;
+
  border: 1px solid #000;
+
  background: #F00;
+
}
+
 
+
/* Gallery */
+
 
+
/* Retour au centrage par défaut des galeries */
+
 
+
ul.gallery {
+
  margin: 2px auto;
+
  text-align: center;
+
}
+
 
+
div.gallerytext {
+
  text-align: left;
+
  font-size: 89%;
+
}
+
 
+
/* Modèle:Images */
+
 
+
.ImageGroup .thumbinner {
+
  margin: 0 auto;
+
}
+
 
+
/* Be kind to IE6, formulaire d'édition */
+
 
+
#editpage-copywarn {
+
  zoom: 1;
+
}
+
 
+
/* Affichage du [[Projet:Impression]] */
+
 
+
#listeImprimeurs {
+
  text-align: left;
+
  background: white;
+
  display: none;
+
  position: absolute;
+
  left: 66%;
+
  padding: 0;
+
  margin: 0;
+
  border-collapse: collapse;
+
}
+
 
+
#listeImprimeurs table {
+
  border: 0 solid #AAA;
+
  padding: 0;
+
  margin: 0;
+
  border-collapse: collapse;
+
}
+
 
+
#listeImprimeurs table tr {
+
  padding: 0;
+
  margin: 0;
+
}
+
 
+
#listeImprimeurs table tr td {
+
  border: 1px solid #AAA;
+
  padding: 3px;
+
  margin: 0;
+
  border-collapse: collapse;
+
  width: 220px;
+
}
+
 
+
/* Pour le [[modèle:Autres projets]] */
+
 
+
.autres-projets ul {
+
  margin: 0;
+
  padding: 0;
+
}
+
 
+
.autres-projets li {
+
  list-style-type: none;
+
  list-style-image: none;
+
  margin: 0.2em 0;
+
  text-indent: 0;
+
  padding-left: 24px;
+
  min-height: 20px;
+
  text-align: left;
+
}
+
 
+
.autres-projets .titre {
+
  text-align: center;
+
  margin: 0.2em 0;
+
}
+
 
+
.autres-projets li a {
+
  font-style: italic;
+
}
+
 
+
/* Classes pour modèles de sommaires allégés */
+
 
+
.toc_niveau_1 ul ul,
+
.toc_niveau_2 ul ul ul,
+
.toc_niveau_3 ul ul ul ul,
+
.toc_niveau_4 ul ul ul ul ul,
+
.toc_niveau_5 ul ul ul ul ul ul {
+
  display: none;
+
}
+
 
+
.mw-textarea-protected {
+
  border: 2px solid #FF0000;
+
  color: navy;
+
}
+
 
+
/* Réduction de la hauteur de la ligne pour les balises "sup" et "sub" */
+
 
+
sup,
+
sub {
+
  line-height: 1em;
+
}
+
 
+
/* Wikimag : [[Modèle:Composition wikimag2]] */
+
 
+
.wikimag_picto_fond {
+
  background-image: url("//upload.wikimedia.org/wikipedia/commons/3/38/Picto_Petite_%C3%A9toile_lit_le_Wikimag.png");
+
  background-position: top right;
+
  background-repeat: no-repeat;
+
}
+
 
+
.wikimag_titre {
+
  background-image: url("//upload.wikimedia.org/wikipedia/commons/3/31/Wikimag-bg_rounded.png");
+
  background-position: center left;
+
  background-repeat: no-repeat;
+
}
+
 
+
/* Sommaire */
+
 
+
.wikimag_toc #toc {
+
  background-color: transparent;
+
  border-color: #A3B6CC;
+
  -moz-border-radius: 9px;
+
  -webkit-border-radius: 9px;
+
  border-radius: 9px;
+
  background-image: url("//upload.wikimedia.org/wikipedia/commons/e/e4/Picto_Wikimag_vertical-fr.png");
+
  background-position: center right;
+
  background-repeat: no-repeat;
+
}
+
 
+
.wikimag_toc ul {
+
  font-style: italic;
+
  padding-right: 16px;
+
}
+
 
+
/**
+
* Affichage spécifique des listes de [[Wikipédia:Regards sur l'actualité de la Wikimedia]].
+
*/
+
 
+
.regards_actu {
+
  margin-left: 0 !important;
+
}
+
.regards_actu li {
+
  display: inline;
+
  list-style-image: none;
+
  list-style-type: none;
+
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAKCAIAAAC17aDNAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAnElEQVQoFWP8//8/A40BC9T8Hze68vufc3GhWPftm2J4VZ6T/I+7m/IbtnKJoMh+e/PNu7rHT+EpHo1Q04D+AIFPZ/1RjIdyHCeeBUlemoFNkmHi2Xf4NYKN/s8E1czKwIvNGD5sgihiRGiE2YGij8qc4WfHZ3JDiKBGeFiximOzg5edFSzMjk1ST4qfk4EBv0aQPkZg8sKmn5piAElcQPILoXNYAAAAAElFTkSuQmCC') no-repeat right center;
+
  padding: 0 36px 0 0;
+
}
+
.regards_actu li.regards_actu_last {
+
  background: none;
+
  padding: 0;
+
}
+
 
+
/**
+
* Correction de la taille du texte dans les balises "syntaxhighlight", les pages .css/.js et les modules Lua
+
*  workaround pour Firefox et Chrome - voir [[bugzilla:26204]]
+
*/
+
.mw-geshi div,
+
.mw-geshi div pre,
+
.mw-geshi,
+
pre.source-css,
+
pre.source-javascript,
+
pre.source-lua {
+
  font-family: monospace, "Courier New" !important; /* cet ordre des fonts est volontaire */
+
}
+
 
+
/* [[Modèle:Diagramme circulaire]] */
+
 
+
.transborder {
+
  border: solid transparent;
+
}
+
* html .transborder {  /* IE6 */
+
  border: solid #000001;
+
  filter: chroma('color=#000001');
+
}
+
 
+
/* Abusefilter */
+
.mw-abusefilter-diff-context, .mw-abusefilter-diff-multiline td { /* les longues lignes sans espace sont fréquentes */
+
  word-wrap: break-word;
+
  max-width:40em;
+
}
+
 
+
/*\
+
* * SUBDIVISIONS ADMINISTRATIVES
+
\*/
+
 
+
.communes th[scope=col] {    /* défaut, voir le [[modèle : ÉluDébut]] */
+
  background-color: #ddffdd;
+
}
+
.localites th[scope=col] {
+
  background-color: #ffffbb;
+
}
+
.intercommunalites th[scope=col] {
+
  background-color: #ffe2bf;
+
}
+
.cantons th[scope=col] {
+
  background-color: #ece5ca;
+
}
+
.arrondissements th[scope=col] {
+
  background-color: #e1e1e1;
+
}
+
.departements th[scope=col] {
+
  background-color: #f6f3dd;
+
}
+
.regions th[scope=col] {
+
  background-color: #bbdefd;
+
 
}
 
}

Version actuelle en date du 30 mars 2013 à 04:01

/* Default styling for HTML elements */
dfn {
    font-style: inherit;  /* Reset default styling for <dfn> */
}
sup, sub {
    line-height: 1em;     /* Reduce line-height for <sup> and <sub> */
}
 
/* 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;
}
body.page-Main_Page .wbc-editpage { 
    display: none;
}
 
/* Edit window toolbar */
#toolbar {
    height: 22px;
    margin-bottom: 6px;
}
 
/* Make the list of references smaller */
ol.references,
div.reflist,
div.refbegin {
    font-size: 90%;            /* Default font-size */
    margin-bottom: 0.5em;
}
div.refbegin-100 {
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
}
div.reflist ol.references {
    font-size: 100%;           /* Reset font-size when nested in div.reflist */
    list-style-type: inherit;  /* Enable custom list style types */
}
 
/* Highlight clicked reference in blue to help navigation */
ol.references li:target,
sup.reference:target,
span.citation: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;
}
 
/* Allow hidden ref errors to be shown by user CSS */
span.brokenref {
    display: none;
}
 
/* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box */
.citation {
    word-wrap: break-word;
}
 
/* Styling for the title of any work within a citation,
   or specifically the title of a periodical. */
.citation cite,
.citation cite.periodical {
    font-style: italic;
}
 
/* 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 {
    .citation *.printonly {
        display: none;
    }
}
 
/* Style for [[Template:Flowlist]] that Lets lists flow around floating objecs */
.flowlist ul {
    overflow-x: hidden;
    margin-left: 0em;
    padding-left: 1.6em;
}
.flowlist ol {
    overflow-x: hidden;
    margin-left: 0em;
    padding-left: 3.2em;
}
.flowlist dl {
    overflow-x: hidden;
}
 
/* Style for horizontal lists (separator following item).
   Note: hlist formatting will break if the resulting HTML lacks a breakable character
   between list items. This happens when the following conditions are true:
   1) The list is made using wiki markup (where HTML is built by parser.php)
   2) HTMLTidy is disabled or unavailable (such as on Special: pages)
   In such cases, building lists with .hlist using HTML instead of wiki markup
   will work around this problem. See also [[Bugzilla:39617]].
   IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
   Last updated: January 24, 2013
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @maintainer: [[User:Edokter]]
   @revision: 3.1
*/
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
    line-height: 1.5em;
}
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
    padding: 0;
}
/* Display list items inline and make them nowrap */
.hlist dd,
.hlist dt,
.hlist li {
    margin: 0;
    display: inline;
    white-space: nowrap;
}
/* Allow wrapping for list items (in tight spaces) */
.hlist.hwrap dd,
.hlist.hwrap dt,
.hlist.hwrap li {
    white-space: normal;
}
/* Display nested lists inline and allow them to wrap */
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
    display: inline;
    white-space: normal;
}
/* Generate interpuncts */
.hlist dt:after {
    content: ":";
}
.hlist dd:after,
.hlist li:after {
    content: " ·";
    font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
/* For IE8 */
.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
    content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
    content: "(";
    font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
    content: ")";
    font-weight: normal;
}
/* For IE8 */
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
    content: ")";
    font-weight: normal;
}
/* Put numbers in front of ordered list items */
.hlist.hnum ol {
    counter-reset: list-item;
}
.hlist.hnum ol > li {
    counter-increment: list-item;
}
.hlist.hnum ol > li:before {
    content: counter(list-item) " ";
}
.hlist.hnum dd ol > li:first-child:before,
.hlist.hnum dt ol > li:first-child:before,
.hlist.hnum li ol > li:first-child:before {
    content: "(" counter(list-item) " ";
}
 
/* Unbulleted lists */
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;
}
.plainlist ul li {
    margin-bottom: 0;
}
 
/* Default style for navigation boxes */
.navbox {                     /* Navbox container style */
    border: 1px solid #aaa;
    width: 100%;
    margin: auto;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}
.navbox-inner,
.navbox-subgroup {
    width: 100%;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
    padding: 0.25em 1em;      /* Title, group and above/below styles */
    line-height: 1.5em;
    text-align: center;
}
th.navbox-group {             /* Group style */
    white-space: nowrap;
    /* @noflip */
    text-align: right;
}
.navbox,
.navbox-subgroup {
    background: #fdfdfd;      /* Background color */
}
.navbox-list {
    line-height: 1.8em;
    border-color: #fdfdfd;    /* Must match background color */
}
.navbox th,
.navbox-title {
    background: #ccccff;      /* Level 1 color */
}
.navbox-abovebelow,
th.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 */
}
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
    margin-top: -1px;          /* (doesn't work for IE6, but that's okay)       */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
    padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}
ol + table.navbox,
ul + table.navbox {
    margin-top: 0.5em;        /* Prevent lists from clinging to navboxes */
}
 
/* Default styling for Navbar template */
.navbar {
    display: inline;
    font-size: 88%;
    font-weight: normal;
}
.navbar ul {
    display: inline;
    white-space: nowrap;
}
.navbar li {
    word-spacing: -0.125em;
}
.navbar.mini li span {
  font-variant: small-caps;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
    font-size: 100%;
}
.navbox .navbar {
    display: block;
    font-size: 100%;
}
.navbox-title .navbar {
    /* @noflip */
    float: left;
    /* @noflip */
    text-align: left;
    /* @noflip */
    margin-right: 0.5em;
    width: 6em;
}
 
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
   in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {
    /* @noflip */
    float: right;
    font-weight: normal;
    /* @noflip */
    margin-left: 0.5em;
    /* @noflip */
    text-align: right;
    width: auto;
}
/* In navboxes, the show/hide button balances the v·d·e links
   from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
    width: 6em;
}
 
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-collapsible-toggle {
    font-weight: normal;
    /* @noflip */
    text-align: right;
}
.navbox .mw-collapsible-toggle {
    width: 6em;
}
 
/* Infobox template style */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    /* @noflip */
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    /* @noflip */
    float: right;
    /* @noflip */
    clear: right;
    /* @noflip */
    text-align: left;
    font-size: 88%;
    line-height: 1.5em;
}
.infobox caption {
    font-size: 125%;
    font-weight: bold;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.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;
    /* @noflip */
    border-right: 1px solid #aaa;
}
 
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border: 0;
    /* @noflip */
    border-right: 1px solid #aaa;
}
 
/* Styles for geography infoboxes, eg countries,
   country subdivisions, cities, etc.            */
.infobox.geography {
    /* @noflip */
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
}
 
.infobox.geography  td,
.infobox.geography  th {
    border-top: 1px solid #aaa;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
    border-top: 1px solid #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: 1px solid #aaa;
    padding: 0 0.6em 0.4em 0.6em;
}
 
.infobox.geography .maptable td,
.infobox.geography .maptable th {
    border: 0;
    padding: 0;
}
 
/* Normal font styling for table row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row] {
    font-weight: normal;
    /* @noflip */
    text-align: left;
}
 
/* Lists in data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
    /* @noflip */
    text-align: left;
}
/* ...unless they also use the hlist class */
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
    text-align: inherit;
}
 
/* Icons for medialist templates [[Template:Listen]],
   [[Template:Multi-listen_start]], [[Template:Video]],
   [[Template:Multi-video_start]] */
div.listenlist {
    background: url("//upload.wikimedia.org/wikipedia/commons/3/3f/Gnome_speakernotes_30px.png");
    /* @noflip */
    padding-left: 40px;
}
 
/* Fix for hieroglyphs specificality issue in infoboxes ([[Bugzilla:41869]]) */
table.mw-hiero-table td {
    vertical-align: middle;
}
 
/* Style rules for media list templates */
div.medialist {
    min-height: 50px;
    margin: 1em;
    /* @noflip */
    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 */
div#content a[href$=".pdf"].external,
div#content a[href*=".pdf?"].external,
div#content a[href*=".pdf#"].external,
div#content a[href$=".PDF"].external,
div#content a[href*=".PDF?"].external,
div#content a[href*=".PDF#"].external,
div#mw_content a[href$=".pdf"].external,
div#mw_content a[href*=".pdf?"].external,
div#mw_content a[href*=".pdf#"].external,
div#mw_content a[href$=".PDF"].external,
div#mw_content a[href*=".PDF?"].external,
div#mw_content a[href*=".PDF#"].external {
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
    /* @noflip */
    padding-right: 18px;
}
 
/* 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. */
div#content span.PDFlink a,
div#mw_content span.PDFlink a {
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
    /* @noflip */
    padding-right: 18px;
}
 
/* Content in columns with CSS instead of tables [[Template:Columns]] */
div.columns-2 div.column {
    /* @noflip */
    float: left;
    width: 50%;
    min-width: 300px;
}
div.columns-3 div.column {
    /* @noflip */
    float: left;
    width: 33.3%;
    min-width: 200px;
}
div.columns-4 div.column {
    /* @noflip */
    float: left;
    width: 25%;
    min-width: 150px;
}
div.columns-5 div.column {
    /* @noflip */
    float: left;
    width: 20%;
    min-width: 120px;
}
 
/* 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%;
    /* @noflip */
    float: right;
    clear: both;
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    /* @noflip */
    float: right;
    clear: both;
    /* @noflip */
    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;
    /* @noflip */
    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;
    /* @noflip */
    padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
    text-align: center;
}
td.mbox-imageright {           /* The right image cell */
    border: none;
    /* @noflip */
    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;
    /* @noflip */
    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 */
    /* @noflip */
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {      /* The right image cell */
    /* @noflip */
    padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}
 
table.ambox-notice {
    /* @noflip */
    border-left: 10px solid #1e90ff;    /* Blue */
}
table.ambox-speedy {
    /* @noflip */
    border-left: 10px solid #b22222;    /* Red */
    background: #fee;                   /* Pink */
}
table.ambox-delete {
    /* @noflip */
    border-left: 10px solid #b22222;    /* Red */
}
table.ambox-content {
    /* @noflip */
    border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    /* @noflip */
    border-left: 10px solid #f4c430;    /* Yellow */
}
table.ambox-move {
    /* @noflip */
    border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
    /* @noflip */
    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.        */
    display: block;         /* Fix for webkit to force 100% width.  */
}
.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" class ensures that */
    margin: 2px 0;               /* this declaration overrides other styles (including mbox-small above)   */
    width: 100%;                 /* For Safari and Opera */
}
.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,
div#mw-protect-cascadeon {
    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:Readonly lag]]. */
div.mw-lag-warn-normal,
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. */
    /* @noflip */
    clear: right;
    /* @noflip */
    float: right;
    /* @noflip */
    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. */
    /* @noflip */
    margin: 4px 1em 4px 0;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}
 
/* Style for compact ambox */
/* Hide the images */
.compact-ambox table .mbox-image,
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell {
    display: none;
}
/* Remove borders, backgrounds, padding, etc. */
.compact-ambox table.ambox {
    border: none;
    border-collapse: collapse;
    background: transparent;
    margin: 0 0 0 1.6em !important;
    padding: 0 !important;
    width: auto;
    display: block;
}
body.mediawiki .compact-ambox table.mbox-small-left {
    font-size: 100%;
    width: auto;
    margin: 0;
}
/* Style the text cell as a list item and remove its padding */
.compact-ambox table .mbox-text {
    padding: 0 !important;
    margin: 0 !important;
}
.compact-ambox table .mbox-text-span {
    display: list-item;
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url(//bits.wikimedia.org/skins/common/images/bullet.gif);
}
.skin-vector .compact-ambox table .mbox-text-span {
    list-style-type: circle;
    list-style-image: url(//bits.wikimedia.org/skins/vector/images/bullet-icon.png)
}
/* Allow for hiding text in compact form */
.compact-ambox .hide-when-compact {
    display: none;
}
 
/* Remove default styles for [[MediaWiki:Noarticletext]]. */
div.noarticletext {
    border: none;
    background: transparent;
    padding: 0;
}
 
/* Bold save button */
#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
   [[m:MediaWiki:Common.css]] */
.check-icon a.new {
    display: none;
    speak: none;
}
 
/* Removes underlines from certain links */
.nounderlines a,
.IPA a:link, .IPA a:visited {
    text-decoration: none !important;
}
 
/* 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;
    /* @noflip */
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
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;
    /* @noflip */
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}
 
/* Hatnotes and disambiguation notices */
.rellink,
.dablink {
    font-style: italic;
    /* @noflip */
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}
.rellink i,
.dablink i {
    font-style: normal;
}
 
/* 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 none;
    margin: .3em 0 0;
    padding: 0;
}
.nonumtoc #toc ul ul,
.nonumtoc .toc ul ul {
    /* @noflip */
    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-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;
}
 
/* Styling for Template:Quote */
blockquote.templatequote {
     margin-top: 0;
}
blockquote.templatequote div.templatequotecite {
    line-height: 1em;
    /* @noflip */
    text-align: left;
    /* @noflip */
    padding-left: 2em;
    margin-top: 0;
}
blockquote.templatequote div.templatequotecite cite {
    font-size: 85%;
}
 
/* User block messages */
div.user-block {
    padding: 5px;
    margin-bottom: 0.5em;
    border: 1px solid #A9A9A9;
    background-color: #FFEFD5;
}
 
/* Prevent line breaks in silly places:
   1) Where desired
   2) Links when we don't want them to
   3) Bold "links" to the page itself
   4) Ref tags with group names <ref group="Note"> --> "[Note 1]" */
.nowrap,
.nowraplinks a,
.nowraplinks .selflink,
sup.reference a {
    white-space: nowrap;
}
/* But allow wrapping where desired: */
.wrap,
.wraplinks a {
    white-space: normal;
}
 
/* For template documentation */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa;
    background-color: #ecfcf4;
    padding: 1em;
}
 
/* 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;
}
 
/* Minimum thumb width */
.thumbinner {
    min-width: 100px;
}
 
/* Makes the background of a framed image white instead of gray.
   Only visible with transparent images. */
div.thumb img.thumbimage {
    background-color: #fff;
}
 
/* The backgrounds for galleries. */
div#content .gallerybox div.thumb {
    /* Light gray padding */
    background-color: #F9F9F9;
}
/* Put a chequered background behind images, only visible if they have transparency.
   '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
.gallerybox .thumb img {
    background: #fff url(//bits.wikimedia.org/skins/common/images/Checker-16x16.png) repeat;
}
/* But not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img,
.nochecker .gallerybox .thumb img {
    background: #fff;
}
 
/* Category tree styling. Works in conjuction with [[MediaWiki:Categorytree-expand-bullet]],
   [[MediaWiki:Categorytree-collapse-bullet]] and [[MediaWiki:Categorytree-empty-bullet]]. */
#mw-subcategories ul {
    list-style: none none;
    margin-left: 0.25em;
}
.CategoryTreeChildren {
    margin-left: 1.25em;
}
 
/* 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;
}
 
body.rtl #mw-articlefeedbackv5, body.rtl #mw-articlefeedback {
    display: block;   /* Override inline block mode */
    margin-bottom: 1em;
    /* @noflip */
    clear: right;     /* Clear any info boxes that stick out */
    /* @noflip */
    float: right;     /* Prevents margin collapsing */
}
 
/* Toned down styling for update markers on watchlist and history pages. */
span.updatedmarker {
    background-color: transparent;
    color: #006400;
}
.mw-special-Watchlist .mw-changeslist-line-watched .mw-title {
    font-weight:normal;
}
.mw-special-Watchlist #mw-watchlist-resetbutton {
    display:none;
}
 
/* 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 */
 
/* Styling for Abuse Filter tags */
.mw-tag-markers {
    font-family:sans-serif;
    font-style:italic;
    font-size:90%;
}
 
/* Hide stuff meant for accounts with special permissions. Made visible again in
   [[MediaWiki:Group-sysop.css]] and [[MediaWiki:Group-accountcreator.css]]. */
.sysop-show, .accountcreator-show {
    display: none;
}
 
/* Remove bullets when there are multiple edit page warnings */
ul.permissions-errors > li {
    list-style: none none;
}
ul.permissions-errors {
    margin: 0;
}
 
/* No linewrap on the labels of the login/signup page */
body.page-Special_UserLogin .mw-label label,
body.page-Special_UserLogin_signup .mw-label label {
    white-space: nowrap;
}
 
/* Disable the automatic text-size adjust of WebKit on iPhones etc.
   It scales some text, and not the other. Use none, or fixed percentage instead.
   Use media selector, because defining a value, overwrites platform defaults. */
@media only screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}
 
/* Pie chart test: Transparent borders */
.transborder {
    border: solid transparent;
}
* html .transborder {  /* IE6 */
    border: solid #000001;
    filter: chroma(color=#000001);
}
 
/* Adjust font for inline HTML generated formulae */
span.texhtml {
    font-family: "Times New Roman", "Nimbus Roman No9 L", Times, serif;
    font-size: 118%;
    white-space: nowrap;
}
span.texhtml span.texhtml,
body.skin-standard span.texhtml,
body.skin-nostalgia span.texhtml,
body.skin-simple span.texhtml {
    font-size: 100%;
}
 
/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
   [[Bugzilla:26204]]. See also [[Wikipedia:Typography#The monospace 'bug']] */
div.mw-geshi div,
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript,
pre.source-lua {
    font-family: monospace, Courier !important;
}
 
/* Fix styling of transcluded prefindex tables */
table#mw-prefixindex-list-table,
table#mw-prefixindex-nav-table {
    width: 98%;
}
 
/* For portals, added 2011-12-07 -bv
   On wide screens, show these as two columns
   On narrow and mobile screens, let them collapse into a single column */
.portal-column-left {
    float: left;
    width: 50%;
}
.portal-column-right {
    float: right;
    width: 49%;
}
.portal-column-left-wide {
    float: left;
    width: 60%;
}
.portal-column-right-narrow {
    float: right;
    width: 39%;
}
.portal-column-left-extra-wide {
    float: left;
    width: 70%;
}
.portal-column-right-extra-narrow {
    float: right;
    width: 29%;
}
@media only screen and (max-width: 800px) {
    /* Decouple the columns on narrow screens */
    .portal-column-left,
    .portal-column-right,
    .portal-column-left-wide,
    .portal-column-right-narrow,
    .portal-column-left-extra-wide,
    .portal-column-right-extra-narrow {
        float: inherit;
        width: inherit;
    }
}
 
/* For announcements */
#bodyContent .letterhead {
    background-image:url('//upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png');
    background-repeat:no-repeat;
    padding: 2em;
    background-color: #faf9f2;
}
 
/* Tree style lists */
.treeview ul {
    padding: 0;
    margin: 0;
}
.treeview li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
    zoom: 1; /* BE KIND TO IE6 */;
}
.treeview li li {
    background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
    /* @noflip */
    padding-left: 20px;
    text-indent: 0.3em;
}
.treeview li li.lastline {
    background-position: 0 -5971px
}
.treeview li.emptyline > ul {
    /* @noflip */
    margin-left: -1px;
}
.treeview li.emptyline > ul > li:first-child {
    background-position: 0 9px
}
 
/* Make it possible to hide checkboxes in <inputbox> */
.inputbox-hidecheckboxes form .inputbox-element {
    display: none !important;
}
 
/* Hide charinsert base for those not using the gadget */
#editpage-specialchars {
    display: none;
}
 
/* work-around for [[bugzilla:23965]] (Kaltura advertisement) */
.k-player .k-attribution {
    visibility: hidden;
}
Outils personnels
Espaces de noms

Variantes
Actions
Navigation
Boîte à outils
Partager