home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Grafica / digphys / dig_phys.exe / $INSTDIR / tips / tips.css < prev   
Encoding:
Cascading Style Sheet File  |  2005-04-25  |  957 b   |  62 lines

  1. body
  2.  {
  3.    background : black;
  4.    color : #FFFFDD;
  5.    font-family: Verdana, sans-serif;
  6.    font-size:15px;
  7.    background:url("line.gif");
  8.    font-weight: bold;
  9.  }
  10.  
  11. h1
  12. {
  13.    color : #d0d0d0;
  14.    font-family: Verdana, sans-serif;
  15.    font-size:18px;
  16. }
  17.  
  18. p
  19. {
  20.    color : #FFFFDD;
  21.    font-family: Verdana, sans-serif;
  22.    font-size:15px;
  23.    font-weight: bold;
  24. }
  25.  
  26. td
  27. {
  28.    color : #FFFFDD;
  29.    font-family: Verdana, sans-serif;
  30.    font-size:14px;
  31.    font-weight: bold;
  32. }
  33.  
  34.  
  35. A:link {
  36.    font-family: Verdana, sans-serif;
  37.    font-size:17px;
  38.    color: #00E0FF;
  39. }
  40.  
  41. A:visited {
  42.    font-family: Verdana, sans-serif;
  43.    font-size:17px;
  44.    color: #00E0F0; 
  45.    text-decoration: none
  46. }
  47.  
  48. A:active {
  49.    font-family: Verdana, sans-serif;
  50.    font-size:17px;
  51.   color: #00E0FF; 
  52.    text-decoration: none
  53. }
  54.  
  55.  
  56. A:hover {
  57.    font-family: Verdana, sans-serif;
  58.    font-size:17px;
  59.    color: #00FFFF; 
  60.    text-decoration: underline
  61. }
  62.