diff --git a/stylessoyezcreateurs.css.html b/stylessoyezcreateurs.css.html index bc1beb3acd916639624692092d41dbe791836a8d..83794eb86df8f289826086dff0069e5ca41a3ba3 100644 --- a/stylessoyezcreateurs.css.html +++ b/stylessoyezcreateurs.css.html @@ -174,7 +174,7 @@ a:active { color: #GET{c_active}; } .retourtop { clear: both; padding: 1.5em 1em 2em; font-style: italic; text-align: right; } /*************** STRUCTURE - GENERAL */ -#container { background-color: #GET{c_container_bk}; color: #GET{c_container}; } +#container { background-color: transparent; color: #GET{c_container}; } #clearbottom { height: 0; } /* 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; } @@ -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}; } /*************** 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; } /*************** STRUCTURE - MAIN SIDEBAR */ @@ -380,10 +380,10 @@ a#logo { display: block; clear: right; margin-left: 80px; } /*************** 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 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 */ #content img { padding: 0 1.5em; }