X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=67848f07357780bc2785ccfb74a7908a20b3019b;hb=0864f5fa5ccd1ce99e88c08d25a2f8ea18525d56;hp=4dd700bb3da2d9598ecba5b716408917eadfa764;hpb=cf7d2e87e769d470fe6390771d6f498fb3570ed0;p=euphorik.git diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 4dd700b..67848f0 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; @@ -9,7 +11,7 @@ body { font-family: sans-serif; - font-size: 10pt; + font-size: 12px; color: #EEEEEE; text-align: center; /* uniquement pour IE */ background-color: #DFDFDF; @@ -29,11 +31,10 @@ body { z-index: 10; top: 2px; left: 300px; - font-size: 8pt; + font-size: 11px; background-color: #000000; text-align: left; } - #menu div { cursor: pointer; display: inline; @@ -41,13 +42,10 @@ body { margin-left: 2px; background-color: #4f5519; } - - #menu div.courante { background-color: #818c27; } -#menu div:hover, -#menuCss div:hover { +#menu div:hover { background-color: #818c27 } @@ -55,21 +53,14 @@ body { position: absolute; z-index: 10; left: 600px; - top: -5px; -} - -#menuCss div { - cursor: pointer; - display: inline; - font-size: 6pt; - margin-left: 4px; - margin-right: 4px; + top:0px; + font-size: 9px; } #page { position: relative; padding: 25px 0px 15px 0px; - font-size: 8pt; + font-size: 12px; background-color: #000000; } @@ -80,7 +71,7 @@ body { height: 37px; position: absolute; top: -20px; - left: -10px; + left: 4px; } #footer { @@ -140,26 +131,15 @@ 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; - font-size: 9pt; + font-size: 12px; } a {