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.CSS3 < prev    next >
Text File  |  2007-02-04  |  3KB  |  184 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. TD, FONT {
  16.     text-align:                left;
  17. }
  18.  
  19. TABLE {
  20.     width:                    100%;
  21. }
  22.  
  23. #HeadingTable, #FieldsTable {
  24.     color:                    #808080;
  25. }
  26.  
  27. #FieldsTable {
  28.     border:                    5px solid #FFFFFF;
  29.     border-top-width:        0px;
  30. }
  31.  
  32. FORM {
  33.     background-color:        #FFFFFF;
  34.     color:                    #808080;
  35. }
  36.  
  37. FONT, .staticText {
  38.     font-family:            Trebuchet, sans-serif;
  39.     font-size:                11px;
  40.     color:                    #808080;
  41. }
  42.  
  43. .formHeading {
  44.     background-color:        #99CC33;
  45.     color:                    white; 
  46.     font-family:            trebuchet;
  47.     font-size:                20px;
  48.     font-weight:             bold;
  49.     width:                    100%;
  50.     padding-top:             12px;
  51.     padding-bottom:         12px;
  52.     margin-bottom:            5px;
  53. }
  54.  
  55.  
  56. HR {
  57.     color:                    #CCFF66;
  58. }
  59.  
  60. SELECT {
  61.     font-size:                11px;
  62.     font-family:            Trebuchet, sans-serif;
  63.     color:                    #808080;
  64.     font-weight:            bold;
  65. }
  66.  
  67.  
  68. TEXTAREA {
  69.     font-family:            Trebuchet, sans-serif;
  70.     font-size:                11px;
  71.     font-weight:            bold;
  72.     color:                    #808080;
  73.     border:                    solid 1px #CFCFCF;
  74. }
  75.  
  76. input.text { 
  77.     font-family:            Trebuchet, sans-serif;
  78.     font-size:                11px;
  79.     font-weight:            bold;
  80.     color:                    #808080;
  81.     border:                    solid 1px #CFCFCF;
  82. }
  83.  
  84. input.checkbox { 
  85.     font-family:            Trebuchet, sans-serif;
  86.     font-size:                11px;
  87.     font-weight:            bold;
  88.     color:                    #808080;
  89. }
  90.  
  91. .sectionHeading {
  92.     font-family:            trebuchet;
  93.     font-size:                14pt;
  94.     font-weight:            bold;
  95.     width:                    100%;
  96.     color:                    #8BC11E;    
  97.     margin-bottom:            5px;
  98. }
  99.  
  100. .button {
  101.     font-family:            trebuchet;
  102.     font-size:                 11px;        
  103.     font-weight:            bold;
  104.     color:                    #FFFFFF;
  105.     height:                    22px;
  106.     text-align:                center;
  107.     background-color:        #99CC33;
  108.     border:                    2px outset #99CC33;
  109.     cursor:                    hand;
  110. }
  111.  
  112. .dateButton, .customButton {
  113.     margin-left:            2px;
  114.     height:                    18px;
  115.     background-color:        #99CC33;
  116.     border:                    2px outset #99CC33;
  117.     cursor:                    hand;
  118. }
  119.  
  120. .customButton {
  121.     height:                    21px;
  122. }
  123.  
  124. .highlightField
  125. {
  126.     background-color:        #808080;
  127. }
  128.  
  129. .highlightField FONT
  130. {
  131.     color:                    #3165CE;
  132. }
  133.  
  134. .hoverField
  135. {
  136.     background-color:        #919191;
  137. }
  138.  
  139. .hoverField FONT
  140. {
  141.     color:                    #4276DF;
  142. }
  143.  
  144. .activeTab, .inactiveTab {
  145.     cursor:                    default;
  146.     padding:                8px 10px 8px 10px;
  147.     border-right:            1px solid #C3BFBF;
  148.     border-left:            1px solid #C3BFBF;
  149.     background-color:        transparent;
  150.     font-family:            trebuchet;
  151.     font-size:                11px;
  152.     font-weight:             bold;
  153. }
  154.  
  155. .activeTab {
  156.     background-image:        url(Lime/tab_on.gif);
  157.     background-color:        transparent;
  158.     border-right:            1px solid #C3BFBF;  
  159.     color:                    #666666;
  160.     font-family:            trebuchet;
  161.     font-size:                11px;
  162.     font-weight:             bold;
  163. }
  164.  
  165. .inactiveTab {
  166.     background-image:        url(Lime/tab_off.gif);
  167.     background-color:        transparent;
  168.     color:                    #999999;
  169.     border-right:            1px solid #C3BFBF;
  170.     font-family:            trebuchet;
  171.     font-size:                11px;
  172.     font-weight:             bold;
  173. }
  174.  
  175. .tabContents{
  176.     margin-top:                4px;
  177.     margin-left:            4px;
  178.     margin-right:            4px;
  179.     margin-bottom:            20px;
  180.     background-color:        rgb(239,239,239);
  181.     border-top:                1px solid #999999;
  182.     color:                    #808080;
  183.     padding-top:            10px;
  184. }