home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 April / PCWorld_2005-04_cd.bin / software / temacd / synapse / synapse101_setup.exe / blue.cs_ < prev    next >
Text File  |  2002-09-01  |  564b  |  49 lines

  1. @import "/?style";
  2.  
  3. font.add { color: #00a; }
  4. font.counted { color: #00f; }
  5. font.autoplay { color: #aaf; }
  6.  
  7. a {
  8.   color: #aaf;
  9. }
  10.  
  11. body {
  12.   background-color: #000;
  13.   color: #fff;
  14. }
  15.  
  16. tr.manual {
  17.   background-color: #005;
  18. }
  19.  
  20. tr.manualstop {
  21.   background-color: #000;
  22. }
  23.  
  24. tr.brainplay {
  25.   background-color: #007;
  26. }
  27.  
  28. tr.brainplaystop {
  29.   background-color: #304;
  30. }
  31.  
  32. tr.odd {
  33.   background-color: #005;
  34. }
  35.  
  36. tr.even {
  37.   background-color: #006;
  38. }
  39.  
  40. tr.header {
  41.   background-color: #000;
  42. }
  43.  
  44.  
  45. td.bar {
  46.   background-color: #00a;
  47. }
  48.  
  49.