home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2003 November / CD1_JOY_153.iso / demos / NHL2004Demo.exe / fe / COMMON / css / TopMenuBar.css < prev   
Cascading Style Sheet File  |  2003-08-20  |  1KB  |  85 lines

  1. .top_menu
  2. {
  3.     position:         absolute;
  4.     font-size:        3pt;
  5.     cursor:        hand;
  6.     z-index:         10000; 
  7.     visibility:        hidden;
  8.     width:             130px;
  9. }
  10. .menu_bg
  11. {
  12.     position:    absolute;
  13.     top:        0px;
  14.     left:        0px;
  15. }
  16. .menu_fg
  17. {
  18.     position:    relative;
  19. }
  20.  
  21. .menu_item
  22. {
  23.     position:        relative;
  24.     font-family:    verdana;
  25.     color:        white;
  26.     font-size:        3pt;
  27. }            
  28. .menu_item_img
  29. {
  30.     position:    relative;
  31.     top:        0px;
  32.     left:        0px;
  33. }
  34. .menu_item_txt
  35. {
  36.     position:        absolute;
  37.     top:            0px;
  38.     left:            0px;
  39.     display:        inline;
  40.     overflow:        hidden;
  41.     font-size:        8pt;
  42.     font-family:    arial;
  43.     font-weight:     bold;    
  44. };
  45. IMG
  46. {
  47.     padding:        0px;
  48.     border:        0px;
  49.     margin:        0px;
  50. };
  51. .menu_toggler
  52. {
  53.     position:        relative;
  54.     font-family:    verdana;
  55.     font-size:        3pt;
  56.     color:        white;
  57.     cursor:        hand;
  58.     display:        inline;
  59.     z-index:        4;
  60. }
  61. .menu_toggler_txt
  62. {
  63.     font-size:        17px;
  64.     color:        black;
  65.     font-weight:    600;
  66.     position:        absolute;
  67.     display:        inline;
  68.     overflow:        hidden;
  69.     top:            0px;
  70.     left:            0px;
  71.     font-family:    arial black;
  72.     font-style:    italic;
  73. }
  74. .menu_toggler_img
  75. {
  76.     position:    relative;
  77.     top:        0px;
  78.     left:        0px;
  79. }
  80. .menu_toggler_img_arw
  81. {
  82.     position: absolute;
  83.     left:          128px;
  84.     top:          5px;
  85. }