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

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