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

  1. BODY
  2. {
  3.     background-image:    url(../bg_Premium.gif);
  4. }
  5.  
  6. BODY, TABLE, TR, TD, DIV, SPAN, FONT, INPUT, BUTTON {
  7.     font-family:        georgia;
  8.     font-size:            14px;
  9. }
  10.  
  11. FONT, .staticText {
  12.     color:                #534E52;
  13. }
  14.  
  15. .formHeading {
  16.     font-size:            25px;
  17.     font-weight:        bold;
  18.     color:                #7A7478;
  19. }
  20.  
  21. .sectionHeading {
  22.     font-size:            16px;
  23.     font-weight:        bold;
  24.     color:                #736D71;
  25.     background-color:    #999397;
  26.     width:                100%;
  27.     padding:            2px 2px 2px 4px;
  28. }
  29.  
  30. HR {
  31.     color:                #999397;
  32. }
  33.  
  34. .button {
  35.     background-color:    #736D71;
  36. }
  37.  
  38. .dateButton, .customButton {
  39.     background-color:    #736D71;
  40.     margin-left:        2px;
  41.     height:                23px;
  42. }
  43.  
  44. .highlightField
  45. {
  46.     background-color:    #534E52;
  47. }
  48.  
  49. .highlightField FONT
  50. {
  51.     color:                #999397;
  52. }
  53.  
  54. .hoverField
  55. {
  56.     background-color:    #645F63;
  57. }
  58.  
  59. .hoverField FONT
  60. {
  61.     color:                #AAA4A8;
  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. }