X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=81f6a77c2e83e992d6cae55ab9916fd567036fb4;hb=ed684a234959a278a115d4f1dc7b877e9ae9f650;hp=61a755fa775789e537ed6aaeeff239d5c78c8294;hpb=8bec0dac79e750d0040de8a009c6ae864479642e;p=euphorik.git diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 61a755f..81f6a77 100755 --- a/css/1/euphorik.css +++ b/css/1/euphorik.css @@ -6,8 +6,8 @@ * { - padding: 0; - margin: 0; + padding: 0px; + margin: 0px; } body { @@ -28,16 +28,19 @@ body { } #menu { - position: absolute; - z-index: 10; - top: 2px; + /* left: 300px; + top: 2px;*/ + padding-left: 300px; + /*position: absolute;*/ + height: 25px; font-size: 11px; background-color: #000000; } -#menu div { +#menu div { cursor: pointer; - display: inline; + z-index: 20; + float: left; padding: 2px; margin-left: 2px; background-color: #4f5519; @@ -61,7 +64,7 @@ body { position: relative; font-size: 12px; background-color: #000000; - padding: 30px 10px 15px 10px; + padding: 10px 10px 15px 10px; } #page > h1 { @@ -181,8 +184,16 @@ form select { background-color: #164200; border: #2d8800 1px solid; color: #EEEEEE; +} + +form input, +form select { font-size: 12px; } + +form button { + font-size: 11px; +} a { text-decoration: none;