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

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