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

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