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