Utilisateur:Reaper/common.css

Version datée du 9 décembre 2013 à 20:55 par Reaper (discussion | contributions) (Page créée avec « .test-tabrec { border: 1px solid lightgray; font-family: sans-serif; color: white; width: 100%; font-size: 14px; } .test-tabrec .test-titre { text-align: cent... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  •  Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
.test-tabrec {
  border: 1px solid lightgray;
  font-family: sans-serif;
  color: white;
  width: 100%;
  font-size: 14px;
}

.test-tabrec .test-titre {
  text-align: center;
  font-size: 25px;
  font-variant: small-caps;
  color: white;
  font-weight: bold;
}

.test-tabrec .test-bandeau {
  text-align: center;
  background-color: darkred;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.tabrec-feu {
  background-color: darkred;
}

.test-tabrec a, .test-tabrec a:hover, .test-tabrec a:visited {
  color: white !important;
  font-weight: bold;
}

.test-tabrec a:hover {
  text-decoration: underline;
}

.test-tabrec td {
  border: 1px solid white;
}

.test-tabrec .test-image {
  max-width: 150px;
  text-align: center;
  vertical-align: middle;
}

.test-tabrec .test-label {
  max-width: 150px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.test-tabrec td {
  padding: 5px;
}

.test-tabrec .test-case {
  background-color: #8F5356;