X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=doclib%2Fsenf.css;h=9cda254bb6dc41697783289e3a8d41b79b1124f8;hb=47be4c5261340d3e2ea208bb0b2d96fa256d829a;hp=d8292becb76e17f116f512659c5e382f73016649;hpb=25d1f561a4f5096d026934b7286dd6efa5377402;p=senf.git diff --git a/doclib/senf.css b/doclib/senf.css index d8292be..9cda254 100644 --- a/doclib/senf.css +++ b/doclib/senf.css @@ -36,6 +36,31 @@ body { white-space: nowrap; } +#search { + float: right; + width: 150px; + height: 39px; + font-size: 10px; + /* margin/padding/color/background-color/border: mostly IE6/IE7 fixes */ + margin: 0 0 0 -10px; + padding: 0 10px 0 10px; + color: #726921; + background-color: #DECD40; + border-bottom: 1px solid #AF9D00; +} + +#search input { + display: block; + height: 16px; + border: 1px solid #AF9D00; + width: 100%; +} + +#search form { + margin: 0; + padding: 0; +} + #content1 { padding: 0 10px 10px 0; border-bottom: 1px solid #AF9D00; @@ -61,8 +86,8 @@ a.ext { } a.anchor { - color: inherit; - background-color: white !important; + color: inherit; + background-color: white !important; } div.tabs { @@ -220,23 +245,23 @@ dl.xref-idea { } div.bug, div.fixme, div.todo, div.idea { - padding-left: 10px; + padding-left: 10px; } div.bug { - border-left: 10px solid red; + border-left: 10px solid red; } div.fixme { - border-left: 10px solid yellow; + border-left: 10px solid yellow; } div.todo { - border-left: 10px solid green; + border-left: 10px solid green; } div.idea { - border-left: 10px solid #AAAAAA; + border-left: 10px solid #AAAAAA; } table { @@ -273,7 +298,7 @@ dl.parameters dd table { table.glossary { border: none; border-spacing: 0; - margin: 10px 0; + margin: 10px 0; } table.glossary tr td { @@ -292,4 +317,11 @@ table.glossary tr td:first-child { table.members td:first-child { width: 35%; -} \ No newline at end of file +} + +/* + * Local Variables: + * indent-tabs-mode: nil + * ispell-local-dictionary: "american" + * End: + */