mAucun résumé des modifications
mAucun résumé des modifications
Ligne 8 : Ligne 8 :
   font-variant: small-caps;
   font-variant: small-caps;
   font-family: sans-serif;
   font-family: sans-serif;
  color: white;
  font-weight: bold;
}
}


Ligne 14 : Ligne 16 :
   background-color: darkred;
   background-color: darkred;
   color: white;
   color: white;
  font-size: 18px;
  font-weight: bold;
}
}


.tabrec-feu {
.tabrec-feu {
   background-color: darkred;
   background-color: darkred;
}
.test-tabrec a, .test-tabrec a:hover, .test-tabrec a:visited {
  color: white;
}
.test-tabrec a:hover {
  text-decoration: underline;
}
}

Version du 8 décembre 2013 à 15:38

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

.test-tabrec .test-titre {
  text-align: center;
  font-size: 20px;
  font-variant: small-caps;
  font-family: sans-serif;
  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;
}

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