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

  1. .blackTextBold
  2. {
  3.     font-family:    Arial;
  4.     color:          black;
  5.     font-size:      9pt;
  6.     font-weight:    600;
  7. }
  8. .blackText
  9. {
  10.     font-family:    Arial;
  11.     color:          black;
  12.     font-size:      8pt;
  13. }
  14. .largeBlackTextBold
  15. {
  16.     font-family:    Arial;
  17.     color:          black;
  18.     font-size:      11pt;
  19.     font-weight:    600;
  20. }
  21. .whiteTextBold
  22. {
  23.     font-family:    Arial;
  24.     color:          white;
  25.     font-size:      9pt;
  26.     font-weight:    600;
  27. }
  28. .whiteText
  29. {
  30.     font-family:    Arial;
  31.     color:          white;
  32.     font-size:      8pt;
  33. }
  34. .whiteTextSmallBold
  35. {
  36.     font-family:    Arial;
  37.     color:          white;
  38.     font-size:      8pt;
  39.     font-weight:    600;
  40. }
  41. .whiteTextSmall
  42. {
  43.     font-family:    Arial;
  44.     color:          white;
  45.     font-size:      7pt;
  46. }
  47. .loadingWhiteTextBold
  48. {
  49.     font-family:    Arial;
  50.     color:          white;
  51.     font-size:      11pt;
  52.     font-weight:    600;
  53. }
  54. .largeWhiteTextBold
  55. {
  56.     font-family:    Arial;
  57.     color:          white;
  58.     font-size:      12pt;
  59. }
  60. .btnText
  61. {
  62.     font-family:        Arial;
  63.     color:              black;
  64.     font-size:          8pt;
  65.     font-weight:        600;
  66. }
  67. .btnTextGold
  68. {
  69.     font-family:        Arial;
  70.     color:              gold;
  71.     font-size:          8pt;
  72.     font-weight:        bold;
  73. }
  74. .goldTextBold
  75. {
  76.     font-family:    Arial;
  77.     color:          gold;
  78.     font-size:      9pt;
  79.     font-weight:    600;
  80. }
  81. .goldTextSmall
  82. {
  83.     font-family:    Arial;
  84.     color:          gold;
  85.     font-size:      7pt;
  86. }
  87. .largeGoldTextBold
  88. {
  89.     font-family:    Arial;
  90.     color:          gold;
  91.     font-size:      11pt;
  92.     font-weight:    600;
  93. }
  94. .tabText
  95. {
  96.     font-family:        Arial;
  97.     color:              white;
  98.     font-size:          9pt;
  99.     font-weight:        bold;
  100.     text-align:            bottom;
  101. }
  102. INPUT
  103. {
  104.     cursor:                 hand;
  105.     width:                    58px;
  106.     height:                    18px;
  107.     font-weight:            bold;
  108.     font-family:            Arial;
  109.     font-size:                8pt;
  110.     background-color:        #C7C7C7;
  111.     border-top-color:       black;
  112.     border-top-style:        groove;
  113.     border-top-width:        1px;
  114.     border-left-color:      black;
  115.     border-left-style:        groove;
  116.     border-left-width:        1px;
  117.     border-right-color:     F9F9F9;
  118.     border-right-style:        groove;
  119.     border-right-width:        1px;
  120.     border-bottom-color:    F9F9F9;
  121.     border-bottom-style:    groove;
  122.     border-bottom-width:    1px;
  123.     text-align:                center;
  124.  
  125. }
  126. .labelText
  127. {
  128.     font-family:    Arial;
  129.     color:          white;
  130.     font-size:      9pt;
  131.     font-weight:    600;
  132.     text-align:     right;
  133. }