X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=styles%2F1%2Feuphorik.css;h=7248588087f75b8028d96a093ab147e5ed2026bb;hp=f795070491efc40aa5f1c621b7059a50d3a7c846;hb=cf274dbe8b2049cfb3d2116d9298bfb8c1a38d11;hpb=dc66525bdce5df290c5afe8d3f5eedb1a736d955 diff --git a/styles/1/euphorik.css b/styles/1/euphorik.css index f795070..7248588 100755 --- a/styles/1/euphorik.css +++ b/styles/1/euphorik.css @@ -176,12 +176,12 @@ div#info { z-index: 100; color: #f0df95 } -div#info div.fermer { +div#info div.close { float:right; cursor: pointer; height:16px; width: 16px; - background-image: url(../../img/fermer.gif) + background-image: url(../../img/close.gif) } div#info #icone { float:left; @@ -197,47 +197,47 @@ div#info #icone.information { div#info #icone.exclamation { background-image: url(../../img/exclamation.gif) } -div#info .boutons { +div#info .buttons { padding: 1px; } -div#info .boutons div { +div#info .buttons div { cursor: pointer; background-color: #c62929; display: inline; padding: 0px 5px 0px 5px; margin: 0px 5px 0px 5px; } -div#info .boutons div:hover { +div#info .buttons div:hover { background-color: #e84747; } -/***** Les infos bulles *****/ -#flecheBulle { +/***** The tooltips *****/ +#tooltipArrow { position: absolute; z-index: 50; display: none } -.flecheBulleHaut { +.tooltipArrowTop { background-image: url(img/fleche_bulle_haut.png); width: 15px; height: 8px; } -.flecheBulleDroite { +.tooltipArrowRight { background-image: url(img/fleche_bulle_droite.png); width: 8px; height: 15px; } -.flecheBulleBas { +.tooltipArrowBottom { background-image: url(img/fleche_bulle_bas.png); width: 15px; height: 8px; } -.flecheBulleGauche { +.tooltipArrowLeft { background-image: url(img/fleche_bulle_gauche.png); width: 8px; height: 15px; } -#messageBulle { +#tooltipMessage { position: absolute; z-index: 50; color: #ffffff; @@ -245,7 +245,7 @@ div#info .boutons div:hover { display: none; font-size: 10px; } -#messageBulle p { +#tooltipMessage p { padding: 3px 6px; }