X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=8978c792eaae5074acc2ceeced5ed7bae274e83a;hp=74e139fbffe8406f38fca5d2cfb25c53da02e041;hb=381311fe4154f5fb09212cd1fd9dc6b9668cf89e;hpb=6d280c7552c36b53fb6700376774b0e9cc01b943 diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 74e139f..8978c79 100755 --- a/css/1/euphorik.css +++ b/css/1/euphorik.css @@ -1,6 +1,5 @@ /* coding: utf-8 */ -@import url(../common.css); @import url(pageMinichat.css); @import url(pageAdmin.css); @import url(pageProfileRegister.css); @@ -61,7 +60,7 @@ ul#menu { #menuCss { position: absolute; z-index: 10; - left: 600px; + left: 550px; top:0px; font-size: 9px; } @@ -166,6 +165,27 @@ div#info .boutons div:hover { background-color: #e84747; } +/***** Les infos bulles *****/ +#flecheBulle { + position: absolute; + z-index: 50; + width: 15px; + height: 8px; + 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;