MediaWiki:Common.css : Différence entre versions

De Wikipasdecalais
Aller à : navigation, rechercher
 
(33 révisions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
 
/* Le CSS placé ici sera appliqué à tous les habillages. */
 
/* Le CSS placé ici sera appliqué à tous les habillages. */
 
/* Retire le nom de la page d'accueil */
 
  body.page-Accueil #firstHeading {
 
      position: absolute;
 
      top: -5000px;
 
  
 
/** NOTES, RÉFÉRENCES, BIBLIOGRAPHIE **/
 
/** NOTES, RÉFÉRENCES, BIBLIOGRAPHIE **/
  
 
/* 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: 85%; }
+
ol.references { font-size: 11px; }
.references-small { font-size: 85%;}
+
.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; }
 
  
 
/* MISE EN ÉVIDENCE */
 
/* MISE EN ÉVIDENCE */
 
+
 
/* Mise en surbrillance de la note ou de l'ouvrage de référence cliqué
 
/* Mise en surbrillance de la note ou de l'ouvrage de référence cliqué
 
   pour faciliter la navigation (de en.wikipedia). */
 
   pour faciliter la navigation (de en.wikipedia). */
 
+
 
/* Contenu de la note */
 
/* Contenu de la note */
 
ol.references > li:target, .ouvrage:target { background:#DEF }
 
ol.references > li:target, .ouvrage:target { background:#DEF }
 
+
 
/* Renvoi */
 
/* Renvoi */
 
sup.reference:target { background:#DEF }
 
sup.reference:target { background:#DEF }
 
/*
 
/*
 
/* Référence présente */
 
span.ref:hover { border-bottom:1px solid #AAA }
 
  
 
/* NORMES BIBLIOGRAPHIQUES */
 
/* NORMES BIBLIOGRAPHIQUES */
  
 
/* 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 */
 
   
 
   
#mw-hidden-catlinks {
+
#mw-hidden-catlinks {
font-size: 10px;
+
font-size: 11px;
}
+
}
  
 
/* PAGES DE DISCUSSION : COLORATION INDENTÉE */
 
/* PAGES DE DISCUSSION : COLORATION INDENTÉE */
Ligne 69 : Ligne 66 :
 
  .ns-talk dl dl dl dl dl dl dl dl dl dl
 
  .ns-talk dl dl dl dl dl dl dl dl dl dl
 
  { background:#FFE }
 
  { 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;

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;