« MediaWiki:Common.css » : différence entre les versions

Définition, traduction, prononciation, anagramme et synonyme sur le dictionnaire libre Wiktionnaire.
Contenu supprimé Contenu ajouté
liens des exemples : on garde les icônes indiquant les liens externes, donc on ne les impose pas avec !important
Ligne 134 : Ligne 134 :
.ns-0 #bodyContent ol li ul ul a {
.ns-0 #bodyContent ol li ul ul a {
color:#000090;
color:#000090;
background:none;
background:none !important;
padding-right:0;
padding-right:0 !important;
}
}


Ligne 143 : Ligne 143 :
.ns-0 #bodyContent ol li ul ul a.new {
.ns-0 #bodyContent ol li ul ul a.new {
color:#000000;
color:#000000;
background:none;
background:none !important;
padding-right:0;
padding-right:0;
}
}

Version du 2 février 2014 à 18:58

/* <source lang="css"> */

/***************************************/
/*  Page d'accueil                     */
/***************************************/

/* CSS de la page d'accueil v2 en sous-page */
@import url("//fr.wiktionary.org/w/index.php?title=MediaWiki:Common.css/accueil2.css&action=raw&ctype=text/css");

/* Retire le nom de la page d'accueil */
body.page-Wiktionnaire_Page_daccueil #firstHeading {
   display:none;
}

/* Accueil 2 */
body.page-Wiktionnaire_Page_daccueil_2 #firstHeading {
   display:none;
}
body.page-Wiktionnaire_Page_daccueil_2 #siteSub, body.page-Wiktionnaire_Page_daccueil_2 .subpages {
   display:none;
}

/* Logo pour la page d'accueil */
.fondlogo {
   background:url("//upload.wikimedia.org/wikipedia/commons/0/08/WiktionaryFr-barre-accueil.png")
}

/***************************************/
/*  Titres de section                  */
/***************************************/

/* Affichage particulier des sections de langue (espace principal des articles)
  -> d’après [[Wiktionnaire:Projet conventions/Titres de Langues]] */
.ns-0 h2 {
   clear: both;
   border-bottom: solid 1px #000000;
   border-top: solid 1px #000000;
   border-left: solid 1px #aaaaaa;
   border-right: solid 1px #aaaaaa;
   background: #EEEEFF;
   padding: 0.5em 0.5em 0.5em 0.5em;
   margin-top:1em;
   margin-bottom:0.5em;
   font-weight:bold;
   font-size:125%;
}

/* Icônes de sections */
.titreetym {
   background: url('//upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Nuvola_apps_bookcase.svg/30px-Nuvola_apps_bookcase.svg.png') center left;
   background-repeat:no-repeat;
   padding-left: 2em ;
   padding-top: 0.5em;
}

.titredef {
   background: url('//upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Open_book_01.svg/30px-Open_book_01.svg.png') center left;
   background-repeat:no-repeat;
   padding-left: 2em ;
   margin-top: 1em ;
   padding-top: 0.5em;
}

.titrepron {
   background: url('//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Nuvola_apps_edu_languages.svg/30px-Nuvola_apps_edu_languages.svg.png')  top left;
   background-repeat:no-repeat;
   padding-left: 2em ;
   padding-top: 0.5em;
}

.titreanagr {
   background: url('//upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Wiki_puzzle.svg/30px-Wiki_puzzle.svg.png') center left;
   background-repeat:no-repeat;
   padding-left: 2em ;
   padding-top: 0.5em;
}

.titrevoir {
   background: url('//upload.wikimedia.org/wikipedia/commons/thumb/0/04/Blue_Glass_Arrow.svg/30px-Blue_Glass_Arrow.svg.png') center left;
   background-repeat:no-repeat;
   padding-left: 2em ;
}

.titreref {
    background: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/32/Books-aj.svg_aj_ashton_01f.svg/30px-Books-aj.svg_aj_ashton_01f.svg.png") no-repeat center left transparent;
    padding-left: 2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

/* Léger espacement pour les h3 car les icônes en arrière-plan des .titrexxx n'imposent pas d'espacement */
.ns-0 h3 {
	margin-top: 0.5em;
}

/* Soulignement léger pour les sous-parties */
#mw-content-text h3
{ 
   clear: both;
   border-bottom: dotted 1px #aaa;
}

h4, h5, h6
{ 
   border-bottom: dotted 1px #ddd;
}

/* Lien [modifier] plus petit, comme WP */
.mw-editsection {
    font-size: x-small;
}

/* Test : n'afficher le lien de modification des sections que pour les sections de langue (niveau 2) */
.ns-0 h3 span.editsection { display:none }
.ns-0 h4 span.editsection { display:none }
.ns-0 h5 span.editsection { display:none }
.ns-0 h6 span.editsection { display:none }

/***************************************/
/*  Définitions, exemples, citations   */
/***************************************/
/* Coloration blanche de base des définitions, exemples, etc. */
/* Définitions # (ou ## ?) */
.ns-0 ol li, .ns-0 ol li li { background-color: #FFFFFF; }

/* Exemples #* (ou ##* ou #** ?) */
.ns-0 ol li ul,
.ns-0 ol li li ul,
.ns-0 ol li ul ul { background-color: #FFFFFF; }

/* Liens discrets dans les exemples */
.ns-0 #bodyContent ol li ul a,
.ns-0 #bodyContent ol li li ul a,
.ns-0 #bodyContent ol li ul ul a { 
    color:#000090;
    background:none !important;
    padding-right:0 !important;
}

/* Pas de couleur pour les liens des exemples sans article */
.ns-0 #bodyContent ol li ul a.new,
.ns-0 #bodyContent ol li li ul a.new,
.ns-0 #bodyContent ol li ul ul a.new { 
    color:#000000;
    background:none !important;
    padding-right:0;
}

/* Alignement des citations sur plusieurs lignes */
.ns-0 ol li dl dd ul li { margin-bottom:0 ; margin-top:0.2em; }
.ns-0 ol li dl dd ul { margin-left: 1.5em ; }
.ns-0 ol li dl dd dl dd { margin-left: 1.5em ; margin-bottom:0 ; }
.ns-0 ol li dl dd dl { margin-top:0 ; margin-bottom:0.2em; }

/* Écartement des définitions entre elles */
.ns-0 ol li, .ns-0 ol li ol li { margin-bottom: 0.8em ; }

/*  Style des sources des citations    */
.sources {
 font-size: 0.85em;
}

/*****************************************/
/* Numérotation différenciée des listes  */
/*****************************************/
/* Niveau 1 : chiffres arabes */
.ns-0 ol { list-style-type: decimal ; }
.ns-0 ol ul { list-style-type: square ; }

/* Niveau 2 : lettres alphabétiques majuscules */
.ns-0 ol ol { list-style-type: lower-alpha ; }
.ns-0 ol ol ul { list-style-type: square ; }

/* Niveau 3 : chiffres romains minuscules */
.ns-0 ol ol ol { list-style-type: lower-roman ; }
.ns-0 ol ol ol ul { list-style-type: square ; }

/***************************************/
/*        Liens                        */
/***************************************/
/* sans soulignement de lien */
:link { text-decoration: none; }
:visited { text-decoration: none; }

/* Liens externes en rouge (seulement avec la classe rougelinks) */
#bodyContent .rougelinks a {
  background: none !important;
  color: #ba0000;
  padding-right:0;
}

/***************************************/
/*        Traductions                  */
/***************************************/
/* Mise en exposant du lien vers les autres Wiktionnaires */
.trad-exposant {
  vertical-align: super;
  font-size:80%;
  line-height:1em
}

/* Style des liens vers les autres Wiktionnaires selon les cas */
.trad-inconnu { color: #bbbbbb; } /* trad  */
.trad-existe  { color: #3366bb; } /* trad+ */
.trad-absent  { color: #ba0000; } /* trad- */
/* .trad-nowikt {} trad-- */

/***************************************/
/* Styles des tableaux de conjugaisons */
/***************************************/
.conj-case-grise { 
    color:gray;
    background:none;
    font-style:italic;
}
.conj-case-grise a { 
    color:#5A5A8E;
}
.conj-case-grise a.new { 
    color:#8E5A5A;
}

/********************************************************/
/* Illustrations en médaillon comme les images          */
/********************************************************/
.illustration-texte {
 background: #FFF2DD;
 border: 1px solid #AAA;
 padding: 0.5em;
 margin: 0.5em;
 font-size: 0.85em;
 text-align: left;
}

.illustration-couleur {
 width: 80px;
 height: 80px;
 border: 1px solid black ;
 margin-left:auto ;
 margin-right:auto ;
 margin-top: 5px;
}

/*****************************************/
/* Table jaune                           */
/*****************************************/
table.table-jaune {
 border: 1px solid #AAA ;
 text-align: center ;
 border-collapse: collapse ;
 background: #FFF ;
}

/* Titre */
table.table-jaune caption {
 background: #ffffaa;
 font-weight: bold;
 border: 1px solid #AAA ;
 padding: 0.2em ;
}

/* Titres de colonnes */
table.table-jaune th {
 padding: 0.2em ;
 background: #FFFFCC ;
 border: 1px solid #AAA ;
}

/* Cellule */
table.table-jaune td {
 padding: 0.3em ;
 background: #FFF ;
 border: 1px solid #AAA ;
}

/*****************************************/
/* Boites déroulantes des articles       */
/*****************************************/
.boite {
 border: 1px solid #aaa;
 overflow: auto;
 background-color: #F7F8FF;
}

.boite table {
 background: transparent;
 border-spacing: 0em;
 width: 100%;
 text-align:left;
 background:#F7F8FF;
}

.boite .NavFrame {
 background:transparent;
 border: 0 ;
 clear: both;
}

.boite .NavHead {
 text-align: left;
 padding-left: 0.5em;
}


/* Import original (à vérifier) */
div.NavFrame {
     margin:0px;
     padding:2px;
     border:1px solid #AAAAAA;
     text-align:center;
     border-collapse:collapse;
     overflow: auto;
     font-size:95%;
}

div.NavFrame + div.NavFrame {
     border-top-style:none;
     border-top-style:hidden;
}

div.NavPic {
     background-color:#FFFFFF;
     margin:0px;
     padding:2px;
     float:left;
}

div.NavFrame div.NavHead {
     height:1.6em;
     font-weight:bold;
     font-size:100%;
     background-color:#EFEFEF;
}

div.NavFrame p {
     font-size:100%;
}

div.NavFrame div.NavContent {
     font-size:100%;
}

div.NavFrame div.NavContent p {
     font-size:100%;
}

div.NavEnd {
     margin:0px;
     padding:0px;
     line-height:1px;
     clear:both;
}

.NavToggle {
   font-size: x-small;
   float:right;
}

/**********************************/
/*  Style des tables de flexions  */
/**********************************/
table.flextable {
 clear: right;
 float: right;
 margin: 0.5em;
 margin-right: 0;
 background: inherit;
 text-align: center;
 border-collapse: collapse;
}

/* Titres de colonnes */
table.flextable th {
 padding: 0.2em ;
 background: #EEEEFF ;
 border: 1px solid #AAAACC;
}

/* Cacher la case en haut à gauche */
table.flextable th.notopleft {
 background: none ;
 border: 0;
}

/* Cacher une case quelconque */
table.flextable .invisible {
 background: inherit ;
 border: 0;
}

/* Titres à gauche du tableau */
table.flextable .titre {
 padding: 0.3em ;
 background: #EEEEFF ;
 border: 1px solid #AAAACC;
 font-weight: bold;
}

/* Sous-titres du tableau */
table.flextable .sous-titre {
 padding: 0.3em ;
 background: #FAFAFF ;
 border: 1px solid #AAAACC;
 font-weight: bold;
}

/* Cellule normale du tableau */
table.flextable td {
 padding: 0.3em ;
 background: #FFFFFF;
 border: 1px solid #AAAACC;
}

/* Adjacence de contenus dans les flextables */
table.flextable .colle-gauche {
 border-left:0;
 text-align:left;
 padding-left:0;
}

table.flextable .colle-droite {
 border-right:0;
 text-align:right;
 padding-right:0;
}

/* Placement à gauche ou droite simplement */
.flextable .droite {
 text-align: right ;
}
.flextable .gauche {
 text-align: left ;
}

/* Style d'article dans les flexions (si quelqu'un veut les styliser séparément) */
/*.flextable .article {color:red;}*/

/*********/
/*  API  */
/*********/
.API {
 font-family: DejaVu Sans,Segoe UI,Segoe UI Symbol,Lucida Grande,Arial Unicode MS,Lucida Sans Unicode,Charis SIL,Doulos SIL,Gentium,GentiumAlt,Adobe Pi Std,Code2000,Chrysanthi Unicode,TITUS Cyberbit Basic,Bitstream Cyberbit,Hiragino Kaku Gothic Pro,Matrix Unicode,sans-serif ;
 text-decoration: none ;
}

/****************************/
/*  Sous les modifications  */
/****************************/

/* Style de la boîte à outils */
.mw-editTools {
 border: 1px solid #AAA;
 margin-top: 0.5em;
 padding-left: 0.5em;
 padding-right: 0.5em;
}

/* Style de la boîte à outils déroulante */

#specialcharsets {
 background-color: #FFD;
 border: 1px solid #AAA;
 padding: 0.5em;
}

/* Liste des modèles et des catégories cachées */
/* Style : écrit plus petit, encadré, fond gris */
.templatesUsed, .hiddencats {
 font-size:smaller;
 padding: 0.2em ;
 border: 1px solid #AAA;
 background-color:#EEE;
 margin-top: 1em;
}

/* 4 colonnes pour les modèles */
.templatesUsed ul {
 column-count:4;
 -moz-column-count:4;
 -webkit-column-count:4;
}

/* 3 colonnes pour les catégories (plus larges que les modèles) */
.hiddencats ul {
 column-count:3;
 -moz-column-count:3;
 -webkit-column-count:3;
}

/******************************************************/
/* Icônes des AdQ interwiki                           */
/******************************************************/
li.AdQ { list-style-image:url("//upload.wikimedia.org/wikipedia/commons/4/4c/Icone_AdQ.png") }

/*****************************************/
/* Liens des projets Wikimedia           */
/*****************************************/
#liens_wikimedia td {
 background:#EEE;
 border:1px solid #AAA;
 background: #EEF;
 padding:0.3em;
}


/*****************************************/
/* ne pas afficher les groupes vides     */
/* des statistiques                      */
/*****************************************/
tr.statistics-group-zero {
 display: none;
}

/*****************************************/
/* Styles de bandeaux                    */
/*****************************************/

/* Bandeau Voir */
.bandeau-voir { margin-bottom:0.5em; width:100%; border:1px solid #A0CCA0; background:#CCF5AA; padding:.1em; }

/* Bandeau d'EditNotice, voir [[:Catégorie:Wiktionnaire:Editnotice]] */
.bandeau-editnotice {
  border:3px solid #88F;
  border-left:0px;
  border-right: 0px;
  background-color:#F3F5FF;
  text-align:left;
  width: 95%;
  margin:auto;
  margin-bottom:0.5em;
  padding:5px 0px;
}

/* Style des bandeaux principaux, par le [[Modèle:Méta bandeau d'avertissement]] comme WP */
.bandeau-niveau-grave       { border-color: #aa0044; background-color: #ffcccc; } /* PDD 1 */
.bandeau-niveau-modere      { border-color: #ff8822; background-color: #ffeedd; } /* PDD 1 */
.bandeau-niveau-ebauche     { border-color: #77ccff; background-color: #fbfbfb; } /* PDD 1 */
.bandeau-niveau-information { border-color: #77ccff; background-color: #fbfbfb; } /* PDD 1 */
.bandeau-niveau-detail      { border-color: #e7e7e7; background-color: #fdfdfd; } /* PDD 2 */
 
.bandeau { /* monobookocentré */
  text-align: left;
  margin: 8px 10% 12px;
  border-style: solid;
  border-width: 1px 1px 1px 10px;
  padding: 2px 10px;
}
.bandeau table { background-color: transparent }
.bandeau-icone { vertical-align: middle; text-align: center; min-width: 45px; padding-right: 10px }
.bandeau-titre { font-size: 1em;   line-height: 1.4em; margin-bottom: 0.5em }
.bandeau-texte { font-size: 0.9em; line-height: 1.2em }


table#article_de_qualite {
  clear:both;
  width: 80% ;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 1em;
  text-align: center;
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
  background: #FFFFEE;
}

table#article_de_qualite td {
  padding:0.5em;
}

/* Cadre des documentations */
.documentation {
    background-color: #ECFCF4;
    border: 1px solid #aaa;
    padding: 0.5em;
}

/***************************************************************************/
/*  Style des systèmes d'écriture                                          */
/* D'après http://fr.wikipedia.org/wiki/Utilisateur:Verdy_p/polices.css    */
/* par [[Utilisateur:Verdy_p]]                                             */
/* - Écriture tifinagh : ajouter DejaVu Sans et Ebrima (2009-12-26)        */
/***************************************************************************/
/* écriture latine étendue : langue vietnamienne */
.script-Latn,
.lang-vi {
 font-family: 'Segoe UI', 'DejaVu Sans', 'Tahoma', 'Verdana', 'Arial', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture grecque : langues grecque moderne, grecque polytonique */
.script-Grek,
.lang-el, .lang-grc {
 font-family: 'Segoe UI', 'DejaVu Sans', 'Tahoma', 'Verdana', 'Arial', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', 'Everson Mono Unicode', sans-serif;
}

/* Écriture copte : langue copte */
.script-Copt,
.lang-cop {
 font-family: 'Ifao N Copte', 'MPH 2B Damase', 'Segoe UI', 'Code2000', 'FreeSans', 'Everson Mono Unicode', sans-serif;
}

/* Écriture cyrillique : langues bulgare, macédonienne, mongole, russe, serbe, ukrainienne */
.script-Cyrl,
.lang-bg, .lang-mk, .lang-mn, .lang-ru, .lang-sr, .lang-uk {
 font-family: 'Segoe UI', 'DejaVu Sans', 'Tahoma', 'Verdana', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture arménienne */
.script-Armn,
.lang-hy {
 font-family: 'Segoe UI', 'DejaVu Sans', 'Sylfaen', 'BPG Classic Medium', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écritures géorgiennes */
.script-Geor, .script-Geok,
.lang-ka {
 font-family: 'Sylfaen', 'DejaVu Sans', 'BPG Classic Medium', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture hébreue */
.script-Hebr,
.lang-he, .lang-arc-Hebr {
 font-family: 'DejaVu Sans', 'Tahoma', 'Levenim MT', 'David', 'BPG Classic Medium', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture arabe */
.script-Arab,
.lang-ar, .lang-fa, .lang-ps, .lang-ur, .lang-arc-Arab {
 font-family: Tahoma, 'DejaVu Sans', Arial Unicode MS, Code2000, Traditional Arabic, sans-serif;
 font-size: 125%;
}

/* Écriture syriaque */
.script-Syrc,
.lang-arc, .lang-arc-Syrc {
 font-family: 'Estrangelo Edessa',
              'BPG Classic Medium', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture thâna : langue dhivéhie */
.script-Thaa,
.lang-dv {
 font-family: 'Mv Boli',
              'BPG Classic Medium', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture tifinagh : langues berbères */
.script-Tfng,
.lang-ber, .lang-tmh {
 font-family: 'Ebrima', 'DejaVu Sans', 'Hapax Berbère', 'MPH 2B Damase', sans-serif;
}

/* Écriture thaïe */
.script-Thai,
.lang-th {
line-height: 1.4;
 font-family: 'Leelawadee',
              'Tahoma', 'BPG Classic Medium', 'Cordia New', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture dévanagarie : langues hindie, népalaise */
.script-Deva,
.lang-hi, .lang-ne {
 font-family: 'Mangal', 'Chandas',
              'BPG Classic Medium', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture bengalie : langues assamaise, bengalie*/
.script-Beng,
.lang-as, .lang-bn {
 font-family: 'Rupali', 'SolaimanLipi',
              'BPG Classic Medium', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture gourmoukhie : panjabi */
.script-Gurm,
.lang-ks, .lang-gu {
 font-family: 'Raavi',
              'BPG Classic Medium', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture goudjaratie */
.script-Gujr,
.lang-gj {
 font-family: 'Shruti',
              'BPG Classic Medium', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture tamoule */
.script-Taml,
.lang-ta {
 font-family: 'Latha',
              'BPG Classic Medium', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture télougoue */
.script-Telu,
.lang-te {
 font-family: 'Gautami',
              'BPG Classic Medium', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture kannara */
.script-Knda,
.lang-kn {
 font-family: 'Tunga',
              'BPG Classic Medium', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture malayalam */
.script-Mylm,
.lang-ml {
 font-family: 'Kartika',
              'BPG Classic Medium', 'Arial Unicode MS', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture oryia */
.script-Orya,
.lang-or {
 font-family: 'Kalinga',
              'BPG Classic Medium', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture singhalaise */
.script-Sinh,
.lang-si {
 font-family: 'Iskoola Pota',
              'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture khmère */
.script-Khmr,
.lang-km {
 font-family: 'MoolBoran', 'DaunPenh', 'CDT Khmer',
              'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture laotienne */
.script-Laoo,
.lang-lo {
 font-family: 'DokChampa', 'Saysettha OT', 'DejaVu Sans', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture limboue */
.script-Limb,
.lang-lif {
 font-family: 'MPH 2B Damase', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture tibétaine */
.script-Tibt,
.lang-bd, .lang-dz {
 font-family: 'Microsoft Himalaya', 'Tibetan Machine Uni',
              'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture éthiopienne : amharique, tigrigna */
.script-Ethi,
.lang-am, .lang-tgn {
 font-family: 'Nyala', 'Ethiopia Jiret',
              'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture tchérokie */
.script-Cher,
.lang-chr {
 font-family: 'Plantagenet Cherokee',
              'AfSans', 'AfPaiNutaaq', 'Pigiarniq',
              'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture syllabaire aborigène canadienne unifiée (SACU) */
.script-Cans,
.lang.iu {
 font-family: 'Euphemia', 'Aboriginal Sans',
              'AfSans', 'AfPaiNutaaq', 'Pigiarniq',
              'DejaVu Sans', 'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écritures coréennes (hangûle + hanja) */
.script-Kore, .script-Hang,
.lang-ko {
 font-family: 'UnDotum', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Nanum Gothic', 'Dotum',
              'SimSun', 'Microsoft JhengHei', 'PMingLiU',
              'MingLiU', 'Arial Unicode', 'HeiT', 'Meiryo',
              'MS UI Gothic', 'MS PGothic', 'MS Gothic',
              'Microsoft YaHei',
              'SimHei',
              'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écritures japonaises */
.script-Jpan, .script-Hira, .script-Kana, .script-Hrkt,
.lang-ja {
 font-family: 'Meiryo', 'MS UI Gothic', 'MS PGothic', 'MS Gothic',
              'Microsoft YaHei',
              'SimHei',
              'Microsoft JhengHei', 'PMingLiU', 'MingLiU', 'Arial Unicode', 'HeiT',
              'Malgun Gothic', 'Gulim', 'SimSun',
              'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture idéographique han traditionnelle */
.script-Hant,
.lang-zh-Hant {
 font-family: 'Microsoft JhengHei', 'PMingLiU', 'MingLiU', 'Arial Unicode', 'HeiT',
              'Microsoft YaHei',
              'SimHei',
              'Meiryo',
              'MS UI Gothic', 'MS PGothic', 'MS Gothic',
              'Malgun Gothic', 'Gulim', 'SimSun',
              'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/* Écriture idéographique han simplifiée */
.script-Hans, .script-Hani,
.lang-zh, .lang-zh-Hans {
 font-family: 'Microsoft YaHei',
              'SimHei',
              'Microsoft JhengHei', 'PMingLiU', 'MingLiU', 'Arial Unicode', 'HeiT',
              'Meiryo',
              'MS UI Gothic', 'MS PGothic', 'MS Gothic',
              'Malgun Gothic', 'Gulim', 'SimSun',
              'Code2000', 'FreeSans', 'Lucida Sans Console', sans-serif;
}

/***************************************************************************/

/* Style boîte d’ouverture de session */
form#userlogin {
  padding: 1em 1em .7em 1em;
  background-color: #ffffe6;
  border: 2px solid #fc6;
  color: #000;
  margin-right: 2em;
}

form#userlogin table {
  background-color: #ffffe6;
  color: #000;
}

/*************************************/
/* Boîtes de l’accueil communautaire */
/*************************************/
/* Style des boîtes de l’accueil */
.boite-accueil-haut
{
  background-color: #C8D8FF; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: small; 
  font-weight: bold; 
  border: 1px solid #AAAAAA; 
  padding-bottom: 2px; 
  padding-left: 2px; 
  padding-top: 2px;
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-topleft: 0.5em;
}

/*************************************/
/*   Tableau gris : wikitable        */
/*************************************/
table.wikitable {
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}
table.wikitable th, table.wikitable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}
table.wikitable th {
  background: #f2f2f2;
  text-align: center;
}

/* ALTERNANCE */
 
/* 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.
 
*/
 
table.alternance tr, .alternance.wikitable th[scope="row"] {
background: #fff;
}
table.alternance tr:nth-child(odd), .alternance.wikitable tr:nth-child(odd) th[scope="row"] {
background: #E9E9E9;
}
table.alternance tr.odd, table.alternance.wikitable tr.odd th[scope="row"] {
background: #E9E9E9;
}
table.alternance2 tr, table.alternance.sortable tr {
background: #E9E9E9;
}
table.alternance2 tr:nth-child(odd), table.alternance.sortable tr:nth-child(2n+1) {
background: #fff;
}
table.alternance2 tr.odd, table.alternance.sortable tr.odd {
background: #fff;
}


/* DÉBUT DES SCHÉMAS DE COULEUR DE "CADRE À ONGLETS"
    Fonctionnement du [[Modèle:Cadre à onglets]]
    Modèle implanté par User:Peleguer de http://ca.wikipedia.org
    Actualisé par User:Joanjoc de http://ca.wikipedia.org
    Traduction et adaptation User:Antaya de http://fr.wikipedia.org 
    Couleurs pour le [[Modèle:Cadre à onglets]] 
 
Configuration des couleurs par défaut 
Couleurs utilisées; 1; 8080ff 2; 9f9fff 3; c4c4ff 4; ddddff 5; eaeaff */
 
.mbBouton {
  background-color: #ddddff; 
  border: 0.15em solid #000000;
  border-color: #eaeaff #c4c4ff #9f9fff #eaeaff;
  -moz-border-radius: .5em .5em 0em 0em; /* NE VALIDE PAS AU w3c VALIDATOR */
  cursor:pointer;
  display: inline;
  margin-right: 0.1em;
  padding: 0.2em 0.3em 0.2em 0.3em;
  position: relative;}
 
.mbBouton a,
.mbBouton strong {
  background: none !important;
  color:#8080ff !important;  /* 1 */
  font-size: 90%;
  font-weight: bold;
  padding: 0 !important;
  text-decoration: none !important;}
 
.mbBouton a:hover,
.mbBouton strong:hover {
  color: black !important;
  text-decoration: underline !important;}
 
.mbBoutonSel {
  background-color: #9f9fff; /* 2 */
  border: 0.15em solid #000000;
  border-color: #c4c4ff #8080ff #9f9fff #c4c4ff;  /* 3 1 2 3 */
  -moz-border-radius: .5em .5em 0em 0em;
  cursor: default;
  display: inline;
  margin-right: 0.1em;
  padding: 0.2em 0.3em 0.2em 0.3em;
  position: relative;
  color:white;}
 
.mbBoutonSel a {
  background: none !important;
  color:white !important;
  cursor: default;
  font-size: 90%;
  font-weight: bold;
  padding: 0 !important;
  text-decoration: none !important;}
 
.mbContenu {
  background-color: #f8f8ff;
  border: 0.2em solid #9f9fff; /* 2 */
  border-color: #9f9fff #8080ff #8080ff #9f9fff ; /* 2 1 1 2 */
  -moz-border-radius: 0em .5em .5em 0em;
  padding: 1em;
  position: static;  }
 
.mbOnglet {
  background-color: #f8f8ff;
  border-color: #8080ff #c4c4ff #c4c4ff #8080ff; /* 1 3 3 1 */  width: 100%;
}
 
/* Configuration du Lilas 1;7050a0 2;9070c0 3;b090e0 4;d0b0ff 5;f0d0ff */
 
.mbLilas .mbBouton {
 background-color: #d0b0ff; /* 4 */
 border-color: #f0d0ff #b090e0 #9070c0 #f0d0ff;  /* 5 3 2 5 */}
 
.mbLilas .mbBouton a,
.mbLilas .mbBouton strong {
  color:#8080ff !important;  /* 1 */
  font-size:90%}
 
.mbLilas .mbBouton a:hover,
.mbLilas .mbBouton strong:hover {
  color: black !important;
  text-decoration: underline;}
 
.mbLilas .mbBoutonSel {
  background-color: #9070c0; /* 2 */
  border-color: #b090e0 #7050a0 #9070c0 #b090e0;  /* 3 1 2 3 */}
 
.mbLilas .mbContenu {
  background-color: #f5fffa;
  border-color: #9070c0 #7050a0 #7050a0 #9070c0 ; /* 2 1 1 2 */}
 
.mbLilas .mbOnglet {
  background-color: #f5fffa;
  border-color: #7050a0 #b090e0 #b090e0 #7050a0; /* 1 3 3 1 */}
 
 
/* Configuration du Vert 1;60b030 2;75c045 3;90d060 4;a5e085 5;c0f090 */
 
.mbVert .mbBouton {
 background-color: #a5e085; /* 4 */
 border-color: #c0f090 #90d060 #75c045 #c0f090;  /* 5 3 2 5 */}
 
.mbVert .mbBouton a,
.mbVert .mbBouton strong {
  color:#60b030 !important;  /* 1 */
  font-size:90%}
 
.mbVert .mbBouton a:hover,
.mbVert .mbBouton strong:hover {
  color: black !important;
  text-decoration: underline;}
 
.mbVert .mbBoutonSel {
  background-color: #75c045; /* 2 */
  border-color: #90d060 #60b030 #75c045 #90d060;  /* 3 1 2 3 */}
 
.mbVert .mbContenu {
  background-color: #f5fffa;
  border-color: #75c045 #60b030 #60b030 #75c045 ; /* 2 1 1 2 */}
 
.mbVert .mbOnglet {
  background-color: #f5fffa;
  border-color: #60b030 #90d060 #90d060 #60b030; /* 1 3 3 1 */}
 
 
/* Configuration du Bleu 1;3379de 2;5b8dd6 3;88abde 4;a7c1e6 5;c8d6e9 */
 
.mbBleu .mbBouton {
 background-color: #a7c1e6; /* 4 */
 border-color: #c8d6e9 #88abde #5b8dd6 #c8d6e9;  /* 5 3 2 5 */}
 
.mbBleu .mbBouton a,
.mbBleu .mbBouton strong {
  color:#3379de !important;  /* 1 */
  font-size:90%}
 
.mbBleu .mbBouton a:hover 
.mbBleu .mbBouton strong:hover {
  color: black !important;
  text-decoration: underline;}
 
.mbBleu .mbBoutonSel {
  background-color: #5b8dd6; /* 2 */
  border-color: #88abde #3379de #5b8dd6 #88abde;  /* 3 1 2 3 */}
 
.mbBleu .mbContenu {
  background-color: #f0f8ff;
  border-color: #5b8dd6 #3379de #3379de #5b8dd6; /* 2 1 1 2 */}
 
.mbBleu .mbOnglet {
  background-color: #f0f8ff;
  border-color: #3379de #88abde #88abde #3379de; /* 1 3 3 1 */}
 
 
/* Configuration du Orange 1;ff820e 2;ff9d42 3;ffac5d 4;ffbd7f 5;ffd0a4 6;ffeedd */
 
.mbOrange .mbBouton {
 background-color: #ffbd7f; /* 4 */
 border-color: #ffd0a4 #ffac5d #ff9d42 #ffd0a4;  /* 5 3 2 5 */}
 
.mbOrange .mbBouton a,
.mbOrange .mbBouton strong {
  color:#ff820e !important;  /* 1 */
  font-size:90%}
 
.mbOrange .mbBouton a:hover 
.mbOrange .mbBouton strong:hover {
  color: black !important;
  text-decoration: underline;}
 
.mbOrange .mbBoutonSel {
  background-color: #ff9d42; /* 2 */
  border-color: #ffac5d #ff820e #ff9d42 #ffac5d;  /* 3 1 2 3 */}
 
.mbOrange .mbContenu {
  background-color: #ffeedd; /* 6 */
  border-color: #ff9d42 #ff820e #ff820e #ff9d42; /* 2 1 1 2 */}
 
.mbOrange .mbOnglet {
  background-color: #ffeedd; /* 6 */
  border-color: #ff820e #ffac5d #ffac5d #ff820e; /* 1 3 3 1 */}
 
/* Configuration du Gris 1;666666 2;868686 3;9f9f9f 4;b9b9b9 5;cfcfcf */
 
.mbGris .mbBouton {
 background-color: #b9b9b9; /* 4 */
 border-color: #cfcfcf #9f9f9f #868686 #cfcfcf;  /* 5 3 2 5 */}
 
.mbGris .mbBouton a,
.mbGris .mbBouton strong {
  color:#666666 !important;  /* 1 */
  font-size:90%}
 
.mbGris .mbBouton a:hover 
.mbGris .mbBouton strong:hover {
  color: black !important;
  text-decoration: underline;}
 
.mbGris .mbBoutonSel {
  background-color: #868686; /* 2 */
  border-color: #9f9f9f #666666 #868686 #9f9f9f;  /* 3 1 2 3 */}
 
.mbGris .mbContenu {
  background-color: #fffce8;
  border-color: #868686 #666666 #666666 #868686; /* 2 1 1 2 */}
 
.mbGris .mbOnglet {
  background-color: #fffce8;
  border-color: #666666 #9f9f9f #9f9f9f #666666; /* 1 3 3 1 */}
 
 
/* Configuration du Jaune 1;aa8800 2;eabb00 3;ffd52b 4;ffe16a 5;ffeeaa */
 
.mbJaune .mbBouton {
 background-color: #ffe16a; /* 4 */
 border-color: #ffeeaa #ffd52b #eabb00 #ffeeaa;  /* 5 3 2 5 */}
 
.mbJaune .mbBouton a,
.mbJaune .mbBouton strong {
  color:#aa8800!important;  /* 1 */
  font-size:90%}
 
.mbJaune .mbBouton a:hover 
.mbJaune .mbBouton strong:hover {
  color: black !important;
  text-decoration: underline;}
 
.mbJaune .mbBoutonSel {
  background-color: #eabb00; /* 2 */
  border-color: #ffd52b #aa8800 #eabb00 #ffd52b;  /* 3 1 2 3 */}
 
.mbJaune .mbContenu {
  background-color: #fffce8;
  border-color: #eabb00 #aa8800 #aa8800 #eabb00; /* 2 1 1 2 */}
 
.mbJaune .mbOnglet {
  background-color: #fffce8;
  border-color: #aa8800 #ffd52b #ffd52b #aa8800; /* 1 3 3 1 */}
 
 
/* Configuration du Rouge 1;993300 2;ca4200 3;ff6215 4;ff9b6a 5;ffc6aa */
 
.mbRouge .mbBouton {
 background-color: #ff9b6a; /* 4 */
 border-color: #ffc6aa #ff6215 #ca4200 #ffc6aa;  /* 5 3 2 5 */}
 
.mbRouge .mbBouton a,
.mbRouge .mbBouton strong {
  color:#993300!important;  /* 1 */
  font-size:90%}
 
.mbRouge .mbBouton a:hover 
.mbRouge .mbBouton strong:hover {
  color: black !important;
  text-decoration: underline;}
 
.mbRouge .mbBoutonSel {
  background-color: #ca4200; /* 2 */
  border-color: #ff6215 #993300 #ca4200 #ff6215;  /* 3 1 2 3 */}
 
.mbRouge .mbContenu {
  background-color: #fffce8;
  border-color: #ca4200 #993300 #993300 #ca4200; /* 2 1 1 2 */}
 
.mbRouge .mbOnglet {
  background-color: #fffce8;
  border-color: #993300 #ff6215 #ff6215 #993300; /* 1 3 3 1 */} 
/* plus de 50 classes */
 
/*FIN DES SCHÉMAS DE COULEUR DE "CADRE À ONGLETS" */


/* InterProject : importé de [[es:MediaWiki:Common.css]] pour tester [[MediaWiki:Onlyifsystem.js]] */
.interProject {
  display:none;
  clear: both;
  border-top: 2px dotted #aaa;
  margin-top: 2em;
}

/* Styles de [[Modèle:Méta palette de navigation]] */
table.navbox { 
 background:#F9F9F9;
 border:1px solid #AAA;
 clear:both;
 font-size:90%;
 margin:1em 0 0;
 padding:2px;
 text-align:center;
 width:100%;
}
 
table.navbox th { 
 background:#CCF;
 padding-left:1em;
 padding-right:1em;
}
 
table.navbox td.group { 
 background:#DDF;
 vertical-align:middle;
 width:150px;
 padding-left:1em;
 padding-right:1em;
 font-weight: bold;
}
 
table.navbox td.list { 
 text-align:left
}
 
table.navbox td.even { 
 background:#EEF
}
 
table.navbox td.below { 
 background:#CCF;
 vertical-align:middle;
 padding-left:1em;
 padding-right:1em;
}
 
/* Modèle de palettes groupées, [[Modèle:Palette]] */ 
 
div.navbox_group {
border: 1px solid #aaaaaa;
margin-top: 15px;
}
div.navbox_group table.navbox {
border: 0;
margin: 0em 0px 0px;
}
 
/* Fin styles de [[Modèle:Méta palette de navigation]] */



/* * BOÎTES ET MESSAGES * */
 
.boite-grise {
  background: #F9F9F9;
  border: 1px solid #aaa;
  padding: 5px;
}
 
.boite-a-droite {
  clear: right;
  float: right;
  margin: 1em 0 1em 1em;
  width: auto;
}

.boite-a-gauche {
  clear: left;
  float: left;
  margin: 0 1em 1em 1em;
  width: auto;
}


/* Modèle:Autres projets et interprojet */
.interprojet li.interprojet_top {
background-position: left top;
}

.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;
}
 
.autres-projets .titre {
  text-align: center;
  margin: 0.2em 0;
}
 
.autres-projets li a {
  font-style: italic;
}

.species {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/17px-Wikispecies-logo.svg.png");
  background-position: 1px 0;
}
 
.source {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/17px-Wikisource-logo.svg.png");
  background-position: 1px 1px;
}
 
.pedia {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/63/Wikipedia-logo.png/19px-Wikipedia-logo.png");
  background-position: 1px 0;
}
 
.books {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/19px-Wikibooks-logo.svg.png");
  background-position: 1px 1px;
}
 
.meta {
  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;
}
 
.versity {
  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;
}
 
.news {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/20px-Wikinews-logo.svg.png");
  background-position: 0 5px;
}
 
.quote {
  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;
}
 
.media {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/81/Wikimedia-logo.svg/20px-Wikimedia-logo.svg.png");
  background-position: 0 0;
}

.data {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/22px-Wikidata-logo.svg.png");
  background-position: 0 5px;
}

.voyage {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-icon.svg/20px-Wikivoyage-Logo-v3-icon.svg.png");
  background-position: 2px 2px;
}
.species,
.meta,
.versity,
.pedia,
.books,
.news,
.quote,
.source,
.commons,
.data,
.voyage {
  background-repeat: no-repeat;
  line-height: 1.5em;
  text-indent: 23px;
}

/**
 * COPIE de http://fr.wikipedia.org/wiki/MediaWiki:Common.css
 * 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 */
}

/* Message d'erreur : pas la pein de crier ! */
.error {
	font-size: 1em;
}

/* </source> */