Orb/Doxygen/src/doxygen_css.h
changeset 4 468f4c8d3d5b
parent 0 42188c7ea2d9
--- a/Orb/Doxygen/src/doxygen_css.h	Fri Apr 23 20:47:58 2010 +0100
+++ b/Orb/Doxygen/src/doxygen_css.h	Wed Aug 11 14:49:30 2010 +0100
@@ -8,7 +8,6 @@
 "/* @group Heading Levels */\n"
 "\n"
 "h1 {\n"
-"	text-align: center;\n"
 "	font-size: 150%;\n"
 "}\n"
 "\n"
@@ -64,8 +63,8 @@
 "}\n"
 "\n"
 "div.qindex, div.navtab{\n"
-"	background-color: #e8eef2;\n"
-"	border: 1px solid #84b0c7;\n"
+"	background-color: ##ee;\n"
+"	border: 1px solid ##b0;\n"
 "	text-align: center;\n"
 "	margin: 2px;\n"
 "	padding: 2px;\n"
@@ -83,13 +82,13 @@
 "/* @group Link Styling */\n"
 "\n"
 "a {\n"
-"	color: #153788;\n"
+"	color: ##50;\n"
 "	font-weight: normal;\n"
 "	text-decoration: none;\n"
 "}\n"
 "\n"
 ".contents a:visited {\n"
-"	color: #1b77c5;\n"
+"	color: ##60;\n"
 "}\n"
 "\n"
 "a:hover {\n"
@@ -102,9 +101,9 @@
 "\n"
 "a.qindexHL {\n"
 "	font-weight: bold;\n"
-"	background-color: #6666cc;\n"
+"	background-color: ##AA;\n"
 "	color: #ffffff;\n"
-"	border: 1px double #9295C2;\n"
+"	border: 1px double ##98;\n"
 "}\n"
 "\n"
 ".contents a.qindexHL:visited {\n"
@@ -119,11 +118,11 @@
 "}\n"
 "\n"
 "a.code {\n"
-"	color: #3030f0;\n"
+"	color: ##60;\n"
 "}\n"
 "\n"
 "a.codeRef {\n"
-"	color: #3030f0;\n"
+"	color: ##60;\n"
 "}\n"
 "\n"
 "/* @end */\n"
@@ -138,8 +137,8 @@
 "}\n"
 "\n"
 "pre.fragment {\n"
-"	border: 1px solid #CCCCCC;\n"
-"	background-color: #f5f5f5;\n"
+"	border: 1px solid ##CC;\n"
+"	background-color: ##f5;\n"
 "	padding: 4px 6px;\n"
 "	margin: 4px 8px 4px 2px;\n"
 "	overflow: auto;\n"
@@ -171,27 +170,32 @@
 "body {\n"
 "	background: white;\n"
 "	color: black;\n"
-"	margin-right: 20px;\n"
-"	margin-left: 20px;\n"
+"        margin: 0;\n"
+"}\n"
+"\n"
+"div.contents {\n"
+"	margin-top: 10px;\n"
+"	margin-left: 10px;\n"
+"	margin-right: 10px;\n"
 "}\n"
 "\n"
 "td.indexkey {\n"
-"	background-color: #e8eef2;\n"
+"	background-color: ##ee;\n"
 "	font-weight: bold;\n"
-"	border: 1px solid #CCCCCC;\n"
+"	border: 1px solid ##cc;\n"
 "	margin: 2px 0px 2px 0;\n"
 "	padding: 2px 10px;\n"
 "}\n"
 "\n"
 "td.indexvalue {\n"
-"	background-color: #e8eef2;\n"
-"	border: 1px solid #CCCCCC;\n"
+"	background-color: ##ee;\n"
+"	border: 1px solid ##cc;\n"
 "	padding: 2px 10px;\n"
 "	margin: 2px 0px;\n"
 "}\n"
 "\n"
 "tr.memlist {\n"
-"	background-color: #f0f0f0;\n"
+"	background-color: ##f0;\n"
 "}\n"
 "\n"
 "p.formulaDsp {\n"
@@ -217,6 +221,11 @@
 "	border: 0px;\n"
 "}\n"
 "\n"
+"address.footer {\n"
+"	text-align: right;\n"
+"	padding-right: 12px;\n"
+"}\n"
+"\n"
 "img.footer {\n"
 "	border: 0px;\n"
 "	vertical-align: middle;\n"
@@ -270,6 +279,7 @@
 "\n"
 "/* @end */\n"
 "\n"
+"/*\n"
 ".search {\n"
 "	color: #003399;\n"
 "	font-weight: bold;\n"
@@ -286,6 +296,7 @@
 "	font-weight: normal;\n"
 "	background-color: #e8eef2;\n"
 "}\n"
+"*/\n"
 "\n"
 "td.tiny {\n"
 "	font-size: 75%;\n"
@@ -294,18 +305,22 @@
 ".dirtab {\n"
 "	padding: 4px;\n"
 "	border-collapse: collapse;\n"
-"	border: 1px solid #84b0c7;\n"
+"	border: 1px solid ##b0;\n"
 "}\n"
 "\n"
 "th.dirtab {\n"
-"	background: #e8eef2;\n"
+"	background: ##ee;\n"
 "	font-weight: bold;\n"
 "}\n"
 "\n"
 "hr {\n"
-"	height: 0;\n"
+"	height: 0px;\n"
 "	border: none;\n"
-"	border-top: 1px solid #666;\n"
+"	border-top: 1px solid ##66;\n"
+"}\n"
+"\n"
+"hr.footer {\n"
+"	height: 1px;\n"
 "}\n"
 "\n"
 "/* @group Member Descriptions */\n"
@@ -313,7 +328,7 @@
 ".mdescLeft, .mdescRight,\n"
 ".memItemLeft, .memItemRight,\n"
 ".memTemplItemLeft, .memTemplItemRight, .memTemplParams {\n"
-"	background-color: #FAFAFA;\n"
+"	background-color: ##FA;\n"
 "	border: none;\n"
 "	margin: 4px;\n"
 "	padding: 1px 0 0 8px;\n"
@@ -325,7 +340,7 @@
 "}\n"
 "\n"
 ".memItemLeft, .memItemRight, .memTemplParams {\n"
-"	border-top: 1px solid #ccc;\n"
+"	border-top: 1px solid ##cc;\n"
 "}\n"
 "\n"
 ".memItemLeft, .memTemplItemLeft {\n"
@@ -333,7 +348,7 @@
 "}\n"
 "\n"
 ".memTemplParams {\n"
-"	color: #606060;\n"
+"	color: ##60;\n"
 "        white-space: nowrap;\n"
 "}\n"
 "\n"
@@ -345,14 +360,14 @@
 "\n"
 ".memtemplate {\n"
 "	font-size: 80%;\n"
-"	color: #606060;\n"
+"	color: ##60;\n"
 "	font-weight: normal;\n"
 "	margin-left: 3px;\n"
 "}\n"
 "\n"
 ".memnav {\n"
-"	background-color: #e8eef2;\n"
-"	border: 1px solid #84b0c7;\n"
+"	background-color: ##ee;\n"
+"	border: 1px solid ##b0;\n"
 "	text-align: center;\n"
 "	margin: 2px;\n"
 "	margin-right: 15px;\n"
@@ -365,37 +380,50 @@
 "}\n"
 "\n"
 ".memname {\n"
-"	white-space: nowrap;\n"
-"	font-weight: bold;\n"
-"}\n"
-"\n"
-".memproto, .memdoc {\n"
-"	border: 1px solid #84b0c7;	\n"
+"        white-space: nowrap;\n"
+"        font-weight: bold;\n"
+"        margin-left: 6px;\n"
 "}\n"
 "\n"
 ".memproto {\n"
-"	padding: 0;\n"
-"	background-color: #d5e1e8;\n"
-"	font-weight: bold;\n"
-"	-webkit-border-top-left-radius: 8px;\n"
-"	-webkit-border-top-right-radius: 8px;\n"
+"        border-top: 1px solid ##80;\n"
+"        border-left: 1px solid ##80;\n"
+"        border-right: 1px solid ##80;\n"
+"        padding: 0;\n"
+"        background-color: ##c8;\n"
+"        color: ##2b;\n"
+"        font-weight: bold;\n"
+"        text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);\n"
+"        /* firefox specific markup */\n"
+"        background-image: -moz-linear-gradient(center top, ##F8, ##E8 30%, ##E0 90%, ##D0);\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"
+"        /* webkit specific markup */\n"
+"        background-image: -webkit-gradient(linear,center top,center bottom,from(##F8),color-stop(0.3,##E0),color-stop(0.9,##E0),to(##D0));\n"
 "        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);\n"
-"	-moz-border-radius-topleft: 8px;\n"
-"	-moz-border-radius-topright: 8px;\n"
-"        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;\n"
+"        -webkit-border-top-right-radius: 8px;\n"
+"        -webkit-border-top-left-radius: 8px;\n"
 "\n"
 "}\n"
 "\n"
 ".memdoc {\n"
-"	padding: 2px 5px;\n"
-"	background-color: #eef3f5;\n"
-"	border-top-width: 0;\n"
-"	-webkit-border-bottom-left-radius: 8px;\n"
-"	-webkit-border-bottom-right-radius: 8px;\n"
+"        border-bottom: 1px solid ##80;      \n"
+"        border-left: 1px solid ##80;      \n"
+"        border-right: 1px solid ##80; \n"
+"        padding: 2px 5px;\n"
+"        background-color: ##E0;\n"
+"        border-top-width: 0;\n"
+"        /* firefox specific markup */\n"
+"        -moz-border-radius-bottomleft: 8px;\n"
+"        -moz-border-radius-bottomright: 8px;\n"
+"        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;\n"
+"        background-image: -moz-linear-gradient(center top, ##FF 0%, ##F8 80%, ##F0);\n"
+"        /* webkit specific markup */\n"
+"        -webkit-border-bottom-left-radius: 8px;\n"
+"        -webkit-border-bottom-right-radius: 8px;\n"
 "        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);\n"
-"	-moz-border-radius-bottomleft: 8px;\n"
-"	-moz-border-radius-bottomright: 8px;\n"
-"        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;\n"
+"        background-image: -webkit-gradient(linear,center top,center bottom,from(##FF), color-stop(0.2,##F8), to(##F0));\n"
 "}\n"
 "\n"
 ".paramkey {\n"
@@ -422,7 +450,7 @@
 "\n"
 ".ftvtree {\n"
 "	font-family: sans-serif;\n"
-"	margin: 0.5em;\n"
+"	margin: 0px;\n"
 "}\n"
 "\n"
 "/* these are for tree view when used as main index */\n"
@@ -430,6 +458,7 @@
 ".directory {\n"
 "	font-size: 9pt;\n"
 "	font-weight: bold;\n"
+"	margin: 5px;\n"
 "}\n"
 "\n"
 ".directory h3 {\n"
@@ -507,9 +536,13 @@
 "\n"
 "/* @end */\n"
 "\n"
+"div.dynheader {\n"
+"        margin-top: 8px;\n"
+"}\n"
+"\n"
 "address {\n"
 "	font-style: normal;\n"
-"	color: #333;\n"
+"	color: ##33;\n"
 "}\n"
 "\n"
 "table.doxtable {\n"
@@ -517,12 +550,12 @@
 "}\n"
 "\n"
 "table.doxtable td, table.doxtable th {\n"
-"	border: 1px solid #153788;\n"
+"	border: 1px solid ##37;\n"
 "	padding: 3px 7px 2px;\n"
 "}\n"
 "\n"
 "table.doxtable th {\n"
-"	background-color: #254798;\n"
+"	background-color: ##47;\n"
 "	color: #FFFFFF;\n"
 "	font-size: 110%;\n"
 "	padding-bottom: 4px;\n"
@@ -530,3 +563,80 @@
 "	text-align:left;\n"
 "}\n"
 "\n"
+".tabsearch {\n"
+"	top: 0px;\n"
+"	left: 10px;\n"
+"	height: 36px;\n"
+"	background-image: url('tab_b.png');\n"
+"	z-index: 101;\n"
+"	overflow: hidden;\n"
+"	font-size: 13px;\n"
+"}\n"
+"\n"
+".navpath ul\n"
+"{\n"
+"	font-size: 11px;\n"
+"	background-image:url('tab_b.png');\n"
+"	background-repeat:repeat-x;\n"
+"	height:30px;\n"
+"	line-height:30px;\n"
+"	color:##9b;\n"
+"	border:solid 1px ##ca;\n"
+"	overflow:hidden;\n"
+"	margin:0px;\n"
+"	padding:0px;\n"
+"}\n"
+"\n"
+".navpath li\n"
+"{\n"
+"	list-style-type:none;\n"
+"	float:left;\n"
+"	padding-left:10px;\n"
+"}\n"
+"\n"
+".navpath a\n"
+"{\n"
+"	height:32px;\n"
+"	display:block;\n"
+"	background-image:url('bc_s.png');\n"
+"	background-repeat:no-repeat;\n"
+"	background-position:right;\n"
+"	padding-right: 15px;\n"
+"	text-decoration: none;\n"
+"	outline: none;\n"
+"	color:##45;\n"
+"}\n"
+"\n"
+".navpath a:hover\n"
+"{\n"
+"	color:##80;\n"
+"}\n"
+"\n"
+"div.summary\n"
+"{\n"
+"	float: right;\n"
+"	font-size: 8pt;\n"
+"	padding-right: 5px;\n"
+"	width: 50%;\n"
+"	text-align: right;\n"
+"}       \n"
+"\n"
+"div.summary a\n"
+"{\n"
+"	white-space: nowrap;\n"
+"}\n"
+"\n"
+"div.header\n"
+"{\n"
+"        background-image:url('nav_h.png');\n"
+"        background-repeat:repeat-x;\n"
+"	background-color: ##FA;\n"
+"	margin:  0px;\n"
+"	border-bottom: 1px solid ##CC;\n"
+"}\n"
+"\n"
+"div.headertitle\n"
+"{\n"
+"	padding: 5px 5px 5px 10px;\n"
+"}\n"
+"\n"