X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=2630f1f1f2d6c480a6596eccc4c7be1b315c1e61;hb=13bf850da2316cde3ad2ff8d5c26fb32928bf7b4;hp=1a2882a1db4d3c78b71656dc98cc2cf642841ce2;hpb=a2ee1419f013be953ee768b5b7e95eb423dcf080;p=euphorik.git diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 1a2882a..2630f1f 100755 --- a/css/1/euphorik.css +++ b/css/1/euphorik.css @@ -1,6 +1,8 @@ @import url(../common.css); @import url(pageMinichat.css); -@import url(pageProfileRegister.css); +@import url(pageProfileRegister.css); +@import url(pageAbout.css); + * { padding: 0; @@ -52,10 +54,6 @@ body { z-index: 10; left: 600px; top:0px; - border: 1px; - background-color: #164200; - border: #2d8800 1px solid; - color: #EEEEEE; font-size: 9px; } @@ -73,7 +71,7 @@ body { height: 37px; position: absolute; top: -20px; - left: -10px; + left: 4px; } #footer { @@ -93,7 +91,7 @@ div#info { z-index: 20; } -div#info .fermer { +div#info div.fermer { float:right; cursor: pointer; height:16px; @@ -133,22 +131,11 @@ div#info .boutons div:hover { .captcha { display:none -} - -/* Obsolète -#captcha { - margin-bottom: 5px; -} -#captcha input { - margin-left: 5px; } -#captcha .captchaImg { - background-color: #FFFFFF; - vertical-align: bottom; -}*/ form input, -form button { +form button, +form select { background-color: #164200; border: #2d8800 1px solid; color: #EEEEEE;