home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 07 & 08 / pca1507.iso / intface / software / GAMES / GAMES.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-04-24  |  579 b   |  41 lines

  1. body
  2. {
  3.     scrollbar-base-color     : #B9B9D9;
  4.     scrollbar-arrow-color    : #ffffff;
  5.  
  6. }
  7.  
  8. A       { color: #0000aa; }
  9. A:hover { color: white; }
  10. .titel  { color: #99ccff; }
  11.  
  12. .gamelink {    color: #0000aa; }
  13. .gamelink:hover { color: #0000aa;
  14.                 text-decoration: underline;     }
  15.  
  16. .Gamepopup
  17. {
  18.     position: absolute;
  19.     left: 40px;
  20.     top: 20px;
  21.     color: white;
  22. }
  23.  
  24.  
  25. .Gamepopup td
  26. {
  27.     color: white;
  28. }
  29.  
  30. .Gamepopup a
  31. {
  32.     color: #aaaaff;
  33. }
  34.  
  35. ul
  36. {    list-style-image: url(../images/Bullet.gif);
  37.     position: relative;
  38.     right: 20px;
  39.     margin-top:15px;
  40.     margin-bottom:0px;
  41. }