X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=styles%2F2%2Feuphorik.css;fp=styles%2F2%2Feuphorik.css;h=748fbc8fa72422c7f7918b3443116dcac69cb819;hp=f2a6781508bb207ecf2b0bc0d46bb876e483e80d;hb=cf274dbe8b2049cfb3d2116d9298bfb8c1a38d11;hpb=dc66525bdce5df290c5afe8d3f5eedb1a736d955 diff --git a/styles/2/euphorik.css b/styles/2/euphorik.css index f2a6781..748fbc8 100755 --- a/styles/2/euphorik.css +++ b/styles/2/euphorik.css @@ -26,10 +26,10 @@ body { } /***** Textile *****/ -em.leger { +em { font-style: italic } -em.fort { +strong { font-style: normal; font-weight: bold } @@ -145,12 +145,12 @@ div#info { border-bottom: 1px solid #aeaeae; z-index: 20; } -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; @@ -166,47 +166,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: #770000; display: inline; padding: 0px 5px 0px 5px; margin: 0px 5px 0px 5px; } -div#info .boutons div:hover { +div#info .buttons div:hover { background-color: #bc0000; } -/***** Les infos bulles *****/ +/***** The tooltips *****/ #flecheBulle { 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; @@ -214,7 +214,7 @@ div#info .boutons div:hover { display: none; font-size: 10px; } -#messageBulle p { +#tooltipMessage p { padding: 3px 6px; }