diff options
Diffstat (limited to 'src/doxygen.css')
-rw-r--r-- | src/doxygen.css | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/src/doxygen.css b/src/doxygen.css index 6ce8bb9..9078ffa 100644 --- a/src/doxygen.css +++ b/src/doxygen.css @@ -1,9 +1,7 @@ /* The standard CSS for doxygen */ body, table, div, p, dl { - font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif; - font-size: 13px; - line-height: 1.3; + font: 400 14px/19px Roboto,sans-serif; } /* @group Heading Levels */ @@ -19,7 +17,14 @@ h1 { } h2 { - font-size: 120%; + border-bottom: 1px solid ##99; + color: ##44; + font-size: 150%; + font-weight: normal; + margin-top: 1.75em; + padding-top: 8px; + padding-bottom: 4px; + width: 100%; } h3 { @@ -418,7 +423,7 @@ table.memberdecls { padding: 0px; } -.memberdecls td { +.memberdecls td, .fieldtable tr { -webkit-transition-property: background-color, box-shadow; -webkit-transition-duration: 0.5s; -moz-transition-property: background-color, box-shadow; @@ -431,7 +436,7 @@ table.memberdecls { transition-duration: 0.5s; } -.memberdecls td.glow { +.memberdecls td.glow, .fieldtable tr.glow { background-color: cyan; box-shadow: 0 0 15px cyan; } @@ -451,7 +456,7 @@ table.memberdecls { } .memItemLeft, .memItemRight, .memTemplParams { - border-top: 1px solid ##cc; + border-bottom: 1px solid ##E2; } .memItemLeft, .memTemplItemLeft { @@ -691,6 +696,7 @@ div.directory { width: 100%; padding-left: 6px; padding-right: 6px; + padding-top: 3px; border-left: 1px solid rgba(0,0,0,0.05); } @@ -845,6 +851,7 @@ table.fieldtable { display:block; text-decoration: none; outline: none; + font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; } .navpath li.navelem a:hover @@ -903,7 +910,7 @@ div.header div.headertitle { - padding: 5px 5px 5px 7px; + padding: 5px 5px 5px 10px; } dl |