X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=76e50bed833ca3901f4c348a076bdb1c6728866d;hp=4dd700bb3da2d9598ecba5b716408917eadfa764;hb=264d4816d9fd29b707d936a1be1f8400503d033d;hpb=cf7d2e87e769d470fe6390771d6f498fb3570ed0 diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 4dd700b..76e50be 100755 --- a/css/1/euphorik.css +++ b/css/1/euphorik.css @@ -1,17 +1,20 @@ @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; - margin: 0; + padding: 0px; + margin: 0px; } body { font-family: sans-serif; - font-size: 10pt; + 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) } @@ -24,30 +27,29 @@ body { margin-top: 40px; } -#menu { - position: absolute; - z-index: 10; - top: 2px; +ul#menu { + /* left: 300px; - font-size: 8pt; + top: 2px;*/ + padding-left: 300px; + /*position: absolute;*/ + height: 23px; + font-size: 11px; background-color: #000000; - text-align: left; + list-style-type:none; } - -#menu div { +#menu li { cursor: pointer; - display: inline; + z-index: 20; + float: left; padding: 2px; margin-left: 2px; background-color: #4f5519; } - - -#menu div.courante { +#menu li.courante { background-color: #818c27; } -#menu div:hover, -#menuCss div:hover { +#menu li:hover { background-color: #818c27 } @@ -55,22 +57,56 @@ 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; + padding: 10px 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 { @@ -80,7 +116,7 @@ body { height: 37px; position: absolute; top: -20px; - left: -10px; + left: 4px; } #footer { @@ -90,7 +126,8 @@ body { border-style: none; } -div#info { +div#info { + text-align: center; width:100%; position: fixed; left: 0px; @@ -100,7 +137,7 @@ div#info { z-index: 20; } -div#info .fermer { +div#info div.fermer { float:right; cursor: pointer; height:16px; @@ -140,26 +177,23 @@ 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; +} + +form input, +form select { + font-size: 12px; +} + +form button { + font-size: 11px; } a {