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