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

  1. BODY
  2. {
  3.     background-image:    url(../bg_TexturedBlue.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:                #203E66;
  13. }
  14.  
  15. .formHeading {
  16.     font-size:            25px;
  17.     font-weight:        bold;
  18.     color:                #3A5B85;
  19. }
  20.  
  21. .sectionHeading {
  22.     font-size:            16px;
  23.     font-weight:        bold;
  24.     color:                #D0D5DB;
  25.     background-color:    #6480A5;
  26.     width:                100%;
  27.     padding:            2px 2px 2px 4px;
  28. }
  29.  
  30. HR {
  31.     color:                #6480A5;
  32. }
  33.  
  34. .button {
  35.     color:                #173050;
  36.     background-color:    #738EB2;
  37. }
  38.  
  39. .dateButton, .customButton {
  40.     color:                #173050;
  41.     background-color:    #738EB2;
  42.     margin-left:        2px;
  43.     height:                23px;
  44. }
  45.  
  46. .highlightField
  47. {
  48.     background-color:        #203E66;
  49. }
  50.  
  51. .highlightField FONT
  52. {
  53.     color:                    #738EB2;
  54. }
  55.  
  56. .hoverField
  57. {
  58.     background-color:        #314F77;
  59. }
  60.  
  61. .hoverField FONT
  62. {
  63.     color:                    #849FC3;
  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. }