home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2003 October / cmycha200310.iso / NHL2004 / NHL2004Demo.exe / fe / nhl / css / controller_config_style.css next >
Cascading Style Sheet File  |  2003-08-20  |  2KB  |  113 lines

  1.     .page 
  2.       {
  3.         position:        absolute;
  4.         visibility:      hidden; 
  5.         top:             3px;
  6.         left:            0px;
  7.         width:           451px;
  8.         height:          300px;
  9.         z-index:          1;    
  10.       }
  11.       
  12.     .screens 
  13.       {
  14.         position:        absolute;
  15.         visibility:      visible; 
  16.         top:             156px;
  17.         left:            130px;
  18.         width:           450px;
  19.         height:          350px;
  20.         
  21.       }      
  22.      
  23.     .chooseController
  24.     {
  25.         position:       absolute;
  26.         font-family:    Arial;
  27.         color:          white;
  28.         font-size:      9pt;
  29.         top:            22px;
  30.         left:           45px;
  31.         font-weight:    600;
  32.         text-align:     left;  
  33.  
  34.     }
  35.     
  36.     .chooseOption
  37.     {
  38.         position:       absolute;
  39.         font-family:    Arial;
  40.         color:          white;
  41.         font-size:      9pt;
  42.         top:            38px;
  43.         left:           15px;
  44.         font-weight:    600;
  45.         text-align:     left;  
  46.     }
  47.  
  48.     .title
  49.     {
  50.         font-family:        Arial;
  51.         color:              white;
  52.         font-size:          10pt;    
  53.         font-weight:        800; 
  54.                
  55.     }  
  56.  
  57.  
  58.  
  59.     #buttons
  60.     {
  61.         position:    absolute;
  62.         top:        60px;
  63.         left:        27px;
  64.     }
  65.     
  66.     INPUT
  67.     {
  68.         cursor:                 hand;
  69.         width:                    30px;
  70.         height:                    20px;
  71.         font-weight:            bold;
  72.         font-family:            Arial;
  73.         font-size:                8pt;
  74.         background-color:        #C7C7C7;
  75.         border-top-color:       black; 
  76.         border-top-style:        groove;
  77.         border-top-width:        1px;
  78.         border-left-color:      black; 
  79.         border-left-style:        groove;
  80.         border-left-width:        1px;
  81.         border-right-color:     F9F9F9; 
  82.         border-right-style:        groove;
  83.         border-right-width:        1px;        
  84.         border-bottom-color:    F9F9F9; 
  85.         border-bottom-style:    groove;
  86.         border-bottom-width:    1px;        
  87.         text-transform:            'uppercase';
  88.         text-align:                center;                         
  89.         
  90.     }
  91.     
  92.     @media all {
  93.                  EABE\:EAHTML_SelectBox { behavior:url("../../common/htc/drop_down_menu/EAHTML_SelectBox2.htc"); }
  94.                }    
  95.                
  96.     .btnSettings
  97.     {
  98.         font-family:     Verdana;
  99.         font-size:         7pt;
  100.         color:             white;
  101.         font-weight:     bolder;
  102.         padding-top:     3px;
  103.         text-align:         center;
  104.         width:            120px;
  105.     }               
  106.     #btnDefault
  107.     {
  108.     position:     absolute;
  109.     top:        552px;
  110.     left:        249px;
  111.     cursor:        hand;
  112.         
  113.     }