X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=e73c696911ba06ef690c315b4d233cfa3ffb1bc1;hb=d5325d38a2655d2368aa576d6390cb766ce6cc06;hp=2630f1f1f2d6c480a6596eccc4c7be1b315c1e61;hpb=ed8f28689ec85a02ee1507ae259e1fbd5517f701;p=euphorik.git diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 2630f1f..e73c696 100755 --- a/css/1/euphorik.css +++ b/css/1/euphorik.css @@ -1,19 +1,20 @@ @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 */ + /*text-align: center;*/ /* uniquement pour IE */ background-color: #DFDFDF; background-image: url(../../img/css1/fond.png) } @@ -33,7 +34,6 @@ body { left: 300px; font-size: 11px; background-color: #000000; - text-align: left; } #menu div { cursor: pointer; @@ -59,9 +59,50 @@ body { #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 { @@ -81,7 +122,8 @@ body { border-style: none; } -div#info { +div#info { + text-align: center; width:100%; position: fixed; left: 0px; @@ -139,8 +181,16 @@ form select { background-color: #164200; border: #2d8800 1px solid; color: #EEEEEE; +} + +form input, +form select { font-size: 12px; } + +form button { + font-size: 11px; +} a { text-decoration: none;