home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 97 / CDPowerplay97Disc2.iso / Demos / maxpayne2demosetup.exe / Disk1 / data1.cab / Main / help / html / side_ie.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-11-19  |  877 b   |  59 lines

  1. BODY {
  2.  
  3.   
  4.    background-color: #000000;
  5.    font-size : 10px; 
  6.    font-family : Arial, sans-serif; 
  7.    color : #000000; 
  8.    margin : 0; 
  9.    padding : 0 0 5px 3px; 
  10.  
  11. }
  12.  
  13. A {
  14.    font-size : 12px; 
  15.    font-family : Arial, sans-serif; 
  16.    color : #ffffff; 
  17.    text-decoration : none; 
  18. }
  19.  
  20. A:visited:hover {
  21.    color : #bb0000; 
  22.    text-decoration : none; 
  23. }
  24.  
  25. A:visited {
  26.    color : #FFFFFF; 
  27.    text-decoration : none; 
  28. }
  29.  
  30. A:hover {
  31.    color : #BB0000; 
  32.    text-decoration : none; 
  33. }
  34.  
  35. A:active {
  36.    color : #FFFFFF;
  37.    text-decoration : none; 
  38. }
  39.  
  40. A.normal {
  41.    font-size : 10px; 
  42.    font-family : Arial, sans-serif; 
  43.    color : #ffffff; 
  44.    text-decoration : none; 
  45. }
  46.  
  47. .title {
  48.    margin-left: 5px;
  49.    margin-bottom: 3px;
  50.    z-index: 10; 
  51.    font-weight: bold;
  52.    
  53. }
  54.  
  55. .submenu {
  56.    font-size : 10px; 
  57.    margin-left: 10px;
  58. }
  59.