mAucun résumé des modifications
mAucun résumé des modifications
Ligne 1 : Ligne 1 :
.test-tabrec {
.test-tabrec {
   border: 1px solid lightgray;
   border: 1px solid lightgray;
  font-family: sans-serif;
}
}


Ligne 7 : Ligne 8 :
   font-size: 20px;
   font-size: 20px;
   font-variant: small-caps;
   font-variant: small-caps;
  font-family: sans-serif;
   color: white;
   color: white;
   font-weight: bold;
   font-weight: bold;
Ligne 25 : Ligne 25 :


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



Version du 8 décembre 2013 à 15:39

.test-tabrec {
  border: 1px solid lightgray;
  font-family: sans-serif;
}

.test-tabrec .test-titre {
  text-align: center;
  font-size: 20px;
  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;
}

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