X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=doclib%2Fsenf.css;h=0c71ea7c4f600ac22a0ba7b7cbd227642adbafa2;hb=HEAD;hp=f253059bb7ea5e8ab71ade8ab40362f31e2ea449;hpb=82bdae05d6507607d85dee7cbc1daf96eecf6e65;p=senf.git diff --git a/doclib/senf.css b/doclib/senf.css index f253059..0c71ea7 100644 --- a/doclib/senf.css +++ b/doclib/senf.css @@ -1,8 +1,11 @@ +body, table, div, p, dl { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10pt; +} + body { padding: 0; margin: 0; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10pt; } /* Argh .. doxygen.css has font-size:90% for td ... */ @@ -10,6 +13,18 @@ td { font-size: 100%; } +div.header { + background-color: inherit; + background-image: none; + border: none; +} + +div.summary { + float: none; + padding: 2pt 5pt 0 0; + width: auto; +} + #head { height: 62px; border-top: 5px solid #DECD40; @@ -139,7 +154,7 @@ a.anchor { background-color: white !important; } -div.tabs { +div.tabs, div.tabs2 { display: inline; /* IE double margin fix */ float: left; clear: left; @@ -150,21 +165,21 @@ div.tabs { overflow: hidden; } -* html div.tabs { +* html div.tabs, * html div.tabs2 { margin-bottom: 0; /* Grmpf .. IE6 is f**ing up ... */ } -div.tabs ul { +div.tabs ul, div.tabs2 ul { margin: 0; padding: 0; list-style-type: none; } -div.tabs ul li { +div.tabs ul li, div.tabs2 ul li { display: inline; } -div.tabs ul li a { +div.tabs ul li a, div.tabs2 ul li a { display: block; padding: 2px 5px; font-size: 13px; @@ -174,37 +189,39 @@ div.tabs ul li a { font-weight: normal; } -div.tabs ul li a:visited, div.tabs ul li a:active { +div.tabs ul li a:visited, div.tabs ul li a:active, +div.tabs2 ul li a:visited, div.tabs2 ul li a:active { color: #726921; text-decoration: none; } -div.tabs li.current a { +div.tabs li.current a, div.tabs2 li.current a { background-position: 100% -150px; border-width: 0px; } -div.tabs li.current span { +div.tabs li.current span, div.tabs2 li.current span { background-position: 0% -150px; padding-bottom: 6px; } -div.tabs ul li a:hover, div.tabs ul li.current a, div.tabs ul.glossary li a:hover { +div.tabs ul li a:hover, div.tabs ul li.current a, div.tabs ul.glossary li a:hover, +div.tabs2 ul li a:hover, div.tabs2 ul li.current a, div.tabs2 ul.glossary li a:hover { color: #726921; text-decoration: none; background-color: #EDE497; } -div.tabs ul li.level1 a { +div.tabs ul li.level1 a, div.tabs2 ul li.level1 a { padding-left: 1.5em; font-size: 90%; } -div.tabs ul.glossary li a { +div.tabs ul.glossary li a, div.tabs2 ul.glossary li a { background-color: #FDF7C3; } -div.tabs ul.glossary li.glossary a { +div.tabs ul.glossary li.glossary a, div.tabs2 ul.glossary li.glossary a { background-color: #EDE497; } @@ -295,6 +312,33 @@ table.senf th { font-weight: bold; } +table.fields { + width: 95%; + margin: 10pt auto; + border: 1px solid #AAAAAA; + padding: 2px; + border-spacing: 0; +} + +table.fields td,th { + border: 2px solid white; + background-color: #EEEEEE; + padding: 2px 4px; + text-align: left; + vertical-align: top; +} + +table.fields th { + background-color: #DDDDDD; + text-align: center; + font-weight: bold; +} + +table.fields td:first-child { + width: 25%; + font-style: italic; +} + table.fixedcolumn td:first-child { width: 35%; } @@ -397,6 +441,10 @@ dl.implementation { font-size: 75%; } +.mdescLeft, .mdescRight, .memItemLeft, .memItemRight, .memTemplItemLeft, .memTemplItemRight, .memTemplParams { + background-color: inherit; +} + p.memtitle { color: #1a41a8; font-weight: bold; @@ -418,16 +466,14 @@ p.implementedin { text-indent: -4em; } -div.memproto { - margin-bottom: .5em; -} - table { width: 100%; } div.ah { margin-right: 10px; + background-image: none; + -moz-box-shadow: none; } div.nav, div.navpath { @@ -435,10 +481,32 @@ div.nav, div.navpath { background-color: white; border: none; border-bottom: 1px solid #AF9D00; - padding: 5px 0; + padding: 0; margin: 0; } +div.navpath li { + background-image: none; + padding: 2pt 0; +} + +div.navpath a:before { + content: "/"; + white-space: pre; + padding: 0 2pt; +} + +div.navpath a { + height: auto; +} + +div.navpath ul { + background-image: none; + border: none; + height: auto; + line-height: inherit; +} + div.qindex { width: auto; background-color: #e8eef2; @@ -481,6 +549,9 @@ table.glossary tr td:first-child { padding-right: 10px; } +table p, table p.starttd { margin: 0; } +table.glossary p { margin: 0; } + table.members td:first-child { width: 35%; } @@ -553,6 +624,17 @@ h4 { margin-bottom: .4em; } +div.memproto { + background-image: none; + text-shadow: none; + -moz-box-shadow: none; +} + +div.memdoc { + background-image: none; + -moz-box-shadow: none; +} + table.memname { width: 100%; font-weight: normal; @@ -575,6 +657,7 @@ table.memname td.memname { table.memname td.memparen { width: 1%; + padding-right: 10px; } table.memname td.paramtype {