Skip to content
Extraits de code Groupes Projets
Valider 45e390d0 rédigé par b_b's avatar b_b
Parcourir les fichiers

lisibilité : pas de text-shadow sur le titre des boites et des listes d'objets

parent f131bef2
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -67,7 +67,7 @@ body {font-family: 'Lucida Grande', Tahoma, Ubuntu, Arial, Verdana, sans-serif;b
*/
.simple .inner {-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border: 1px solid #d7d7d7;position:relative;}
.simple .inner:hover {-webkit-box-shadow:0px 0px 2px #dddddd;-moz-box-shadow:0px 0px 2px #dddddd;box-shadow:0px 0px 2px #dddddd;position:relative;}
.simple .inner .hd {background-color: #f0f0f0;color: #444;text-shadow: white 0px 1px 0px;font-size: 0.85em;line-height: 120%;}
.simple .inner .hd { background-color: #f0f0f0; color: #444; font-size: 0.85em; line-height: 120%; }
#contenu .fiche_objet .propose .inner {border: 0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color: #ffde00;margin: 0px -15px;padding-top:15px;position:relative;}
#contenu .fiche_objet .propose .inner p {margin: 0;}
#contenu .fiche_objet > .inner {border: 0px;-webkit-box-shadow:0px 0px 20px #d0d0d0;-moz-box-shadow:0px 0px 20px #d0d0d0;box-shadow:0px 0px 20px #d0d0d0;position:relative;}
......@@ -112,7 +112,7 @@ h1 {font-size: 2em;line-height: 125%;}
.liste-objets.selection-articles form {background-color: #[(#ENV{claire}|couleur_luminance{0.25})];}
.liste-objets table {background: transparent;}
.liste-objets table caption {background: #e5e5e5;background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e0e0e0));background-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);background-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);background-image: -ms-linear-gradient(top, #f0f0f0, #e0e0e0);background-image: -o-linear-gradient(top, #f0f0f0, #e0e0e0);background-image: linear-gradient(top, #f0f0f0, #e0e0e0);filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f0f0f0', endColorstr='#e0e0e0');}
.liste-objets table caption strong.caption {padding-top: 7px;padding-bottom: 7px;color: #444;background-color: transparent;text-shadow: white 0px 1px 0px;font-size: 0.85em;line-height: 120%;}
.liste-objets table caption strong.caption { padding-top: 7px; padding-bottom: 7px; color: #444; background-color: transparent; font-size: 0.85em; line-height: 120%; }
.liste-objets table thead {font-size: 0.85em;line-height: 120%;}
.liste-objets table thead th {padding-top: 5px;padding-bottom: 5px;}
.liste-objets table tbody > tr:last-child td {border-bottom: 0;}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter