Ignore:
Timestamp:
09/21/06 18:24:03 (18 years ago)
Author:
pinsard
Message:

remove format=raw in all html files 2+ : correction for all_plots; suppression of css and correction of Source links in idldoc html output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/idldoc-categories.html

    r189 r191  
    11<?xml version="1.0" encoding="ISO-8859-1"?> 
    22<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    3  "http://www.w3.org/TR/xhtml1/DTD/xhtml-transitional.dtd"> 
     3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    44 
    55<!-- categories-begin.tt needs structure with the following fields: 
     
    3131 
    3232     
    33     <style type="text/css" media="all"> 
    34           
    35 /* CSS for all files which appear in the "main" viewing area: overview, 
    36    directory overviews, warnings, index, search, pro files, source 
    37    code, help, and etc files. */ 
    38  
    39 /* Link styles --------------------------------------------------------------- */ 
    40  
    41 a { text-decoration: none; } 
    42  
    43 a:link, a:visited {  
    44   color: #660000;  
    45   border-bottom: 1px dotted #C0C0F0;    
    46 } 
    47  
    48 a:hover, a:focus {  
    49   color: #993333;  
    50   background: #FFFFCC;  
    51   border-bottom: 1px dotted #303099;  
    52 } 
    53  
    54  
    55 /* Main styles --------------------------------------------------------------- */ 
    56 p.preformat { 
    57   font-family: Courier; 
    58 } 
    59  
    60 body { 
    61   margin: 0; 
    62   padding: 0; 
    63   font-size: 10pt; 
    64   font-family: Verdana, Helvetica, Arial, sans-serif; 
    65   background-color: #FFFFFF; 
    66 } 
    67  
    68 p { 
    69   margin-top: 0.5em; 
    70   margin-bottom: 0; 
    71 } 
    72  
    73 #container { margin: 1em; } 
    74  
    75 code.section { white-space: pre; } 
    76  
    77 pre.snippet { 
    78   margin-left: 5%; 
    79   background: #F0F0F0; 
    80   border: 1px dashed #999999; 
    81   width: 43em; 
    82   padding: 0.5em 0.5em 0.5em 0.5em; 
    83   white-space: pre; 
    84 } 
    85  
    86 /* Navbar styles ------------------------------------------------------------- */ 
    87  
    88 #navbar_title { 
    89   color: #000033; 
    90   background-color: #F0F0FF; 
    91   font-family: Arial, Helvetica, sans-serif; 
    92   padding: 20px 30px; 
    93   border-bottom: 1px solid #000033; 
    94 } 
    95  
    96 #navbar_title * { 
    97   margin: 0; 
    98   padding: 0; 
    99 } 
    100  
    101 #navbar_title h1 { 
    102   letter-spacing: 0.1em; 
    103   font-variant: small-caps; 
    104   font-size: 250%; 
    105   text-indent: -1em; 
    106   padding-left: 1em;  
    107 } 
    108  
    109 #navbar_title h2 { 
    110   font-size: 110%; 
    111   font-weight: normal; 
    112   color: #333399; 
    113 } 
    114  
    115 #main_navbar table { 
    116   width: 100%; 
    117   border-bottom: 1px solid #666699; 
    118 } 
    119  
    120 #main_navbar td { 
    121   background: #CCCCFF; 
    122   font-size: 80%; 
    123   font-weight: bold; 
    124   font-family: Arial, Helvetica, sans-serif; 
    125   border-top: 3px solid #CCCCFF; 
    126   border-bottom: 3px solid #CCCCFF; 
    127   padding-left: 6px; 
    128   padding-right: 6px; 
    129   margin: 0; 
    130 } 
    131  
    132 #main_navbar td#selected { 
    133   background: #CCCCFF; 
    134   font-size: 80%; 
    135   font-weight: bold; 
    136   font-family: Arial, Helvetica, sans-serif; 
    137   border-top: 3px solid #333399; 
    138   border-bottom: 3px solid #CCCCFF; 
    139   padding-left: 6px; 
    140   padding-right: 6px; 
    141   margin: 0; 
    142 } 
    143  
    144 #main_navbar td#flexible { 
    145   width: 100%; 
    146   text-align: right; 
    147   padding-right: 1em; 
    148   background: #CCCCFF; 
    149   font-size: 70%; 
    150   font-weight: normal; 
    151   font-family: Arial, Helvetica, sans-serif; 
    152   text-transform: uppercase; 
    153   border-top: 3px solid #CCCCFF; 
    154   border-bottom: 3px solid #CCCCFF; 
    155 } 
    156  
    157 #main_navbar a:link, #main_navbar a:visited { color: #660000; border: 0; } 
    158  
    159 #main_navbar a:hover, #main_navbar a:focus { 
    160   color: #FFFF66; 
    161   background: #CCCCFF; 
    162   border-bottom: 1px none #606099;  
    163   border: 0; 
    164 } 
    165  
    166 #secondary_navbar { 
    167   font-size: 80%; 
    168   font-weight: normal; 
    169   font-family: Arial, Helvetica, sans-serif; 
    170   margin-top: 4px; 
    171   margin-left: 20px; 
    172   white-space: nowrap; 
    173 } 
    174  
    175  
    176 /* Tagline and footer styles ------------------------------------------------- */ 
    177  
    178 div#tagline { 
    179   margin-top: 6px; 
    180   border-top: 1px dotted lightsteelblue; 
    181   padding-top: 6px; 
    182   font-size: 66%; 
    183   font-style: italic; 
    184 } 
    185  
    186 div#footer { 
    187   margin-top: 6px; 
    188   border-top: 1px dotted lightsteelblue; 
    189   padding-top: 6px; 
    190   font-size: 66%; 
    191   font-style: italic; 
    192 } 
    193  
    194 /* Basic data presenation styles -------------------------------------------- */ 
    195  
    196 .index_letter {  
    197   font-size: 300%; 
    198   font-weight: bold; 
    199   color: #000066;  
    200   margin: 0.5em 0 0 -0.1em; 
    201 } 
    202  
    203 h1, h2, h3, h4 { 
    204   font-weight: normal; 
    205   color: #3333CC; 
    206 } 
    207  
    208 h1 { 
    209   padding-top: 0.75em; 
    210   font-size: 160%; 
    211 } 
    212  
    213 h2 { 
    214   padding-top: 1em; 
    215   font-size: 120%; 
    216   } 
    217  
    218 h3 { 
    219   padding-top: 0.75em; 
    220   margin-bottom: 0.25em; 
    221   font-size: 100%; 
    222 } 
    223  
    224 h4 { 
    225   padding: 0; 
    226   margin: 0.5em 0 0 0; 
    227   font-size: 80%; 
    228 } 
    229  
    230 table.basic { 
    231   empty-cells: show; 
    232   margin: 1.5em 1em 0 1em; 
    233   border: 1px dotted #CFCFFF; 
    234   font-size: 80%; 
    235 } 
    236  
    237 table.basic th { 
    238   background-color: #F0F0FF; 
    239   font-weight: bold; 
    240   text-align: left; 
    241   padding: 4px 1em 4px 4px; 
    242   border-bottom: 1px dotted #666699; 
    243 } 
    244  
    245 table.basic td { 
    246   vertical-align: top; 
    247   padding: 4px 1em 4px 4px; 
    248 } 
    249  
    250 dd { 
    251   margin-bottom: 0.25em; 
    252   font-size: 80%; 
    253 } 
    254  
    255  
    256 /* Warnings styles ----------------------------------------------------------- */ 
    257  
    258  
    259 #todo dl, #bugs dl {  
    260   margin: 0 0 0 1.5em; 
    261   font-size: 80%; 
    262 } 
    263  
    264 #todo dd, #bugs dd {  
    265   margin-left: 3em;  
    266   font-size: 100%; 
    267 } 
    268  
    269 #undoc table, #obsolete table, #statistics table { 
    270   width: 80%; 
    271   margin-left: 2em; 
    272 } 
    273  
    274 #undoc td, #obsolete td, #statistics td {  
    275   padding: 0 0 0 0; 
    276   font-size: 80%; 
    277   white-space: nowrap; 
    278 } 
    279  
    280 #undoc td.docroutine, #obsolete td.obsroutine, #statistics td.statroutine { width: 50%; } 
    281  
    282 #undoc td.docstat, #statistics td.stat {  
    283   width: 50%; 
    284   text-align: right; 
    285 } 
    286  
    287 #undoc td.partialdoc, #statistics td.caution { color: #CC6600; } 
    288  
    289 #undoc td.notdoc, #statistics td.warning { color: #993333; } 
    290  
    291 /* File + routine styles ----------------------------------------------------- */ 
    292  
    293 h1.directory {  
    294   padding: 1em 0 0 0; 
    295   margin: 0; 
    296   font-size: 66%; 
    297 } 
    298  
    299 h1.directory a { border-bottom: 0; } 
    300  
    301 h2.pro_file {  
    302   padding: 0; 
    303   margin: 0; 
    304   font-size: 140%; 
    305 } 
    306  
    307 div#file_attr { 
    308   padding: 0 1em 0 1em; 
    309   margin: 1em; 
    310   background: #F6F6F6; 
    311   border: 1px dotted #999999; 
    312 } 
    313  
    314 div#file_attr dt { 
    315   font-size: 80%; 
    316   font-weight: bold; 
    317 } 
    318  
    319 div#file_attr dd { 
    320   font-size: 80%; 
    321 } 
    322  
    323 div#class_diagram {  
    324   padding: 1em 0 1em 0;  
    325   white-space: pre; 
    326   font-family: 'Courier New'; 
    327 } 
    328  
    329 table#sav_attr {  
    330   font-size: 90%;  
    331   margin: 1em;  
    332   padding: 1em 1em 1em 1em; 
    333   background: #F6F6F6; 
    334   border: 1px dotted #999999; 
    335 } 
    336  
    337 table#sav_attr th { text-align: left; } 
    338  
    339 table#sav_attr td { vertical-align: top; padding-right: 2em; } 
    340  
    341 table#sav_attr td.value { width: 20em; padding-right: 0em; font-style: italic; } 
    342  
    343 p.sav_warning { margin-left: 4em; font-family: 80%; } 
    344  
    345 table.variables {  
    346   font-family: 'Courier New', monospace;  
    347   font-size: 80%;  
    348   text-indent: -2em;  
    349   padding-left: 2em;  
    350 } 
    351  
    352 table.variables td.image { width: 64px; } 
    353  
    354 div#file_comments { white-space: pre;  
    355   margin: 2em; 
    356   font-size: 80%; 
    357 } 
    358  
    359  
    360 div.field_summary { 
    361   padding: 0 1em 0 1em; 
    362   margin: 1em; 
    363   background: #FFFFF0; 
    364   border: 1px dotted #C0C000; 
    365 } 
    366  
    367 div#routine_summary {   
    368   padding: 0 1em 0 1em; 
    369   margin: 1em; 
    370   background: #F0F0FF; 
    371   border: 1px dotted #9999FF; 
    372 } 
    373  
    374 div.field_summary h2, div#routine_summary h2 {  
    375   padding: 0.5em 0 0 0; 
    376   margin: 0; 
    377 } 
    378  
    379 div.field_summary table, div.field_summary p {  
    380   margin: 1em 1em; 
    381 } 
    382  
    383 div.field_summary td.name {  
    384   vertical-align: top; 
    385   padding-bottom: 0.25em; 
    386   color: #3333CC; 
    387 } 
    388  
    389 div.field_summary span.field_type {   
    390   font-weight: normal; 
    391   font-size: 80%; 
    392   color: black; 
    393 } 
    394  
    395 div.field_summary td.comments {  
    396   vertical-align: top; 
    397   padding-left: 2em; 
    398   font-size: 80%; 
    399 } 
    400  
    401 p.commaList {  
    402   margin: 1em 1em 1em 1em; 
    403 } 
    404  
    405 span.warning {  
    406   color: #CC6633; 
    407   font-weight: bold; 
    408   font-size: 66%; 
    409   text-transform: uppercase; 
    410 } 
    411  
    412 span.categories {  
    413   color: #006633; 
    414   font-weight: bold; 
    415   font-size: 66%; 
    416   text-transform: uppercase; 
    417 } 
    418  
    419 span.undoc {  
    420   color: #FF6633; 
    421   font-weight: bold; 
    422   font-size: 80%; 
    423   text-transform: uppercase; 
    424 } 
    425  
    426 span.attr {  
    427   color: #006633; 
    428   font-weight: bold; 
    429   font-size: 80%; 
    430   text-transform: uppercase; 
    431 } 
    432  
    433 span.value {  
    434   color: #006633; 
    435   font-weight: normal; 
    436   text-transform: none; 
    437 } 
    438  
    439 a.top {  
    440   font-weight: bold; 
    441   font-size: 66%; 
    442   text-transform: uppercase; 
    443   float: right; 
    444 } 
    445  
    446 span.result {  
    447   font-family: Verdana, Arial, Helvetica, sans-serif; 
    448   font-style: italic; 
    449   font-size: 80%; 
    450 } 
    451  
    452 div#routine_summary p, div.routine_details p.header {  
    453   padding-top: 0.5em; 
    454   margin-left: 1.5em; 
    455   text-indent: -1.5em; 
    456   font-family: 'Courier New', monospace; 
    457 } 
    458  
    459 div.routine_details {   
    460   padding: 0.5em 1em 0.5em 1em; 
    461   margin: 1em; 
    462   border: 1px dotted #CCCCCC; 
    463 } 
    464  
    465 div.routine_details h2 {   
    466   padding-top: 0; 
    467   margin-top: 0; 
    468 } 
    469  
    470 div.routine_details div.value {  
    471   margin: 0 1em 0 1em; 
    472   font-size: 80%; 
    473 } 
    474  
    475 div.routine_details div.comments {  
    476   font-size: 80%; 
    477   margin: 0.75em 1em 1em 1em; 
    478 } 
    479  
    480 div.routine_details div.preformat {  
    481   white-space: pre; 
    482 } 
    483  
    484 table.statistics {  
    485   font-size: 80%; 
    486   margin-left: 1em; 
    487 } 
    488  
    489 table.statistics td {  
    490   padding: 0 2em 0 0; 
    491 } 
    492  
    493 /* Overview styles ----------------------------------------------------------- */ 
    494  
    495 div.overview {  
    496   width: 100%; 
    497   margin-top: 1em; 
    498   clear: both; 
    499 } 
    500  
    501 div.overview table { 
    502   empty-cells: show; 
    503   font-size: 90%; 
    504   margin: 1em 1em 1em 1em; 
    505   padding: 1em 0.5em 1em 0.5em; 
    506   background: #F6F6F6; 
    507   border: 1px dotted #999999; 
    508 } 
    509  
    510 div.overview td { 
    511   padding: 3px 1em 3px 1em; 
    512 } 
    513  
    514 div.overview td.dir { 
    515   width: 1%; 
    516   vertical-align: top; 
    517   text-align: right; 
    518   padding-right: 1em; 
    519 } 
    520  
    521  
    522 /* Navigation list styles for tree structures -------------------------------- */ 
    523  
    524 #tree { 
    525   text-align: left; 
    526   font-size: 90%; 
    527   margin: 0.75em 0 0.75em 0; 
    528   padding: 0; 
    529 } 
    530  
    531 #tree ul { 
    532   text-align: left; 
    533   margin: 0; 
    534   padding: 0; 
    535 } 
    536  
    537 #tree li { 
    538   margin: 0 0 0 15px; 
    539   padding: 0; 
    540   list-style-type: none; 
    541 } 
    542  
    543 #tree .symbols { 
    544   float: left; 
    545   width: 12px; 
    546   height: 1em; 
    547   padding-left: 4px; 
    548   background-position: 0 100%; 
    549   background-repeat: no-repeat; 
    550 } 
    551  
    552 /* Search styles ------------------------------------------------------------- */ 
    553  
    554 input.writein {  
    555   padding-left: 0.5em; 
    556   border: 1px solid #CCCCCC; 
    557   font-family: 'Courier New'; 
    558   background: #FFFFF3; 
    559 } 
    560  
    561 #search form {  
    562   margin-left: 2em; 
    563 } 
    564  
    565 #search table {  
    566   margin: 1em 1em 0 2em; 
    567   padding: 1em 2em 1em 2em; 
    568   background: #F6F6F6; 
    569   border: 1px dotted #999999; 
    570 } 
    571  
    572 #search tr {  
    573   text-align: center; 
    574 } 
    575  
    576 #search td {  
    577   font-size: 80%;  
    578   text-align: left; 
    579 } 
    580  
    581 #search td * {  
    582   vertical-align: middle; 
    583 } 
    584  
    585 #search p {  
    586   font-size: 66%; 
    587   margin: 0 3em 2em 3em; 
    588 } 
    589  
    590 /* Help styles --------------------------------------------------------------- */ 
    591  
    592 div.toc {  
    593   padding: 0 1em 0 1em; 
    594   margin: 1em; 
    595   background: #F0F0FF; 
    596   border: 1px dotted #9999FF;   
    597   width: 19em; 
    598 } 
    599  
    600 div.right {  
    601   float: right; 
    602   width: 22em; 
    603 } 
    604  
    605 ol.toc {  
    606   list-style-type: upper-roman; 
    607 } 
    608  
    609 ol.toc ol {  
    610   padding-left: 3em; 
    611   margin-left: 0; 
    612   list-style-type: lower-alpha; 
    613 } 
    614  
    615 dl.variables dt { font-size: 80%; } 
    616 dl.variables dd { margin-bottom: 0.5em; } 
    617  
    618     </style>     
    619     <style type="text/css" media="print"> 
    620          #navbar_title {  
    621   background-color: #FFFFFF;   
    622 } 
    623  
    624 #main_navbar td { 
    625   background: #FFFFFF; 
    626   border-top: 0.25em solid #FFFFFF; 
    627   border-bottom: 0.25em solid #FFFFFF; 
    628 } 
    629  
    630 #main_navbar td#selected { 
    631   background: #FFFFFF; 
    632   border-top: 0.25em solid #333399; 
    633   border-bottom: 0.25em solid #FFFFFF; 
    634 } 
    635  
    636 #main_navbar td#flexible { 
    637   background: #FFFFFF; 
    638   border-top: 0.25em solid #FFFFFF; 
    639   border-bottom: 0.25em solid #FFFFFF; 
    640 } 
    641  
    642 #secondary_navbar { 
    643   display: none; 
    644 } 
    645  
    646     </style> 
     33    <link rel="stylesheet" type="text/css" href=".//main_files.css" media="all"/> 
     34    <link rel="stylesheet" type="text/css" href=".//main_files_print.css" media="print"/> 
    64735     
    64836 
     
    69078 
    69179       
    692       <td><a href=".//idldoc-categories.pro" title="Source code of a file">Source</a></td> 
     80      <td >Source</td> 
    69381       
    69482 
Note: See TracChangeset for help on using the changeset viewer.