X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=doclib%2Fsenf.css;h=86b4cd270b2b18b5cb0c053bee4429c6a3c45faa;hb=b440d8b56e04db7faf295a68b5fc9befee15e891;hp=7e2452abef8b0a1f7c55efcaab5ee92a406ff1f0;hpb=2ef4b27e3e979160819171deebded6358a925b7d;p=senf.git diff --git a/doclib/senf.css b/doclib/senf.css index 7e2452a..86b4cd2 100644 --- a/doclib/senf.css +++ b/doclib/senf.css @@ -5,8 +5,8 @@ body { } #head { - height: 63px; - border-top: 4px solid #DECD40; + height: 62px; + border-top: 5px solid #DECD40; border-bottom: 1px solid #AF9D00; background: url(logo-head.png) top left no-repeat; background-color: #EDE497; @@ -15,7 +15,7 @@ body { #head h1 { margin: 0 0 0 100px; padding: 6px 0 0 0; - height: 34px; + height: 33px; background-color: #DECD40; border-bottom: 1px solid #AF9D00; font-size: 22px; @@ -30,15 +30,34 @@ body { padding: 4px 0 0 0; height: 18px; background-color: #EDE497; + color: #726921; font-size: 13px; font-weight: normal; - color: #726921; white-space: nowrap; } -#content { - /* Non-0 top padding to fix margin inhertance from first non-float elt */ - padding: 1px 10px 10px 142px; +#content1 { + padding: 0 10px 10px 0; + border-bottom: 1px solid #AF9D00; +} + +#content2 { + /* need non-zero top padding here to prevent margin propagation */ + padding: 10px 0 0 142px; + max-width: 60em; +} + +a { + font-weight: bold; + text-decoration: none; +} + +a:contains("http://") { + font-weight: normal; +} + +a.ext { + font-style: italic; } div.tabs { @@ -47,11 +66,15 @@ div.tabs { clear: left; background-color: #FDF7C3; border: 1px solid #AF9D00; - margin: 10px 0 0 -132px; + margin: 0 0 10px -132px; width: 120px; overflow: hidden; } +* html div.tabs { + margin-bottom: 0; /* Grmpf .. IE6 is f**ing up ... */ +} + div.tabs ul { margin: 0; padding: 0; @@ -69,6 +92,7 @@ div.tabs ul li a { color: #726921; text-decoration: none; white-space: nowrap; + font-weight: normal; } div.tabs ul li a:visited, div.tabs ul li a:active { @@ -100,3 +124,27 @@ div.qindex { padding: 2px; line-height: 140%; } + +#footer { + clear: both; + padding: 4px 10px 4px 142px; + color: #726921; + white-space: nowrap; + text-align: right; + max-width: 60em; +} + +#footer span { + font-size: 10px; +} + +#footer a, #footer a:active, #footer a:visited { + color: #726921; + text-decoration: none; +} + +#footer a:hover { + background-color: inherit; + text-decoration: underline; +} +