X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=7a9fdf4502acb7ed3aedaa7e52148dce36942118;hb=ec0132f1c1f3599d7818a566b08129c994e6647b;hp=7f3d5c877789fb421a208ac7a91a6ac3ac4d7163;hpb=23657a6f0b0c17bf0c8b813bd9ac9b1f1fbc35b8;p=euphorik.git diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 7f3d5c8..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; @@ -78,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 { @@ -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: #c62929; +a:hover, a:active { + color: #e84747; } -a:hover { - color: #e84747; -} -a:active { - color: #e84747; -} -