X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=61a755fa775789e537ed6aaeeff239d5c78c8294;hb=8bec0dac79e750d0040de8a009c6ae864479642e;hp=1a2882a1db4d3c78b71656dc98cc2cf642841ce2;hpb=a2ee1419f013be953ee768b5b7e95eb423dcf080;p=euphorik.git diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 1a2882a..61a755f 100755 --- a/css/1/euphorik.css +++ b/css/1/euphorik.css @@ -1,6 +1,9 @@ @import url(../common.css); -@import url(pageMinichat.css); -@import url(pageProfileRegister.css); +@import url(pageMinichat.css); +@import url(pageAdmin.css); +@import url(pageProfileRegister.css); +@import url(pageAbout.css); + * { padding: 0; @@ -11,7 +14,7 @@ body { font-family: sans-serif; font-size: 12px; color: #EEEEEE; - text-align: center; /* uniquement pour IE */ + /*text-align: center;*/ /* uniquement pour IE */ background-color: #DFDFDF; background-image: url(../../img/css1/fond.png) } @@ -31,7 +34,6 @@ body { left: 300px; font-size: 11px; background-color: #000000; - text-align: left; } #menu div { cursor: pointer; @@ -52,18 +54,55 @@ body { z-index: 10; left: 600px; top:0px; - border: 1px; - background-color: #164200; - border: #2d8800 1px solid; - color: #EEEEEE; font-size: 9px; } #page { position: relative; - padding: 25px 0px 15px 0px; font-size: 12px; background-color: #000000; + padding: 30px 10px 15px 10px; +} + +#page > h1 { + margin-top: 10px; + margin-left: 0px; + font-size: 18px; + color : #a6b80e +} + +#page > h2 { + margin-top: 10px; + margin-left: 10px; + font-size: 16px; + color : #899714; +} + +#page > h3 { + margin-top: 10px; + margin-left: 20px; + font-size: 14px; + color : #79841a; + background-color : #1e2201 +} + +#page > h4 { + margin-top: 10px; + margin-left: 25px; + font-size: 12px; + color : #646d1d +} + +#page > p { + margin-top: 3px; + margin-left: 35px; + color : #e9e9e9 +} + +#page > ul { + margin-top: 3px; + margin-left: 45px; + color: #e9e9e9 } #logo { @@ -73,7 +112,7 @@ body { height: 37px; position: absolute; top: -20px; - left: -10px; + left: 4px; } #footer { @@ -83,7 +122,8 @@ body { border-style: none; } -div#info { +div#info { + text-align: center; width:100%; position: fixed; left: 0px; @@ -93,7 +133,7 @@ div#info { z-index: 20; } -div#info .fermer { +div#info div.fermer { float:right; cursor: pointer; height:16px; @@ -133,22 +173,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;