X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=doclib%2Fsenf.css;h=b1a8ab1204c4b86a8e821539edc7b7b3b77adf59;hb=5fbfcae374466c0d8d631d93e1fd58a5b7eea7d3;hp=2df0ed65b569aee941df737b8a4a2b7bd9e5e8c6;hpb=5457377c2eda70c535303f6cf87413bbb51bf1ea;p=senf.git diff --git a/doclib/senf.css b/doclib/senf.css index 2df0ed6..b1a8ab1 100644 --- a/doclib/senf.css +++ b/doclib/senf.css @@ -54,7 +54,7 @@ body { } #head ul { - display: inline; /* für IE ... */ + display: inline; /* f�r IE ... */ font-size: 13px; height: 0px; margin: 0; @@ -191,7 +191,7 @@ div.tabs ul li a:hover, div.tabs ul li.current a { } div.tabs ul li.level1 a { - padding-left: 2em; + padding-left: 1.5em; font-size: 90%; } @@ -257,6 +257,26 @@ table.senf th { font-weight: bold; } +table.ebnf { + margin: 0; + padding: 0; + border-spacing: 0; + border: none; + font-size: 120%; /* ???????? Why is THIS needed ?? */ +} + +table.ebnf td { + text-align: left; + border: none; + padding: 0; +} + +table.ebnf td:first-child { + width: 1%; + padding-right: 1ex; + font-style: italic; +} + dl.xref-bug, dl.xref-fix, dl.xref-todo, dl.xref-idea { border: 1px solid #CC8888; padding: 2px 3px; @@ -325,12 +345,17 @@ p.memtitle { border-bottom: 1px solid #84b0c7; } -p.sourceline, p.references, p.referencedby, p.reimplementedfrom, p.reimplementedin { +p.sourceline, p.references, p.referencedby, p.reimplementedfrom, p.reimplementedin, +p.implementedin { color: #666666; font-size: 75%; - margin-left: 10em; margin-bottom: .2em; margin-top: .2em; +} + +div.memdoc p.sourceline, p.references, p.referencedby, p.reimplementedfrom, p.reimplementedin, +p.implementedin { + margin-left: 10em; text-indent: -4em; } @@ -393,6 +418,27 @@ table.members td:first-child { width: 35%; } +div.toc { + width: 25%; + margin: 10px 0px; +} + +div.toc ol { + padding: 0px; + margin: 0pt 0pt 0pt 40px; + list-style-type: decimal; +} + +div.toc li { + padding: none; +} + +div.toc div { + margin: 10px 0px; + font-weight: bold; + font-size: 120% +} + /* * Local Variables: * indent-tabs-mode: nil