X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=styles%2F2%2Feuphorik.css;h=748fbc8fa72422c7f7918b3443116dcac69cb819;hp=52f959f0334926249c64ad1cd7289e1d55368ece;hb=cf274dbe8b2049cfb3d2116d9298bfb8c1a38d11;hpb=7cf389481b133c57d6563b5e6747131f4abbf589 diff --git a/styles/2/euphorik.css b/styles/2/euphorik.css index 52f959f..748fbc8 100755 --- a/styles/2/euphorik.css +++ b/styles/2/euphorik.css @@ -25,6 +25,15 @@ body { margin-top: 40px; } +/***** Textile *****/ +em { + font-style: italic +} +strong { + font-style: normal; + font-weight: bold +} + /***** Menu *****/ ul#menu { padding-left: 300px; @@ -136,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; @@ -157,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; @@ -205,7 +214,7 @@ div#info .boutons div:hover { display: none; font-size: 10px; } -#messageBulle p { +#tooltipMessage p { padding: 3px 6px; } @@ -234,17 +243,17 @@ form input[readonly] { } /***** Les liens *****/ -.lien, a { +.pageLink, a { text-decoration: none; color: #7664ff; } -.lien { +.pageLink { cursor: pointer; } a:link, a:visited { color: #7664ff; } -.lien:hover, .lien:active, a:hover, a:active { +.pageLink:hover, .pageLink:active, a:hover, a:active { color: #ffad0f; }