From 6e117bb2a0bad3853a250fa9864c4ffb43dc5fd7 Mon Sep 17 00:00:00 2001
From: "real3t@gmail.com" <>
Date: Fri, 19 Jun 2015 20:24:36 +0000
Subject: [PATCH] Effet subtil en fond du titre de haut de page

---
 stylessoyezcreateurs.css.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stylessoyezcreateurs.css.html b/stylessoyezcreateurs.css.html
index 8c24e636..b5bf18a1 100644
--- a/stylessoyezcreateurs.css.html
+++ b/stylessoyezcreateurs.css.html
@@ -218,7 +218,7 @@ a:active { color: #GET{c_active}; }
 #header .cadre_recherche form div { display: inline; }
 [(#REM) Si logo de survol du site ET titre invisible ]
 [(#LOGO_SITE_SPIP_SURVOL|oui|?{[(#CONFIG{soyezcreateurs/afficher_titre,visible}|=={invisible}|oui)]})
-#header h1 { position:absolute !important; overflow:hidden !important; top:-2000px !important; left:-2000px !important; height:0 !important; width:0 !important; }
+#header h1 { position:absolute !important; overflow:hidden !important; top:-2000px !important; left:-2000px !important; height:0 !important; width:0 !important; background-color: rgba(255,255,255,0.7); border-radius: 0 2.5em; }
 ]
 [(#REM) Si titre visible OU pas de logo de survol du site ]
 [(#CONFIG{soyezcreateurs/afficher_titre,visible}|=={visible}|oui|?{' ',[(#LOGO_SITE_SPIP_SURVOL|non)]})
-- 
GitLab