X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=doclib%2Fsenf.css;h=8a72a5712309f4cff9c7324fb697f2fe19d9bba8;hb=0fff17bd2bcdbb1e91e216bf6e1bebc414713548;hp=d3010425fddaf13ce9af291ecd6421781c85ee80;hpb=558583531d5042ece06b19fcd10132d2d1bc5ad0;p=senf.git diff --git a/doclib/senf.css b/doclib/senf.css index d301042..8a72a57 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,60 +30,54 @@ body { padding: 4px 0 0 0; height: 18px; background-color: #EDE497; + color: #726921; font-size: 13px; font-weight: normal; - color: #726921; white-space: nowrap; } -#head ul { - position: absolute; - top: 5px; - right: 25px; - width: 100px; - background-color: #FDF7C3; - border: 1px solid #AF9D00; - list-style-type: none; - padding: 0; - margin: 0; +#content1 { + padding: 0 10px 10px 0; + border-bottom: 1px solid #AF9D00; } -#head li { - display: inline; +#content2 { + /* need non-zero top padding here to prevent margin propagation */ + padding: 10px 0 0 142px; + max-width: 62em; } -#head ul li a, #head ul li b { - padding: 2px 5px; - text-align: center; - display: block; +a { + font-weight: bold; + text-decoration: none; } -#head ul li b { - border-bottom: 1px solid #AF9D00; - background-color: #EDE497; - color: #726921; +a:contains("http://") { + font-weight: normal; } -#head ul li a, #head ul li a:active, #head ul li a:visited { - color: #726921; - text-decoration: none; +a.ext { + font-style: italic; } -#head ul li a:hover { - background-color: #EDE497; - text-decoration: none; +div.tabs { + display: inline; /* IE double margin fix */ + float: left; + clear: left; + background-color: #FDF7C3; + border: 1px solid #AF9D00; + margin: 0 0 10px -132px; + width: 120px; + overflow: hidden; } -div.tabs { - margin: 0 -10px; +* html div.tabs { + margin-bottom: 0; /* Grmpf .. IE6 is f**ing up ... */ } div.tabs ul { margin: 0; padding: 0; - height: 22px; - background-color: #FDF7C3; - border-bottom: 1px solid #AF9D00; list-style-type: none; } @@ -92,18 +86,18 @@ div.tabs ul li { } div.tabs ul li a { - float: left; - height: 18px; - padding: 4px 10px 0 10px; - border-right: 1px solid #AF9D00; + display: block; + padding: 2px 5px; font-size: 13px; - font-weight: normal; color: #726921; text-decoration: none; + white-space: nowrap; + font-weight: normal; } -div.tabs a:visited, div.tabs a:active { +div.tabs ul li a:visited, div.tabs ul li a:active { color: #726921; + text-decoration: none; } div.tabs ul li a:hover, div.tabs ul li#current a { @@ -121,6 +115,74 @@ div.nav { margin: 0; } -#content { - padding: 0 10px 10px 10px; -} \ No newline at end of file +div.qindex { + width: auto; + background-color: #e8eef2; + border: 1px solid #84b0c7; + text-align: center; + margin: 2px; + padding: 2px; + line-height: 140%; +} + +#footer { + clear: both; + padding: 4px 10px 4px 142px; + color: #726921; + white-space: nowrap; + text-align: right; + max-width: 62em; +} + +#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; +} + +dl.attention { + border: 1px solid #AADD88; + background-color: #EEFFDD; + padding: 4px; +} + +dl.warning { + border: 1px solid #DDAA88; + background-color: #FFEEDD; + padding: 4px; +} + +dl.note { + border: 1px solid A0C2C2; + background-color: #F0F8F8; + padding: 4px; +} + +table.senf { + width: 95%; + margin: 0 auto; + border: 1px solid #AAAAAA; + padding: 2px; + border-spacing: 0; +} + +table.senf td,th { + border: 2px solid white; + background-color: #EEEEEE; + padding: 2px 4px; + text-align: left; +} + +table.senf th { + background-color: #DDDDDD; + text-align: center; + font-weight: bold; +}