MediaWiki:Common.css : Différence entre versions

De Wikipasdecalais
Aller à : navigation, rechercher
 
(Une révision intermédiaire par le même utilisateur non affichée)
Ligne 24 : Ligne 24 :
  
 
/* Mode d'affichage par défaut des données dans l'espace référence. */
 
/* Mode d'affichage par défaut des données dans l'espace référence. */
.BibList { display:block }
+
.WikiNorme, .BibTeX, .ISBD, .ISO690, .specialBib { display:none }
+
.BibList {
 +
  display: block;
 +
}
 +
 +
.WikiNorme, {
 +
  display: none;
 +
}
  
 
/* CATEGORIES CACHEES */
 
/* CATEGORIES CACHEES */

Version actuelle en date du 29 janvier 2013 à 15:25

/* Le CSS placé ici sera appliqué à tous les habillages. */

/** NOTES, RÉFÉRENCES, BIBLIOGRAPHIE **/

/* make the list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 11px; }
.references-small { font-size: 11px;}
ol.references > li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }

/* MISE EN ÉVIDENCE */
 
/* Mise en surbrillance de la note ou de l'ouvrage de référence cliqué
   pour faciliter la navigation (de en.wikipedia). */
 
/* Contenu de la note */
ol.references > li:target, .ouvrage:target { background:#DEF }
 
/* Renvoi */
sup.reference:target { background:#DEF }
/*

/* NORMES BIBLIOGRAPHIQUES */

/* Mode d'affichage par défaut des données dans l'espace référence. */
 
.BibList {
  display: block;
}
 
.WikiNorme, {
  display: none;
}

/* CATEGORIES CACHEES */
 
 #mw-hidden-catlinks {
 font-size: 11px;
 }

/* PAGES DE DISCUSSION : COLORATION INDENTÉE */
 .ns-talk dd {
  margin:0;
  padding:0;
 }

 .ns-talk dl {
  border-top:solid 1px #F0F080;
  border-left:solid 1px #F0F080;
  padding-top:.5em;
  padding-left:.5em;
  margin-left:1em;
 }

 .ns-talk dl,
 .ns-talk dl dl dl,
 .ns-talk dl dl dl dl dl,
 .ns-talk dl dl dl dl dl dl dl,
 .ns-talk dl dl dl dl dl dl dl dl dl
 { background:#FFFFE0 }

 .ns-talk dl dl,
 .ns-talk dl dl dl dl,
 .ns-talk dl dl dl dl dl dl,
 .ns-talk dl dl dl dl dl dl dl dl,
 .ns-talk dl dl dl dl dl dl dl dl dl dl
 { background:#FFE }

/* WIKITABLE */
 
/* Classe pour tableaux standards, légèrement grisés. Syntaxe : {| class="wikitable" */
 
/* Tableaux selon la charte graphique. Ils sont centrés par défaut. */
table.wikitable { /* monobookocentré debut */
 margin:auto;
 align:center;
 margin-top:1em;
 margin-bottom:1em;
 background:#F9F9F9;
 border:1px #999 solid;
 border-collapse:collapse;
}
 
table.wikitable th, table.wikitable td {
 border:1px #999 solid;
 padding:.3em;
}
 
table.wikitable th, .wikitable_header {
 background:#ece5ca;
 text-align:center;
}
.wikitable th[scope=row] {
 text-align: left;
}
 
table.wikitable caption {
 margin-left:inherit;