Ignore:
Timestamp:
06/14/06 14:54:32 (18 years ago)
Author:
pinsard
Message:

modification of savesaxo.sh to fix ticket 17

File:
1 edited

Legend:

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

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