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/overview.html

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