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