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 / BEIGE.CSS5_1033 < prev    next >
Text File  |  2007-02-04  |  2KB  |  114 lines

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