mAucun résumé des modifications
mAucun résumé des modifications
Ligne 2 : Ligne 2 :
   border: 1px solid lightgray;
   border: 1px solid lightgray;
   font-family: sans-serif;
   font-family: sans-serif;
  color: white;
  width: 100%;
}
}


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



Version du 8 décembre 2013 à 15:40

.test-tabrec {
  border: 1px solid lightgray;
  font-family: sans-serif;
  color: white;
  width: 100%;
}

.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;
  font-weight: bold;
}

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