home *** CD-ROM | disk | FTP | other *** search
/ Datatid 2000 January / Datatid-2000-01.iso / Internet / TOPSTYLE / TS1EVAL.EXE / %MAINDIR% / Help / tshelp.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-09-26  |  525 b   |  34 lines

  1. BODY {
  2.     background : #0f5085;
  3.     color : #F5F5F5;
  4.     font-family : arial, sans-serif;
  5.     font-size: 9pt;
  6.     margin-top : 58px;
  7.     margin-left: 20px;
  8.     background-image: url(ts_logo.gif);
  9.     background-repeat: no-repeat;
  10. }
  11.  
  12. A {
  13.     color : #00FFFF;
  14.     text-decoration : none;
  15. }
  16.  
  17. A:Hover {
  18.     color : #FF6666;
  19.     text-decoration : underline;
  20. }
  21.  
  22. UL { 
  23.     margin-top: 8px; 
  24.     margin-bottom: 12px;    
  25. }
  26.  
  27. .toplink { 
  28.     font-variant: small-caps;
  29.     font-size: 7pt;    
  30.     font-weight: bold;
  31.     text-decoration: none;
  32.     color: silver;
  33.  }
  34.