home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / Groove.en-us / GrooveLR.cab / GREENTEA.CSS5_1033 < prev    next >
Text File  |  2007-02-04  |  2KB  |  115 lines

  1. * {
  2.     font-family:            "Georgia", serif;
  3.     font-size:                12pt;
  4.     font-weight:            normal;
  5. }
  6.  
  7. BODY
  8. {
  9.     background-image:        url(../bg_GreenTea.gif);
  10. }
  11.  
  12. FONT, .staticText {
  13.     color:                    #38473F;
  14. }
  15.  
  16. HR {
  17.     color:                    #E4E4BA;
  18. }
  19.  
  20. .formHeading {
  21.     font-size:                28pt;
  22.     font-weight:            bold;
  23.     font-style:                italic;
  24.     color:                    #FFFFFF;
  25. }
  26.  
  27. .sectionHeading {
  28.     font-size:                14pt;
  29.     font-weight:            bold;
  30.     color:                    #E4E4BA;
  31.     background-color:        #87B19B;
  32.     width:                    100%;
  33.     padding:                2px 2px 2px 4px;
  34. }
  35.  
  36. .button {
  37.     color:                    #5E8D74;
  38.     background-color:        #E4E4BA;
  39. }
  40.  
  41. .dateButton, .customButton {
  42.     color:                    #5E8D74;
  43.     background-color:        #E4E4BA;
  44.     margin-left:            2px;
  45.     height:                    23px;
  46. }
  47.  
  48. .highlightField
  49. {
  50.     background-color:        #38473F;
  51. }
  52.  
  53. .highlightField FONT
  54. {
  55.     color:                    #87B19B;
  56. }
  57.  
  58. .hoverField
  59. {
  60.     background-color:        #49584F;
  61. }
  62.  
  63. .hoverField FONT
  64. {
  65.     color:                    #98C2AC;
  66. }
  67.  
  68. /* field-group of class stdButtonBar will display at top right of the form - use for action-buttons */
  69.  
  70. .stdButtonBar {
  71.     position:                absolute;
  72.     top:                    0px;
  73.     right:                    -10px;
  74.     height:                    43px;
  75.     padding-top:            10px;
  76.     padding-right:            7px;
  77.     padding-left:            5px;
  78. }
  79.  
  80. /* other handy general-purpose classnames */
  81.  
  82. .boldface * {
  83.     font-weight:            bold !important;
  84. }
  85. .italic * {
  86.     font-style:                italic !important;
  87. }
  88. .bigtext * {
  89.     font-size:                11pt !important;
  90. }
  91. .bigbold * {
  92.     font-size:                11pt !important;
  93.     font-weight:            bold !important;
  94. }
  95. .smalltext * {
  96.     font-size:                8pt !important;
  97. }
  98. .boldtabs .activeTab {
  99.     font-weight:            bold !important;
  100. }
  101. .boldtabs .inactiveTab {
  102.     font-weight:            bold !important;
  103. }
  104.  
  105. /* textarea shouldn't have a scrollbar unless it's got lots of content */
  106.  
  107. TEXTAREA {
  108.  overflow:                    auto;
  109. }
  110.  
  111. /* Buttons have a hand cursor */
  112.  
  113. .button, .dateButton, .customButton {
  114.     cursor:                    hand;
  115. }