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

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