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

  1. BODY {
  2.     background-color:        #CCFF66;
  3.     font-family:            Trebuchet, sans-serif;
  4.     font-size:                11px;
  5.     color:                    #808080;
  6. }
  7.  
  8. .system, .inputPreview, .textareaPreview, .selectPreview, .selectPreview {
  9.     font-family:            Trebuchet, sans-serif;
  10.     font-size:                11px;
  11.     font-weight:            bold;
  12.     color:                    #808080;
  13. }
  14.  
  15. TABLE {
  16.     width:                    100%;
  17. }
  18.  
  19. #HeadingTable, #FieldsTable {
  20.     color:                    #808080;
  21. }
  22.  
  23. #FieldsTable {
  24.     border:                    5px solid #FFFFFF;
  25.     border-top-width:        0px;
  26. }
  27.  
  28. FORM {
  29.     background-color:        #FFFFFF;
  30.     color:                    #808080;
  31. }
  32.  
  33. FONT, .staticText {
  34.     font-family:            Trebuchet, sans-serif;
  35.     font-size:                11px;
  36.     color:                    #808080;
  37. }
  38.  
  39. .formHeading {
  40.     background-color:        #99CC33;
  41.     color:                    white; 
  42.     font-family:            trebuchet;
  43.     font-size:                20px;
  44.     font-weight:             bold;
  45.     width:                    100%;
  46.     padding-top:             12px;
  47.     padding-bottom:         12px;
  48.     margin-bottom:            5px;
  49. }
  50.  
  51.  
  52. HR {
  53.     color:                    #CCFF66;
  54. }
  55.  
  56. SELECT {
  57.     font-size:                11px;
  58.     font-family:            Trebuchet, sans-serif;
  59.     color:                    #808080;
  60.     font-weight:            bold;
  61. }
  62.  
  63.  
  64. TEXTAREA {
  65.     font-family:            Trebuchet, sans-serif;
  66.     font-size:                11px;
  67.     font-weight:            bold;
  68.     color:                    #808080;
  69.     border:                    solid 1px #CFCFCF;
  70. }
  71.  
  72. input.text { 
  73.     font-family:            Trebuchet, sans-serif;
  74.     font-size:                11px;
  75.     font-weight:            bold;
  76.     color:                    #808080;
  77.     border:                    solid 1px #CFCFCF;
  78. }
  79.  
  80. input.checkbox { 
  81.     font-family:            Trebuchet, sans-serif;
  82.     font-size:                11px;
  83.     font-weight:            bold;
  84.     color:                    #808080;
  85. }
  86.  
  87. .sectionHeading {
  88.     font-family:            trebuchet;
  89.     font-size:                14pt;
  90.     font-weight:            bold;
  91.     width:                    100%;
  92.     color:                    #8BC11E;    
  93.     margin-bottom:            5px;
  94. }
  95.  
  96. .button {
  97.     font-family:            trebuchet;
  98.     font-size:                 11px;        
  99.     font-weight:            bold;
  100.     color:                    #FFFFFF;
  101.     height:                    22px;
  102.     text-align:                center;
  103.     background-color:        #99CC33;
  104.     border:                    2px outset #99CC33;
  105.     cursor:                    hand;
  106. }
  107.  
  108. .dateButton, .customButton {
  109.     margin-left:            2px;
  110.     height:                    18px;
  111.     background-color:        #99CC33;
  112.     border:                    2px outset #99CC33;
  113.     cursor:                    hand;
  114. }
  115.  
  116. .customButton {
  117.     height:                    21px;
  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(Lime/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(Lime/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-top:                4px;
  173.     margin-left:            4px;
  174.     margin-right:            4px;
  175.     margin-bottom:            20px;
  176.     background-color:        rgb(239,239,239);
  177.     border-top:                1px solid #999999;
  178.     color:                    #808080;
  179.     padding-top:            10px;
  180. }
  181.  
  182. /* field-group of class stdButtonBar will display at top right of the form - use for action-buttons */
  183.  
  184. .stdButtonBar {
  185.     position:                absolute;
  186.     top:                    0px;
  187.     right:                    -10px;
  188.     height:                    43px;
  189.     padding-top:            10px;
  190.     padding-right:            7px;
  191.     padding-left:            5px;
  192. }
  193.  
  194. /* other handy general-purpose classnames */
  195.  
  196. .boldface * {
  197.     font-weight:            bold !important;
  198. }
  199. .italic * {
  200.     font-style:                italic !important;
  201. }
  202. .bigtext * {
  203.     font-size:                11pt !important;
  204. }
  205. .bigbold * {
  206.     font-size:                11pt !important;
  207.     font-weight:            bold !important;
  208. }
  209. .smalltext * {
  210.     font-size:                8pt !important;
  211. }
  212. .boldtabs .activeTab {
  213.     font-weight:            bold !important;
  214. }
  215. .boldtabs .inactiveTab {
  216.     font-weight:            bold !important;
  217. }
  218.  
  219. /* textarea shouldn't have a scrollbar unless it's got lots of content */
  220.  
  221. TEXTAREA {
  222.  overflow:                    auto;
  223. }
  224.  
  225. /* Buttons have a hand cursor */
  226.  
  227. .button, .dateButton, .customButton {
  228.     cursor:                    hand;
  229. }