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

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