X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=76e50bed833ca3901f4c348a076bdb1c6728866d;hp=09333a22bb3a3e8c3f7dccbe39b216f2623aaeb9;hb=264d4816d9fd29b707d936a1be1f8400503d033d;hpb=443f5b4f6ae102317e75582e33404a61507c5aac diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 09333a2..76e50be 100755 --- a/css/1/euphorik.css +++ b/css/1/euphorik.css @@ -6,8 +6,8 @@ * { - padding: 0; - margin: 0; + padding: 0px; + margin: 0px; } body { @@ -27,25 +27,29 @@ body { margin-top: 40px; } -#menu { - position: absolute; - z-index: 10; - top: 2px; +ul#menu { + /* left: 300px; + top: 2px;*/ + padding-left: 300px; + /*position: absolute;*/ + height: 23px; font-size: 11px; background-color: #000000; + list-style-type:none; } -#menu div { +#menu li { cursor: pointer; - display: inline; + z-index: 20; + float: left; padding: 2px; margin-left: 2px; background-color: #4f5519; } -#menu div.courante { +#menu li.courante { background-color: #818c27; } -#menu div:hover { +#menu li:hover { background-color: #818c27 } @@ -61,7 +65,7 @@ body { position: relative; font-size: 12px; background-color: #000000; - padding: 30px 10px 15px 10px; + padding: 10px 10px 15px 10px; } #page > h1 {