Skip to content
Extraits de code Groupes Projets
Valider 171e8bb7 rédigé par tetue's avatar tetue
Parcourir les fichiers

Petit nettoyage de printemps dans le code CSS

parent a7d412eb
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -26,7 +26,7 @@
div.navigation-calendrier {
color: #FFF;
background-color: #CCCCCC;
background: #CCCCCC;
font-family: verdana, arial, sans,sans-serif;
font-weight: bold;
font-size: 14px;
......@@ -39,7 +39,7 @@ div.navigation-calendrier img {
}
a.calendrier-annee {
background-color: #aaaaaa;
background: #AAAAAA;
padding: 3px;
margin: 1px;
font-family: verdana, arial, sans,sans-serif;
......@@ -51,7 +51,7 @@ a.calendrier-annee {
a.calendrier-annee:hover {
color: #000;
background-color: #FFF;
background: #FFF;
}
.calendrier-table-large {
......@@ -113,8 +113,8 @@ a.calendrier-annee:hover {
.calendrier-jour {
position: relative;
color: #999999;
background-color: #FFF;
border: 1px solid #aaaaaa;
background: #FFF;
border: 1px solid #AAAAAA;
}
.calendrier-agenda {
......@@ -122,7 +122,7 @@ a.calendrier-annee:hover {
margin-top: 1px;
padding: 1px;
text-align: center;
background-color: #FFF;
background: #FFF;
-moz-border-radius: 5px;
}
......@@ -131,7 +131,7 @@ a.calendrier-annee:hover {
margin-top: 0;
padding: 0;
text-align: center;
background-color: #FFF;
background: #FFF;
-moz-border-radius: 5px;
}
......@@ -148,7 +148,7 @@ a.calendrier-annee:hover {
padding-top: 5px;
padding-bottom: 5px;
border: 0;
background-color: #FFF;
background: #FFF;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
}
......@@ -233,148 +233,148 @@ a.calendrier-annee:hover {
}
.calendrier-nb { /* style cinemat(yp)ographe */
background-color: #FFF;
background: #FFF;
border: 1px solid black;
color: #000;
}
.calendrier-couleur1 { /* Fushia */
background-color: #FDE5F2;
background: #FDE5F2;
border: 1px solid #CD006F;
color: #CD006F;
}
.calendrier-couleur1i { /* Fushia */
background-color: #CD006F;
background: #CD006F;
border: 1px solid #FDE5F2;
color: #FDE5F2
}
.calendrier-couleur2 { /* Bleu */
background-color: #EDF3FE;
background: #EDF3FE;
border: 1px solid #5da7c5;
color: #5da7c5;
}
.calendrier-couleur2i { /* Bleu */
background-color: #5da7c5;
background: #5da7c5;
border: 1px solid #EDF3FE;
color: #EDF3FE
}
.calendrier-couleur3 { /* Bleu pastel */
background-color: #EBE9FF;
background: #EBE9FF;
border: 1px solid #766CF6;
color: #766CF6;
}
.calendrier-couleur3i { /* Bleu pastel */
background-color: #766CF6;
background: #766CF6;
border: 1px solid #EBE9FF;
color: #EBE9FF
}
.calendrier-couleur4 { /* Orange */
background-color: #ffeecc;
background: #ffeecc;
border: 1px solid #fa9a00;
color: #fa9a00;
}
.calendrier-couleur4i { /* Orange */
background-color: #fa9a00;
background: #fa9a00;
border: 1px solid #ffeecc;
color: #ffeecc
}
.calendrier-couleur5 { /* Rouge (Vermillon) */
background-color: #FFEDED;
background: #FFEDED;
border: 1px solid #FF0000;
color: #FF0000;
}
.calendrier-couleur5i { /* Rouge (Vermillon) */
background-color: #FF0000;
background: #FF0000;
border: 1px solid #FFEDED;
color: #FFEDED
}
.calendrier-couleur6 { /* Orange */
background-color: #FFF2EB;
background: #FFF2EB;
border: 1px solid #E95503;
color: #E95503;
}
.calendrier-couleur6i { /* Orange */
background-color: #E95503;
background: #E95503;
border: 1px solid #FFF2EB;
color: #FFF2EB
}
.calendrier-couleur7 { /* Jaune */
background-color: #ffffee;
background: #ffffee;
border: 1px solid #ccaa00;
color: #ccaa00;
}
.calendrier-couleur7i { /* Jaune */
background-color: #ccaa00;
background: #ccaa00;
border: 1px solid #ffffee;
color: #ffffee
}
.calendrier-couleur8 { /* Vert pastel */
background-color: #E2FDEC;
background: #E2FDEC;
border: 1px solid #009F3C;
color: #009F3C;
}
.calendrier-couleur8i { /* Vert pastel */
background-color: #009F3C;
background: #009F3C;
border: 1px solid #E2FDEC;
color: #E2FDEC
}
.calendrier-couleur9 { /* Vert */
background-color: #e5fd63;
background: #e5fd63;
border: 1px solid #9DBA00;
color: #9DBA00;
}
.calendrier-couleur9i { /* Vert */
background-color: #9DBA00;
background: #9DBA00;
border: 1px solid #e5fd63;
color: #e5fd63
}
.calendrier-couleur10 { /* Rouge (Bordeaux) */
background-color: #FFE0E0;
background: #FFE0E0;
border: 1px solid #640707;
color: #640707;
}
.calendrier-couleur10i { /* Rouge (Bordeaux) */
background-color: #640707;
background: #640707;
border: 1px solid #FFE0E0;
color: #FFE0E0
}
.calendrier-couleur11 { /* Gris */
background-color: #F2F2F2;
background: #F2F2F2;
border: 1px solid #3F3F3F;
color: #3F3F3F;
}
.calendrier-couleur11i { /* Gris */
background-color: #3F3F3F;
background: #3F3F3F;
border: 1px solid #F2F2F2;
color: #F2F2F2
}
.calendrier-couleur12 {
background-color: #aaaaaa;
background: #AAAAAA;
border: 1px solid black;
color: #000;
}
.calendrier-couleur12i {
background-color: #000;
border: 1px solid #aaaaaa;
color: #aaaaaa}
background: #000;
border: 1px solid #AAAAAA;
color: #AAAAAA}
.calendrier-couleur13 {
background-color: #FFFFE0;
background: #FFFFE0;
border: 1px solid #666500;
color: #666500; /* Caca d'oie */
}
.calendrier-couleur13i { /* Caca d'oie */
background-color: #666500;
background: #666500;
border: 1px solid #FFFFE0;
color: #FFFFE0
}
.calendrier-couleur14 { /* Marron */
background-color: #F5EEE5;
background: #F5EEE5;
border: 1px solid #8C6635;
color: #8C6635;
}
.calendrier-couleur14i { /* Marron */
background-color: #8C6635;
background: #8C6635;
border: 1px solid #F5EEE5;
color: #F5EEE5
}
......@@ -80,11 +80,9 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor
/* * Entete */
#entete {
width: 100%;
position: relative;
font-size: 0.77em; }
#entete h1 {
position: absolute;
bottom: 0;
float: left;
font-weight: bold;
font-size: 1.5em; }
#entete a { text-decoration: none; }
......@@ -341,14 +339,14 @@ ul ul .message { border: 1px solid #A4A4A4; }
ul ul ul .message { border: 1px solid #B8B8B8; }
ul ul ul ul .message { border: 1px solid #CCCCCC; }
ul ul ul ul ul .message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .message { border: 1px dashed #E0E0E0; }
ul ul ul ul ul ul .message { border: 1px dotted #E0E0E0; }
/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: 0; border-bottom: 1px dashed #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; background: #C4E0E0; }
ul .forum-chapo { border: 0; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; background: #C4E0E0; }
ul ul .forum-chapo { background: #D4E8E8; }
ul ul ul .forum-chapo { background: #E4F0F0; }
ul ul ul ul .forum-chapo { background: #F4F8F8; }
ul ul ul ul .forum-chapo { background: #F4F8F8; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFF; }
/* ------------------------------------------
......
......@@ -61,7 +61,7 @@ h3.spip { text-align: center; font-weight: bold; margin: 1.4em; font-size: 1.15e
border-top: 2pt solid #CCCCCC;
font-size: 0.82em;
}
.ps h3, .notes h3, .forum-decompte, #documents_joints h3 { font-weight: bold; }
.ps h3, .notes h3, .forum-decompte, #documents_joints h3 { font-weight: bold; clear: both; }
/* Citations, tableaux, etc...
---------------------------------------------- */
......
......@@ -3,7 +3,7 @@
top: 0;
right: 20px;
position: absolute;
background-color: transparent;
background: transparent;
z-index: 100;
}
......@@ -22,24 +22,24 @@ a.spip-admin-boutons {
font-family: helvetica,arial,sans-serif;
font-size: 10px;
font-weight: bold;
background-color: #fff;
background: #fff;
color: #0c479d;
}
a:hover.spip-admin-boutons {
background-color: #fc3;
background: #fc3;
border-bottom: 2px solid #36f;
}
a:active.spip-admin-boutons {
background-color: #CCCCCC;
background: #CCCCCC;
border-bottom: 2px solid #f00;
}
/* Style pour le mode debug */
#spip-debug {
background-color: #f0f0f0;
background: #F0F0F0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
......@@ -48,20 +48,20 @@ a:active.spip-admin-boutons {
}
#spip-debug fieldset {
background-color: #FFF;
background: #FFF;
font-family: Courier, "Courier New", monospace;
font-size: 12px;
margin-bottom: 1em;
}
#spip-debug fieldset fieldset {
background-color: #CCF;
background: #CCF;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 80%;
}
#spip-debug legend {
background-color: #FFF;
background: #FFF;
border: solid 1px #F00;
padding: 1px 1em;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
......@@ -82,10 +82,10 @@ a:active.spip-admin-boutons {
}
#debug_boucle fieldset {
background-color: #CCF;
background: #CCF;
}
#debug_boucle fieldset fieldset {
background-color: #FFF;
background: #FFF;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
padding: 0.5em 1.5em;
}
......@@ -98,17 +98,17 @@ a:active.spip-admin-boutons {
overflow: -moz-scrollbars-vertical;
overflow-y: auto;
border-top: 1px solid #3399FF;
border-bottom: 2px solid #666;
border-bottom: 2px solid #666666;
}
.spip-env fieldset {
background-color: #FFF;
background: #FFF;
border: solid 1px #008;
margin: 2px 2em;
}
.spip-env legend {
background-color: #FFF;
background: #FFF;
border: solid 1px #F00;
padding: 1px 1em;
font-weight: bold;
......@@ -117,5 +117,4 @@ a:active.spip-admin-boutons {
.spip-env fieldset div {
max-height: 10em;
overflow: auto;
}
}
\ No newline at end of file
......@@ -35,7 +35,7 @@ td {
width: 100%;
display: block;
padding: 3px;
background-color: #e4e4e4;
background: #e4e4e4;
border: 1px solid ##ENV{couleur_claire,edf3fe};
background-position: center bottom;
float: none;
......@@ -47,7 +47,7 @@ td {
width: 100%;
display: block;
padding: 3px;
background-color: #FFF;
background: #FFF;
border: 1px solid ##ENV{couleur_claire,edf3fe};
background-position: center bottom; float: none;
behavior: url([(#CHEMIN{win_width.htc}|url_absolue)]);
......@@ -56,20 +56,20 @@ td {
}
.fondl {
padding: 3px;
background-color: #e4e4e4;
background: #e4e4e4;
border: 1px solid ##ENV{couleur_claire,edf3fe};
background-position: center bottom;
float: none;
font-size: 11px;
font-family: Verdana,Arial,Sans,sans-serif;
}
.fondo { background-color: ##ENV{couleur_foncee,3874b0};
.fondo { background: ##ENV{couleur_foncee,3874b0};
background-position: center bottom; float: none; color: #FFF;
font-size: 11px;
font-family: Verdana,Arial,Sans,sans-serif;
font-weight: bold;
}
.fondf { background-color: #FFF; border-style: solid ; border-width: 1px; border-color: #e86519; color: #e86519;
.fondf { background: #FFF; border-style: solid ; border-width: 1px; border-color: #e86519; color: #e86519;
}
......@@ -84,14 +84,14 @@ select.fondl {
*/
.bandeau-principal {
background-color: #FFF;
background: #FFF;
margin: 0;
padding: 0;
border-bottom: 1px solid black;
}
.bandeau-icones {
background-color: #FFF;
background: #FFF;
margin: 0;
padding: 0;
padding-bottom: 2px;
......@@ -102,7 +102,7 @@ select.fondl {
margin-top: 0;
padding: 2px;
padding-top: 0;
background-color: #FFF;
background: #FFF;
border-bottom: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
......@@ -135,7 +135,7 @@ select.fondl {
position: absolute;
visibility: hidden;
top: 0;
background-color: ##ENV{couleur_claire,edf3fe};
background: ##ENV{couleur_claire,edf3fe};
color: #000;
padding: 5px;
padding-top: 2px;
......@@ -148,7 +148,7 @@ select.fondl {
}
a.lien_sous {
color: #666;
color: #666666;
}
a.lien_sous:hover {
color: #000;
......@@ -156,7 +156,7 @@ a.lien_sous:hover {
div.bandeau_rubriques {
background-color: #eeeeee;
background: #eeeeee;
border: 1px solid #555555;
}
a.bandeau_rub {
......@@ -165,7 +165,7 @@ a.bandeau_rub {
padding: 2px;
padding-[(#ENV{ltr}|choixsiegal{left,right,left})]: 13px;
padding-[(#ENV{ltr}|choixsiegal{left,left,right})]: 16px;
color: #666;
color: #666666;
text-decoration: none;
border-bottom: 1px solid #CCCCCC;
background-repeat: no-repeat;
......@@ -173,7 +173,7 @@ a.bandeau_rub {
background-image: url(#EVAL{_DIR_IMG_PACK}rubrique-12.gif);
}
a.bandeau_rub:hover {
background-color: #FFF;
background: #FFF;
text-decoration: none;
color: #333333;
background-repeat: no-repeat;
......@@ -183,7 +183,7 @@ div.bandeau_rub {
position: absolute;
top: 4px;
[(#ENV{ltr}|choixsiegal{left,left,right})]: 120px;
background-color: #eeeeee;
background: #eeeeee;
padding: 0;
border: 1px solid #555555;
visibility: hidden;
......@@ -230,7 +230,7 @@ a.icone26:hover {
a.icone26 img {
vertical-align: middle;
behavior: url(#URL_PAGE{win_png});
background-color: ##ENV{couleur_foncee,3874b0};
background: ##ENV{couleur_foncee,3874b0};
}
a.icone26:hover img {
background: url(#EVAL{_DIR_IMG_PACK}fond-gris-anim.gif);
......@@ -253,7 +253,7 @@ a.icone26:hover img {
margin: 0;
display: inline;
padding: 4px;
background-color: #eeeeee;
background: #eeeeee;
border: 2px solid ##ENV{couleur_foncee,3874b0};
-moz-border-radius: 5px;
}
......@@ -261,15 +261,15 @@ a.icone26:hover img {
margin: 0;
display: inline;
padding: 4px;
background-color: #FFF;
border: 2px solid #666;
background: #FFF;
border: 2px solid #666666;
-moz-border-radius: 5px;
}
.icone36-danger a img {
margin: 0;
display: inline;
padding: 3px;
background-color: #FFF;
background: #FFF;
border: 2px solid #ff9999;
-moz-border-radius: 5px;
}
......@@ -277,7 +277,7 @@ a.icone26:hover img {
margin: 0;
display: inline;
padding: 3px;
background-color: #FFF;
background: #FFF;
border: 2px solid red;
-moz-border-radius: 5px;
}
......@@ -340,7 +340,7 @@ a.icone26:hover img {
margin: 4px;
padding: 0;
border: 0;
background-color: ##ENV{couleur_claire,edf3fe};
background: ##ENV{couleur_claire,edf3fe};
}
.cellule48 a.selection img {
......@@ -348,7 +348,7 @@ a.icone26:hover img {
margin: 4px;
padding: 0;
border: 0;
background-color: #999999;
background: #999999;
}
.cellule48 a:hover img {
display: inline;
......@@ -371,21 +371,21 @@ a.icone26:hover img {
margin: 0;
display: inline;
padding: 3px;
background-color: #FFF;
border: 1px solid #aaaaaa;
background: #FFF;
border: 1px solid #AAAAAA;
-moz-border-radius: 5px;
}
.cellule36 a:hover img {
margin: 0;
display: inline;
padding: 3px;
background-color: #e4e4e4;
background: #e4e4e4;
background: url(#EVAL{_DIR_IMG_PACK}fond-gris-anim.gif);
border: 1px solid ##ENV{couleur_foncee,3874b0};
-moz-border-radius: 5px;
}
.cellule36 a span, .cellule48 a span {
color: #666; display: block; margin: 1px;
color: #666666; display: block; margin: 1px;
width: 100%;
}
.cellule36 a:hover span, .cellule48 a:hover span {
......@@ -433,14 +433,14 @@ a.icone26:hover img {
.cellule-texte a.selection {
padding: 3px; margin: 1px;
border: 1px solid ##ENV{couleur_foncee,3874b0};
background-color: ##ENV{couleur_claire,edf3fe};
background: ##ENV{couleur_claire,edf3fe};
-moz-border-radius: 5px;
color: #000;
}
.cellule-texte a:hover {
padding: 3px; margin: 1px;
border: 1px solid ##ENV{couleur_foncee,3874b0};
background-color: #FFF;
background: #FFF;
-moz-border-radius: 5px;
color: #333333;
}
......@@ -467,7 +467,7 @@ a.cellule-h {
font-size: 10px;
text-align: [(#ENV{ltr}|choixsiegal{left,left,right})];
text-decoration: none;
color: #666;
color: #666666;
}
a.cellule-h:hover, a.cellule-h:hover a.cellule-h, a.cellule-h a.cellule-h:hover {
font-family: Verdana, Arial, Sans, sans-serif;
......@@ -525,7 +525,7 @@ a.cellule-h-texte {
margin: 3px;
border: 1px solid #dddddd;
-moz-border-radius: 5px;
background-color: #f0f0f0;
background: #F0F0F0;
width: 92%;
}
.danger a.cellule-h-texte {
......@@ -537,9 +537,9 @@ a.cellule-h-texte:hover {
color: #000;
border-right: solid 1px white;
border-bottom: solid 1px white;
border-left: solid 1px #666;
border-top: solid 1px #666;
background-color: #eeeeee;
border-left: solid 1px #666666;
border-top: solid 1px #666666;
background: #eeeeee;
}
......@@ -550,30 +550,30 @@ a.cellule-h-texte:hover {
.fondgris { cursor: pointer; padding: 4px; margin: 1px; }
.fondgrison {
cursor: pointer; padding: 3px; margin: 1px; border: 1px dashed #999999; background-color: #e4e4e4;
cursor: pointer; padding: 3px; margin: 1px; border: 1px dashed #999999; background: #e4e4e4;
}
.fondgrison2 {
cursor: pointer; padding: 3px; margin: 1px; border: 1px dashed #999999; background-color: #FFF;
cursor: pointer; padding: 3px; margin: 1px; border: 1px dashed #999999; background: #FFF;
}
.bouton36gris {
padding: 6px;
margin-top: 2px;
border: 1px solid #aaaaaa;
background-color: #eeeeee;
border: 1px solid #AAAAAA;
background: #eeeeee;
-moz-border-radius: 5px;
}
.bouton36blanc {
padding: 6px;
margin-top: 2px;
border: 1px solid #999999;
background-color: #FFF;
background: #FFF;
-moz-border-radius: 5px;
}
.bouton36rouge {
padding: 6px;
margin-top: 2px;
border: 1px solid red;
background-color: #FFF;
background: #FFF;
-moz-border-radius: 5px;
}
.bouton36off {
......@@ -590,7 +590,7 @@ div.onglet {
border: 1px solid ##ENV{couleur_foncee,3874b0};
margin-right: 3px;
padding: 5px;
background-color: #FFF;
background: #FFF;
}
div.onglet a {
color: ##ENV{couleur_foncee,3874b0};
......@@ -603,7 +603,7 @@ div.onglet_on {
border: 1px solid ##ENV{couleur_foncee,3874b0};
margin-right: 3px;
padding: 5px;
background-color: ##ENV{couleur_claire,edf3fe};
background: ##ENV{couleur_claire,edf3fe};
}
div.onglet_on a, div.onglet_on a:hover {
color: ##ENV{couleur_foncee,3874b0};
......@@ -617,7 +617,7 @@ div.onglet_off {
border: 1px solid ##ENV{couleur_foncee,3874b0};
margin-right: 3px;
padding: 5px;
background-color: ##ENV{couleur_foncee,3874b0};
background: ##ENV{couleur_foncee,3874b0};
color: #FFF;
}
......@@ -630,10 +630,10 @@ div.onglet_off {
background-image: url(#EVAL{_DIR_IMG_PACK}barre-noir.gif);
}
.iconeoff {
padding: 3px; margin: 1px; border: 1px dashed #aaaaaa; background-color: #f0f0f0;
padding: 3px; margin: 1px; border: 1px dashed #AAAAAA; background: #F0F0F0;
}
.iconeon {
cursor: pointer; padding: 3px; margin: 1px; border-right: solid 1px white; border-bottom: solid 1px white; border-left: solid 1px #666; border-top: solid 1px #666; background-color: #eeeeee;
cursor: pointer; padding: 3px; margin: 1px; border-right: solid 1px white; border-bottom: solid 1px white; border-left: solid 1px #666666; border-top: solid 1px #666666; background: #eeeeee;
}
.iconedanger { padding: 3px; margin: 1px; border: 1px dashed black;
background: url(#EVAL{_DIR_IMG_PACK}rayures-sup.gif);
......@@ -662,7 +662,7 @@ a.icone:hover { text-decoration: none; }
*/
.ortho {
background: #ffe0e0;
background: #FFE0E0;
margin: 0;
margin-bottom: -2px;
border-bottom: 2px dashed red;
......@@ -676,16 +676,16 @@ a.ortho:hover {
text-decoration: none;
}
.ortho-dico {
background: #e0f4d0;
background: #E0F4D0;
margin: 0;
margin-bottom: -2px;
border-bottom: 2px dashed #a0b890;
border-bottom: 2px dashed #A0B890;
color: inherit;
text-decoration: none;
}
a.ortho-dico:hover {
margin: -2px;
border: 2px dashed #a0b890;
border: 2px dashed #A0B890;
color: inherit;
text-decoration: none;
}
......@@ -728,7 +728,7 @@ a.ortho-dico:hover {
display: none;
}
.form-ortho select {
background: #ffe0e0;
background: #FFE0E0;
}
......@@ -789,11 +789,11 @@ table.spip_barre td {
a.spip_barre img {
padding: 3px;
margin: 0;
background-color: #eeeeee;
background: #eeeeee;
border-[(#ENV{ltr}|choixsiegal{left,right,left})]: 1px solid ##ENV{couleur_claire,edf3fe};
}
a.spip_barre:hover img {
background-color: #FFF;
background: #FFF;
}
td.icone table {
......@@ -815,7 +815,7 @@ td.icone a img {
a.bouton_rotation img, div.bouton_rotation img {
padding: 1px;
margin-bottom: 1px;
background-color: #eeeeee;
background: #eeeeee;
border: 1px solid ##ENV{couleur_claire,edf3fe};
}
......@@ -843,23 +843,23 @@ a.bouton_rotation:hover img {
}
.cadre-fonce {
background-color: ##ENV{couleur_foncee,3874b0};
background: ##ENV{couleur_foncee,3874b0};
-moz-border-radius: 8px;
}
.cadre-gris-fonce {
background-color: #666;
background: #666666;
-moz-border-radius: 8px;
}
.cadre-gris-clair {
border: 1px solid #aaaaaa;
background-color: #CCCCCC;
border: 1px solid #AAAAAA;
background: #CCCCCC;
-moz-border-radius: 8px;
}
.cadre-couleur {
background-color: ##ENV{couleur_claire,edf3fe};
background: ##ENV{couleur_claire,edf3fe};
-moz-border-radius: 8px;
}
.cadre-couleur div.cadre-titre {
......@@ -871,7 +871,7 @@ a.bouton_rotation:hover img {
}
.cadre-couleur-foncee {
background-color: ##ENV{couleur_foncee,3874b0};
background: ##ENV{couleur_foncee,3874b0};
-moz-border-radius: 8px;
}
.cadre-couleur-foncee div.cadre-titre {
......@@ -881,7 +881,7 @@ a.bouton_rotation:hover img {
.cadre-trait-couleur {
background-color: #FFF;
background: #FFF;
border: 2px solid ##ENV{couleur_foncee,3874b0};
-moz-border-radius: 8px;
}
......@@ -892,22 +892,22 @@ a.bouton_rotation:hover img {
}
.cadre-r {
background-color: #FFF;
border: 1px solid #666;
background: #FFF;
border: 1px solid #666666;
-moz-border-radius: 8px;
}
.cadre-r div.cadre-titre {
background: #aaaaaa;
border-bottom: 1px solid #666;
background: #AAAAAA;
border-bottom: 1px solid #666666;
color: #000;
}
.cadre-e {
background-color: #dddddd;
border-top: 1px solid #aaaaaa;
border-left: 1px solid #aaaaaa;
background: #dddddd;
border-top: 1px solid #AAAAAA;
border-left: 1px solid #AAAAAA;
border-bottom: 1px solid white;
border-right: 1px solid white;
-moz-border-radius: 8px;
......@@ -915,29 +915,29 @@ a.bouton_rotation:hover img {
.cadre-e div.cadre-titre {
background: ##ENV{couleur_claire,edf3fe};
border-bottom: 1px solid #666;
border-bottom: 1px solid #666666;
color: #000;
}
.cadre-e-noir {
border: 1px solid #666;
border: 1px solid #666666;
-moz-border-radius: 8px;
}
.cadre-forum {
background-color: #FFF;
border: 1px solid #aaaaaa;
background: #FFF;
border: 1px solid #AAAAAA;
-moz-border-radius-top[(#ENV{ltr}|choixsiegal{left,left,right})]: 8px;
}
.cadre-forum div.cadre-titre {
background: ##ENV{couleur_claire,edf3fe};
border-bottom: 1px solid #aaaaaa;
border-bottom: 1px solid #AAAAAA;
color: #000;
}
.cadre-sous_rub {
background-color: #FFF;
border: 1px solid #666;
background: #FFF;
border: 1px solid #666666;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-top[(#ENV{ltr}|choixsiegal{left,left,right})]: 8px;
......@@ -945,7 +945,7 @@ a.bouton_rotation:hover img {
.cadre-thread-forum {
background-color: #eeeeee;
background: #eeeeee;
border: 1px solid #CCCCCC;
border-top: 0;
}
......@@ -955,7 +955,7 @@ a.bouton_rotation:hover img {
}
.cadre-info{
background-color: #FFF;
background: #FFF;
border: 2px solid ##ENV{couleur_foncee,3874b0};
padding: 5px;
-moz-border-radius: 8px;
......@@ -964,7 +964,7 @@ a.bouton_rotation:hover img {
.cadre-formulaire {
border: 1px solid ##ENV{couleur_foncee,3874b0};
background-color: #dddddd;
background: #dddddd;
padding: 5px;
color: #444444;
font-family: verdana, arial, helvetica, sans;
......@@ -999,13 +999,13 @@ a.bouton_rotation:hover img {
padding-[(#ENV{ltr}|choixsiegal{left,left,right})]: 18px;
border-bottom: 1px solid #CCCCCC;
background: [(#ENV{ltr}|choixsiegal{left,1,99})%] no-repeat;
background-color: #e0e0e0;
background: #e0e0e0;
font-family: Verdana, Arial, Sans, sans-serif;
font-size: 11px;
text-decoration: none;
}
.plan-articles a:hover {
background-color: #FFF;
background: #FFF;
text-decoration: none;
}
.plan-articles .publie {
......@@ -1039,24 +1039,24 @@ a.foncee, a.foncee:hover, a.claire, a.claire:hover, span.creer, span.lang_base {
}
a.foncee, a.foncee:hover {
background-color: ##ENV{couleur_foncee,3874b0};
background: ##ENV{couleur_foncee,3874b0};
color: #FFF;
border: 1px solid ##ENV{couleur_foncee,3874b0};
}
a.claire, a.claire:hover {
background-color: ##ENV{couleur_claire,edf3fe};
background: ##ENV{couleur_claire,edf3fe};
color: ##ENV{couleur_foncee,3874b0};
border: 1px solid ##ENV{couleur_foncee,3874b0};
}
span.lang_base {
color: #666;
border: 1px solid #666;
background-color: #eeeeee;
color: #666666;
border: 1px solid #666666;
background: #eeeeee;
}
span.creer {
color: #333333;
border: 1px solid #333333;
background-color: #FFF;
background: #FFF;
}
.trad_float {
float: [(#ENV{ltr}|choixsiegal{left,right,left})];
......@@ -1076,10 +1076,10 @@ a.liste-mot {
}
.tr_liste {
background-color: #eeeeee;
background: #eeeeee;
}
.tr_liste_over, .tr_liste:hover {
background-color: #FFF;
background: #FFF;
}
.tr_liste td, .tr_liste:hover td, .tr_liste_over td {
......@@ -1115,8 +1115,8 @@ div.puce_article_popup, div.puce_breve_popup {
position: absolute;
visibility: hidden;
margin-top: -1px; top: 0;
border: 1px solid #666;
background-color:
border: 1px solid #666666;
background:
#CCCCCC; z-index: 10;
-moz-border-radius: 3px;
}
......@@ -1143,7 +1143,7 @@ div.brouteur_rubrique {
border-left: 1px solid ##ENV{couleur_foncee,3874b0};
border-right: 1px solid ##ENV{couleur_foncee,3874b0};
background: url(#EVAL{_DIR_IMG_PACK}triangle-droite[(#ENV{ltr}|choixsiegal{left,'',_rtl})].gif)[(#ENV{ltr}|choixsiegal{left,right,left})] center no-repeat;
background-color: #FFF;
background: #FFF;
}
div.brouteur_rubrique_on {
......@@ -1155,11 +1155,11 @@ div.brouteur_rubrique_on {
border-left: 1px solid ##ENV{couleur_foncee,3874b0};
border-right: 1px solid ##ENV{couleur_foncee,3874b0};
background: url(#EVAL{_DIR_IMG_PACK}triangle-droite[(#ENV{ltr}|choixsiegal{left,'',_rtl})].gif) [(#ENV{ltr}|choixsiegal{left,right,left})] center no-repeat;
background-color: #e0e0e0;
background: #e0e0e0;
}
xdiv.brouteur_rubrique:hover {
background-color: #e0e0e0;
background: #e0e0e0;
}
div.brouteur_rubrique div, div.brouteur_rubrique_on div {
......@@ -1182,7 +1182,7 @@ div.brouteur_rubrique_on div a {
}
.iframe-bouteur {
background-color: #eeeeee;
background: #eeeeee;
border: 0;
z-index: 1;
}
......@@ -1213,7 +1213,7 @@ a.spip_out {
}
a.spip_note {
background-color:#eeeeee;
background:#eeeeee;
}
a.spip_glossaire:hover {
text-decoration: underline overline;
......@@ -1224,15 +1224,15 @@ a.spip_glossaire:hover {
width: 100%;
font-size: 10px;
border: 1px solid white;
background-color: ##ENV{couleur_foncee,3874b0};
background: ##ENV{couleur_foncee,3874b0};
color: #FFF;
}
.spip_cadre {
width: 100%;
background-color: #eeeeee;
background: #eeeeee;
margin-top: 10px;
padding: 5px;
border: 1px solid #666;
border: 1px solid #666666;
behavior: url([(#CHEMIN{win_width.htc}|url_absolue)]);
}
blockquote.spip {
......@@ -1240,8 +1240,8 @@ blockquote.spip {
margin-[(#ENV{ltr}|choixsiegal{left,right,left})]: 0;
margin-top: 10px;
margin-bottom: 10px;
border: solid 1px #aaaaaa;
background-color: #FFF;
border: solid 1px #AAAAAA;
background: #FFF;
padding-left: 10px;
padding-right: 10px;
}
......@@ -1293,15 +1293,15 @@ a.triangle_block:hover {
margin-[(#ENV{ltr}|choixsiegal{left,right,left})]: 3px;
padding-[(#ENV{ltr}|choixsiegal{left,right,left})]: 4px;
line-height: 12px;
color: #666;
color: #666666;
}
div.highlight {
color: #000;
background-color: ##ENV{couleur_claire,edf3fe};
background: ##ENV{couleur_claire,edf3fe};
}
div.highlight, div.pashighlight {
color: #666;
color: #666666;
padding: 2px;
}
div.highlight:hover, div.pashighlight:hover {
......
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