Index: src/kapidox/data/htmlresource/frameworks.css =================================================================== --- src/kapidox/data/htmlresource/frameworks.css +++ src/kapidox/data/htmlresource/frameworks.css @@ -1,6 +1,9 @@ table.frameworks { width: 100%; } +table.frameworks td, table.frameworks th{ + border: solid 1px #0057ae; +} table.frameworks h3 { margin: 0; @@ -11,6 +14,10 @@ padding: 0.5em; } +table.frameworks th { + background: #0057ae; +} + .framework-main-column { vertical-align: top; } Index: src/kapidox/data/htmlresource/kde.css =================================================================== --- src/kapidox/data/htmlresource/kde.css +++ src/kapidox/data/htmlresource/kde.css @@ -72,23 +72,21 @@ #header { width: 100%; color: #535353; - background: #eeeeee; } #header_top { margin: 0 auto; padding: 0; - width: 95%; + width: 100%; vertical-align: middle; color: #ffffff; - background: url(top.jpg) repeat-x bottom; background-color: #0057ae; } #header_top div { margin: 0 auto; padding: 0; - background: url(top-left.jpg) no-repeat bottom left; + /*background: url(top-left.jpg) no-repeat bottom left;*/ } #header_top div div { @@ -97,7 +95,6 @@ vertical-align: middle; font-size: 1.7em; font-weight: bold; - background: url(top-right.jpg) no-repeat bottom right; } #header_top div div img { @@ -111,7 +108,6 @@ width: 95%; vertical-align: middle; text-align: right; - background: #eeeeee; } #location { @@ -194,8 +190,6 @@ #body_wrapper { margin: 0 auto; width: 95%; - border: #dddddd solid; - border-width: 0 0 0 1px; } #right { @@ -273,7 +267,7 @@ .menu_box li { list-style-type: none; - margin-left: 0.1em; + margin-left: -1.5em; } .menu_box ul ul { @@ -288,14 +282,9 @@ margin: 0.6em 0 1.2em 0; padding:0; color: #ffffff; - background: url(block_title_mid.png) repeat-y right; background-color: #0057ae; } -.menutitle div { - background: url(block_title_top.png) no-repeat top right; -} - .menutitle div h2 { margin: 0; padding: 0.2em 0 0.3em 1.3em; @@ -303,7 +292,6 @@ font-size: 120%; font-weight: normal; color: #ffffff; - background: url(block_title_bottom.png) no-repeat bottom right; } .clearer { @@ -324,7 +312,11 @@ } #footer { - background: #eeeeee; + color: #eeeeee; + background: #0057ae; + width: 100%; + margin:auto; + margin-top: 20px; } #footer_text { @@ -334,5 +326,46 @@ } #footer a:link, #footer a:visited { - color: #4d88c3; + color: #fff; + font-weight: bold; +} + + +/** + * Fragments + */ +.fragment .line { + line-height: 1.4; +} + +/** + * classes + */ +.memproto, dl.reflist dt { + background: #0057ae; + border-radius: 0; + border: 1px solid #0057ae; +} + +.memname { + color: #eeeeee; + text-shadow: none; +} + +.memproto a.elRef{ + color: #aaaabb; + font-weight: bold; } +.memproto a.el { + color: #ccccee; + font-weight: bold; +} + +.memproto .paramname { + color: #f7800a; +} + +.memproto span.mlabel { + background: #bbbbff; + color: #005766; +} \ No newline at end of file Index: src/kapidox/data/templates/fwinfo.html =================================================================== --- src/kapidox/data/templates/fwinfo.html +++ src/kapidox/data/templates/fwinfo.html @@ -9,7 +9,7 @@

{{ fwinfo.description }}

-
Maintainer{% if fwinfo.maintainers|count != 0 %}s{% endif %}
+
Maintainer{#% if fwinfo.maintainers|count != 0 %}s{% endif %#}
{% include "fwmaintainer.html" %}
Dependencies