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-dev-help.html

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