From e31d3a95b9917acde60f7e832faef51972a63001 Mon Sep 17 00:00:00 2001 From: "real3t@gmail.com" <> Date: Tue, 1 Dec 2015 21:01:53 +0000 Subject: [PATCH] =?UTF-8?q?Meilleure=20gestion=20de=20la=20transparence.?= =?UTF-8?q?=20Permet=20d'avoir=20une=20banni=C3=A8re=20compl=C3=A8tement?= =?UTF-8?q?=20transparente=20(il=20faut=20mettre=20une=20image=20transpare?= =?UTF-8?q?nte=20(1px=20de=20large=20suffit,=20hauteur=20=C3=A0=20choisir?= =?UTF-8?q?=20selon=20rendu=20d=C3=A9sir=C3=A9)=20via=20=5FHeaderFond?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- paquet.xml | 2 +- stylessoyezcreateurs.css.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/paquet.xml b/paquet.xml index 6102da1d..0ca1fad7 100644 --- a/paquet.xml +++ b/paquet.xml @@ -1,7 +1,7 @@ <paquet prefix="soyezcreateurs" categorie="squelette" - version="4.0.47" + version="4.0.48" etat="test" compatibilite="[3.0.20;3.1.*]" logo="img_pack/soyezcreateurs_48.png" diff --git a/stylessoyezcreateurs.css.html b/stylessoyezcreateurs.css.html index 1ff557b6..5b98b889 100644 --- a/stylessoyezcreateurs.css.html +++ b/stylessoyezcreateurs.css.html @@ -387,7 +387,6 @@ a:active { color: #GET{c_active}; } /*************** STRUCTURE - GENERAL */ #shadow { margin: 3em 0; [(#CONFIG{soyezcreateurs_couleurs/ombrepagenon}|non)-webkit-box-shadow: [(#CONFIG{soyezcreateurs_couleurs/ombrepageparametres,0px 0px 10px 0px})] rgba([(#CONFIG{soyezcreateurs_couleurs/ombrepagecouleur,#aaaaaa}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/ombrepagetransparence,1}); -moz-box-shadow: [(#CONFIG{soyezcreateurs_couleurs/ombrepageparametres,0px 0px 10px 0px})] rgba([(#CONFIG{soyezcreateurs_couleurs/ombrepagecouleur,#aaaaaa}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/ombrepagetransparence,1}); box-shadow: [(#CONFIG{soyezcreateurs_couleurs/ombrepageparametres,0px 0px 10px 0px})] rgba([(#CONFIG{soyezcreateurs_couleurs/ombrepagecouleur,#aaaaaa}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/ombrepagetransparence,1});] } -#container { background-color: #GET{c_container_bk};[(#CONFIG{soyezcreateurs_couleurs/transparencecontent,1}|!={1}|oui)background-color: rgba([(#GET{c_container_bk}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/transparencecontent,1});] color: #GET{c_container}; } #clearbottom { height: 0; } /*************** STRUCTURE - HEADER */ @@ -519,7 +518,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-color: transparent; } +#content { clear:both; position: relative; padding:0; margin: 0; background-color: #GET{c_container_bk};[(#CONFIG{soyezcreateurs_couleurs/transparencecontent,1}|!={1}|oui)background-color: rgba([(#GET{c_container_bk}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/transparencecontent,1});] color: #GET{c_container}; } /* Astuce : https://www.fourfront.us/blog/css-shadow-borders-with-curved-box-shadows */ #content { position:relative; overflow:hidden; } [(#CONFIG{soyezcreateurs_couleurs/ombrecontentbefore,none}!={none}|oui) -- GitLab