diff options
Diffstat (limited to 'doc/doxy-style.css')
-rw-r--r-- | doc/doxy-style.css | 172 |
1 files changed, 131 insertions, 41 deletions
diff --git a/doc/doxy-style.css b/doc/doxy-style.css index b01ac5d..e98848d 100644 --- a/doc/doxy-style.css +++ b/doc/doxy-style.css @@ -88,11 +88,6 @@ div.qindex,div.navtab { padding: 2px; } -div.qindex,div.navpath { - width: 100%; - line-height: 140%; -} - div.navtab { margin-right: 15px; } @@ -162,6 +157,10 @@ div.groupHeader { font-weight: 700; } +a + h2.groupheader { + display: none; +} + div.groupText { margin-left: 16px; font-style: italic; @@ -236,7 +235,7 @@ span.keyword { } span.keywordtype { - color: #604020; + color: #3E873E; } span.keywordflow { @@ -300,14 +299,12 @@ hr.footer { /* @group Member Descriptions */ table.memberdecls { - border-spacing: 0; - font-size: small; + border-spacing: 0.125em; } .mdescLeft,.mdescRight,.memItemLeft,.memItemRight,.memTemplItemLeft,.memTemplItemRight,.memTemplParams { - background-color: #FBFBFB; margin: 0; - padding: 0.25ex; + padding: 0; } .mdescLeft,.mdescRight { @@ -315,7 +312,7 @@ table.memberdecls { } .memItemLeft,.memItemRight,.memTemplParams { - border-top: 1px solid #DDD; + border: 0; } .memItemLeft,.memTemplItemLeft { @@ -323,11 +320,19 @@ table.memberdecls { padding-left: 2em; } +.memItemLeft a.el { + font-weight: bold; +} + .memTemplParams { color: #464646; white-space: nowrap; } +td.memSeparator { + display: none; +} + /* @end */ /* @group Member Details */ /* Styles for detailed member documentation */ @@ -349,7 +354,8 @@ table.memberdecls { .memitem { padding: 0; margin: 1ex 0 2ex 0; - border: 1px solid #CCC; + border: 1px solid #333; + border-radius: 6px; } .memname { @@ -362,12 +368,20 @@ table.memberdecls { padding: 0.5ex; font-weight: bold; background-color: #F3F3F3; + border-radius: 6px 6px 0 0; + background: linear-gradient(to bottom, #444 0%, #000 100%); + color: #FFF; +} + +.memproto .paramname { + color: #CCC; } .memdoc { padding: 1ex; background-color: #FBFBFB; border-top-width: 0; + border-radius: 0 0 6px 6px; } .paramkey { @@ -375,6 +389,7 @@ table.memberdecls { } .paramtype { + color: #3E873E; white-space: nowrap; } @@ -397,9 +412,8 @@ table.memberdecls { /* these are for tree view when used as main index */ .directory { - font-size: 9pt; - font-weight: bold; - margin: 5px; + font-size: small; + margin: 0.5em; } .directory h3 { @@ -494,12 +508,13 @@ table.doxtable th { font-size: 13px; } +div.navpath { + padding: 0.25em; +} + .navpath ul { - font-size: 11px; - height: 30px; - line-height: 30px; + font-size: x-small; color: #8AA0CC; - border: 1px solid #C2CDE4; overflow: hidden; margin: 0; padding: 0; @@ -514,7 +529,6 @@ table.doxtable th { } .navpath a { - height: 32px; display: block; text-decoration: none; outline: none; @@ -526,8 +540,8 @@ table.doxtable th { div.summary { float: right; - font-size: 8pt; - padding-right: 5px; + font-size: x-small; + padding: 0.25em 0.5em 0 0; width: 50%; text-align: right; } @@ -540,40 +554,33 @@ div.header { background-color: #F3F3F3; margin: 0; border-bottom: 1px solid #DDD; + border-radius: 0 0 6px 6px; } div.headertitle { - background-color: #ECF3F1; - padding: 5px 5px 5px 10px; font-size: 180%; font-weight: bold; + color: #FFF; + padding: 0.125em 0.25em 0.125em 0.25em; + background-color: #333; + background: linear-gradient(to bottom, #444 0%, #000 100%); + border: 0; + border-top: solid 2px #444; + border-bottom: solid 2px #444; + border-radius: 0 0 6px 6px; } div.line { font-family: monospace, fixed; - font-size: 13px; + font-size: 13px; min-height: 13px; line-height: 1.0; text-wrap: unrestricted; - white-space: -moz-pre-wrap; /* Moz */ - white-space: -pre-wrap; /* Opera 4-6 */ - white-space: -o-pre-wrap; /* Opera 7 */ - white-space: pre-wrap; /* CSS3 */ - word-wrap: break-word; /* IE 5.5+ */ + white-space: pre-wrap; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; - -webkit-transition-property: background-color, box-shadow; - -webkit-transition-duration: 0.5s; - -moz-transition-property: background-color, box-shadow; - -moz-transition-duration: 0.5s; - -ms-transition-property: background-color, box-shadow; - -ms-transition-duration: 0.5s; - -o-transition-property: background-color, box-shadow; - -o-transition-duration: 0.5s; - transition-property: background-color, box-shadow; - transition-duration: 0.5s; } div.line.glow { @@ -587,7 +594,7 @@ span.lineno { text-align: right; border-right: 2px solid #0F0; background-color: #E8E8E8; - white-space: pre; + white-space: pre; } span.lineno a { background-color: #D8D8D8; @@ -596,3 +603,86 @@ span.lineno a { span.lineno a:hover { background-color: #C8C8C8; } + +.tabs, .tabs2, .navpath { + background-image: none; + background-color: #333; + background: linear-gradient(to bottom, #444 0%, #000 100%); + border: 0; + border-bottom: solid 2px #000; + padding: 0; + padding-top: 2px; +} + +#navrow1 { + border: 0; +} + +th { + text-align: left; +} + +.mlabel { + padding: 0.125em; +} + +/* tabs*/ + +.tabs, .tabs2, .tabs3 { + width: 100%; + z-index: 101; + font-size: large; +} + +.tabs2 { + font-size: 10px; +} +.tabs3 { + font-size: 9px; +} + +.tablist { + margin: 0; + padding: 0; + display: table; +} + +.tablist li { + float: left; + display: table-cell; + line-height: 2em; + list-style: none; + background-color: #333; + background: linear-gradient(to bottom, #555 0%, #111 100%); + border: solid 1px #000; + border-radius: 6px 6px 0 0; + color: #fff; +} + +.tablist a { + display: block; + padding: 0 20px; + font-weight: bold; + color: #fff; + text-decoration: none; + outline: none; +} + +.tabs3 .tablist a { + padding: 0 10px; +} + +.tablist a:hover { + color: #fff; + text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); + text-decoration: none; +} + +.tablist li.current a { + color: #fff; + text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); +} + +span.icon { + display: none; +}
\ No newline at end of file |