Skip to content
Extraits de code Groupes Projets
Valider 3bc1134a rédigé par real3t@gmail.com's avatar real3t@gmail.com
Parcourir les fichiers

Pouvoir avoir le fond de "Participer à la vie du site" transparent

parent 335095f7
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -174,7 +174,7 @@ a:active { color: #GET{c_active}; } ...@@ -174,7 +174,7 @@ a:active { color: #GET{c_active}; }
.retourtop { clear: both; padding: 1.5em 1em 2em; font-style: italic; text-align: right; } .retourtop { clear: both; padding: 1.5em 1em 2em; font-style: italic; text-align: right; }
/*************** STRUCTURE - GENERAL */ /*************** STRUCTURE - GENERAL */
#container { background-color: #GET{c_container_bk}; color: #GET{c_container}; } #container { background-color: transparent; color: #GET{c_container}; }
#clearbottom { height: 0; } #clearbottom { height: 0; }
/* tooltip */ /* tooltip */
#tooltip { position: absolute; z-index: 3000; padding: 5px; background-color: #eee; border: 1px solid #111; -moz-border-radius: 5px; -webkit-border-radius: 5px; color: #111; } #tooltip { position: absolute; z-index: 3000; padding: 5px; background-color: #eee; border: 1px solid #111; -moz-border-radius: 5px; -webkit-border-radius: 5px; color: #111; }
...@@ -266,7 +266,7 @@ a#logo { display: block; clear: right; margin-left: 80px; } ...@@ -266,7 +266,7 @@ a#logo { display: block; clear: right; margin-left: 80px; }
#escapelinks a:hover, #escapelinks a:focus, #escapelinks a:active { color:#GET{c_header}; } #escapelinks a:hover, #escapelinks a:focus, #escapelinks a:active { color:#GET{c_header}; }
/*************** STRUCTURE - CONTENT */ /*************** STRUCTURE - CONTENT */
#content { clear:both; position: relative; padding:0; margin: 0; background: transparent;-moz-border-radius-topleft: 1em; -webkit-border-top-left-radius: 1em; } #content { clear:both; position: relative; padding:0; margin: 0; background-color: #GET{c_container_bk}; }
.clearing { clear: both; height: 0; line-height:0; } .clearing { clear: both; height: 0; line-height:0; }
/*************** STRUCTURE - MAIN SIDEBAR */ /*************** STRUCTURE - MAIN SIDEBAR */
...@@ -380,10 +380,10 @@ a#logo { display: block; clear: right; margin-left: 80px; } ...@@ -380,10 +380,10 @@ a#logo { display: block; clear: right; margin-left: 80px; }
/*************** STRUCTURE - bouton "participer à la vie du site" */ /*************** STRUCTURE - bouton "participer à la vie du site" */
#participer { background-color: #GET{c_body_bk}; font-size:1em; text-align: right; padding-top: 1em; } #participer { background-color: transparent; font-size:1em; text-align: right; padding-top: 1em; }
#participer div { display:inline; } #participer div { display:inline; }
#participer div span { padding: 2px 10px; background-color: #GET{c_footer_bk}; color: #GET{c_footer}; } #participer div span { padding: 2px 10px; background-color: #GET{c_footer_bk}; color: #GET{c_footer}; }
#participer a, #participer a:link, #participer a:visited, #participer a:hover, #participer a:focus, #participer a:active { background-color: #GET{c_footer_bk}; color: #GET{c_footer}; font-size:1em; } #participer a, #participer a:link, #participer a:visited, #participer a:hover, #participer a:focus, #participer a:active { background-color: transparent; color: #GET{c_footer}; font-size:1em; }
/*************** GENERAL - CONTENT */ /*************** GENERAL - CONTENT */
#content img { padding: 0 1.5em; } #content img { padding: 0 1.5em; }
......
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