home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2003 November / CD1_JOY_153.iso / demos / NHL2004Demo.exe / fe / nhl / css / options_style.css < prev   
Cascading Style Sheet File  |  2003-08-20  |  573b  |  38 lines

  1. .spanSettings
  2. {
  3.     position :      'absolute'; 
  4.     top :            58px; 
  5.     left :           30px;
  6.     width :             500px;
  7. }
  8.  
  9. #btnDefault
  10. {
  11. position:     absolute;
  12. top:        552px;
  13. left:        249px;
  14. cursor:        hand;
  15. }    
  16. .btnSettings
  17. {
  18.     font-family:     Verdana;
  19.     font-size:         7pt;
  20.     color:             white;
  21.     font-weight:     bolder;
  22.     padding-top:     3px;
  23.     text-align:         center;
  24.     width:            120px;
  25. }    
  26.  
  27. .settingText
  28. {
  29.     font-family:        Arial;
  30.     color:              white;
  31.     font-size:          10pt;    
  32.     font-weight:        800; 
  33.     cursor:                default;
  34. }
  35.  
  36.  
  37.  
  38.