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 / SPRINGGREEN.CSS5_1033 < prev    next >
Text File  |  2007-02-04  |  3KB  |  186 lines

  1. * {
  2.     font-family:            "Verdana", sans-serif;
  3.     font-size:                10pt;
  4.     font-weight:            normal;
  5. }
  6.  
  7. BODY {
  8.     background-color:        #CFE4EF;
  9.     color:                    #333366;
  10. }
  11.  
  12. TEXTAREA, SELECT, INPUT.text, .system, .inputPreview, .textareaPreview,
  13. .selectPreview, .formHeading, .sectionHeading, .button, .activeTab, .inactiveTab {
  14.     font-weight:            bold;
  15. }
  16.  
  17. TABLE {
  18.     width:                    100%;
  19. }
  20.  
  21. #FieldsTable {
  22.     border:                    5px solid #CFE4EF;
  23.     border-top-width:        0px;
  24. }
  25.  
  26. FONT, .staticText
  27. {
  28.     color:                    #333366;
  29. }
  30.  
  31. HR {
  32.     color:                    #E9F3F8;
  33. }
  34.  
  35. .formHeading {
  36.     font-size:                20pt;
  37.     color:                    #598D42;
  38.     padding-top:            12px;
  39.     padding-bottom:            12px;
  40.     background-color:        #BDEF8C;
  41.     margin-bottom:            5px;
  42. }
  43.  
  44. .sectionHeading {
  45.     font-size:                12pt;
  46.     color:                    #598D42;
  47.     padding-bottom:            5px;
  48. }
  49.  
  50. .fieldLabel {
  51.     color:                    #333366;
  52. }
  53.  
  54. .button {
  55.     color:                    #32681B;
  56.     height:                    29px;
  57.     background-image:        url(SpringGreen/button.gif);
  58.     border-left:            1px solid #84AD51;
  59.     border-right:            1px solid #84AD51;
  60.     border-top:                1px solid #84AD51;
  61.     border-bottom:            1px solid #84AD51;
  62. }
  63.  
  64. .dateButton, .customButton {
  65.     color:                    #32681B;
  66.     background-image:        url(SpringGreen/button.gif);
  67.     border:                    1px solid #84AD51;
  68.     margin-left:            2px;
  69.     height:                    17px;
  70. }
  71.  
  72. .customButton {
  73.     height:                    19px;
  74. }
  75.  
  76. TEXTAREA {
  77.     color:                    #333366;
  78.     background-color:        #ffffff;
  79.     border:                    1px solid #7F9DB9;
  80. }
  81.  
  82. SELECT {
  83.     color:                    #333366;
  84.     background-color:        #ffffff;
  85.     border:                    1px solid #7F9DB9;
  86. }
  87.  
  88. INPUT.text {
  89.     color:                    #333333;
  90.     background-color:        #ffffff;
  91.     border:                    1px solid #7F9DB9;
  92. }
  93.  
  94. INPUT.radio {
  95.     color:                    #333366;
  96. }
  97.  
  98.  
  99. .highlightField {
  100.     background-color:        #999999;
  101. }
  102.  
  103. .highlightField FONT {
  104.     color:                    #663333;
  105. }
  106.  
  107. .hoverField {
  108.     background-color:        #AAAAAA;
  109. }
  110.  
  111. .hoverField FONT {
  112.     color:                    #774444;
  113. }
  114.  
  115. .activeTab, .inactiveTab {
  116.     cursor:                    default;
  117.     padding:                8px 10px 8px 10px;
  118.     border-right:            1px solid #C3BFBF;
  119.     border-left:            1px solid #C3BFBF;
  120.     background-color:        transparent;
  121. }
  122.  
  123. .activeTab {
  124.     background-image:        url(SpringGreen/tab_on.gif);
  125.     color:                    #666666;
  126. }
  127.  
  128. .inactiveTab {
  129.     background-image:        url(SpringGreen/tab_off.gif);
  130.     color:                    #999999;
  131. }
  132.  
  133. .tabContents{
  134.     background-color:        rgb(239,239,239);
  135.     border-top:                1px solid #BBBBBB;
  136.     padding-top:            10px;
  137. }
  138.  
  139. /* field-group of class stdButtonBar will display at top right of the form - use for action-buttons */
  140.  
  141. .stdButtonBar {
  142.     position:                absolute;
  143.     top:                    0px;
  144.     right:                    -10px;
  145.     height:                    43px;
  146.     padding-top:            10px;
  147.     padding-right:            7px;
  148.     padding-left:            5px;
  149. }
  150.  
  151. /* other handy general-purpose classnames */
  152.  
  153. .boldface * {
  154.     font-weight:            bold !important;
  155. }
  156. .italic * {
  157.     font-style:                italic !important;
  158. }
  159. .bigtext * {
  160.     font-size:                11pt !important;
  161. }
  162. .bigbold * {
  163.     font-size:                11pt !important;
  164.     font-weight:            bold !important;
  165. }
  166. .smalltext * {
  167.     font-size:                8pt !important;
  168. }
  169. .boldtabs .activeTab {
  170.     font-weight:            bold !important;
  171. }
  172. .boldtabs .inactiveTab {
  173.     font-weight:            bold !important;
  174. }
  175.  
  176. /* textarea shouldn't have a scrollbar unless it's got lots of content */
  177.  
  178. TEXTAREA {
  179.  overflow:                    auto;
  180. }
  181.  
  182. /* Buttons have a hand cursor */
  183.  
  184. .button, .dateButton, .customButton {
  185.     cursor:                    hand;
  186. }