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

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