home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / ProPlus.WW / ProPsWW.cab / EARTHY.CSS4 < prev    next >
Text File  |  2007-02-04  |  2KB  |  112 lines

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