X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=7f3d5c877789fb421a208ac7a91a6ac3ac4d7163;hb=23657a6f0b0c17bf0c8b813bd9ac9b1f1fbc35b8;hp=fa7be6e76c7df471f636e260bebb6aab2743a7ec;hpb=8875fb445d47bb0925ef46a131a9bc4dec004b49;p=euphorik.git diff --git a/css/1/euphorik.css b/css/1/euphorik.css index fa7be6e..7f3d5c8 100755 --- a/css/1/euphorik.css +++ b/css/1/euphorik.css @@ -1,52 +1,63 @@ @import url(../common.css); -@import url(pageMinichat.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: 12px; - color: #EEEEEE; - text-align: center; /* uniquement pour IE */ - background-color: #DFDFDF; - background-image: url(../../img/css1/fond.png) + color: #841919; + background-color: #f6dfc2 } #container { position: relative; height: auto; - margin-left: 10px; - margin-right: 10px; - margin-top: 40px; + margin: 0px; } -#menu { - position: absolute; - z-index: 10; - top: 2px; +ul#menu { + /* left: 300px; + top: 2px;*/ + background-image: url(../../img/css1/logo_fond.png); + /*position: absolute;*/ + height:129px; + width: 100%; font-size: 11px; - background-color: #000000; - text-align: left; + list-style-type:none; + /*background-color: #e19671;*/ } -#menu div { +#menu li:first-child { + margin-left: 340px; +} +#menu li { + margin-top: 47px; + padding-top: 5px; + font-size: 14px; + text-align: center; cursor: pointer; - display: inline; - padding: 2px; - margin-left: 2px; - background-color: #4f5519; + height:25px; + z-index: 20; + float: left; + min-width: 60px; + background-color: #f6dfc2; } -#menu div.courante { - background-color: #818c27; +#menu li.courante { + background-color: #ffffff; + background-image: url(../../img/css1/triangle.png); + background-repeat: no-repeat; + background-position: center bottom } -#menu div:hover { - background-color: #818c27 +#menu li:hover { + background-color: #ffffff; } #menuCss { @@ -54,48 +65,86 @@ 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; + background-color: #f6dfc2; + 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 { z-index: 10; - background-image: url(../../img/css1/logo_2.png); - width: 253px; - height: 37px; + background-image: url(../../img/css1/logo.png); + background-repeat: no-repeat; + width: 304px; + height: 129px; position: absolute; - top: -20px; - left: -10px; } #footer { - text-align: right; + background-color: #e19671; + text-align: center; } #footer a img{ border-style: none; } -div#info { +div#info { + text-align: center; width:100%; position: fixed; left: 0px; top: 0px; - background-color: #000000; - border-bottom: 1px solid #aeaeae; - z-index: 20; + background-color: #841919; + border-bottom: 1px solid #FFFFFF; + z-index: 20; + color: #f0df95 } -div#info .fermer { +div#info div.fermer { float:right; cursor: pointer; height:16px; @@ -124,52 +173,48 @@ div#info .boutons { div#info .boutons div { cursor: pointer; - background-color: #770000; + background-color: #c62929; display: inline; padding: 0px 5px 0px 5px; margin: 0px 5px 0px 5px; } div#info .boutons div:hover { - background-color: #bc0000; + background-color: #e84747; } .captcha { display:none -} - -/* Obsolète -#captcha { - margin-bottom: 5px; } -#captcha input { - margin-left: 5px; + +form input, +form button, +form select { + background-color: #f0df95; + border: #841919 1px solid; } -#captcha .captchaImg { - background-color: #FFFFFF; - vertical-align: bottom; -}*/ form input, -form button { - background-color: #164200; - border: #2d8800 1px solid; - color: #EEEEEE; +form select { font-size: 12px; } + +form button { + font-size: 11px; +} a { text-decoration: none; } a:link { - color: #7664ff; + color: #c62929; } a:visited { - color: #7664ff; + color: #c62929; } a:hover { - color: #ffad0f; + color: #e84747; } a:active { - color: #ffad0f; + color: #e84747; }