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.h194
1 files changed, 156 insertions, 38 deletions
diff --git a/src/doxygen_css.h b/src/doxygen_css.h
index 4b8f7d7..ab6b4ba 100644
--- a/src/doxygen_css.h
+++ b/src/doxygen_css.h
@@ -26,6 +26,19 @@
" font-size: 100%;\n"
"}\n"
"\n"
+"h1, h2, h3, h4, h5, h6 {\n"
+" -webkit-transition: text-shadow 0.5s linear;\n"
+" -moz-transition: text-shadow 0.5s linear;\n"
+" -ms-transition: text-shadow 0.5s linear;\n"
+" -o-transition: text-shadow 0.5s linear;\n"
+" transition: text-shadow 0.5s linear;\n"
+" margin-right: 15px;\n"
+"}\n"
+"\n"
+"h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {\n"
+" text-shadow: 0 0 15px cyan;\n"
+"}\n"
+"\n"
"dt {\n"
" font-weight: bold;\n"
"}\n"
@@ -189,7 +202,7 @@
"\n"
"div.contents {\n"
" margin-top: 10px;\n"
-" margin-left: 8px;\n"
+" margin-left: 12px;\n"
" margin-right: 8px;\n"
"}\n"
"\n"
@@ -353,6 +366,24 @@
" padding: 0px;\n"
"}\n"
"\n"
+".memberdecls td {\n"
+" -webkit-transition-property: background-color, box-shadow;\n"
+" -webkit-transition-duration: 0.5s;\n"
+" -moz-transition-property: background-color, box-shadow;\n"
+" -moz-transition-duration: 0.5s;\n"
+" -ms-transition-property: background-color, box-shadow;\n"
+" -ms-transition-duration: 0.5s;\n"
+" -o-transition-property: background-color, box-shadow;\n"
+" -o-transition-duration: 0.5s;\n"
+" transition-property: background-color, box-shadow;\n"
+" transition-duration: 0.5s;\n"
+"}\n"
+"\n"
+".memberdecls td.glow {\n"
+" background-color: cyan;\n"
+" box-shadow: 0 0 15px cyan;\n"
+"}\n"
+"\n"
".mdescLeft, .mdescRight,\n"
".memItemLeft, .memItemRight,\n"
".memTemplItemLeft, .memTemplItemRight, .memTemplParams {\n"
@@ -414,6 +445,15 @@
" padding: 0;\n"
" margin-bottom: 10px;\n"
" margin-right: 5px;\n"
+" -webkit-transition: box-shadow 0.5s linear;\n"
+" -moz-transition: box-shadow 0.5s linear;\n"
+" -ms-transition: box-shadow 0.5s linear;\n"
+" -o-transition: box-shadow 0.5s linear;\n"
+" transition: box-shadow 0.5s linear;\n"
+"}\n"
+"\n"
+".memitem.glow {\n"
+" box-shadow: 0 0 15px cyan;\n"
"}\n"
"\n"
".memname {\n"
@@ -433,21 +473,21 @@
" color: ##2b;\n"
" font-weight: bold;\n"
" text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);\n"
+" background-image:url('nav_f.png');\n"
+" background-repeat:repeat-x;\n"
+" background-color: ##E6;\n"
" /* opera specific markup */\n"
" box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);\n"
-" border-top-right-radius: 8px;\n"
-" border-top-left-radius: 8px;\n"
+" border-top-right-radius: 4px;\n"
+" border-top-left-radius: 4px;\n"
" /* firefox specific markup */\n"
" -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;\n"
-" -moz-border-radius-topright: 8px;\n"
-" -moz-border-radius-topleft: 8px;\n"
+" -moz-border-radius-topright: 4px;\n"
+" -moz-border-radius-topleft: 4px;\n"
" /* webkit specific markup */\n"
" -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);\n"
-" -webkit-border-top-right-radius: 8px;\n"
-" -webkit-border-top-left-radius: 8px;\n"
-" background-image:url('nav_f.png');\n"
-" background-repeat:repeat-x;\n"
-" background-color: ##E6;\n"
+" -webkit-border-top-right-radius: 4px;\n"
+" -webkit-border-top-left-radius: 4px;\n"
"\n"
"}\n"
"\n"
@@ -455,23 +495,24 @@
" border-bottom: 1px solid ##B4; \n"
" border-left: 1px solid ##B4; \n"
" border-right: 1px solid ##B4; \n"
-" padding: 2px 5px;\n"
+" padding: 6px 10px 2px 10px;\n"
" background-color: ##FC;\n"
" border-top-width: 0;\n"
+" background-image:url('nav_g.png');\n"
+" background-repeat:repeat-x;\n"
+" background-color: #FFFFFF;\n"
" /* opera specific markup */\n"
-" border-bottom-left-radius: 8px;\n"
-" border-bottom-right-radius: 8px;\n"
+" border-bottom-left-radius: 4px;\n"
+" border-bottom-right-radius: 4px;\n"
" box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);\n"
" /* firefox specific markup */\n"
-" -moz-border-radius-bottomleft: 8px;\n"
-" -moz-border-radius-bottomright: 8px;\n"
+" -moz-border-radius-bottomleft: 4px;\n"
+" -moz-border-radius-bottomright: 4px;\n"
" -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;\n"
-" background-image: -moz-linear-gradient(center top, ##FF 0%, ##FF 60%, ##F8 95%, ##F0);\n"
" /* webkit specific markup */\n"
-" -webkit-border-bottom-left-radius: 8px;\n"
-" -webkit-border-bottom-right-radius: 8px;\n"
+" -webkit-border-bottom-left-radius: 4px;\n"
+" -webkit-border-bottom-right-radius: 4px;\n"
" -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);\n"
-" background-image: -webkit-gradient(linear,center top,center bottom,from(##FF), color-stop(0.6,##FF), color-stop(0.60,##FF), color-stop(0.95,##F8), to(##F0));\n"
"}\n"
"\n"
"dl.reflist dt {\n"
@@ -500,7 +541,8 @@
"}\n"
"\n"
".params, .retval, .exception, .tparams {\n"
-" border-spacing: 6px 2px;\n"
+" margin-left: 0px;\n"
+" padding-left: 0px;\n"
"} \n"
"\n"
".params .paramname, .retval .paramname {\n"
@@ -518,6 +560,38 @@
" vertical-align: top;\n"
"}\n"
"\n"
+"table.mlabels {\n"
+" border-spacing: 0px;\n"
+"}\n"
+"\n"
+"td.mlabels-left {\n"
+" width: 100%;\n"
+" padding: 0px;\n"
+"}\n"
+"\n"
+"td.mlabels-right {\n"
+" vertical-align: bottom;\n"
+" padding: 0px;\n"
+"}\n"
+"\n"
+"span.mlabels {\n"
+" margin-left: 8px;\n"
+"}\n"
+"\n"
+"span.mlabel {\n"
+" background-color: ##88;\n"
+" border-top:1px solid ##55;\n"
+" border-left:1px solid ##55;\n"
+" border-right:1px solid ##CC;\n"
+" border-bottom:1px solid ##CC;\n"
+" text-shadow: none;\n"
+" color: white;\n"
+" margin-right: 4px;\n"
+" padding: 2px 3px;\n"
+" border-radius: 3px;\n"
+" font-size: 7pt;\n"
+" white-space: nowrap;\n"
+"}\n"
"\n"
"\n"
"\n"
@@ -584,35 +658,58 @@
"\n"
"/* these are for tree view when not used as main index */\n"
"\n"
-".directory-alt {\n"
-" font-size: 100%;\n"
-" font-weight: bold;\n"
+"div.directoryalt {\n"
+" margin: 10px 0px;\n"
+" border-top: 1px solid #A8B8D9;\n"
+" border-bottom: 1px solid #A8B8D9;\n"
+" width: 100%;\n"
"}\n"
"\n"
-".directory-alt h3 {\n"
-" margin: 0px;\n"
-" margin-top: 1em;\n"
-" font-size: 11pt;\n"
+".directoryalt table {\n"
+" border-collapse:collapse;\n"
"}\n"
"\n"
-".directory-alt > h3 {\n"
-" margin-top: 0;\n"
+".directoryalt td {\n"
+" margin: 0px;\n"
+" padding: 0px;\n"
+" vertical-align: top;\n"
"}\n"
"\n"
-".directory-alt p {\n"
-" margin: 0px;\n"
-" white-space: nowrap;\n"
+".directoryalt td.entry {\n"
+" white-space: nowrap;\n"
+" padding-right: 6px;\n"
"}\n"
"\n"
-".directory-alt div {\n"
-" display: none;\n"
-" margin: 0px;\n"
+".directoryalt td.desc {\n"
+" width: 100%;\n"
+" padding-left: 6px;\n"
+" padding-right: 6px;\n"
+" border-left: 1px solid rgba(0,0,0,0.05);\n"
"}\n"
"\n"
-".directory-alt img {\n"
+".directoryalt tr.even {\n"
+" padding-left: 6px;\n"
+" background-color: ##F8;\n"
+"}\n"
+"\n"
+".directoryalt img {\n"
" vertical-align: -30%;\n"
"}\n"
"\n"
+".directoryalt .levels {\n"
+" white-space: nowrap;\n"
+" width: 100%;\n"
+" text-align: right;\n"
+" font-size: 9pt;\n"
+"}\n"
+"\n"
+".directoryalt .levels span {\n"
+" cursor: pointer;\n"
+" padding-left: 2px;\n"
+" padding-right: 2px;\n"
+" color: ##50;\n"
+"}\n"
+"\n"
"/* @end */\n"
"\n"
"div.dynheader {\n"
@@ -808,42 +905,63 @@
"/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */\n"
"dl.section\n"
"{\n"
-" border-left:4px solid;\n"
-" padding: 0 0 0 6px;\n"
+" margin-left: 0px;\n"
+" padding-left: 0px;\n"
"}\n"
"\n"
"dl.note\n"
"{\n"
+" margin-left:-7px;\n"
+" padding-left: 3px;\n"
+" border-left:4px solid;\n"
" border-color: #D0C000;\n"
"}\n"
"\n"
"dl.warning, dl.attention\n"
"{\n"
+" margin-left:-7px;\n"
+" padding-left: 3px;\n"
+" border-left:4px solid;\n"
" border-color: #FF0000;\n"
"}\n"
"\n"
"dl.pre, dl.post, dl.invariant\n"
"{\n"
+" margin-left:-7px;\n"
+" padding-left: 3px;\n"
+" border-left:4px solid;\n"
" border-color: #00D000;\n"
"}\n"
"\n"
"dl.deprecated\n"
"{\n"
+" margin-left:-7px;\n"
+" padding-left: 3px;\n"
+" border-left:4px solid;\n"
" border-color: #505050;\n"
"}\n"
"\n"
"dl.todo\n"
"{\n"
+" margin-left:-7px;\n"
+" padding-left: 3px;\n"
+" border-left:4px solid;\n"
" border-color: #00C0E0;\n"
"}\n"
"\n"
"dl.test\n"
"{\n"
+" margin-left:-7px;\n"
+" padding-left: 3px;\n"
+" border-left:4px solid;\n"
" border-color: #3030E0;\n"
"}\n"
"\n"
"dl.bug\n"
"{\n"
+" margin-left:-7px;\n"
+" padding-left: 3px;\n"
+" border-left:4px solid;\n"
" border-color: #C08050;\n"
"}\n"
"\n"