X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=25b51cf4fd7b0d2a3e7e4b23b486d586c2a83190;hp=3e09bc7dd639ccdb03b902c03f7477abc4381c30;hb=22ef1631270f6798262d85eb7c8f95aee65493fd;hpb=cdc1ad807b840d13d2968d824045ec8da39bcb1d diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 3e09bc7..25b51cf 100755 --- a/css/1/euphorik.css +++ b/css/1/euphorik.css @@ -107,12 +107,16 @@ ul#menu { height: 129px; position: absolute; } +#logo.ekMaster { + background-image: url(../../img/css1/logo_ek_master.png); +} /***** Le pied de page *****/ #footer { background-color: #e19671; text-align: right; - font-size: 9px + font-size: 9px; + padding: 2px } #footer a img{ border-style: none; @@ -174,10 +178,27 @@ div#info .boutons div:hover { #flecheBulle { position: absolute; z-index: 50; + display: none +} +.flecheBulleHaut { + background-image: url(../../img/css1/fleche_bulle_haut.png); width: 15px; height: 8px; - background-image: url(../../img/css1/fleche_bulle.png); - display: none +} +.flecheBulleDroite { + background-image: url(../../img/css1/fleche_bulle_droite.png); + width: 8px; + height: 15px; +} +.flecheBulleBas { + background-image: url(../../img/css1/fleche_bulle_bas.png); + width: 15px; + height: 8px; +} +.flecheBulleGauche { + background-image: url(../../img/css1/fleche_bulle_gauche.png); + width: 8px; + height: 15px; } #messageBulle { position: absolute; @@ -215,6 +236,9 @@ form select { form button { font-size: 11px; } +form input[readonly] { + background-color: #d0c9aa +} /***** Les liens *****/ .lien, a {