Valider 37f24f8f rédigé par ARNO*'s avatar ARNO* Validation de marcimat
Parcourir les fichiers

Unifier sur/sous-titres des pages d'articles (h2), et passer l'opacity à 0.7...

Unifier sur/sous-titres des pages d'articles (h2), et passer l'opacity à 0.7 (en bleu de base, sur ces titres, on passe le contraste accessibilité)
parent 01333017
Chargement en cours
Chargement en cours
Chargement en cours
Chargement en cours
+0 −2
Numéro de ligne d'origine Numéro de ligne de diff Ligne de diff
@@ -90,8 +90,6 @@ html {background-color:#eee;}

#chemin .aide {padding-top: 0px; }

#haut h1,#contenu h1 {color: var(--spip-color-theme-dark);}

/* Liens hypertexte */
a { text-decoration: none; color: var(--spip-color-theme-dark); }
a:hover { text-decoration: underline; }
+2 −2
Numéro de ligne d'origine Numéro de ligne de diff Ligne de diff
@@ -338,7 +338,7 @@
	font-weight: inherit; /* forcer la graisse normale */
}
.liste-objets td.titre .rang {
	opacity: 0.6;
	opacity: 0.7;
}
.liste-objets td.titre .surtitre,
.liste-objets td.titre .soustitre {
@@ -346,7 +346,7 @@
	overflow: hidden;
	max-width: 18em;
	/*font-size: 0.85em;*/
	opacity: 0.6;
	opacity: 0.7;
	text-overflow: ellipsis;
	white-space: nowrap;
}
+12 −1
Numéro de ligne d'origine Numéro de ligne de diff Ligne de diff
@@ -40,11 +40,22 @@ body {
	line-height: inherit;
}
#contenu .fiche_objet > .box__header h1 .rang {
	opacity: 0.6;
	opacity: 0.7;
}

#contenu .fiche_objet > .box__header h1,
#contenu .fiche_objet > .box__header .surtitre,
#contenu .fiche_objet > .box__header .soustitre {
	color: var(--spip-color-theme-dark);
	font-weight: normal;
}


#contenu .fiche_objet > .box__header .surtitre,
#contenu .fiche_objet > .box__header .soustitre {
	line-height: inherit;
	opacity: 0.7;
	font-size: 1.6em;
}
.box.fiche_objet > .box__body {
	padding-top: calc(var(--spip-box-spacing-y) / 2);