MediaWiki:Common.css

De Wiki de la communauté Mandriva.

Note : après avoir enregistré vos préférences, vous devrez forcer son rechargement complet en ignorant le contenu actuel du cache de votre explorateur pour voir les changements : Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant le bouton Actualiser (Reload,) ou pressez Maj-Ctrl-R (Maj-Cmd-R sur Apple Mac) ; Internet Explorer / Opera : maintenez la touche Ctrl en cliquant le bouton Actualiser ou pressez Ctrl-F5.

/** Le CSS placé ici sera appliqué à toutes les apparences. */

/* TITRES */

/* Décoration des titres de sous-chapitre. */
h3 { border-bottom:dotted 1px #AAA }
h4, h5, h6 { border-bottom:dotted 1px #DDD }

/* ACCUEIL */

.accueil_cadre {
  padding:1%;
  width:31%;
  float:left;
}

.accueil_cadre h2 {
  margin: 0em 0em 0.6em 0em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #aaaaaa;
  font-size: 150%;
  color: #30529f;
  font-weight: bold;
  background-color: #ddddff;
  padding: 0.2em 1em;
}

.accueil_nouvelles h2 {
  margin: 0em 0em 0.6em 0em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #aaaaaa;
  font-size: 150%;
  color: #30529f;
  font-weight: bold;
  background-color:#fcd167;
  padding: 0.2em 1em;
}

.accueil_titre h2 {
  border-bottom: 1px solid #aaa;
  margin-bottom: .5em;
  margin-top: 1em;
  font-size:188%;
  color:#30529f;
  font-weight:bold;
  font-variant:small-caps;
}

.accueil_nouvelles {
  float:right;
  padding:1em;
  margin-left:0.5em;
  width:28%;
  border:1px solid silver;
  -moz-border-radius:1em;
  vertical-align:top;
  background-color:white
}

.accueil_téléchargement {
  font-weight:bold;
  font-size:120%;
  background-color:#b1ff69;
  -moz-border-radius:1em;
}