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

Syntaxe : homogénéisation des codes couleur hexadécimaux

parent bea7901b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -28,7 +28,7 @@ body { background: #FFF; } ...@@ -28,7 +28,7 @@ body { background: #FFF; }
div.navigation-calendrier { div.navigation-calendrier {
color: #FFF; color: #FFF;
background-color: #CCCCCC; background-color: #CCC;
font-family: verdana, arial, sans,sans-serif; font-family: verdana, arial, sans,sans-serif;
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
...@@ -41,7 +41,7 @@ div.navigation-calendrier img { ...@@ -41,7 +41,7 @@ div.navigation-calendrier img {
} }
a.calendrier-annee { a.calendrier-annee {
background: #AAAAAA; background: #AAA;
padding: 3px; padding: 3px;
margin: 1px; margin: 1px;
font-family: verdana, arial, sans,sans-serif; font-family: verdana, arial, sans,sans-serif;
...@@ -114,9 +114,9 @@ a.calendrier-annee:hover { ...@@ -114,9 +114,9 @@ a.calendrier-annee:hover {
.calendrier-jour { .calendrier-jour {
position: relative; position: relative;
color: #999999; color: #999;
background-color: #FFF; background-color: #FFF;
border: 1px solid #AAAAAA; border: 1px solid #AAA;
} }
.calendrier-agenda { .calendrier-agenda {
...@@ -169,7 +169,7 @@ a.calendrier-annee:hover { ...@@ -169,7 +169,7 @@ a.calendrier-annee:hover {
position: absolute; position: absolute;
margin-left: 2px; margin-left: 2px;
margin-right: 2px; margin-right: 2px;
border-top: 1px solid #CCCCCC; border-top: 1px solid #CCC;
font-weight: bold; font-weight: bold;
} }
...@@ -177,7 +177,7 @@ a.calendrier-annee:hover { ...@@ -177,7 +177,7 @@ a.calendrier-annee:hover {
position: absolute; position: absolute;
margin-left: 2px; margin-left: 2px;
margin-right: 2px; margin-right: 2px;
border-top: 1px solid #CCCCCC; border-top: 1px solid #CCC;
} }
.calendrier-mozleft { .calendrier-mozleft {
...@@ -235,7 +235,7 @@ a.calendrier-annee:hover { ...@@ -235,7 +235,7 @@ a.calendrier-annee:hover {
.calendrier-nb { /* style cinemat(yp)ographe */ .calendrier-nb { /* style cinemat(yp)ographe */
background-color: #FFF; background-color: #FFF;
border: 1px solid black; border: 1px solid #000;
color: #000; color: #000;
} }
...@@ -270,22 +270,22 @@ a.calendrier-annee:hover { ...@@ -270,22 +270,22 @@ a.calendrier-annee:hover {
color: #EBE9FF color: #EBE9FF
} }
.calendrier-couleur4 { /* Orange */ .calendrier-couleur4 { /* Orange */
background: #ffeecc; background: #FEC;
border: 1px solid #fa9a00; border: 1px solid #FA9A00;
color: #fa9a00; color: #FA9A00;
} }
.calendrier-couleur4i { /* Orange */ .calendrier-couleur4i { /* Orange */
background: #fa9a00; background: #FA9A00;
border: 1px solid #ffeecc; border: 1px solid #FEC;
color: #ffeecc color: #FEC
} }
.calendrier-couleur5 { /* Rouge (Vermillon) */ .calendrier-couleur5 { /* Rouge (Vermillon) */
background: #FFEDED; background: #FFEDED;
border: 1px solid #FF0000; border: 1px solid #F00;
color: #FF0000; color: #F00;
} }
.calendrier-couleur5i { /* Rouge (Vermillon) */ .calendrier-couleur5i { /* Rouge (Vermillon) */
background: #FF0000; background: #F00;
border: 1px solid #FFEDED; border: 1px solid #FFEDED;
color: #FFEDED color: #FFEDED
} }
...@@ -300,14 +300,14 @@ a.calendrier-annee:hover { ...@@ -300,14 +300,14 @@ a.calendrier-annee:hover {
color: #FFF2EB color: #FFF2EB
} }
.calendrier-couleur7 { /* Jaune */ .calendrier-couleur7 { /* Jaune */
background: #ffffee; background: #FFE;
border: 1px solid #ccaa00; border: 1px solid #ccaa00;
color: #ccaa00; color: #ccaa00;
} }
.calendrier-couleur7i { /* Jaune */ .calendrier-couleur7i { /* Jaune */
background: #ccaa00; background: #ccaa00;
border: 1px solid #ffffee; border: 1px solid #FFE;
color: #ffffee color: #FFE
} }
.calendrier-couleur8 { /* Vert pastel */ .calendrier-couleur8 { /* Vert pastel */
background: #E2FDEC; background: #E2FDEC;
...@@ -350,14 +350,14 @@ a.calendrier-annee:hover { ...@@ -350,14 +350,14 @@ a.calendrier-annee:hover {
color: #F2F2F2 color: #F2F2F2
} }
.calendrier-couleur12 { .calendrier-couleur12 {
background: #AAAAAA; background: #AAA;
border: 1px solid black; border: 1px solid #000;
color: #000; color: #000;
} }
.calendrier-couleur12i { .calendrier-couleur12i {
background: #000; background: #000;
border: 1px solid #AAAAAA; border: 1px solid #AAA;
color: #AAAAAA} color: #AAA}
.calendrier-couleur13 { /* Caca d'oie */ .calendrier-couleur13 { /* Caca d'oie */
background: #FFFFE0; background: #FFFFE0;
border: 1px solid #666500; border: 1px solid #666500;
...@@ -377,4 +377,4 @@ a.calendrier-annee:hover { ...@@ -377,4 +377,4 @@ a.calendrier-annee:hover {
background: #8C6635; background: #8C6635;
border: 1px solid #F5EEE5; border: 1px solid #F5EEE5;
color: #F5EEE5 color: #F5EEE5
} }
\ No newline at end of file
...@@ -30,7 +30,7 @@ body { ...@@ -30,7 +30,7 @@ body {
text-align: center; text-align: center;
font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
font-size: 1em; font-size: 1em;
color: #333333; color: #333;
} }
img, table { margin: 0; padding: 0; border: 0; } img, table { margin: 0; padding: 0; border: 0; }
...@@ -92,7 +92,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor ...@@ -92,7 +92,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor
#hierarchie { #hierarchie {
clear: both; clear: both;
margin-bottom: 16px; margin-bottom: 16px;
border-top: 2px solid #333333; border-top: 2px solid #333;
font-size: 0.77em; } font-size: 0.77em; }
/* * Pied de page */ /* * Pied de page */
...@@ -100,7 +100,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor ...@@ -100,7 +100,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor
clear: both; clear: both;
width: 100%; width: 100%;
margin-top: 4em; margin-top: 4em;
border-top: 1px dotted #CCCCCC; border-top: 1px dotted #CCC;
padding: 2px; padding: 2px;
text-align: center; } text-align: center; }
#pied small { font-size: 0.77em; } #pied small { font-size: 0.77em; }
...@@ -113,7 +113,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor ...@@ -113,7 +113,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor
---------------------------------------------- */ ---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers { .rubriques, .breves, .syndic, .forums, .divers {
text-align: left; text-align: left;
border: 1px solid #CCCCCC; border: 1px solid #CCC;
margin-bottom: 1em; margin-bottom: 1em;
min-width: 10em; min-width: 10em;
font-size: 0.77em; font-size: 0.77em;
...@@ -121,7 +121,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor ...@@ -121,7 +121,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor
.rubriques .titre, .breves .titre, .syndic .titre, .forums .titre, .divers .titre { .rubriques .titre, .breves .titre, .syndic .titre, .forums .titre, .divers .titre {
padding: 3px 4px 2px 4px; padding: 3px 4px 2px 4px;
border-bottom: 1px dotted #CCCCCC; border-bottom: 1px dotted #CCC;
text-align: center; text-align: center;
font-size: 1.2em; font-size: 1.2em;
font-weight: bold; font-weight: bold;
...@@ -194,7 +194,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor ...@@ -194,7 +194,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor
margin: 1em; margin: 1em;
margin-bottom: 1.5em; margin-bottom: 1.5em;
padding: 0.82em; padding: 0.82em;
border: 1px solid #CCCCCC; border: 1px solid #CCC;
font-size: 0.82em; font-size: 0.82em;
font-weight: bold; } font-weight: bold; }
...@@ -203,7 +203,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor ...@@ -203,7 +203,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor
.ps, .notes { .ps, .notes {
margin-top: 1.4em; margin-top: 1.4em;
padding-top: 2px; padding-top: 2px;
border-top: 2px solid #CCCCCC; } border-top: 2px solid #CCC; }
.ps { font-size: 0.82em; } .ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; } .notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; } .ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }
...@@ -214,7 +214,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor ...@@ -214,7 +214,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor
clear: both; clear: both;
margin-top: 1.4em; margin-top: 1.4em;
padding-top: 2px; padding-top: 2px;
border-top: 2px solid #CCCCCC; } border-top: 2px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; } #documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#document_actif { margin-top: 1em; } #document_actif { margin-top: 1em; }
...@@ -224,7 +224,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor ...@@ -224,7 +224,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor
#documents_joints { #documents_joints {
margin-top: 1.4em; margin-top: 1.4em;
padding-top: 2px; padding-top: 2px;
border-top: 2px solid #CCCCCC; } border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; } #documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints li { margin-bottom: 0.4em; } #documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {} #documents_joints li .spip_doc_titre {}
...@@ -260,7 +260,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor ...@@ -260,7 +260,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor
.extrait .texte { .extrait .texte {
margin-top: 5px; margin-top: 5px;
margin-bottom: 2em; margin-bottom: 2em;
border: 1px solid #CCCCCC; border: 1px solid #CCC;
padding: 0.9em; padding: 0.9em;
font-size: 0.82em; font-size: 0.82em;
line-height: 1.4em; } line-height: 1.4em; }
...@@ -275,8 +275,8 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor ...@@ -275,8 +275,8 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor
#page_plan #contenu h2 { #page_plan #contenu h2 {
clear: both; clear: both;
background: #e0ffe0; background: #E0FFE0;
border: 1px solid #CCCCCC; border: 1px solid #CCC;
padding: 0.5em; padding: 0.5em;
margin-bottom: 1em; margin-bottom: 1em;
font-weight: bold; font-weight: bold;
...@@ -298,7 +298,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor ...@@ -298,7 +298,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor
clear: both; clear: both;
margin-top: 2.5em; margin-top: 2.5em;
padding-top: 2px; padding-top: 2px;
border-top: 2px solid #CCCCCC; border-top: 2px solid #CCC;
font-size: 0.88em; font-size: 0.88em;
font-weight: bold; } font-weight: bold; }
...@@ -306,17 +306,17 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor ...@@ -306,17 +306,17 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor
ul.forum { display: block; clear: both; margin: 0; padding: 0; } ul.forum { display: block; clear: both; margin: 0; padding: 0; }
.forum-fil { margin-top: 1.5em; } .forum-fil { margin-top: 1.5em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; } .forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #333333; } .forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #333; }
.forum-chapo small {} .forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333333; font-size: 0.82em; } .forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333; font-size: 0.82em; }
.forum-texte .forum-lien {} .forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: right; } .forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: right; }
/* Boite d'un forum : eclaircissement progressif des bords */ /* Boite d'un forum : eclaircissement progressif des bords */
ul .message { border: 1px solid #666666; margin: 0; padding: 0; margin-bottom: 1em; } ul .message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .message { border: 1px solid #A4A4A4; } ul ul .message { border: 1px solid #A4A4A4; }
ul ul ul .message { border: 1px solid #B8B8B8; } ul ul ul .message { border: 1px solid #B8B8B8; }
ul ul ul ul .message { border: 1px solid #CCCCCC; } ul ul ul ul .message { border: 1px solid #CCC; }
ul ul ul ul ul .message { border: 1px solid #E0E0E0; } ul ul ul ul ul .message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .message { border: 1px dotted #E0E0E0; } ul ul ul ul ul ul .message { border: 1px dotted #E0E0E0; }
...@@ -367,6 +367,6 @@ ul ul ul ul ul .forum-chapo { background: #FFF; } ...@@ -367,6 +367,6 @@ ul ul ul ul ul .forum-chapo { background: #FFF; }
/* ------------------------------------------ /* ------------------------------------------
/* Couleurs des liens /* Couleurs des liens
/* ------------------------------------------ */ /* ------------------------------------------ */
a { text-decoration: none; color: #333333; } a { text-decoration: none; color: #333; }
.on { font-weight: bold; } .on { font-weight: bold; }
a:hover { text-decoration: underline; color: #000; } a:hover { text-decoration: underline; color: #000; }
\ No newline at end of file
...@@ -19,7 +19,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor ...@@ -19,7 +19,7 @@ h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: nor
/* Pour les liens, on desactive les couleurs et /* Pour les liens, on desactive les couleurs et
/* on affiche l'URL cible a la suite des liens sortants (!) /* on affiche l'URL cible a la suite des liens sortants (!)
---------------------------------------------- */ ---------------------------------------------- */
a, a:visited, a.spip_in, a.spip_out, a.spip_url, a.spip_glossaire { color: #552200; text-decoration: underline; } a, a:visited, a.spip_in, a.spip_out, a.spip_url, a.spip_glossaire { color: #520; text-decoration: underline; }
a.spip_out:after, a.spip_url:after { display: inline; content: " [" attr(href) "]"; } a.spip_out:after, a.spip_url:after { display: inline; content: " [" attr(href) "]"; }
...@@ -58,7 +58,7 @@ h3.spip { text-align: center; font-weight: bold; margin: 1.4em; font-size: 1.15e ...@@ -58,7 +58,7 @@ h3.spip { text-align: center; font-weight: bold; margin: 1.4em; font-size: 1.15e
.ps, .notes, .forum-decompte, #documents_portfolio, #documents_joints { .ps, .notes, .forum-decompte, #documents_portfolio, #documents_joints {
margin-top: 1.4em; margin-top: 1.4em;
padding-top: 0.2em; padding-top: 0.2em;
border-top: 2pt solid #CCCCCC; border-top: 2pt solid #CCC;
font-size: 0.82em; font-size: 0.82em;
} }
.ps h2, .notes h2, .forum-decompte, #documents_joints h2 { font-weight: bold; clear: both; } .ps h2, .notes h2, .forum-decompte, #documents_joints h2 { font-weight: bold; clear: both; }
...@@ -71,21 +71,21 @@ q, blockquote, .spip_poesie { font-family: Georgia, Garamond, Times, serif; } ...@@ -71,21 +71,21 @@ q, blockquote, .spip_poesie { font-family: Georgia, Garamond, Times, serif; }
.lien, blockquote, .spip_poesie, .spip_cadre, .extrait .texte { .lien, blockquote, .spip_poesie, .spip_cadre, .extrait .texte {
margin: 1em; margin: 1em;
padding: 1em; padding: 1em;
border: 1pt dotted #CCCCCC; } border: 1pt dotted #CCC; }
table { table {
width: 99%; background: #FFF; margin-bottom: 1em; width: 99%; background: #FFF; margin-bottom: 1em;
border-collapse: collapse; table-layout: fixed; border-collapse: collapse; table-layout: fixed;
border-top: 1pt solid #CCCCCC; border-left: 1pt solid #CCCCCC; border-top: 1pt solid #CCC; border-left: 1pt solid #CCC;
font-size: 0.88em; } font-size: 0.88em; }
table td, table th { padding: 4pt; text-align: left; vertical-align: top; border-bottom: 1pt solid #CCCCCC; border-right: 1pt solid #CCCCCC; } table td, table th { padding: 4pt; text-align: left; vertical-align: top; border-bottom: 1pt solid #CCC; border-right: 1pt solid #CCC; }
/* Messages de forums /* Messages de forums
---------------------------------------------- */ ---------------------------------------------- */
.forum { margin: 2em 0; font-size: 0.82em; } .forum { margin: 2em 0; font-size: 0.82em; }
.forum-fil ul { margin-left: 0.5em; } .forum-fil ul { margin-left: 0.5em; }
.forum-chapo .forum-titre { display: block; font-weight: bold; } .forum-chapo .forum-titre { display: block; font-weight: bold; }
ul .message { background: #FAFAFA; border: 1pt solid #CCCCCC; padding: 1em; margin-bottom: 1em; } ul .message { background: #FAFAFA; border: 1pt solid #CCC; padding: 1em; margin-bottom: 1em; }
/* Listes et extraits introductifs /* Listes et extraits introductifs
---------------------------------------------- */ ---------------------------------------------- */
......
...@@ -32,14 +32,14 @@ a:hover.spip-admin-boutons { ...@@ -32,14 +32,14 @@ a:hover.spip-admin-boutons {
} }
a:active.spip-admin-boutons { a:active.spip-admin-boutons {
background-color: #CCCCCC; background-color: #CCC;
border-bottom: 2px solid #f00; border-bottom: 2px solid #f00;
} }
/* Style pour le mode debug */ /* Style pour le mode debug */
#spip-debug { #spip-debug {
background-color: #f0f0f0; background-color: #F0F0F0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
} }
...@@ -98,7 +98,7 @@ a:active.spip-admin-boutons { ...@@ -98,7 +98,7 @@ a:active.spip-admin-boutons {
overflow: -moz-scrollbars-vertical; overflow: -moz-scrollbars-vertical;
overflow-y: auto; overflow-y: auto;
border-top: 1px solid #3399FF; border-top: 1px solid #3399FF;
border-bottom: 2px solid #666666; border-bottom: 2px solid #666;
} }
.spip-env fieldset { .spip-env fieldset {
......
...@@ -46,17 +46,17 @@ table.spip { ...@@ -46,17 +46,17 @@ table.spip {
margin-bottom: 1em; margin-bottom: 1em;
border: 1px solid; border: 1px solid;
border-collapse: collapse; border-collapse: collapse;
font-size: 0.71em; } font-size: 0.77em; }
table.spip caption { table.spip caption {
caption-side: top; /* bottom pas pris en compte par IE */ caption-side: top; /* bottom pas pris en compte par IE */
text-align: center; text-align: center;
margin: auto; margin: auto;
padding: 3px; padding: 3px;
font-weight: bold; } font-weight: bold; }
table.spip tr.row_first { background-color: #FCF4D0; } table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background-color: #d0d0d0; } table.spip tr.row_odd { background: #DDD; }
table.spip tr.row_even { background-color: #F0F0F0; } table.spip tr.row_even { background: #EEE; }
table.spip td { padding: 3px; text-align: left; vertical-align: middle; } table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }
/* Logos, documents et images */ /* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: 0; } img, .spip_logos { margin: 0; padding: 0; border: 0; }
...@@ -74,7 +74,7 @@ img, .spip_logos { margin: 0; padding: 0; border: 0; } ...@@ -74,7 +74,7 @@ img, .spip_logos { margin: 0; padding: 0; border: 0; }
/* * Habillage des formulaires */ /* * Habillage des formulaires */
/* Correction des styles HTML par defaut */ /* Correction des styles HTML par defaut */
.formulaire_spip form, .formulaire_spip fieldset, .formulaire_spip legend, .formulaire_spip label, .formulaire_spip input, .formulaire_spip textarea, .formulaire_spip select, .formulaire_spip option { margin: 0; padding: 0; border: 0; } .formulaire_spip form, .formulaire_spip fieldset, .formulaire_spip legend, .formulaire_spip label, .formulaire_spip input, .formulaire_spip textarea, .formulaire_spip select, .formulaire_spip option { margin: 0; padding: 0; border: 0; background: none; }
/* Styles de Spip */ /* Styles de Spip */
.formulaire_spip { .formulaire_spip {
...@@ -111,7 +111,7 @@ input.spip_bouton { ...@@ -111,7 +111,7 @@ input.spip_bouton {
font-weight: bold; } font-weight: bold; }
/* Reponse du formulaire */ /* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #FF0000; } .reponse_formulaire { font-weight: bold; color: #F00; }
fieldset.reponse_formulaire { border: 1px dotted; font-weight: normal; } fieldset.reponse_formulaire { border: 1px dotted; font-weight: normal; }
/* Previsualisation du message */ /* Previsualisation du message */
...@@ -119,22 +119,22 @@ fieldset.previsu { ...@@ -119,22 +119,22 @@ fieldset.previsu {
padding: 1em; padding: 1em;
border: 1px solid; } border: 1px solid; }
/* Barre de raccourcis */ /* Barre de raccourcis typographiques */
table.spip_barre { width: 100%; } table.spip_barre { width: 100%; }
table.spip_barre a img { table.spip_barre a img {
background: #FDA;
padding: 3px;
border-left: 1px solid #FFF; border-left: 1px solid #FFF;
border-top: 1px solid #FFF; border-top: 1px solid #FFF;
border-right: 1px solid #AA9966; border-right: 1px solid #999;
border-bottom: 1px solid #AA9966; border-bottom: 1px solid #999; }
padding: 3px;
background: #FFDDAA; }
table.spip_barre a:hover img { table.spip_barre a:hover img {
border: 1px solid #808080; background: #FFF;
background: #F8F8F4; } border: 1px solid #999; }
table.spip_barre .barre { width: 100%; background: #E4E4E4; padding: 0 1px; border: 0px solid #DEDEDE; } table.spip_barre .barre { width: 100%; background: #EEE; }
/* Formulaire de forum */ /* Formulaire de forum */
...@@ -146,7 +146,7 @@ div.choix_mots label { display: inline; } ...@@ -146,7 +146,7 @@ div.choix_mots label { display: inline; }
.formulaire_recherche { text-align: left; width: 12em; } .formulaire_recherche { text-align: left; width: 12em; }
.formulaire_recherche label { display: none; } .formulaire_recherche label { display: none; }
.spip_surligne { background: #FFFF66; } .spip_surligne { background: #FF6; }
/* Formulaire menu de langues */ /* Formulaire menu de langues */
.formulaire_menu_lang { text-align: left; width: 12em; } .formulaire_menu_lang { text-align: left; width: 12em; }
...@@ -159,7 +159,7 @@ div.choix_mots label { display: inline; } ...@@ -159,7 +159,7 @@ div.choix_mots label { display: inline; }
#page_login .formulaire_login .spip_logos, .formulaire_login_forum .spip_logos { float: right; padding-left: 10px; } #page_login .formulaire_login .spip_logos, .formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }
/* Couleurs des liens de Spip */ /* Couleurs des liens de Spip */
a.spip_in { color: #A02020; } /* liens internes */ a.spip_in { color: #900; } /* liens internes */
a.spip_out { color: #2020A0; } /* liens sortants */ a.spip_out { color: #009; } /* liens sortants */
a.spip_url { color: #2020A0; } /* liens url sortants */ a.spip_url { color: #009; } /* liens url sortants */
a.spip_glossaire { color: #20A020; } /* liens vers encyclopedie */ a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
\ No newline at end of file \ No newline at end of file
...@@ -87,7 +87,7 @@ select.fondl { ...@@ -87,7 +87,7 @@ select.fondl {
background-color: #FFF; background-color: #FFF;
margin: 0; margin: 0;
padding: 0; padding: 0;
border-bottom: 1px solid black; border-bottom: 1px solid #000;
} }
.bandeau-icones { .bandeau-icones {
...@@ -103,9 +103,9 @@ select.fondl { ...@@ -103,9 +103,9 @@ select.fondl {
padding: 2px; padding: 2px;
padding-top: 0; padding-top: 0;
background-color: #FFF; background-color: #FFF;
border-bottom: 1px solid black; border-bottom: 1px solid #000;
border-left: 1px solid black; border-left: 1px solid #000;
border-right: 1px solid black; border-right: 1px solid #000;
-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px; -moz-border-radius-bottomright: 5px;
z-index: 100; z-index: 100;
...@@ -141,14 +141,14 @@ select.fondl { ...@@ -141,14 +141,14 @@ select.fondl {
padding-top: 2px; padding-top: 2px;
font-family: verdana, helvetica, arial, sans; font-family: verdana, helvetica, arial, sans;
font-size: 11px; font-size: 11px;
border-bottom: 1px solid white; border-bottom: 1px solid #FFF;
border-right: 1px solid white; border-right: 1px solid #FFF;
-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px; -moz-border-radius-bottomright: 5px;
} }
a.lien_sous { a.lien_sous {
color: #666666; color: #666;
} }
a.lien_sous:hover { a.lien_sous:hover {
color: #000; color: #000;
...@@ -156,7 +156,7 @@ a.lien_sous:hover { ...@@ -156,7 +156,7 @@ a.lien_sous:hover {
div.bandeau_rubriques { div.bandeau_rubriques {
background-color: #eeeeee; background-color: #EEE;
border: 1px solid #555555; border: 1px solid #555555;
} }
a.bandeau_rub { a.bandeau_rub {
...@@ -165,9 +165,9 @@ a.bandeau_rub { ...@@ -165,9 +165,9 @@ a.bandeau_rub {
padding: 2px; padding: 2px;
padding-[(#ENV{ltr}|choixsiegal{left,right,left})]: 13px; padding-[(#ENV{ltr}|choixsiegal{left,right,left})]: 13px;
padding-[(#ENV{ltr}|choixsiegal{left,left,right})]: 16px; padding-[(#ENV{ltr}|choixsiegal{left,left,right})]: 16px;
color: #666666; color: #666;
text-decoration: none; text-decoration: none;
border-bottom: 1px solid #CCCCCC; border-bottom: 1px solid #CCC;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: [(#ENV{ltr}|choixsiegal{left,1,99})%] center; background-position: [(#ENV{ltr}|choixsiegal{left,1,99})%] center;
background-image: url(#EVAL{_DIR_IMG_PACK}rubrique-12.gif); background-image: url(#EVAL{_DIR_IMG_PACK}rubrique-12.gif);
...@@ -175,7 +175,7 @@ a.bandeau_rub { ...@@ -175,7 +175,7 @@ a.bandeau_rub {
a.bandeau_rub:hover { a.bandeau_rub:hover {
background-color: #FFF; background-color: #FFF;
text-decoration: none; text-decoration: none;
color: #333333; color: #333;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: [(#ENV{ltr}|choixsiegal{left,1,99})%] center; background-position: [(#ENV{ltr}|choixsiegal{left,1,99})%] center;
} }
...@@ -183,7 +183,7 @@ div.bandeau_rub { ...@@ -183,7 +183,7 @@ div.bandeau_rub {
position: absolute; position: absolute;
top: 4px; top: 4px;
[(#ENV{ltr}|choixsiegal{left,left,right})]: 120px; [(#ENV{ltr}|choixsiegal{left,left,right})]: 120px;
background-color: #eeeeee; background-color: #EEE;
padding: 0; padding: 0;
border: 1px solid #555555; border: 1px solid #555555;
visibility: hidden; visibility: hidden;
...@@ -253,7 +253,7 @@ a.icone26:hover img { ...@@ -253,7 +253,7 @@ a.icone26:hover img {
margin: 0; margin: 0;
display: inline; display: inline;
padding: 4px; padding: 4px;
background-color: #eeeeee; background-color: #EEE;
border: 2px solid ##ENV{couleur_foncee,3874b0}; border: 2px solid ##ENV{couleur_foncee,3874b0};
-moz-border-radius: 5px; -moz-border-radius: 5px;
} }
...@@ -262,7 +262,7 @@ a.icone26:hover img { ...@@ -262,7 +262,7 @@ a.icone26:hover img {
display: inline; display: inline;
padding: 4px; padding: 4px;
background-color: #FFF; background-color: #FFF;
border: 2px solid #666666; border: 2px solid #666;
-moz-border-radius: 5px; -moz-border-radius: 5px;
} }
.icone36-danger a img { .icone36-danger a img {
...@@ -348,7 +348,7 @@ a.icone26:hover img { ...@@ -348,7 +348,7 @@ a.icone26:hover img {
margin: 4px; margin: 4px;
padding: 0; padding: 0;
border: 0; border: 0;
background-color: #999999; background-color: #999;
} }
.cellule48 a:hover img { .cellule48 a:hover img {
display: inline; display: inline;
...@@ -364,7 +364,7 @@ a.icone26:hover img { ...@@ -364,7 +364,7 @@ a.icone26:hover img {
display: inline; display: inline;
padding: 3px; padding: 3px;
border: 0; border: 0;
border: 1px solid white; border: 1px solid #FFF;
-moz-border-radius: 5px; -moz-border-radius: 5px;
} }
.cellule36 a.selection img{ .cellule36 a.selection img{
...@@ -372,7 +372,7 @@ a.icone26:hover img { ...@@ -372,7 +372,7 @@ a.icone26:hover img {
display: inline; display: inline;
padding: 3px; padding: 3px;
background-color: #FFF; background-color: #FFF;
border: 1px solid #AAAAAA; border: 1px solid #AAA;
-moz-border-radius: 5px; -moz-border-radius: 5px;
} }
.cellule36 a:hover img { .cellule36 a:hover img {
...@@ -385,7 +385,7 @@ a.icone26:hover img { ...@@ -385,7 +385,7 @@ a.icone26:hover img {
-moz-border-radius: 5px; -moz-border-radius: 5px;
} }
.cellule36 a span, .cellule48 a span { .cellule36 a span, .cellule48 a span {
color: #666666; display: block; margin: 1px; color: #666; display: block; margin: 1px;
width: 100%; width: 100%;
} }
.cellule36 a:hover span, .cellule48 a:hover span { .cellule36 a:hover span, .cellule48 a:hover span {
...@@ -442,7 +442,7 @@ a.icone26:hover img { ...@@ -442,7 +442,7 @@ a.icone26:hover img {
border: 1px solid ##ENV{couleur_foncee,3874b0}; border: 1px solid ##ENV{couleur_foncee,3874b0};
background-color: #FFF; background-color: #FFF;
-moz-border-radius: 5px; -moz-border-radius: 5px;
color: #333333; color: #333;
} }
.cellule-texte a.aide, .cellule-texte a.aide:hover { .cellule-texte a.aide, .cellule-texte a.aide:hover {
border: none; border: none;
...@@ -467,7 +467,7 @@ a.cellule-h { ...@@ -467,7 +467,7 @@ a.cellule-h {
font-size: 10px; font-size: 10px;
text-align: [(#ENV{ltr}|choixsiegal{left,left,right})]; text-align: [(#ENV{ltr}|choixsiegal{left,left,right})];
text-decoration: none; text-decoration: none;
color: #666666; color: #666;
} }
a.cellule-h:hover, a.cellule-h:hover a.cellule-h, a.cellule-h a.cellule-h:hover { 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; font-family: Verdana, Arial, Sans, sans-serif;
...@@ -479,7 +479,7 @@ a.cellule-h:hover, a.cellule-h:hover a.cellule-h, a.cellule-h a.cellule-h:hover ...@@ -479,7 +479,7 @@ a.cellule-h:hover, a.cellule-h:hover a.cellule-h, a.cellule-h a.cellule-h:hover
} }
a.cellule-h div.cell-i { a.cellule-h div.cell-i {
padding: 0; padding: 0;
border: 1px solid white; border: 1px solid #FFF;
-moz-border-radius: 5px; -moz-border-radius: 5px;
margin: 0; margin: 0;
margin-[(#ENV{ltr}|choixsiegal{left,right,left})]: 3px; margin-[(#ENV{ltr}|choixsiegal{left,right,left})]: 3px;
...@@ -523,23 +523,23 @@ a.cellule-h-texte { ...@@ -523,23 +523,23 @@ a.cellule-h-texte {
color: #606060; color: #606060;
padding: 4px; padding: 4px;
margin: 3px; margin: 3px;
border: 1px solid #dddddd; border: 1px solid #DDD;
-moz-border-radius: 5px; -moz-border-radius: 5px;
background-color: #f0f0f0; background-color: #F0F0F0;
width: 92%; width: 92%;
} }
.danger a.cellule-h-texte { .danger a.cellule-h-texte {
border: 1px dashed black; border: 1px dashed #000;
background: url(#EVAL{_DIR_IMG_PACK}rayures-sup.gif); background: url(#EVAL{_DIR_IMG_PACK}rayures-sup.gif);
} }
a.cellule-h-texte:hover { a.cellule-h-texte:hover {
text-decoration: none; text-decoration: none;
color: #000; color: #000;
border-right: solid 1px white; border-right: solid 1px #FFF;
border-bottom: solid 1px white; border-bottom: solid 1px #FFF;
border-left: solid 1px #666666; border-left: solid 1px #666;
border-top: solid 1px #666666; border-top: solid 1px #666;
background-color: #eeeeee; background-color: #EEE;
} }
...@@ -550,22 +550,22 @@ a.cellule-h-texte:hover { ...@@ -550,22 +550,22 @@ a.cellule-h-texte:hover {
.fondgris { cursor: pointer; padding: 4px; margin: 1px; } .fondgris { cursor: pointer; padding: 4px; margin: 1px; }
.fondgrison { .fondgrison {
cursor: pointer; padding: 3px; margin: 1px; border: 1px dashed #999999; background-color: #E4E4E4; cursor: pointer; padding: 3px; margin: 1px; border: 1px dashed #999; background-color: #E4E4E4;
} }
.fondgrison2 { .fondgrison2 {
cursor: pointer; padding: 3px; margin: 1px; border: 1px dashed #999999; background-color: #FFF; cursor: pointer; padding: 3px; margin: 1px; border: 1px dashed #999; background-color: #FFF;
} }
.bouton36gris { .bouton36gris {
padding: 6px; padding: 6px;
margin-top: 2px; margin-top: 2px;
border: 1px solid #AAAAAA; border: 1px solid #AAA;
background-color: #eeeeee; background-color: #EEE;
-moz-border-radius: 5px; -moz-border-radius: 5px;
} }
.bouton36blanc { .bouton36blanc {
padding: 6px; padding: 6px;
margin-top: 2px; margin-top: 2px;
border: 1px solid #999999; border: 1px solid #999;
background-color: #FFF; background-color: #FFF;
-moz-border-radius: 5px; -moz-border-radius: 5px;
} }
...@@ -630,12 +630,12 @@ div.onglet_off { ...@@ -630,12 +630,12 @@ div.onglet_off {
background-image: url(#EVAL{_DIR_IMG_PACK}barre-noir.gif); background-image: url(#EVAL{_DIR_IMG_PACK}barre-noir.gif);
} }
.iconeoff { .iconeoff {
padding: 3px; margin: 1px; border: 1px dashed #AAAAAA; background-color: #f0f0f0; padding: 3px; margin: 1px; border: 1px dashed #AAA; background-color: #F0F0F0;
} }
.iconeon { .iconeon {
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-color: #eeeeee; cursor: pointer; padding: 3px; margin: 1px; border-right: solid 1px #FFF; border-bottom: solid 1px #FFF; border-left: solid 1px #666; border-top: solid 1px #666; background-color: #EEE;
} }
.iconedanger { padding: 3px; margin: 1px; border: 1px dashed black; .iconedanger { padding: 3px; margin: 1px; border: 1px dashed #000;
background: url(#EVAL{_DIR_IMG_PACK}rayures-sup.gif); background: url(#EVAL{_DIR_IMG_PACK}rayures-sup.gif);
} }
...@@ -708,7 +708,7 @@ a.ortho-dico:hover { ...@@ -708,7 +708,7 @@ a.ortho-dico:hover {
margin-top: -0.5em; margin-top: -0.5em;
padding: 0.5em; padding: 0.5em;
padding-top: 1em; padding-top: 1em;
border: 1px solid #c8c8c8; border: 1px solid #C8C8C8;
background: #f3f2f3; background: #f3f2f3;
font-family: Georgia, Garamond, "Times New Roman", serif; font-family: Georgia, Garamond, "Times New Roman", serif;
font-weight: normal; font-weight: normal;
...@@ -737,25 +737,25 @@ a.ortho-dico:hover { ...@@ -737,25 +737,25 @@ a.ortho-dico:hover {
*/ */
.diff-para-deplace { .diff-para-deplace {
background: #e8e8ff; background: #E8E8FF;
} }
.diff-para-ajoute { .diff-para-ajoute {
background: #d0ffc0; background: #D0FFC0;
color: #000; color: #000;
} }
.diff-para-supprime { .diff-para-supprime {
background: #ffd0c0; background: #FFD0C0;
color: #904040; color: #904040;
text-decoration: line-through; text-decoration: line-through;
} }
.diff-deplace { .diff-deplace {
background: #e8e8ff; background: #E8E8FF;
} }
.diff-ajoute { .diff-ajoute {
background: #d0ffc0; background: #D0FFC0;
} }
.diff-supprime { .diff-supprime {
background: #ffd0c0; background: #FFD0C0;
color: #802020; color: #802020;
text-decoration: line-through; text-decoration: line-through;
} }
...@@ -790,7 +790,7 @@ table.spip_barre td { ...@@ -790,7 +790,7 @@ table.spip_barre td {
table.spip_barre a img { table.spip_barre a img {
padding: 3px; padding: 3px;
margin: 0; margin: 0;
background-color: #eeeeee; background-color: #EEE;
border-[(#ENV{ltr}|choixsiegal{left,right,left})]: 1px solid ##ENV{couleur_claire,edf3fe}; border-[(#ENV{ltr}|choixsiegal{left,right,left})]: 1px solid ##ENV{couleur_claire,edf3fe};
} }
table.spip_barre a:hover img { table.spip_barre a:hover img {
...@@ -816,7 +816,7 @@ td.icone a img { ...@@ -816,7 +816,7 @@ td.icone a img {
a.bouton_rotation img, div.bouton_rotation img { a.bouton_rotation img, div.bouton_rotation img {
padding: 1px; padding: 1px;
margin-bottom: 1px; margin-bottom: 1px;
background-color: #eeeeee; background-color: #EEE;
border: 1px solid ##ENV{couleur_claire,edf3fe}; border: 1px solid ##ENV{couleur_claire,edf3fe};
} }
...@@ -849,13 +849,13 @@ a.bouton_rotation:hover img { ...@@ -849,13 +849,13 @@ a.bouton_rotation:hover img {
} }
.cadre-gris-fonce { .cadre-gris-fonce {
background: #666666; background: #666;
-moz-border-radius: 8px; -moz-border-radius: 8px;
} }
.cadre-gris-clair { .cadre-gris-clair {
border: 1px solid #AAAAAA; border: 1px solid #AAA;
background-color: #CCCCCC; background-color: #CCC;
-moz-border-radius: 8px; -moz-border-radius: 8px;
} }
...@@ -894,51 +894,51 @@ a.bouton_rotation:hover img { ...@@ -894,51 +894,51 @@ a.bouton_rotation:hover img {
.cadre-r { .cadre-r {
background-color: #FFF; background-color: #FFF;
border: 1px solid #666666; border: 1px solid #666;
-moz-border-radius: 8px; -moz-border-radius: 8px;
} }
.cadre-r div.cadre-titre { .cadre-r div.cadre-titre {
background-color: #AAAAAA; background-color: #AAA;
border-bottom: 1px solid #666666; border-bottom: 1px solid #666;
color: #000; color: #000;
} }
.cadre-e { .cadre-e {
background-color: #dddddd; background-color: #DDD;
border-top: 1px solid #AAAAAA; border-top: 1px solid #AAA;
border-left: 1px solid #AAAAAA; border-left: 1px solid #AAA;
border-bottom: 1px solid white; border-bottom: 1px solid #FFF;
border-right: 1px solid white; border-right: 1px solid #FFF;
-moz-border-radius: 8px; -moz-border-radius: 8px;
} }
.cadre-e div.cadre-titre { .cadre-e div.cadre-titre {
background-color: ##ENV{couleur_claire,edf3fe}; background-color: ##ENV{couleur_claire,edf3fe};
border-bottom: 1px solid #666666; border-bottom: 1px solid #666;
color: #000; color: #000;
} }
.cadre-e-noir { .cadre-e-noir {
border: 1px solid #666666; border: 1px solid #666;
-moz-border-radius: 8px; -moz-border-radius: 8px;
} }
.cadre-forum { .cadre-forum {
background-color: #FFF; background-color: #FFF;
border: 1px solid #AAAAAA; border: 1px solid #AAA;
-moz-border-radius-top[(#ENV{ltr}|choixsiegal{left,left,right})]: 8px; -moz-border-radius-top[(#ENV{ltr}|choixsiegal{left,left,right})]: 8px;
} }
.cadre-forum div.cadre-titre { .cadre-forum div.cadre-titre {
background-color: ##ENV{couleur_claire,edf3fe}; background-color: ##ENV{couleur_claire,edf3fe};
border-bottom: 1px solid #AAAAAA; border-bottom: 1px solid #AAA;
color: #000; color: #000;
} }
.cadre-sous_rub { .cadre-sous_rub {
background-color: #FFF; background-color: #FFF;
border: 1px solid #666666; border: 1px solid #666;
-moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px; -moz-border-radius-bottomright: 8px;
-moz-border-radius-top[(#ENV{ltr}|choixsiegal{left,left,right})]: 8px; -moz-border-radius-top[(#ENV{ltr}|choixsiegal{left,left,right})]: 8px;
...@@ -946,12 +946,12 @@ a.bouton_rotation:hover img { ...@@ -946,12 +946,12 @@ a.bouton_rotation:hover img {
.cadre-thread-forum { .cadre-thread-forum {
background-color: #eeeeee; background-color: #EEE;
border: 1px solid #CCCCCC; border: 1px solid #CCC;
border-top: 0; border-top: 0;
} }
.cadre-thread-forum div.cadre-titre { .cadre-thread-forum div.cadre-titre {
background-color: #CCCCCC; background-color: #CCC;
color: #000; color: #000;
} }
...@@ -965,9 +965,9 @@ a.bouton_rotation:hover img { ...@@ -965,9 +965,9 @@ a.bouton_rotation:hover img {
.cadre-formulaire { .cadre-formulaire {
border: 1px solid ##ENV{couleur_foncee,3874b0}; border: 1px solid ##ENV{couleur_foncee,3874b0};
background-color: #dddddd; background-color: #DDD;
padding: 5px; padding: 5px;
color: #444444; color: #444;
font-family: verdana, arial, helvetica, sans; font-family: verdana, arial, helvetica, sans;
font-size: 11px; font-size: 11px;
} }
...@@ -981,7 +981,7 @@ a.bouton_rotation:hover img { ...@@ -981,7 +981,7 @@ a.bouton_rotation:hover img {
.plan-rubrique { .plan-rubrique {
margin-[(#ENV{ltr}|choixsiegal{left,left,right})]: 12px; margin-[(#ENV{ltr}|choixsiegal{left,left,right})]: 12px;
padding-[(#ENV{ltr}|choixsiegal{left,left,right})]: 10px; padding-[(#ENV{ltr}|choixsiegal{left,left,right})]: 10px;
border-[(#ENV{ltr}|choixsiegal{left,left,right})]: 1px dotted #888888; border-[(#ENV{ltr}|choixsiegal{left,left,right})]: 1px dotted #888;
} }
.plan-secteur { .plan-secteur {
margin-[(#ENV{ltr}|choixsiegal{left,left,right})]: 12px; margin-[(#ENV{ltr}|choixsiegal{left,left,right})]: 12px;
...@@ -990,17 +990,17 @@ a.bouton_rotation:hover img { ...@@ -990,17 +990,17 @@ a.bouton_rotation:hover img {
} }
.plan-articles { .plan-articles {
border-top: 1px solid #CCCCCC; border-top: 1px solid #CCC;
border-left: 1px solid #CCCCCC; border-left: 1px solid #CCC;
border-right: 1px solid #CCCCCC; border-right: 1px solid #CCC;
} }
.plan-articles a { .plan-articles a {
display: block; display: block;
padding: 2px; padding: 2px;
padding-[(#ENV{ltr}|choixsiegal{left,left,right})]: 18px; padding-[(#ENV{ltr}|choixsiegal{left,left,right})]: 18px;
border-bottom: 1px solid #CCCCCC; border-bottom: 1px solid #CCC;
background: [(#ENV{ltr}|choixsiegal{left,1,99})%] no-repeat; background: [(#ENV{ltr}|choixsiegal{left,1,99})%] no-repeat;
background-color: #e0e0e0; background-color: #E0E0E0;
font-family: Verdana, Arial, Sans, sans-serif; font-family: Verdana, Arial, Sans, sans-serif;
font-size: 11px; font-size: 11px;
text-decoration: none; text-decoration: none;
...@@ -1050,13 +1050,13 @@ a.claire, a.claire:hover { ...@@ -1050,13 +1050,13 @@ a.claire, a.claire:hover {
border: 1px solid ##ENV{couleur_foncee,3874b0}; border: 1px solid ##ENV{couleur_foncee,3874b0};
} }
span.lang_base { span.lang_base {
color: #666666; color: #666;
border: 1px solid #666666; border: 1px solid #666;
background-color: #eeeeee; background-color: #EEE;
} }
span.creer { span.creer {
color: #333333; color: #333;
border: 1px solid #333333; border: 1px solid #333;
background-color: #FFF; background-color: #FFF;
} }
.trad_float { .trad_float {
...@@ -1066,7 +1066,7 @@ span.creer { ...@@ -1066,7 +1066,7 @@ span.creer {
} }
div.liste { div.liste {
border: 1px solid #444444; border: 1px solid #444;
margin-top: 3px; margin-top: 3px;
margin-bottom: 3px; margin-bottom: 3px;
} }
...@@ -1077,14 +1077,14 @@ a.liste-mot { ...@@ -1077,14 +1077,14 @@ a.liste-mot {
} }
.tr_liste { .tr_liste {
background-color: #eeeeee; background-color: #EEE;
} }
.tr_liste_over, .tr_liste:hover { .tr_liste_over, .tr_liste:hover {
background-color: #FFF; background-color: #FFF;
} }
.tr_liste td, .tr_liste:hover td, .tr_liste_over td { .tr_liste td, .tr_liste:hover td, .tr_liste_over td {
border-bottom: 1px solid #CCCCCC; border-bottom: 1px solid #CCC;
} }
.tr_liste td div.liste_clip { .tr_liste td div.liste_clip {
...@@ -1116,8 +1116,8 @@ div.puce_article_popup, div.puce_breve_popup { ...@@ -1116,8 +1116,8 @@ div.puce_article_popup, div.puce_breve_popup {
position: absolute; position: absolute;
visibility: hidden; visibility: hidden;
margin-top: -1px; top: 0; margin-top: -1px; top: 0;
border: 1px solid #666666; border: 1px solid #666;
background-color: #CCCCCC; z-index: 10; background-color: #CCC; z-index: 10;
-moz-border-radius: 3px; -moz-border-radius: 3px;
} }
div.puce_article_popup img, div.puce_breve_popup img { div.puce_article_popup img, div.puce_breve_popup img {
...@@ -1155,11 +1155,11 @@ div.brouteur_rubrique_on { ...@@ -1155,11 +1155,11 @@ div.brouteur_rubrique_on {
border-left: 1px solid ##ENV{couleur_foncee,3874b0}; border-left: 1px solid ##ENV{couleur_foncee,3874b0};
border-right: 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: 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-color: #E0E0E0;
} }
xdiv.brouteur_rubrique:hover { xdiv.brouteur_rubrique:hover {
background-color: #e0e0e0; background-color: #E0E0E0;
} }
div.brouteur_rubrique div, div.brouteur_rubrique_on div { div.brouteur_rubrique div, div.brouteur_rubrique_on div {
...@@ -1182,7 +1182,7 @@ div.brouteur_rubrique_on div a { ...@@ -1182,7 +1182,7 @@ div.brouteur_rubrique_on div a {
} }
.iframe-bouteur { .iframe-bouteur {
background-color: #eeeeee; background-color: #EEE;
border: 0; border: 0;
z-index: 1; z-index: 1;
} }
...@@ -1213,7 +1213,7 @@ a.spip_out { ...@@ -1213,7 +1213,7 @@ a.spip_out {
} }
a.spip_note { a.spip_note {
background-color: #eeeeee; background-color: #EEE;
} }
a.spip_glossaire:hover { a.spip_glossaire:hover {
text-decoration: underline overline; text-decoration: underline overline;
...@@ -1223,16 +1223,16 @@ a.spip_glossaire:hover { ...@@ -1223,16 +1223,16 @@ a.spip_glossaire:hover {
padding: 3px; padding: 3px;
width: 100%; width: 100%;
font-size: 10px; font-size: 10px;
border: 1px solid white; border: 1px solid #FFF;
background-color: ##ENV{couleur_foncee,3874b0}; background-color: ##ENV{couleur_foncee,3874b0};
color: #FFF; color: #FFF;
} }
.spip_cadre { .spip_cadre {
width: 100%; width: 100%;
background-color: #eeeeee; background-color: #EEE;
margin-top: 10px; margin-top: 10px;
padding: 5px; padding: 5px;
border: 1px solid #666666; border: 1px solid #666;
behavior: url([(#CHEMIN{win_width.htc}|url_absolue)]); behavior: url([(#CHEMIN{win_width.htc}|url_absolue)]);
} }
blockquote.spip { blockquote.spip {
...@@ -1240,7 +1240,7 @@ blockquote.spip { ...@@ -1240,7 +1240,7 @@ blockquote.spip {
margin-[(#ENV{ltr}|choixsiegal{left,right,left})]: 0; margin-[(#ENV{ltr}|choixsiegal{left,right,left})]: 0;
margin-top: 10px; margin-top: 10px;
margin-bottom: 10px; margin-bottom: 10px;
border: solid 1px #AAAAAA; border: solid 1px #AAA;
background-color: #FFF; background-color: #FFF;
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
...@@ -1249,7 +1249,7 @@ blockquote.spip { ...@@ -1249,7 +1249,7 @@ blockquote.spip {
div.spip_poesie { div.spip_poesie {
margin-[(#ENV{ltr}|choixsiegal{left,left,right})]: 10px; margin-[(#ENV{ltr}|choixsiegal{left,left,right})]: 10px;
padding-[(#ENV{ltr}|choixsiegal{left,left,right})]: 10px; padding-[(#ENV{ltr}|choixsiegal{left,left,right})]: 10px;
border-[(#ENV{ltr}|choixsiegal{left,left,right})]: 1px solid #999999; border-[(#ENV{ltr}|choixsiegal{left,left,right})]: 1px solid #999;
} }
div.spip_poesie div { div.spip_poesie div {
text-indent: -60px; text-indent: -60px;
...@@ -1258,7 +1258,7 @@ div.spip_poesie div { ...@@ -1258,7 +1258,7 @@ div.spip_poesie div {
/* pour le plugin "revision_nbsp" */ /* pour le plugin "revision_nbsp" */
.spip-nbsp { .spip-nbsp {
border-bottom: 2px solid #c8c8c8; border-bottom: 2px solid #C8C8C8;
padding-left: 2px; padding-left: 2px;
padding-right: 2px; padding-right: 2px;
margin-left: -1px; margin-left: -1px;
...@@ -1293,7 +1293,7 @@ a.triangle_block:hover { ...@@ -1293,7 +1293,7 @@ a.triangle_block:hover {
margin-[(#ENV{ltr}|choixsiegal{left,right,left})]: 3px; margin-[(#ENV{ltr}|choixsiegal{left,right,left})]: 3px;
padding-[(#ENV{ltr}|choixsiegal{left,right,left})]: 4px; padding-[(#ENV{ltr}|choixsiegal{left,right,left})]: 4px;
line-height: 12px; line-height: 12px;
color: #666666; color: #666;
} }
div.highlight { div.highlight {
...@@ -1301,7 +1301,7 @@ div.highlight { ...@@ -1301,7 +1301,7 @@ div.highlight {
background-color: ##ENV{couleur_claire,edf3fe}; background-color: ##ENV{couleur_claire,edf3fe};
} }
div.highlight, div.pashighlight { div.highlight, div.pashighlight {
color: #666666; color: #666;
padding: 2px; padding: 2px;
} }
div.highlight:hover, div.pashighlight:hover { div.highlight:hover, div.pashighlight:hover {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter