X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=3a41bae4e454e75738a3fd09fd53698cd79dde55;hp=2812e70e9b77e32ced7620501ae1b7bbec0d6266;hb=84a86204f1f87a6b898975bc1d817130c7168a7c;hpb=fb3228e3144147eec275df94c65fcaf7a75f1bb0 diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 2812e70..3a41bae 100755 --- a/css/1/euphorik.css +++ b/css/1/euphorik.css @@ -167,14 +167,29 @@ div#info .boutons div:hover { /***** Les infos bulles *****/ #flecheBulle { + position: absolute; + z-index: 50; width: 15px; height: 8px; - background-image: url(../../img/css1/fleche_bulle.png) + background-image: url(../../img/css1/fleche_bulle.png); + display: none +} +#messageBulle { + position: absolute; + z-index: 50; + color: #ffffff; + background-color: #841919; + display: none; + font-size: 10px; +} +#messageBulle p { + padding: 3px 6px; } /***** Le faux captcha *****/ .captcha { display:none; +} /***** Les formulaires *****/ form input,