home *** CD-ROM | disk | FTP | other *** search
/ Thomson (Residential) / TGSTPv7203.iso / pc / QIW / SysFiles / styles.css < prev   
Cascading Style Sheet File  |  2008-01-30  |  1KB  |  74 lines

  1. button {
  2.     font-size:16px;
  3.     font-weight:bold;
  4.     vertical-align:middle;
  5. }
  6. .ChapterHead {
  7.     font-family: Arial, Helvetica, sans-serif;
  8.     font-size: 20px;
  9.     font-weight: bold;
  10.     color: %companycolor03%;
  11. }
  12.  
  13. .SectionHead {
  14.     font-family: Arial, Helvetica, sans-serif;
  15.     font-size: 16px;
  16.     font-weight: bold;
  17.     color: %companycolor03%;
  18. }
  19. .BlockHead {
  20.     font-family: Arial, Helvetica, sans-serif;
  21.     font-size: 12px;
  22.     font-weight: bold;
  23.     color: %companycolor02%;
  24. }
  25. p {
  26.     font-family: Verdana, serif;
  27.     font-size: 12px;
  28.     font-weight: normal;
  29.     color: #000000;
  30.     margin-top:5px;
  31.     margin-bottom:5px;
  32. }
  33. .Suffix {
  34.     font-size: 8px;
  35. }
  36. .Emphasis {
  37.     font-weight: bold;
  38.     color: %companycolor03%;
  39. }
  40. .Link {
  41.     font-weight: normal;
  42.     text-decoration:underline;
  43.     color: %companycolor03%;
  44. }
  45.  
  46. .GuiElement {
  47.     font-weight:bold;
  48.     display:inline;
  49. }
  50.  
  51. .stepno {    
  52.     font-family: Verdana, serif;
  53.     font-size: 12px;
  54.     font-weight: bold;
  55.     color: %companycolor03%;
  56. }
  57.  
  58. .bullet {    
  59.     margin-left:0px;
  60.     font-family: Arial;
  61.     font-size: 12px;
  62.     font-weight: bold;
  63.     color: %companycolor03%;
  64. }
  65.  
  66. .bulletText {
  67.     margin-left:20px;
  68.     color:#FF0000;
  69. }    
  70.  
  71. .symbolText {
  72.     margin-left:40px;
  73. }
  74.