MediaWiki:Common.css : Différence entre versions

De Wikipasdecalais
Aller à : navigation, rechercher
Ligne 4 : Ligne 4 :
  
 
/* make the list of references look smaller and highlight clicked reference in blue */
 
/* make the list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 10px; }
+
ol.references { font-size: 11px; }
.references-small { font-size: 10px;}
+
.references-small { font-size: 11px;}
 
ol.references > li:target { background-color: #ddeeff; }
 
ol.references > li:target { background-color: #ddeeff; }
 
sup.reference:target { background-color: #ddeeff; }
 
sup.reference:target { background-color: #ddeeff; }
Ligne 30 : Ligne 30 :
 
   
 
   
 
  #mw-hidden-catlinks {
 
  #mw-hidden-catlinks {
  font-size: 10px;
+
  font-size: 11px;
 
  }
 
  }
  

Version du 30 octobre 2011 à 13:00

/* 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, .BibTeX, .ISBD, .ISO690, .specialBib { 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 }

/* ARTICLE DÉTAILLÉ */
 
/* Classes pour les modèles basés sur [[modèle:Article détaillé]] ainsi que [[Modèle:Article principal]] */
.detail, .details {
margin:0 0 .7em 2em;
border:solid #E7E7E7;
border-width:1px 0;
text-align:left;
font-size:95%;
background:#FDFDFD url("//upload.wikimedia.org/wikipedia/commons/thumb/6/61/Searchtool.svg/15px-Searchtool.svg.png") no-repeat left center;
padding:1px 4px 1px 24px;
overflow:hidden;
}
.detail.commons {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons-logo.svg/15px-Commons-logo.svg.png");
background-repeat:no-repeat;
}
.detail.principal {
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-repeat:no-repeat;
}
.detail.section {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Fairytale_waring.png/15px-Fairytale_waring.png");
background-repeat:no-repeat;
}