home *** CD-ROM | disk | FTP | other *** search
/ The Complete Interactive Cookbook / L1_JS_101199.ISO / Source / jsrecipes / style.css < prev    next >
Cascading Style Sheet File  |  1999-11-06  |  1KB  |  60 lines

  1. A  {
  2.     COLOR : #330099;
  3. }
  4.  
  5. A:visited  {
  6.     COLOR : #6666FF;
  7. }
  8.  
  9. A:hover  {
  10.     COLOR : #330099;
  11. }
  12.  
  13. TD  {
  14.     FONT-FAMILY : Verdana, MS Sans Serif, Arial, Helvetica;
  15. }
  16.  
  17. P  {
  18.     COLOR : #000000;
  19.     FONT-FAMILY : Verdana, MS Sans Serif, Arial, Helvetica;
  20. }
  21.  
  22. BODY  {
  23.     FONT-FAMILY : Verdana, MS Sans Serif, Arial, Helvetica;
  24. }
  25.  
  26. TEXTAREA  {
  27.     FONT-FAMILY : Verdana, MS Sans Serif, Arial, Helvetica;
  28. }
  29.  
  30. SELECT  {
  31.     COLOR : #000000;
  32.     FONT-FAMILY : Verdana, MS Sans Serif, Arial,Helvetica;
  33. }
  34.  
  35. TEXT  {
  36.     COLOR : #000000;
  37.     FONT-FAMILY : Verdana, MS Sans Serif, Arial,Helvetica;
  38. }
  39.  
  40. INPUT  {
  41.     COLOR : #000000;
  42.     FONT-FAMILY : Verdana, MS Sans Serif, Arial,Helvetica;
  43. }
  44.  
  45. .1font  {
  46.     font-family : sans-serif;
  47.     font : Verdana, arial, helvetica;
  48.     font-size : 10pt;
  49. }
  50.  
  51. .2font  {
  52.     font-family : sans-serif;
  53.     font : Verdana, arial, helvetica;
  54.     font-size : 12pt;
  55. }
  56.  
  57. .whttext {  font-weight: bold; color: #FFFFFF}
  58. li {  color: #C0C0C0; padding-left: 2px; list-style-position: inside; list-style-image: url(/images/wht_spacer.gif)}
  59. .whtline {  margin-top: 2px; margin-bottom: 2px; padding-top: 3px; padding-bottom: 3px}
  60.