X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=doclib%2Fsenf.css;h=fc59ad809456135182c2ed99818dc6464b1cf423;hb=5a5c6d7f0fae7ad6c0af49d7742955cb6cf618cf;hp=95d434d81a04ae80606ad002b73339331c699126;hpb=aec1302f91b51edb58f8a97985ab2e0aa9c8db66;p=senf.git diff --git a/doclib/senf.css b/doclib/senf.css index 95d434d..fc59ad8 100644 --- a/doclib/senf.css +++ b/doclib/senf.css @@ -100,7 +100,17 @@ div.tabs ul li a:visited, div.tabs ul li a:active { text-decoration: none; } -div.tabs ul li a:hover, div.tabs ul li#current a { +div.tabs li.current a { + background-position: 100% -150px; + border-width : 0px; +} + +div.tabs li.current span { + background-position: 0% -150px; + padding-bottom : 6px; +} + +div.tabs ul li a:hover, div.tabs ul li.current a { color: #726921; text-decoration: none; background-color: #EDE497; @@ -255,4 +265,23 @@ div.qindex { dl.parameters dd table { width: auto; +} + +table.glossary { + border: none; + border-spacing: 0; +} + +table.glossary tr td { + border: none; + border-bottom: 4px solid white; + vertical-align: top; + padding: 2px 4px; + background-color: #F0F0F0; +} + +table.glossary tr td:first-child { + font-weight: bold; + white-space: nowrap; + padding-right: 10px; } \ No newline at end of file