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

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