From 744c77d7d8fc48098673c3588484f617487a185e Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Sat, 15 Mar 2008 16:18:28 +0100 Subject: [PATCH] Add useful defs from KDE4 doxygen.css for readability --- src/doxy/doxygen.css | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/src/doxy/doxygen.css b/src/doxy/doxygen.css index a37526a..02a7dda 100644 --- a/src/doxy/doxygen.css +++ b/src/doxy/doxygen.css @@ -174,3 +174,73 @@ div.bottom a { color: #aaaaaa } +/* following defs borrowed from KDE4 */ + +#content td.memItemLeft { +text-align: right; +} + +.groupHeader { +font-size: large; +color: #418ADE; +} + +#content h2 { margin-left: 0px; } + +table.memname { +empty-cells: show; +background-color: #f8f8f8; +outline: .2em solid #d7d7d7; +margin-top: 3em; +margin-bottom: 1em; +} + +td.memname { +white-space: nowrap; +font-weight: bold; +} + +.paramtype { +white-space: nowrap; +font-weight: bold; +} + +.paramname { +white-space: nowrap; +font-weight: bold; +} + +.paramkey { +text-align: right; +} + + +div.bic { +border: 2px solid #E72300; +background: #F6CFDD; +padding: 0.5ex 1em; +} + +div.memitem { +} + +div.memproto { +/*background: #F9F9F9; +border: 1px solid #AAAAAA;*/ +font-weight: bold; +} + +div.memproto td { +white-space: nowrap; +padding:0; +margin:0; +} + +table.memname { +border-spacing: 0; +border-collapse:collapse; +} + +td.paramtype { +font-family:monospace; +} -- 2.11.4.GIT