X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=16b64361ac7462dd0b7d1f51e600734b6aba83df;hb=2faefc542de20cfcc0220b5c7fd7982dd0fbbfd4;hp=a110f8bf572d605f2f2bd78dc3fd982cb0e387be;hpb=6feaef2a51f7226c41d69f9e86f605718b78aa02;p=euphorik.git diff --git a/css/1/euphorik.css b/css/1/euphorik.css index a110f8b..16b6436 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; @@ -18,10 +20,9 @@ body { #container { position: relative; - width: 700px; height: auto; - margin-left: auto; - margin-right: auto; + margin-left: 10px; + margin-right: 10px; margin-top: 40px; } @@ -30,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; @@ -42,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 } @@ -56,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; } @@ -141,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 {