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-index-M.html

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