Retour : Page Principale > SiteTelaVersion4

Les styles à utiliser


Texte inactif

.texte_inactif {
  • font-family: Arial;
  • font-size: 10px;
  • text-decoration: none;
  • color: gray;}


Contient un message d'erreur

.erreur {
  • color: red;}


texte en italique

.nom_latin{
  • font-style:italic;}


texte en gras

.question {
  • font-weight:bold;}

ou

.champ_cle {
  • font-weight: bold;}

ou

.page_titre {
  • font-weight:bold;}

ou

.p_cle {
font-weight:bold;}


ou

.bp_titre {
  • font-weight:bold;}


texte en normal

/* Texte d'une valeur d'un champ d'une fiche*/
.champ_valeur {
  • font-weight: normal;}

ou

.bp_annee {
  • font-weight:normal;}

ou

.bp_num_revue {
  • font-weight:normal;}


texte mis en évidence

.en_evidence {
  • font-size:16px;
  • font-weight:bold;}