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

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