home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / Groove.en-us / GrooveLR.cab / LIGHTSPIRIT.CSS5_1033 < prev    next >
Text File  |  2007-02-04  |  2KB  |  117 lines

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