X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=7a9fdf4502acb7ed3aedaa7e52148dce36942118;hb=ec0132f1c1f3599d7818a566b08129c994e6647b;hp=935d4358719e5e5335a60342c576842669880da3;hpb=3ea24df62da92d25d5479d26782c317439b0bc72;p=euphorik.git diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 935d435..7a9fdf4 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; @@ -193,28 +182,26 @@ form select { border: #841919 1px solid; } +form input:hover, form input:focus, +form button:hover, form button:focus, +form select:hover, form select:focus { + background-color: #ffffff; +} + form input, form select { font-size: 12px; } - form button { font-size: 11px; } a { - text-decoration: none; + text-decoration: underline; } -a:link { +a:link, a:visited { color: #c62929; } -a:visited { - color: #e84747; -} -a:hover { - color: #e84747; +a:hover, a:active { + color: #e84747; } -a:active { - color: #e84747; -} -