X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=f772ba8b8a856bb632ee3ae78f46a0d442460096;hp=7f3d5c877789fb421a208ac7a91a6ac3ac4d7163;hb=b796253a5f27dc6a9a7ede5713365bc4556377ee;hpb=4c8bece326d3f8f7d65faf7f80a19cf796fb46d1 diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 7f3d5c8..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; @@ -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 { @@ -203,18 +192,11 @@ form button { } a { - text-decoration: none; + text-decoration: none; } -a:link { +a:link:visited { color: #c62929; } -a:visited { - color: #c62929; +a:hover:active { + color: #e84747; } -a:hover { - color: #e84747; -} -a:active { - color: #e84747; -} -