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

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