X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=f772ba8b8a856bb632ee3ae78f46a0d442460096;hb=b796253a5f27dc6a9a7ede5713365bc4556377ee;hp=935d4358719e5e5335a60342c576842669880da3;hpb=3ea24df62da92d25d5479d26782c317439b0bc72;p=euphorik.git diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 935d435..f772ba8 100755 --- a/css/1/euphorik.css +++ b/css/1/euphorik.css @@ -24,31 +24,26 @@ body { } ul#menu { - /* - left: 300px; - top: 2px;*/ background-image: url(../../img/css1/logo_fond.png); - /*position: absolute;*/ height:129px; width: 100%; font-size: 11px; list-style-type:none; - /*background-color: #e19671;*/ } #menu li:first-child { margin-left: 340px; } #menu li { margin-top: 47px; - padding-top: 5px; font-size: 14px; text-align: center; cursor: pointer; - height:25px; + height:30px; z-index: 20; float: left; min-width: 60px; background-color: #f6dfc2; + line-height: 32px; } #menu li.courante { background-color: #ffffff; @@ -69,9 +64,8 @@ ul#menu { } #page { - position: relative; font-size: 12px; - background-color: #000000; + background-color: #f6dfc2; padding: 10px 10px 15px 10px; } @@ -79,41 +73,35 @@ ul#menu { 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 + font-size: 14px; + background-color : #FFFFFF } #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 { @@ -126,7 +114,8 @@ ul#menu { } #footer { - text-align: right; + background-color: #e19671; + text-align: center; } #footer a img{ border-style: none; @@ -203,18 +192,11 @@ form button { } a { - text-decoration: none; + text-decoration: none; } -a:link { +a:link:visited { color: #c62929; } -a:visited { - color: #e84747; -} -a:hover { - color: #e84747; +a:hover:active { + color: #e84747; } -a:active { - color: #e84747; -} -