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 / SLATE.CSS5_1033 < prev    next >
Text File  |  2007-02-04  |  4KB  |  202 lines

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