home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / software / dream / setup.exe / {app} / help / svss.css < prev   
Encoding:
Cascading Style Sheet File  |  2003-09-16  |  1.8 KB  |  110 lines

  1. BODY     {
  2.     font-family:        Verdana, Arial, Helvetica, sans-serif;
  3.     color:            black;
  4.     background:        #FFE694;
  5.     }
  6.  
  7. A, ADDRESS, BLOCKQUOTE, BODY, CITE, CODE, DD, DEL, DFN,        
  8. DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD,        
  9. LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR,         
  10. APPLET, BIG, CENTER, DIR, FONT, HR, MENU, PRE,        
  11. ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL, LEGEND    {    
  12.     font-style:        normal;
  13.     font-weight:        normal;    
  14.     word-spacing:        normal;
  15.     letter-spacing:        normal;
  16.     font-size:         10pt;
  17.     line-height:        120%;
  18.     text-indent:        0%;
  19.     text-align:        left;
  20.     text-transform:        none;
  21.     text-decoration:    none;
  22.     border-style:        none;
  23. }
  24.  
  25. PRE, CODE, TT    {
  26.     font-family:        Courier New, Courier, monospace;
  27.     }
  28.  
  29. H1, H2, H3, H4 {
  30.     font-family:        Verdana, Arial, Helvetica, sans-serif;
  31.     color:            #7072C8;
  32.     font-weight:        bold;    
  33.     }
  34.  
  35. H1    {
  36.     font-size:        16pt;
  37.     }
  38.     
  39. H2    {
  40.     font-size:        12pt;
  41.     }
  42.  
  43. H3    {
  44.     font-size:        10pt;
  45.     }
  46.  
  47. H4    {
  48.     font-size:        10pt;
  49.     font-weight:        normal;
  50.     }
  51.  
  52. EM    {
  53.     font-style:        normal;
  54.     font-weight:        bold;
  55.     }
  56.  
  57. STRONG    {
  58.     font-style:        italic;
  59.     font-weight:        bold;
  60.     }
  61.  
  62. EM STRONG, STRONG EM    {
  63.     text-transform:        uppercase;
  64.     font-style:        normal;
  65.     font-weight:        bolder;
  66.     }
  67.  
  68. .warning    {
  69.     text-transform:        none;
  70.     font-style:        normal;
  71.     font-weight:        bolder;
  72.     background:        yellow;
  73.     color:            black;
  74.     }
  75.  
  76. DEL    {
  77.     text-decoration:    line-through;
  78.     }
  79.  
  80. VAR, CITE, DFN, .note    {
  81.     font-style:        italic;
  82.     }
  83.  
  84. ADDRESS    {
  85.     letter-spacing:        .1em;
  86.     }
  87.  
  88. ACRONYM    {
  89.     font-variant:        small-caps;
  90.     letter-spacing:        0.1em;
  91.     }
  92.  
  93. .colophon    {
  94.     display:        none;
  95.     }
  96.  
  97. A:link    {
  98.     color:    blue;
  99.     text-decoration:    underline;
  100.     }
  101.  
  102. A:visited    {
  103.     color:    purple;
  104.     text-decoration:    underline;
  105.     }
  106.  
  107. A:active    {    
  108.     color:    blue;
  109.     text-decoration:    underline;
  110.     }