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-warnings.html

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