home *** CD-ROM | disk | FTP | other *** search
/ CD Action 50 B / cdactioncoverdisc50b.iso / bonus / rts.exe / rtsarea / menu / styl.css < prev    next >
Cascading Style Sheet File  |  1998-03-27  |  1KB  |  46 lines

  1. <!-- STYL CSS -->
  2. A {
  3.     color:#e9e0b1;
  4.      font-family: Tahoma, Arial CE, Arial, Helvetica, Verdana, Geneva;
  5.      font-generic : serif;
  6.      font-style : normal;
  7.     font-weight : normal;
  8.     font-size : 7pt;
  9.  
  10. }
  11.  
  12. :link, :visited, :active { text-decoration:none; font-weight:normal}
  13.  
  14. A:hover {text-decoration:underline;}
  15.  
  16. a, p, td, div, {
  17.      font-family: Tahoma, Arial CE, Arial, Helvetica, Verdana, Geneva;
  18.      font-generic : serif;
  19.      font-style : normal;
  20.      font-weight : normal;
  21.      text-decoration : none;
  22.      font-size : 8pt;
  23.                   color:#e9e0b1;
  24.      }
  25. u {font-weight : bold;}
  26.  
  27. p, td, body, tr, div {color:#e9e0b1;}
  28.  
  29. ol, li, ul, {
  30.      font-family: Tahoma, Arial CE, Arial, Helvetica, Verdana, Geneva;
  31.      list-style-position : outside;
  32.      list-style-type : disk;
  33.      font-generic : serif;
  34.      font-style : normal;
  35.      font-weight : normal;
  36.      text-decoration : none;
  37.      font-size : 8pt;
  38. }
  39. li    {color : #e9e0b1;}
  40. ol, ul  {color:#e9e0b1;}
  41.  
  42. h1 { font-size : 12pt;}
  43.  
  44. input, textarea {color :black;font-size : 8pt;background : #e9e0b1;border: solid 2;}
  45. select  {color : blac;font-size : 7pt;background : #e9e0b1;border: solid 1;}
  46. input, select, textarea {font-family: Tahoma, Arial CE, Arial, Helvetica, Verdana, Geneva;}