home *** CD-ROM | disk | FTP | other *** search
/ Lauri Luuranko / LUURANKO.ISO / dkcode / dkresfi.dll / STYLE / STYLESHEET0
Text File  |  1998-10-27  |  3KB  |  170 lines

  1. // BAD.STY - a style sheet for the My Amazing Human Body
  2. // History:
  3. // 26/06/1997    David R.    Added Certificate style
  4. // 26/06/1997    David R.    Modified for MAHB use
  5. // 
  6.  
  7. // Font style information
  8. // Stone Informal in Normal Roman form, Bold form and Italic form
  9. // It may be that the bold &/or italic will be based on the roman form
  10. // in which case those forms should be deleted below.
  11.  
  12. style PSST
  13. {
  14.     // set defaults so that this style is fully specified
  15.     default_font
  16.     default_char_style
  17.     default_par_style
  18.     default_scanner_style
  19.  
  20.     // set any attributes that differ from the defaults
  21.     font_type "dib"
  22.     face "infant31"
  23.     transparent 1
  24.     back_bitmap "@infantln"
  25.     highlit_back_colour yellow
  26. }
  27.  
  28. style Certificate
  29. {
  30.     // set defaults so that this style is fully specified
  31.     default_font
  32.     default_char_style
  33.     default_par_style
  34.     default_scanner_style
  35.  
  36.     // set any attributes that differ from the defaults
  37.     font_type "dib"
  38.     face "infant31"
  39.     transparent 1
  40.     justify centre
  41. }
  42.  
  43. style QuizName
  44. {
  45.     // set defaults so that this style is fully specified
  46.     default_font
  47.     default_char_style
  48.     default_par_style
  49.     default_scanner_style
  50.  
  51.     // set any attributes that differ from the defaults
  52.     font_type "dib"
  53.     face "infant31"
  54.     transparent 1
  55.     highlit_back_colour yellow
  56. }
  57.  
  58. style QuizStyle
  59. {
  60.     // set defaults so that this style is fully specified
  61.     default_font
  62.     default_char_style
  63.     default_par_style
  64.     default_scanner_style
  65.  
  66.     // set any attributes that differ from the defaults
  67.     font_type "dib"
  68.     face "QuizFont"
  69.     transparent 1
  70.     back_bitmap "@QuizDash"
  71.     highlit_back_colour yellow
  72. }
  73.  
  74. style LED
  75. {
  76.     // set defaults so that this style is fully specified
  77.     default_font
  78.     default_char_style
  79.     default_par_style
  80.     default_scanner_style
  81.  
  82.     // set any attributes that differ from the defaults
  83.     font_type "dib"
  84.     face "WIMBSCAL"
  85.     transparent 1
  86.     justify right
  87. }
  88.  
  89. style DressUp
  90. {
  91.     // set defaults so that this style is fully specified
  92.     default_font
  93.     default_char_style
  94.     default_par_style
  95.     default_scanner_style
  96.  
  97.     // set any attributes that differ from the defaults
  98.     font_type "dib"
  99.     face "Index12"
  100.     transparent 1
  101.     highlit_back_colour yellow
  102.     justify centre
  103. }
  104.  
  105. style Plaque
  106. {
  107.     // set defaults so that this style is fully specified
  108.     default_font
  109.     default_char_style
  110.     default_par_style
  111.     default_scanner_style
  112.  
  113.     // set any attributes that differ from the defaults
  114.     font_type "dib"
  115.     face "Plaque"
  116.     transparent 1
  117.     highlit_back_colour yellow
  118.     justify centre
  119. }
  120.  
  121. style ExportBodyText
  122. {
  123.     // set defaults so that this style is fully specified
  124.     default_font
  125.     default_char_style
  126.     default_par_style
  127.     default_scanner_style
  128.  
  129.     // set any attributes that differ from the defaults
  130.     face "Times"
  131.     transparent 1
  132. }
  133.  
  134. style ExportCopyrightText, ExportBodyText
  135. {
  136.     justify centre
  137. }
  138.  
  139.  
  140. style NameList
  141. {
  142.     // set defaults so that this style is fully specified
  143.     default_font
  144.     default_char_style
  145.     default_par_style
  146.     default_scanner_style
  147.  
  148.     // set any attributes that differ from the defaults
  149.     font_type "dib"
  150.     face "namelist"
  151.     transparent 1
  152.     highlit_back_colour yellow
  153. }
  154.  
  155. style Index
  156. {
  157.     // set defaults so that this style is fully specified
  158.     default_font
  159.     default_char_style
  160.     default_par_style
  161.     default_scanner_style
  162.  
  163.     // set any attributes that differ from the defaults
  164.     font_type "dib"
  165.     face "Index12"
  166.     transparent 1
  167.     highlit_back_colour yellow
  168.     indent 8xp 1 28xp
  169. }
  170.