Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/doxygen.css
changeset 6 43e37759235e
parent 1 25a17d01db0c
equal deleted inserted replaced
5:f345bda72bc4 6:43e37759235e
     1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
     1 /* The standard CSS for doxygen */
     2 	font-family: Geneva, Arial, Helvetica, sans-serif;
     2 
     3 }
     3 body, table, div, p, dl {
     4 BODY,TD {
     4 	font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
     5        font-size: 90%;
     5 	font-size: 12px;
     6 }
     6 }
     7 H1 {
     7 
       
     8 /* @group Heading Levels */
       
     9 
       
    10 h1 {
     8 	text-align: center;
    11 	text-align: center;
     9        font-size: 160%;
    12 	font-size: 150%;
    10 }
    13 }
    11 H2 {
    14 
    12        font-size: 120%;
    15 h2 {
    13 }
    16 	font-size: 120%;
    14 H3 {
    17 }
    15        font-size: 100%;
    18 
    16 }
    19 h3 {
    17 CAPTION { font-weight: bold }
    20 	font-size: 100%;
    18 DIV.qindex {
    21 }
    19 	width: 100%;
    22 
       
    23 dt {
       
    24 	font-weight: bold;
       
    25 }
       
    26 
       
    27 div.multicol {
       
    28 	-moz-column-gap: 1em;
       
    29 	-webkit-column-gap: 1em;
       
    30 	-moz-column-count: 3;
       
    31 	-webkit-column-count: 3;
       
    32 }
       
    33 
       
    34 p.startli, p.startdd, p.starttd {
       
    35 	margin-top: 2px;
       
    36 }
       
    37 
       
    38 p.endli {
       
    39 	margin-bottom: 0px;
       
    40 }
       
    41 
       
    42 p.enddd {
       
    43 	margin-bottom: 4px;
       
    44 }
       
    45 
       
    46 p.endtd {
       
    47 	margin-bottom: 2px;
       
    48 }
       
    49 
       
    50 /* @end */
       
    51 
       
    52 caption {
       
    53 	font-weight: bold;
       
    54 }
       
    55 
       
    56 span.legend {
       
    57         font-size: 70%;
       
    58         text-align: center;
       
    59 }
       
    60 
       
    61 h3.version {
       
    62         font-size: 90%;
       
    63         text-align: center;
       
    64 }
       
    65 
       
    66 div.qindex, div.navtab{
    20 	background-color: #e8eef2;
    67 	background-color: #e8eef2;
    21 	border: 1px solid #84b0c7;
    68 	border: 1px solid #84b0c7;
    22 	text-align: center;
    69 	text-align: center;
    23 	margin: 2px;
    70 	margin: 2px;
    24 	padding: 2px;
    71 	padding: 2px;
       
    72 }
       
    73 
       
    74 div.qindex, div.navpath {
       
    75 	width: 100%;
    25 	line-height: 140%;
    76 	line-height: 140%;
    26 }
    77 }
    27 DIV.nav {
    78 
    28 	width: 100%;
    79 div.navtab {
       
    80 	margin-right: 15px;
       
    81 }
       
    82 
       
    83 /* @group Link Styling */
       
    84 
       
    85 a {
       
    86 	color: #153788;
       
    87 	font-weight: normal;
       
    88 	text-decoration: none;
       
    89 }
       
    90 
       
    91 .contents a:visited {
       
    92 	color: #1b77c5;
       
    93 }
       
    94 
       
    95 a:hover {
       
    96 	text-decoration: underline;
       
    97 }
       
    98 
       
    99 a.qindex {
       
   100 	font-weight: bold;
       
   101 }
       
   102 
       
   103 a.qindexHL {
       
   104 	font-weight: bold;
       
   105 	background-color: #6666cc;
       
   106 	color: #ffffff;
       
   107 	border: 1px double #9295C2;
       
   108 }
       
   109 
       
   110 .contents a.qindexHL:visited {
       
   111         color: #ffffff;
       
   112 }
       
   113 
       
   114 a.el {
       
   115 	font-weight: bold;
       
   116 }
       
   117 
       
   118 a.elRef {
       
   119 }
       
   120 
       
   121 a.code {
       
   122 	color: #3030f0;
       
   123 }
       
   124 
       
   125 a.codeRef {
       
   126 	color: #3030f0;
       
   127 }
       
   128 
       
   129 /* @end */
       
   130 
       
   131 dl.el {
       
   132 	margin-left: -1cm;
       
   133 }
       
   134 
       
   135 .fragment {
       
   136 	font-family: monospace, fixed;
       
   137 	font-size: 105%;
       
   138 }
       
   139 
       
   140 pre.fragment {
       
   141 	border: 1px solid #CCCCCC;
       
   142 	background-color: #f5f5f5;
       
   143 	padding: 4px 6px;
       
   144 	margin: 4px 8px 4px 2px;
       
   145 	overflow: auto;
       
   146 	word-wrap: break-word;
       
   147 	font-size:  9pt;
       
   148 	line-height: 125%;
       
   149 }
       
   150 
       
   151 div.ah {
       
   152 	background-color: black;
       
   153 	font-weight: bold;
       
   154 	color: #ffffff;
       
   155 	margin-bottom: 3px;
       
   156 	margin-top: 3px
       
   157 }
       
   158 
       
   159 div.groupHeader {
       
   160 	margin-left: 16px;
       
   161 	margin-top: 12px;
       
   162 	margin-bottom: 6px;
       
   163 	font-weight: bold;
       
   164 }
       
   165 
       
   166 div.groupText {
       
   167 	margin-left: 16px;
       
   168 	font-style: italic;
       
   169 }
       
   170 
       
   171 body {
       
   172 	background: white;
       
   173 	color: black;
       
   174 	margin-right: 20px;
       
   175 	margin-left: 20px;
       
   176 }
       
   177 
       
   178 td.indexkey {
       
   179 	background-color: #e8eef2;
       
   180 	font-weight: bold;
       
   181 	border: 1px solid #CCCCCC;
       
   182 	margin: 2px 0px 2px 0;
       
   183 	padding: 2px 10px;
       
   184 }
       
   185 
       
   186 td.indexvalue {
       
   187 	background-color: #e8eef2;
       
   188 	border: 1px solid #CCCCCC;
       
   189 	padding: 2px 10px;
       
   190 	margin: 2px 0px;
       
   191 }
       
   192 
       
   193 tr.memlist {
       
   194 	background-color: #f0f0f0;
       
   195 }
       
   196 
       
   197 p.formulaDsp {
       
   198 	text-align: center;
       
   199 }
       
   200 
       
   201 img.formulaDsp {
       
   202 	
       
   203 }
       
   204 
       
   205 img.formulaInl {
       
   206 	vertical-align: middle;
       
   207 }
       
   208 
       
   209 div.center {
       
   210 	text-align: center;
       
   211         margin-top: 0px;
       
   212         margin-bottom: 0px;
       
   213         padding: 0px;
       
   214 }
       
   215 
       
   216 div.center img {
       
   217 	border: 0px;
       
   218 }
       
   219 
       
   220 img.footer {
       
   221 	border: 0px;
       
   222 	vertical-align: middle;
       
   223 }
       
   224 
       
   225 /* @group Code Colorization */
       
   226 
       
   227 span.keyword {
       
   228 	color: #008000
       
   229 }
       
   230 
       
   231 span.keywordtype {
       
   232 	color: #604020
       
   233 }
       
   234 
       
   235 span.keywordflow {
       
   236 	color: #e08000
       
   237 }
       
   238 
       
   239 span.comment {
       
   240 	color: #800000
       
   241 }
       
   242 
       
   243 span.preprocessor {
       
   244 	color: #806020
       
   245 }
       
   246 
       
   247 span.stringliteral {
       
   248 	color: #002080
       
   249 }
       
   250 
       
   251 span.charliteral {
       
   252 	color: #008080
       
   253 }
       
   254 
       
   255 span.vhdldigit { 
       
   256 	color: #ff00ff 
       
   257 }
       
   258 
       
   259 span.vhdlchar { 
       
   260 	color: #000000 
       
   261 }
       
   262 
       
   263 span.vhdlkeyword { 
       
   264 	color: #700070 
       
   265 }
       
   266 
       
   267 span.vhdllogic { 
       
   268 	color: #ff0000 
       
   269 }
       
   270 
       
   271 /* @end */
       
   272 
       
   273 .search {
       
   274 	color: #003399;
       
   275 	font-weight: bold;
       
   276 }
       
   277 
       
   278 form.search {
       
   279 	margin-bottom: 0px;
       
   280 	margin-top: 0px;
       
   281 }
       
   282 
       
   283 input.search {
       
   284 	font-size: 75%;
       
   285 	color: #000080;
       
   286 	font-weight: normal;
       
   287 	background-color: #e8eef2;
       
   288 }
       
   289 
       
   290 td.tiny {
       
   291 	font-size: 75%;
       
   292 }
       
   293 
       
   294 .dirtab {
       
   295 	padding: 4px;
       
   296 	border-collapse: collapse;
       
   297 	border: 1px solid #84b0c7;
       
   298 }
       
   299 
       
   300 th.dirtab {
       
   301 	background: #e8eef2;
       
   302 	font-weight: bold;
       
   303 }
       
   304 
       
   305 hr {
       
   306 	height: 0;
       
   307 	border: none;
       
   308 	border-top: 1px solid #666;
       
   309 }
       
   310 
       
   311 /* @group Member Descriptions */
       
   312 
       
   313 .mdescLeft, .mdescRight,
       
   314 .memItemLeft, .memItemRight,
       
   315 .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
       
   316 	background-color: #FAFAFA;
       
   317 	border: none;
       
   318 	margin: 4px;
       
   319 	padding: 1px 0 0 8px;
       
   320 }
       
   321 
       
   322 .mdescLeft, .mdescRight {
       
   323 	padding: 0px 8px 4px 8px;
       
   324 	color: #555;
       
   325 }
       
   326 
       
   327 .memItemLeft, .memItemRight, .memTemplParams {
       
   328 	border-top: 1px solid #ccc;
       
   329 }
       
   330 
       
   331 .memItemLeft, .memTemplItemLeft {
       
   332         white-space: nowrap;
       
   333 }
       
   334 
       
   335 .memTemplParams {
       
   336 	color: #606060;
       
   337         white-space: nowrap;
       
   338 }
       
   339 
       
   340 /* @end */
       
   341 
       
   342 /* @group Member Details */
       
   343 
       
   344 /* Styles for detailed member documentation */
       
   345 
       
   346 .memtemplate {
       
   347 	font-size: 80%;
       
   348 	color: #606060;
       
   349 	font-weight: normal;
       
   350 	margin-left: 3px;
       
   351 }
       
   352 
       
   353 .memnav {
    29 	background-color: #e8eef2;
   354 	background-color: #e8eef2;
    30 	border: 1px solid #84b0c7;
   355 	border: 1px solid #84b0c7;
    31 	text-align: center;
   356 	text-align: center;
    32 	margin: 2px;
   357 	margin: 2px;
       
   358 	margin-right: 15px;
    33 	padding: 2px;
   359 	padding: 2px;
    34 	line-height: 140%;
   360 }
    35 }
   361 
    36 DIV.navtab {
       
    37        background-color: #e8eef2;
       
    38        border: 1px solid #84b0c7;
       
    39        text-align: center;
       
    40        margin: 2px;
       
    41        margin-right: 15px;
       
    42        padding: 2px;
       
    43 }
       
    44 TD.navtab {
       
    45        font-size: 70%;
       
    46 }
       
    47 A.qindex {
       
    48        text-decoration: none;
       
    49        font-weight: bold;
       
    50        color: #1A419D;
       
    51 }
       
    52 A.qindex:visited {
       
    53        text-decoration: none;
       
    54        font-weight: bold;
       
    55        color: #1A419D
       
    56 }
       
    57 A.qindex:hover {
       
    58 	text-decoration: none;
       
    59 	background-color: #ddddff;
       
    60 }
       
    61 A.qindexHL {
       
    62 	text-decoration: none;
       
    63 	font-weight: bold;
       
    64 	background-color: #6666cc;
       
    65 	color: #ffffff;
       
    66 	border: 1px double #9295C2;
       
    67 }
       
    68 A.qindexHL:hover {
       
    69 	text-decoration: none;
       
    70 	background-color: #6666cc;
       
    71 	color: #ffffff;
       
    72 }
       
    73 A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff }
       
    74 A.el { text-decoration: none; font-weight: bold }
       
    75 A.elRef { font-weight: bold }
       
    76 A.code:link { text-decoration: none; font-weight: normal; color: #0000FF}
       
    77 A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
       
    78 A.codeRef:link { font-weight: normal; color: #0000FF}
       
    79 A.codeRef:visited { font-weight: normal; color: #0000FF}
       
    80 A:hover { text-decoration: none; background-color: #f2f2ff }
       
    81 DL.el { margin-left: -1cm }
       
    82 .fragment {
       
    83        font-family: monospace, fixed;
       
    84        font-size: 95%;
       
    85 }
       
    86 PRE.fragment {
       
    87 	border: 1px solid #CCCCCC;
       
    88 	background-color: #f5f5f5;
       
    89 	margin-top: 4px;
       
    90 	margin-bottom: 4px;
       
    91 	margin-left: 2px;
       
    92 	margin-right: 8px;
       
    93 	padding-left: 6px;
       
    94 	padding-right: 6px;
       
    95 	padding-top: 4px;
       
    96 	padding-bottom: 4px;
       
    97 }
       
    98 DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
       
    99 
       
   100 DIV.groupHeader {
       
   101        margin-left: 16px;
       
   102        margin-top: 12px;
       
   103        margin-bottom: 6px;
       
   104        font-weight: bold;
       
   105 }
       
   106 DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% }
       
   107 BODY {
       
   108 	background: white;
       
   109 	color: black;
       
   110 	margin-right: 20px;
       
   111 	margin-left: 20px;
       
   112 }
       
   113 TD.indexkey {
       
   114 	background-color: #e8eef2;
       
   115 	font-weight: bold;
       
   116 	padding-right  : 10px;
       
   117 	padding-top    : 2px;
       
   118 	padding-left   : 10px;
       
   119 	padding-bottom : 2px;
       
   120 	margin-left    : 0px;
       
   121 	margin-right   : 0px;
       
   122 	margin-top     : 2px;
       
   123 	margin-bottom  : 2px;
       
   124 	border: 1px solid #CCCCCC;
       
   125 }
       
   126 TD.indexvalue {
       
   127 	background-color: #e8eef2;
       
   128 	font-style: italic;
       
   129 	padding-right  : 10px;
       
   130 	padding-top    : 2px;
       
   131 	padding-left   : 10px;
       
   132 	padding-bottom : 2px;
       
   133 	margin-left    : 0px;
       
   134 	margin-right   : 0px;
       
   135 	margin-top     : 2px;
       
   136 	margin-bottom  : 2px;
       
   137 	border: 1px solid #CCCCCC;
       
   138 }
       
   139 TR.memlist {
       
   140    background-color: #f0f0f0; 
       
   141 }
       
   142 P.formulaDsp { text-align: center; }
       
   143 IMG.formulaDsp { }
       
   144 IMG.formulaInl { vertical-align: middle; }
       
   145 SPAN.keyword       { color: #008000 }
       
   146 SPAN.keywordtype   { color: #604020 }
       
   147 SPAN.keywordflow   { color: #e08000 }
       
   148 SPAN.comment       { color: #800000 }
       
   149 SPAN.preprocessor  { color: #806020 }
       
   150 SPAN.stringliteral { color: #002080 }
       
   151 SPAN.charliteral   { color: #008080 }
       
   152 .mdescLeft {
       
   153        padding: 0px 8px 4px 8px;
       
   154 	font-size: 80%;
       
   155 	font-style: italic;
       
   156 	background-color: #FAFAFA;
       
   157 	border-top: 1px none #E0E0E0;
       
   158 	border-right: 1px none #E0E0E0;
       
   159 	border-bottom: 1px none #E0E0E0;
       
   160 	border-left: 1px none #E0E0E0;
       
   161 	margin: 0px;
       
   162 }
       
   163 .mdescRight {
       
   164        padding: 0px 8px 4px 8px;
       
   165 	font-size: 80%;
       
   166 	font-style: italic;
       
   167 	background-color: #FAFAFA;
       
   168 	border-top: 1px none #E0E0E0;
       
   169 	border-right: 1px none #E0E0E0;
       
   170 	border-bottom: 1px none #E0E0E0;
       
   171 	border-left: 1px none #E0E0E0;
       
   172 	margin: 0px;
       
   173 }
       
   174 .memItemLeft {
       
   175 	padding: 1px 0px 0px 8px;
       
   176 	margin: 4px;
       
   177 	border-top-width: 1px;
       
   178 	border-right-width: 1px;
       
   179 	border-bottom-width: 1px;
       
   180 	border-left-width: 1px;
       
   181 	border-top-color: #E0E0E0;
       
   182 	border-right-color: #E0E0E0;
       
   183 	border-bottom-color: #E0E0E0;
       
   184 	border-left-color: #E0E0E0;
       
   185 	border-top-style: solid;
       
   186 	border-right-style: none;
       
   187 	border-bottom-style: none;
       
   188 	border-left-style: none;
       
   189 	background-color: #FAFAFA;
       
   190 	font-size: 80%;
       
   191 }
       
   192 .memItemRight {
       
   193 	padding: 1px 8px 0px 8px;
       
   194 	margin: 4px;
       
   195 	border-top-width: 1px;
       
   196 	border-right-width: 1px;
       
   197 	border-bottom-width: 1px;
       
   198 	border-left-width: 1px;
       
   199 	border-top-color: #E0E0E0;
       
   200 	border-right-color: #E0E0E0;
       
   201 	border-bottom-color: #E0E0E0;
       
   202 	border-left-color: #E0E0E0;
       
   203 	border-top-style: solid;
       
   204 	border-right-style: none;
       
   205 	border-bottom-style: none;
       
   206 	border-left-style: none;
       
   207 	background-color: #FAFAFA;
       
   208 	font-size: 80%;
       
   209 }
       
   210 .memTemplItemLeft {
       
   211 	padding: 1px 0px 0px 8px;
       
   212 	margin: 4px;
       
   213 	border-top-width: 1px;
       
   214 	border-right-width: 1px;
       
   215 	border-bottom-width: 1px;
       
   216 	border-left-width: 1px;
       
   217 	border-top-color: #E0E0E0;
       
   218 	border-right-color: #E0E0E0;
       
   219 	border-bottom-color: #E0E0E0;
       
   220 	border-left-color: #E0E0E0;
       
   221 	border-top-style: none;
       
   222 	border-right-style: none;
       
   223 	border-bottom-style: none;
       
   224 	border-left-style: none;
       
   225 	background-color: #FAFAFA;
       
   226 	font-size: 80%;
       
   227 }
       
   228 .memTemplItemRight {
       
   229 	padding: 1px 8px 0px 8px;
       
   230 	margin: 4px;
       
   231 	border-top-width: 1px;
       
   232 	border-right-width: 1px;
       
   233 	border-bottom-width: 1px;
       
   234 	border-left-width: 1px;
       
   235 	border-top-color: #E0E0E0;
       
   236 	border-right-color: #E0E0E0;
       
   237 	border-bottom-color: #E0E0E0;
       
   238 	border-left-color: #E0E0E0;
       
   239 	border-top-style: none;
       
   240 	border-right-style: none;
       
   241 	border-bottom-style: none;
       
   242 	border-left-style: none;
       
   243 	background-color: #FAFAFA;
       
   244 	font-size: 80%;
       
   245 }
       
   246 .memTemplParams {
       
   247 	padding: 1px 0px 0px 8px;
       
   248 	margin: 4px;
       
   249 	border-top-width: 1px;
       
   250 	border-right-width: 1px;
       
   251 	border-bottom-width: 1px;
       
   252 	border-left-width: 1px;
       
   253 	border-top-color: #E0E0E0;
       
   254 	border-right-color: #E0E0E0;
       
   255 	border-bottom-color: #E0E0E0;
       
   256 	border-left-color: #E0E0E0;
       
   257 	border-top-style: solid;
       
   258 	border-right-style: none;
       
   259 	border-bottom-style: none;
       
   260 	border-left-style: none;
       
   261        color: #606060;
       
   262 	background-color: #FAFAFA;
       
   263 	font-size: 80%;
       
   264 }
       
   265 .search     { color: #003399;
       
   266               font-weight: bold;
       
   267 }
       
   268 FORM.search {
       
   269               margin-bottom: 0px;
       
   270               margin-top: 0px;
       
   271 }
       
   272 INPUT.search { font-size: 75%;
       
   273                color: #000080;
       
   274                font-weight: normal;
       
   275                background-color: #e8eef2;
       
   276 }
       
   277 TD.tiny      { font-size: 75%;
       
   278 }
       
   279 a {
       
   280 	color: #1A41A8;
       
   281 }
       
   282 a:visited {
       
   283 	color: #2A3798;
       
   284 }
       
   285 .dirtab { padding: 4px;
       
   286           border-collapse: collapse;
       
   287           border: 1px solid #84b0c7;
       
   288 }
       
   289 TH.dirtab { background: #e8eef2;
       
   290             font-weight: bold;
       
   291 }
       
   292 HR { height: 1px;
       
   293      border: none;
       
   294      border-top: 1px solid black;
       
   295 }
       
   296 
       
   297 /* Style for detailed member documentation */
       
   298 .memtemplate {
       
   299   font-size: 80%;
       
   300   color: #606060;
       
   301   font-weight: normal;
       
   302 } 
       
   303 .memnav { 
       
   304   background-color: #e8eef2;
       
   305   border: 1px solid #84b0c7;
       
   306   text-align: center;
       
   307   margin: 2px;
       
   308   margin-right: 15px;
       
   309   padding: 2px;
       
   310 }
       
   311 .memitem {
   362 .memitem {
   312   padding: 4px;
   363 	padding: 0;
   313   background-color: #eef3f5;
   364 	margin-bottom: 10px;
   314   border-width: 1px;
   365 }
   315   border-style: solid;
   366 
   316   border-color: #dedeee;
       
   317   -moz-border-radius: 8px 8px 8px 8px;
       
   318 }
       
   319 .memname {
   367 .memname {
   320   white-space: nowrap;
   368 	white-space: nowrap;
   321   font-weight: bold;
   369 	font-weight: bold;
   322 }
   370 }
   323 .memdoc{
   371 
   324   padding-left: 10px;
   372 .memproto, .memdoc {
   325 }
   373 	border: 1px solid #84b0c7;	
       
   374 }
       
   375 
   326 .memproto {
   376 .memproto {
   327   background-color: #d5e1e8;
   377 	padding: 0;
   328   width: 100%;
   378 	background-color: #d5e1e8;
   329   border-width: 1px;
   379 	font-weight: bold;
   330   border-style: solid;
   380 	-webkit-border-top-left-radius: 8px;
   331   border-color: #84b0c7;
   381 	-webkit-border-top-right-radius: 8px;
   332   font-weight: bold;
   382         -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
   333   -moz-border-radius: 8px 8px 8px 8px;
   383 	-moz-border-radius-topleft: 8px;
   334 }
   384 	-moz-border-radius-topright: 8px;
       
   385         -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
       
   386 
       
   387 }
       
   388 
       
   389 .memdoc {
       
   390 	padding: 2px 5px;
       
   391 	background-color: #eef3f5;
       
   392 	border-top-width: 0;
       
   393 	-webkit-border-bottom-left-radius: 8px;
       
   394 	-webkit-border-bottom-right-radius: 8px;
       
   395         -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
       
   396 	-moz-border-radius-bottomleft: 8px;
       
   397 	-moz-border-radius-bottomright: 8px;
       
   398         -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
       
   399 }
       
   400 
   335 .paramkey {
   401 .paramkey {
   336   text-align: right;
   402 	text-align: right;
   337 }
   403 }
       
   404 
   338 .paramtype {
   405 .paramtype {
   339   white-space: nowrap;
   406 	white-space: nowrap;
   340 }
   407 }
       
   408 
   341 .paramname {
   409 .paramname {
   342   color: #602020;
   410 	color: #602020;
   343   font-style: italic;
   411 	white-space: nowrap;
   344   white-space: nowrap;
   412 }
   345 }
   413 .paramname em {
   346 /* End Styling for detailed member documentation */
   414 	font-style: normal;
       
   415 }
       
   416 
       
   417 /* @end */
       
   418 
       
   419 /* @group Directory (tree) */
   347 
   420 
   348 /* for the tree view */
   421 /* for the tree view */
       
   422 
   349 .ftvtree {
   423 .ftvtree {
   350 	font-family: sans-serif;
   424 	font-family: sans-serif;
   351 	margin:0.5em;
   425 	margin: 0.5em;
   352 }
   426 }
   353 .directory { font-size: 9pt; font-weight: bold; }
   427 
   354 .directory h3 { margin: 0px; margin-top: 1em; font-size: 11pt; }
   428 /* these are for tree view when used as main index */
   355 .directory > h3 { margin-top: 0; }
   429 
   356 .directory p { margin: 0px; white-space: nowrap; }
   430 .directory {
   357 .directory div { display: none; margin: 0px; }
   431 	font-size: 9pt;
   358 .directory img { vertical-align: -30%; }
   432 	font-weight: bold;
       
   433 }
       
   434 
       
   435 .directory h3 {
       
   436 	margin: 0px;
       
   437 	margin-top: 1em;
       
   438 	font-size: 11pt;
       
   439 }
       
   440 
       
   441 /*
       
   442 The following two styles can be used to replace the root node title
       
   443 with an image of your choice.  Simply uncomment the next two styles,
       
   444 specify the name of your image and be sure to set 'height' to the
       
   445 proper pixel height of your image.
       
   446 */
       
   447 
       
   448 /*
       
   449 .directory h3.swap {
       
   450 	height: 61px;
       
   451 	background-repeat: no-repeat;
       
   452 	background-image: url("yourimage.gif");
       
   453 }
       
   454 .directory h3.swap span {
       
   455 	display: none;
       
   456 }
       
   457 */
       
   458 
       
   459 .directory > h3 {
       
   460 	margin-top: 0;
       
   461 }
       
   462 
       
   463 .directory p {
       
   464 	margin: 0px;
       
   465 	white-space: nowrap;
       
   466 }
       
   467 
       
   468 .directory div {
       
   469 	display: none;
       
   470 	margin: 0px;
       
   471 }
       
   472 
       
   473 .directory img {
       
   474 	vertical-align: -30%;
       
   475 }
       
   476 
       
   477 /* these are for tree view when not used as main index */
       
   478 
       
   479 .directory-alt {
       
   480 	font-size: 100%;
       
   481 	font-weight: bold;
       
   482 }
       
   483 
       
   484 .directory-alt h3 {
       
   485 	margin: 0px;
       
   486 	margin-top: 1em;
       
   487 	font-size: 11pt;
       
   488 }
       
   489 
       
   490 .directory-alt > h3 {
       
   491 	margin-top: 0;
       
   492 }
       
   493 
       
   494 .directory-alt p {
       
   495 	margin: 0px;
       
   496 	white-space: nowrap;
       
   497 }
       
   498 
       
   499 .directory-alt div {
       
   500 	display: none;
       
   501 	margin: 0px;
       
   502 }
       
   503 
       
   504 .directory-alt img {
       
   505 	vertical-align: -30%;
       
   506 }
       
   507 
       
   508 /* @end */
       
   509 
       
   510 address {
       
   511 	font-style: normal;
       
   512 	color: #333;
       
   513 }
       
   514 
       
   515 table.doxtable {
       
   516 	border-collapse:collapse;
       
   517 }
       
   518 
       
   519 table.doxtable td, table.doxtable th {
       
   520 	border: 1px solid #153788;
       
   521 	padding: 3px 7px 2px;
       
   522 }
       
   523 
       
   524 table.doxtable th {
       
   525 	background-color: #254798;
       
   526 	color: #FFFFFF;
       
   527 	font-size: 110%;
       
   528 	padding-bottom: 4px;
       
   529 	padding-top: 5px;
       
   530 	text-align:left;
       
   531 }
       
   532