X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=doclib%2Fsenf.css;h=8a72a5712309f4cff9c7324fb697f2fe19d9bba8;hb=0fff17bd2bcdbb1e91e216bf6e1bebc414713548;hp=ee41842ab403eb66a09df2a9fa356dd323b067d7;hpb=6ce2bcb77328785691639894fe026090f004e57b;p=senf.git diff --git a/doclib/senf.css b/doclib/senf.css index ee41842..8a72a57 100644 --- a/doclib/senf.css +++ b/doclib/senf.css @@ -37,14 +37,27 @@ body { } #content1 { - padding: 0 10px 10px 142px; + 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 0; - max-width: 60em; + padding: 10px 0 0 142px; + max-width: 62em; +} + +a { + font-weight: bold; + text-decoration: none; +} + +a:contains("http://") { + font-weight: normal; +} + +a.ext { + font-style: italic; } div.tabs { @@ -58,6 +71,10 @@ div.tabs { overflow: hidden; } +* html div.tabs { + margin-bottom: 0; /* Grmpf .. IE6 is f**ing up ... */ +} + div.tabs ul { margin: 0; padding: 0; @@ -75,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 { @@ -113,7 +131,7 @@ div.qindex { color: #726921; white-space: nowrap; text-align: right; - max-width: 60em; + max-width: 62em; } #footer span { @@ -128,4 +146,43 @@ div.qindex { #footer a:hover { background-color: inherit; text-decoration: underline; -} \ No newline at end of file +} + +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; +}