X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=25b51cf4fd7b0d2a3e7e4b23b486d586c2a83190;hp=74e139fbffe8406f38fca5d2cfb25c53da02e041;hb=22ef1631270f6798262d85eb7c8f95aee65493fd;hpb=6d280c7552c36b53fb6700376774b0e9cc01b943 diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 74e139f..25b51cf 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); @@ -19,7 +18,6 @@ body { } #container { - position: relative; height: auto; margin: 0px; } @@ -61,7 +59,7 @@ ul#menu { #menuCss { position: absolute; z-index: 10; - left: 600px; + left: 550px; top:0px; font-size: 9px; } @@ -101,7 +99,6 @@ ul#menu { margin-top: 3px; margin-left: 45px; } - #logo { z-index: 10; background-image: url(../../img/css1/logo.png); @@ -110,13 +107,24 @@ 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: center; + text-align: right; + font-size: 9px; + padding: 2px } #footer a img{ border-style: none; + vertical-align: middle; + margin-right: 5px; +} +#footer span{ + margin-right: 10px; } /***** La boite d'information (s'apparente à une MessageBox) *****/ @@ -166,6 +174,44 @@ div#info .boutons div:hover { background-color: #e84747; } +/***** Les infos bulles *****/ +#flecheBulle { + position: absolute; + z-index: 50; + display: none +} +.flecheBulleHaut { + background-image: url(../../img/css1/fleche_bulle_haut.png); + width: 15px; + height: 8px; +} +.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; + z-index: 50; + color: #ffffff; + background-color: #841919; + display: none; + font-size: 10px; +} +#messageBulle p { + padding: 3px 6px; +} + /***** Le faux captcha *****/ .captcha { display:none; @@ -190,14 +236,21 @@ form select { form button { font-size: 11px; } +form input[readonly] { + background-color: #d0c9aa +} /***** Les liens *****/ -a { +.lien, a { text-decoration: underline; + color: #c62929; +} +.lien { + cursor: pointer } a:link, a:visited { color: #c62929; } -a:hover, a:active { +.lien:hover, .lien:active, a:hover, a:active { color: #e84747; }