X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=css%2F2%2Feuphorik.css;h=d15acad32319cbeee3fd8b5f0057aac440f978dc;hp=b409c803fd0d3efecb50385ccd693460775f528b;hb=303b11558402d03cd5b1a87f2632bfd365b23905;hpb=a2ee1419f013be953ee768b5b7e95eb423dcf080 diff --git a/css/2/euphorik.css b/css/2/euphorik.css index b409c80..d15acad 100755 --- a/css/2/euphorik.css +++ b/css/2/euphorik.css @@ -1,20 +1,22 @@ -@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: 11px; - color: #4b4b4b; - text-align: center; /* uniquement pour IE */ - background-color: #e5e1ff; - background-image: url(../../img/css2/fond.png); - background-repeat: repeat-x; + font-size: 12px; + color: #EEEEEE; + /*text-align: center;*/ /* uniquement pour IE */ + background-color: #DFDFDF; + background-image: url(../../img/css1/fond.png) } #container { @@ -25,26 +27,30 @@ body { margin-top: 40px; } -#menu { - position: absolute; - z-index: 10; - font-size: 10px; - left: 350px; - text-align: left; -} -#menu div { - cursor: pointer; - display: inline; +ul#menu { + /* + left: 300px; + top: 2px;*/ + padding-left: 300px; + /*position: absolute;*/ + height: 23px; + font-size: 11px; + background-color: #000000; + list-style-type:none; +} +#menu li { + cursor: pointer; + z-index: 20; + float: left; padding: 2px; margin-left: 2px; - background-color: #00eaa0; + background-color: #4f5519; } -#menu div.courante { - background-color: #00ea48; +#menu li.courante { + background-color: #818c27; } -#menu div:hover -{ - background-color: #00ea48 +#menu li:hover { + background-color: #818c27 } #menuCss { @@ -52,28 +58,65 @@ body { z-index: 10; left: 600px; top:0px; - border: 1px; - background-color: #FFFFFF; - border: #00eaa0 1px solid; - color: #4b4b4b; - font-size: 10px; + font-size: 9px; } #page { position: relative; - padding: 20px 0px 15px 0px; - font-size: 11px; - background-color: #eff4f8; + 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 { z-index: 10; - background-image: url(../../img/css2/logo.png); + background-image: url(../../img/css1/logo_2.png); width: 253px; height: 37px; position: absolute; - top: 5px; - left: 5px; + top: -20px; + left: 4px; } #footer { @@ -83,17 +126,18 @@ body { border-style: none; } -div#info { +div#info { + text-align: center; width:100%; position: fixed; left: 0px; top: 0px; - background-color: #FFFFFF; + background-color: #000000; border-bottom: 1px solid #aeaeae; z-index: 20; } -div#info .fermer { +div#info div.fermer { float:right; cursor: pointer; height:16px; @@ -122,47 +166,44 @@ div#info .boutons { div#info .boutons div { cursor: pointer; - background-color: #ff7070; + background-color: #770000; display: inline; padding: 0px 5px 0px 5px; margin: 0px 5px 0px 5px; } div#info .boutons div:hover { - background-color: #ffaeae; + background-color: #bc0000; } .captcha { display:none -} - -/* Obsolète -#captcha { - margin-bottom: 5px; } -#captcha input { - margin-left: 5px; + +form input, +form button, +form select { + background-color: #164200; + border: #2d8800 1px solid; + color: #EEEEEE; } -#captcha .captchaImg { - background-color: #FFFFFF; - vertical-align: bottom; -}*/ form input, -form button { - background-color: #FFFFFF; - border: #00eaa0 1px solid; - color: #4b4b4b; +form select { font-size: 12px; } + +form button { + font-size: 11px; +} a { text-decoration: none; } a:link { - color: #4332c1; + color: #7664ff; } a:visited { - color: #4332c1; + color: #7664ff; } a:hover { color: #ffad0f;