home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / DVDStar / OdCtenaru / Escape30 / Data / img / main.css < prev    next >
Cascading Style Sheet File  |  2005-03-24  |  718b  |  51 lines

  1. BODY
  2. {
  3. background: url('bg.jpg') fixed;
  4. scrollbar-face-color: white;
  5. scrollbar-shadow-color: white;
  6. scrollbar-highlight-color: white;
  7. scrollbar-3dlight-color: white;
  8. scrollbar-darkshadow-color: white;
  9. scrollbar-track-color: white;
  10. scrollbar-arrow-color: red;
  11.  
  12. margin: 0px;
  13. padding: 0px;
  14. font-size: 15,5px;
  15. font-family: verdana;
  16. color: darkblue;
  17. }
  18. A
  19. {
  20. color: 1E388C;
  21. padding-left: 0px
  22. font-family: gothicb;
  23. }
  24. A:hover
  25. {
  26. color: black;
  27. text-decoration: none;
  28. font-family: gothicb;
  29. }
  30. table
  31. {
  32. color: 1E388C;
  33. font-size: 15,5px;
  34. border-collapse: collapse;
  35. font-family: gothicb;
  36. }
  37. td    
  38. {
  39. color: 1E388C;
  40. font-size: 13px;
  41. border-collapse: collapse;
  42. font-family: gothicb;
  43. }
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.