diff options
author | Allen Winter <allen.winter@kdab.com> | 2022-10-06 14:47:43 -0400 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2022-10-06 14:47:43 -0400 |
commit | 89a67caf2c463900bf0d8fa552b21e5ac4bf0f78 (patch) | |
tree | 85248809364062d4e325660c1ed2efc82492b9d6 /apidocs/doxygen.css | |
parent | d428294888871b513716279103fed26f920924e8 (diff) | |
download | libical-git-gh-pages.tar.gz |
update apidoxgh-pages
Diffstat (limited to 'apidocs/doxygen.css')
-rw-r--r-- | apidocs/doxygen.css | 58 |
1 files changed, 5 insertions, 53 deletions
diff --git a/apidocs/doxygen.css b/apidocs/doxygen.css index 90367372..ffbff022 100644 --- a/apidocs/doxygen.css +++ b/apidocs/doxygen.css @@ -1,4 +1,4 @@ -/* The standard CSS for doxygen 1.9.3 */ +/* The standard CSS for doxygen 1.9.1 */ body, table, div, p, dl { font: 400 14px/22px Roboto,sans-serif; @@ -228,33 +228,6 @@ a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited { color: #4665A2; } -a.code.hl_class { /* style for links to class names in code snippets */ } -a.code.hl_struct { /* style for links to struct names in code snippets */ } -a.code.hl_union { /* style for links to union names in code snippets */ } -a.code.hl_interface { /* style for links to interface names in code snippets */ } -a.code.hl_protocol { /* style for links to protocol names in code snippets */ } -a.code.hl_category { /* style for links to category names in code snippets */ } -a.code.hl_exception { /* style for links to exception names in code snippets */ } -a.code.hl_service { /* style for links to service names in code snippets */ } -a.code.hl_singleton { /* style for links to singleton names in code snippets */ } -a.code.hl_concept { /* style for links to concept names in code snippets */ } -a.code.hl_namespace { /* style for links to namespace names in code snippets */ } -a.code.hl_package { /* style for links to package names in code snippets */ } -a.code.hl_define { /* style for links to macro names in code snippets */ } -a.code.hl_function { /* style for links to function names in code snippets */ } -a.code.hl_variable { /* style for links to variable names in code snippets */ } -a.code.hl_typedef { /* style for links to typedef names in code snippets */ } -a.code.hl_enumvalue { /* style for links to enum value names in code snippets */ } -a.code.hl_enumeration { /* style for links to enumeration names in code snippets */ } -a.code.hl_signal { /* style for links to Qt signal names in code snippets */ } -a.code.hl_slot { /* style for links to Qt slot names in code snippets */ } -a.code.hl_friend { /* style for links to friend names in code snippets */ } -a.code.hl_dcop { /* style for links to KDE3 DCOP names in code snippets */ } -a.code.hl_property { /* style for links to property names in code snippets */ } -a.code.hl_event { /* style for links to event names in code snippets */ } -a.code.hl_sequence { /* style for links to sequence names in code snippets */ } -a.code.hl_dictionary { /* style for links to dictionary names in code snippets */ } - /* @end */ dl.el { @@ -262,7 +235,7 @@ dl.el { } ul { - overflow: visible; + overflow: hidden; /*Fixed: list item bullets overlap floating elements*/ } #side-nav ul { @@ -340,7 +313,6 @@ div.line.glow { span.lineno { padding-right: 4px; - margin-right: 9px; text-align: right; border-right: 2px solid #0F0; background-color: #E8E8E8; @@ -467,12 +439,6 @@ img.footer { vertical-align: middle; } -.compoundTemplParams { - color: #4665A2; - font-size: 80%; - line-height: 120%; -} - /* @group Code Colorization */ span.keyword { @@ -1356,11 +1322,6 @@ dl.section dd { } -#projectrow -{ - height: 56px; -} - #projectlogo { text-align: center; @@ -1376,19 +1337,18 @@ dl.section dd { #projectalign { vertical-align: middle; - padding-left: 0.5em; } #projectname { - font: 200% Tahoma, Arial,sans-serif; + font: 300% Tahoma, Arial,sans-serif; margin: 0px; padding: 2px 0px; } #projectbrief { - font: 90% Tahoma, Arial,sans-serif; + font: 120% Tahoma, Arial,sans-serif; margin: 0px; padding: 0px; } @@ -1527,10 +1487,6 @@ span.emoji { */ } -span.obfuscator { - display: none; -} - .PageDocRTL-title div.toc li.level1 { margin-left: 0 !important; margin-right: 0; @@ -1585,7 +1541,7 @@ tr.heading h2 { #powerTip { cursor: default; - /*white-space: nowrap;*/ + white-space: nowrap; background-color: white; border: 1px solid gray; border-radius: 4px 4px 4px 4px; @@ -1824,10 +1780,6 @@ table.DocNodeLTR { margin-left: 0; } -code.JavaDocCode - direction:ltr; -} - tt, code, kbd, samp { display: inline-block; |