home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-2 / Inter.Net 55-2.iso / Mandrake / mdkinst / usr / bin / perl-install / install.rc < prev    next >
Encoding:
Text File  |  2000-01-12  |  410 b   |  25 lines

  1. style "default-font" 
  2. {
  3.   fontset = "-mdk-helvetica-medium-r-normal-*-*-100-*-*-*-*-iso8859-15"
  4. }
  5.  
  6. style "steps"
  7. {
  8.   fontset = "-mdk-helvetica-medium-r-normal-*-*-80-*-*-*-*-iso8859-15"
  9. }
  10.  
  11. style "logo"
  12. {
  13.   bg[NORMAL] = { 1.0, 1.0, 1.0 }
  14. }
  15.  
  16. style "stepsReachable"
  17. {
  18. }
  19.  
  20. widget "*" style "default-font"
  21. widget "*Steps*" style "steps"
  22. widget "*StepsReachable*" style "stepsReachable"
  23. widget "*logo*" style "logo"
  24.  
  25.