diff options
Diffstat (limited to 'doc/doxy-style.css')
| -rw-r--r-- | doc/doxy-style.css | 909 |
1 files changed, 587 insertions, 322 deletions
diff --git a/doc/doxy-style.css b/doc/doxy-style.css index b01ac5d..df8fcea 100644 --- a/doc/doxy-style.css +++ b/doc/doxy-style.css @@ -1,598 +1,863 @@ body { - font-size: medium; - font-family: sans-serif; -} - -#titlearea { - display: none; -} - -h1 h2 h3 h4 h5 h6 { - font-weight: bold; + background: #FFF; + color: #222; + font-style: normal; + line-height: 1.6em; + margin-left: auto; + margin-right: auto; + padding: 1em; + max-width: 60em; + font-family: "SF Pro Text", Verdana, "DejaVu Sans", sans-serif; + text-rendering: optimizeLegibility; } h1 { - font-size: 164%; + font-size: 1.68em; + font-weight: 500; + font-family: Helvetica, Arial, "DejaVu Sans Condensed", Verdana, sans-serif; + line-height: 2em; + margin: 0 0 0.25em 0; } h2 { - font-size: 132%; + line-height: 1.68em; + font-size: 1.41em; + font-weight: 600; + font-family: Helvetica, Arial, "DejaVu Sans Condensed", Verdana, sans-serif; + margin: 1.25em 0 0.5em 0; } h3 { - font-size: 124%; + line-height: 1.41em; + font-size: 1.18em; + font-weight: 600; + font-family: Helvetica, Arial, "DejaVu Sans Condensed", Verdana, sans-serif; + margin: 1.25em 0 0.5em 0; } h4 { - font-size: 116%; + line-height: 1.18em; + font-size: 1em; + font-weight: 600; + font-family: Helvetica, Arial, "DejaVu Sans Condensed", Verdana, sans-serif; + margin: 1.25em 0 0.5em 0; } -h5 { - font-size: 108%; +h5, h6 { + font-size: 0.7em; + font-weight: 600; + font-family: Helvetica, Arial, "DejaVu Sans Condensed", Verdana, sans-serif; + margin: 1.25em 0 0.5em 0; } -h6 { - font-size: 100%; +a { + color: #546E00; + text-decoration: none; } -p { - margin: 0 0 1ex 0; +h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { + color: #444; +} + +a:hover { + text-decoration: underline; +} + +h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link { + color: #444; } -br { - display: none; +h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { + color: #444; +} + +p { + margin: 0.5em 0 0.5em 0; } dt { - font-weight: 700; + font-weight: 600; } -div.multicol { +dd { + margin-left: 2em; } -p.startli,p.startdd,p.starttd { - margin-top: 2px; +caption { + font-weight: 700; } -p.endli { - margin-bottom: 0; +.title, #projectname { + line-height: 1.0125em; + margin: 0.75em 0 0 0; } -p.enddd { - margin-bottom: 4px; +.titlearea .header .titlebox, #projectname { + font-size: 1.68em; + font-weight: 400; + margin-bottom: 0.25em; + margin-top: 0; } -p.endtd { - margin-bottom: 2px; +#header { + padding: 0 0 0.5em 0; + border-bottom: 1px solid #EEE; } -caption { - font-weight: 700; +.header .headertitle .title { + line-height: 1.68em; + font-size: 1.68em; + font-weight: 600; + font-family: Helvetica, Arial, "DejaVu Sans Condensed", Verdana, sans-serif; } -span.legend { - font-size: 70%; - text-align: center; +.ingroups { + display: none; } -h3.version { - font-size: 90%; - text-align: center; +.title .ingroups a { + font-size: small; + margin-left: 1em; } -div.qindex,div.navtab { - background-color: #EBEFF6; - border: 1px solid #A3B4D7; - text-align: center; - margin: 2px; - padding: 2px; +#titlebox, #metabox { + display: inline-block; } -div.qindex,div.navpath { - width: 100%; - line-height: 140%; +#titlebox { + display: inline-block; + width: 75%; + left: 0; + top: 0; } -div.navtab { - margin-right: 15px; +#title { + margin-bottom: 0.25em; + line-height: 1.25em; + font-size: 2.5em; + color: #333; + font-weight: 600; } -/* @group Link Styling */ -a { - color: #3D8C57; - text-decoration: none; +.PageDoc { + margin-top: 1.5em; } -.contents a:visited { - color: #50755E; +.PageDoc .header .headertitle .title { + display: none; } -a:hover { - text-decoration: underline; +#shortdesc { + margin: 0; + color: #666; + display: inline-block; + font-style: italic; + font-family: Helvetica, Arial, "DejaVu Sans Condensed", Verdana, sans-serif; + padding: 0; } -a.qindexHL { - background-color: #9CAFD4; - color: #FFF; - border: 1px double #869DCA; +#titlearea { + margin: 0.25em auto 0 auto; + padding: 0; + position: relative; + clear: both; + line-height: 1em; +} + +.legend { + font-size: small; + text-align: center; } -a.code { - color: #4665A2; +.version { + font-size: small; + text-align: center; } -a.codeRef { - color: #4665A2; +div.qindex,div.navtab { + background-color: #EBEFF6; + border: 1px solid #A3B4D7; + text-align: center; + margin: 2px; + padding: 2px; +} + +div.navtab { + margin-right: 15px; +} + +.contents a:visited { + color: #344E00; +} + +a.qindexHL { + background-color: #9CAFD4; + color: #FFF; + border: 1px double #869DCA; +} + +code { + color: #444; + font-family: "SF Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace, fixed; } -/* @end */ dl.el { - margin-left: -1cm; + margin-left: -1cm; } .fragment { - font-family: monospace, fixed; - font-size: 105%; + font-family: "SF Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace, fixed; } pre.fragment { - border: 1px solid #C4C4C4; - background-color: #F9F9F9; - padding: 4px 6px; - margin: 4px 8px 4px 2px; - overflow: auto; - font-size: 9pt; - line-height: 125%; + border: 1px solid #C4C4C4; + background-color: #F9F9F9; + padding: 0.5em; + overflow: auto; } div.ah { - background-color: #000; - font-weight: 700; - color: #FFF; - margin-bottom: 3px; - margin-top: 3px; - padding: .2em; - border: thin solid #333; + background-color: #000; + font-weight: 700; + color: #FFF; + margin-bottom: 3px; + margin-top: 3px; + padding: 0.2em; + border: thin solid #333; } div.groupHeader { - margin-left: 16px; - margin-top: 12px; - margin-bottom: 6px; - font-weight: 700; + margin-left: 16px; + margin-top: 12px; + margin-bottom: 6px; + font-weight: 700; +} + +h2.groupheader { + line-height: 1.18em; + font-size: 1em; + font-weight: 600; + font-family: Helvetica, Arial, "DejaVu Sans Condensed", Verdana, sans-serif; + margin: 1.25em 0 0.5em 0; +} + +a + h2.groupheader { + display: none; } div.groupText { - margin-left: 16px; - font-style: italic; + margin-left: 16px; + font-style: italic; } -body { - background: #FFF; - color: #000; - margin: 0; +div.contents, #content { + max-width: 60em; + margin-left: auto; + margin-right: auto; } -div.contents { - margin-top: 10px; - margin-left: 10px; - margin-right: 10px; +.groupheader + p { + font-style: italic; + color: #666; + margin: 0 0 1em 0; } td.indexkey { - background-color: #EBEFF6; - font-weight: 700; - border: 1px solid #C4CFE5; - margin: 2px 0; - padding: 2px 10px; + background-color: #EBEFF6; + font-weight: 700; + border: 1px solid #C4CFE5; + margin: 2px 0; + padding: 2px 10px; } td.indexvalue { - background-color: #EBEFF6; - border: 1px solid #C4CFE5; - padding: 2px 10px; - margin: 2px 0; + background-color: #EBEFF6; + border: 1px solid #C4CFE5; + padding: 2px 10px; + margin: 2px 0; } -tr.memlist { - background-color: #EEF1F7; +table.memname { + font-family: "SF Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace, fixed; + border-spacing: 0; } -p.formulaDsp { - text-align: center; +table.memname tbody tr:last-child { + display: none; +} + +table.memname tbody tr:only-child { + display: table-cell; +} + +table.memname tbody tr:nth-last-child(2)::after { + content: ")"; +} + +tr.memlist { + background-color: #EEF1F7; } -img.formulaDsp { +p.formulaDsp { + text-align: center; } img.formulaInl { - vertical-align: middle; + vertical-align: middle; } div.center { - text-align: center; - margin-top: 0; - margin-bottom: 0; - padding: 0; + text-align: center; + margin-top: 0; + margin-bottom: 0; + padding: 0; } div.center img { - border: 0; + border: 0; } address.footer { - text-align: right; - padding-right: 12px; + text-align: right; } img.footer { - border: 0; - vertical-align: middle; + border: 0; + vertical-align: middle; } -/* @group Code Colorization */ span.keyword { - color: green; + color: #586E75; } span.keywordtype { - color: #604020; + color: #546E00; } span.keywordflow { - color: #e08000; + color: #586E75; } span.comment { - color: maroon; + color: #6C71C4; } span.preprocessor { - color: #806020; + color: #D33682; } span.stringliteral { - color: #002080; + color: #CB4B16; } span.charliteral { - color: teal; + color: #CB4B16; } -span.vhdldigit { - color: #F0F; +td.tiny { + font-size: x-small; } -span.vhdlkeyword { - color: #700070; +.dirtab { + padding: 4px; + border-collapse: collapse; + border: 1px solid #A3B4D7; } -span.vhdllogic { - color: red; +th.dirtab { + background: #EBEFF6; + font-weight: 700; } -/* @end */ -td.tiny { - font-size: 75%; +hr { + height: 0; + border: none; + border-top: 1px solid #DDD; + margin: 2em 0; } -.dirtab { - padding: 4px; - border-collapse: collapse; - border: 1px solid #A3B4D7; +#footer { + bottom: 0; + clear: both; + font-size: x-small; + margin: 2em 0 0; + padding: 0 1em 1em 1em; + vertical-align: top; + color: #888; } -th.dirtab { - background: #EBEFF6; - font-weight: 700; +td.ititle { + padding-bottom: 0.75em; } -hr { - height: 0; - border: none; - border-top: 1px solid #DDD; - margin: 2em 0 1em; +table.memberdecls { + border-spacing: 0.125em; + line-height: 1.3em; } -hr.footer { - height: 1px; +table.memberdecls h3 { + line-height: 1.18em; + font-size: 1em; + font-weight: 600; + font-family: Helvetica, Arial, "DejaVu Sans Condensed", Verdana, sans-serif; + margin: 1.25em 0 0.5em 0; } -/* @group Member Descriptions */ -table.memberdecls { - border-spacing: 0; - font-size: small; +tr.inherit_header td { + padding: 1em 0 0.5em 0; } .mdescLeft,.mdescRight,.memItemLeft,.memItemRight,.memTemplItemLeft,.memTemplItemRight,.memTemplParams { - background-color: #FBFBFB; - margin: 0; - padding: 0.25ex; + margin: 0; + padding: 0; } .mdescLeft,.mdescRight { - color: #555; + color: #555; } .memItemLeft,.memItemRight,.memTemplParams { - border-top: 1px solid #DDD; + border: 0; + font-family: "SF Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace, fixed; } .memItemLeft,.memTemplItemLeft { - white-space: nowrap; - padding-left: 2em; + white-space: nowrap; + padding-left: 2em; +} + +.memItemLeft a.el { + font-weight: bold; } .memTemplParams { - color: #464646; - white-space: nowrap; + color: #464646; + white-space: nowrap; +} + +td.memSeparator { + display: none; +} + +td.mlabels-left { + margin-left: 0; + padding-left: 0; +} + +td.mlabels-right { + color: #B4C342; + font-weight: normal; + margin-left: 1em; + vertical-align: bottom; +} + +.memtitle { + border-bottom: 1px solid #EEE; + font-family: Helvetica, Arial, "DejaVu Sans Condensed", Verdana, sans-serif; + font-size: 1.18em; + font-weight: 600; + line-height: 1.41em; + margin: 1.5em 0 0 0; +} + +.permalink { + display: none; } -/* @end */ -/* @group Member Details */ -/* Styles for detailed member documentation */ .memtemplate { - font-size: 80%; - color: #4665A2; - font-weight: bold; + color: #888; + font-style: italic; + font-family: "SF Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace, fixed; + font-size: small; } .memnav { - background-color: #EBEFF6; - border: 1px solid #A3B4D7; - text-align: center; - margin: 2px; - margin-right: 15px; - padding: 2px; + background-color: #EEE; + border: 1px solid #B4C342; + text-align: center; + margin: 2px; + margin-right: 15px; + padding: 2px; } .memitem { - padding: 0; - margin: 1ex 0 2ex 0; - border: 1px solid #CCC; + padding: 0; + margin: 0 0 3em 0; } -.memname { - white-space: nowrap; - font-weight: bold; +.memproto { + border-bottom: 1px solid #EEE; + border-left: 1px solid #EEE; + color: #444; + float: right; + font-family: "SF Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace, fixed; + font-size: small; + margin-bottom: 1em; + margin-left: 1em; + padding: 0.25em 0 0.25em 0.25em; } -.memproto { - border-bottom: 1px solid #DDD; - padding: 0.5ex; - font-weight: bold; - background-color: #F3F3F3; +.memproto .paramname { + font-style: normal; + padding-right: 0.25em; +} + +.mlabels { + padding-left: 0; + padding-right: 0; } .memdoc { - padding: 1ex; - background-color: #FBFBFB; - border-top-width: 0; + padding: 0; +} + +.memdoc > p:first-child, .memdoc .textblock > p:first-child { + font-style: italic; + color: #444; + margin-bottom: 0.75em; + margin-top: 0; + padding-top: 0.25em; + font-weight: normal; +} + +.memdoc > p:first-child, .memdoc .textblock > h3:first-child { + color: #444; + margin-bottom: 0.75em; + margin-top: 0; + padding-top: 0.25em; + font-weight: normal; + color: #444; + font-size: 0.9em; } .paramkey { - text-align: right; + text-align: right; } .paramtype { - white-space: nowrap; + color: #666; + padding: 0 0.25em 0 0.25em; + white-space: nowrap; +} + +.params .paramname { + color: #111; + white-space: nowrap; + font-family: "SF Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace, fixed; + font-style: italic; + padding-right: 0.5em; + vertical-align: top; +} + +.fieldname { + color: #000; +} + +.fieldtable { + margin-top: 1em; + border-collapse: collapse; +} + +.fieldtable tbody tr:first-child { + display: none; +} + +td.fieldname { + vertical-align: top; + font-family: "SF Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace, fixed; +} + +td.fielddoc { + padding: 0.125em 0.5em 0 0.5em; + vertical-align: top; } -.paramname { - color: #602020; - white-space: nowrap; +.fieldtable tbody tr td { + border-top: 1px dashed #DDD; + border-bottom: 1px dashed #DDD; } -.paramname em { - font-style: normal; +td.fieldtype { + color: #666; + padding: 0 0.5em 0 0; + vertical-align: top; + font-family: "SF Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace, fixed; +} + +td.fielddoc p { + margin: 0; + padding: 0 0.5em 0 0; +} + +p.reference { + font-size: x-small; + font-style: italic; } -/* @end */ -/* @group Directory (tree) */ -/* for the tree view */ .ftvtree { - font-family: sans-serif; - margin: 0; + font-family: "DejaVu Sans", Verdana, Helvetica, Arial, sans-serif; + margin: 0; } -/* these are for tree view when used as main index */ .directory { - font-size: 9pt; - font-weight: bold; - margin: 5px; + margin: 0.5em; } .directory h3 { - margin: 0; - margin-top: 1em; - font-size: 11pt; + margin: 0; + margin-top: 1em; + font-size: 11pt; } .directory > h3 { - margin-top: 0; + margin-top: 0; } .directory p { - margin: 0; - white-space: nowrap; + margin: 0; + white-space: nowrap; } .directory div { - display: none; - margin: 0; + display: none; + margin: 0; } .directory img { - vertical-align: -30%; + vertical-align: -30%; +} + +td.entry { + font-family: "DejaVu Sans", Verdana, Helvetica, Arial, sans-serif; + font-weight: 400; + padding-right: 1em; +} + +.arrow { + color: #CCC; + user-select: none; + font-size: 80%; + display: inline-block; + width: 16px; + height: 22px; + vertical-align: top; +} + +td.entry b { + font-family: "DejaVu Sans", Verdana, Helvetica, Arial, sans-serif; + font-weight: 400; + font-size: 130%; } -/* these are for tree view when not used as main index */ .directory-alt { - font-size: 100%; - font-weight: bold; + font-size: 100%; + font-weight: bold; } .directory-alt h3 { - margin: 0; - margin-top: 1em; - font-size: 11pt; + margin: 0; + margin-top: 1em; + font-size: 11pt; } .directory-alt > h3 { - margin-top: 0; + margin-top: 0; } .directory-alt p { - margin: 0; - white-space: nowrap; + margin: 0; + white-space: nowrap; } .directory-alt div { - display: none; - margin: 0; + display: none; + margin: 0; } .directory-alt img { - vertical-align: -30%; + vertical-align: -30%; } -/* @end */ div.dynheader { - margin-top: 8px; + margin-top: 8px; } address { - font-style: normal; - color: #2A3D61; + font-style: normal; + color: #444; } table.doxtable { - border-collapse: collapse; - margin: 0.5ex; + border-collapse: collapse; + margin: 0.5em; } table.doxtable td,table.doxtable th { - border: 1px solid #DDD; - padding: 3px 7px 2px; + border: 1px solid #DDD; + padding: 3px 7px 2px; } table.doxtable th { - background-color: #F3F3F3; - color: #000; - padding-bottom: 4px; - padding-top: 5px; - text-align: left; - font-weight: bold; + background-color: #F3F3F3; + color: #000; + padding-bottom: 4px; + padding-top: 5px; + text-align: left; + font-weight: bold; } .tabsearch { - top: 0; - left: 10px; - height: 36px; - z-index: 101; - overflow: hidden; - font-size: 13px; + top: 0; + left: 10px; + height: 36px; + z-index: 101; + overflow: hidden; + font-size: 13px; +} + +div.navpath { + color: #DDD; } .navpath ul { - font-size: 11px; - height: 30px; - line-height: 30px; - color: #8AA0CC; - border: 1px solid #C2CDE4; - overflow: hidden; - margin: 0; - padding: 0; + overflow: hidden; + margin: 0; + padding: 0; } .navpath li { - list-style-type: none; - float: left; - padding-left: 10px; - padding-right: 15px; - color: #364D7C; + float: left; + padding-left: 0; + margin-left: 0.5em; + padding-right: 1em; } .navpath a { - height: 32px; - display: block; - text-decoration: none; - outline: none; -} - -.navpath a:hover { - color: #6884BD; + display: block; + text-decoration: none; + outline: none; } div.summary { - float: right; - font-size: 8pt; - padding-right: 5px; - width: 50%; - text-align: right; + font-size: small; + font-family: "DejaVu Sans", Verdana, Helvetica, Arial, sans-serif; + margin: 0; + padding: 0.25em 0; + display: none; } div.summary a { - white-space: nowrap; + white-space: nowrap; +} + +#metabox { + display: inline-block; + font-size: x-small; + font-family: Helvetica, Arial, "DejaVu Sans Condensed", Verdana, sans-serif; + position: absolute; + right: 0; + bottom: 0.25em; + color: #666; + font-style: italic; } -div.header { - background-color: #F3F3F3; - margin: 0; - border-bottom: 1px solid #DDD; +#meta { + border-style: hidden; + margin-right: 0.25em; } -div.headertitle { - background-color: #ECF3F1; - padding: 5px 5px 5px 10px; - font-size: 180%; - font-weight: bold; +#meta tr, #meta th, #meta td { + background-color: transparent; + border: 0; + margin: 0; + font-weight: normal; +} + +#meta th { + text-align: right; +} + +#meta th::after { + content: ":"; } div.line { - font-family: monospace, fixed; - 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+ */ - 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 { - background-color: cyan; - box-shadow: 0 0 10px cyan; + font-family: "SF Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace, fixed; + line-height: 1.4em; + white-space: pre-wrap; } +.glow { + background-color: #2AA198; + box-shadow: 0 0 10px #2AA198; +} span.lineno { - padding-right: 4px; - text-align: right; - border-right: 2px solid #0F0; - background-color: #E8E8E8; - white-space: pre; + padding-right: 4px; + text-align: right; + border-right: 2px solid #546E00; + background-color: #E8E8E8; + white-space: pre; } + span.lineno a { - background-color: #D8D8D8; + background-color: #D8D8D8; } span.lineno a:hover { - background-color: #C8C8C8; + background-color: #C8C8C8; +} + +.tabs, .tabs2, .navpath { + padding: 0.25em 0; + font-size: small; + font-family: Helvetica, Arial, "DejaVu Sans Condensed", Verdana, sans-serif; + margin: 0; +} + +th { + text-align: left; + font-size: 110%; + font-weight: 500; +} + +.mlabel { + padding: 0.125em; +} + +#navrow1, #navrow2 { + /* Disable menu from Doxygen 1.8.15, it is faked in the template */ + display: none; +} + +.tablist { + margin: 0; + padding: 0; + display: table; +} + +.tablist li { + display: table-cell; + line-height: 2em; + list-style: none; + border-bottom: 0; +} + +.tablist a { + display: block; + padding: 0 1em 0 0; + text-decoration: none; + outline: none; +} + +.tabs3 .tablist a { + padding: 0 10px; +} + +.tablist li.current a { + color: #222; +} + +span.icon { + display: none; } |