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

  1. * {
  2.     font-family:            "Verdana", sans-serif;
  3.     font-size:                10pt;
  4.     font-weight:            normal;
  5. }
  6.  
  7. BODY {
  8.     background-color:        #DDEEF9;
  9.     color:                    #333333;
  10. }
  11.  
  12. INPUT.radio, INPUT.checkbox, .system, .inputPreview, .textareaPreview, .selectPreview,
  13. .formHeading, .sectionHeading, .button, .activeTab, .inactiveTab {
  14. {
  15.     font-weight:            bold;
  16. }
  17.  
  18. .system, .inputPreview, .textareaPreview, .selectPreview, .selectPreview {
  19. {
  20.     color:                    #333366;
  21. }
  22.  
  23.  
  24. FONT, .staticText
  25. {
  26.     color:                    #333366;
  27. }
  28.  
  29. TABLE {
  30.     width:                    100%;
  31. }
  32.  
  33.  
  34. .formHeading {
  35.     background-image:        url(BrightYellow/header.gif);
  36.     font-size:                18pt;
  37.     color:                    #ffffff;
  38.     padding-top:            16px;
  39.     padding-bottom:            12px;
  40.     border-bottom:            4px solid #ffffff;
  41.     margin-bottom:            5px;
  42. }
  43.  
  44. .sectionHeading {
  45.     font-size:                12pt;
  46.     color:                    #62A4CC;
  47.     padding-bottom:            5px;
  48.     padding-top:            5px;
  49. }
  50.  
  51. .fieldLabel {
  52.     color:                    #003333;
  53. }
  54.  
  55. HR {
  56.     color:                    #E9F3F8;
  57. }
  58.  
  59.  
  60. .button {
  61.     color:                    #FFFFFF;
  62.     height:                    22px;
  63. }
  64.  
  65. .button, .dateButton, .customButton {
  66.     background-color:        #639DB5;
  67.     border-top:                2px solid #387D99;
  68.     border-left:            2px solid #387D99;
  69.     border-right:            2px solid #256C88;
  70.     border-bottom:            2px solid #256C88;
  71. }
  72.  
  73. .dateButton, .customButton {
  74.     margin-left:            2px;
  75.     height:                    17px;
  76. }
  77.  
  78. .customButton {
  79.     height:                    19px;
  80. }
  81.  
  82.  
  83.  
  84. TEXTAREA {
  85.     color:                    #999999;
  86.     border:                    1px solid #A8C9DE;
  87.     overflow:                auto;
  88. }
  89.  
  90. SELECT {
  91.     color:                    #999999;
  92.     border:                    1px solid #A8C9DE;
  93. }
  94.  
  95. INPUT.text {
  96.     color:                    #999999;
  97.     border:                    1px solid #A8C9DE;
  98. }
  99.  
  100. INPUT.radio {
  101.     color:                    #999999;
  102. }
  103.  
  104. INPUT.checkbox {
  105.     color:                    #999999;
  106. }
  107.  
  108.  
  109. .highlightField {
  110.     background-color:        #999999;
  111. }
  112.  
  113. .highlightField FONT {
  114.     color:                    #663333;
  115. }
  116.  
  117. .hoverField {
  118.     background-color:        #AAAAAA;
  119. }
  120.  
  121. .hoverField FONT {
  122.     color:                    #774444;
  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.     font-family:            "Trebuchet", sans-serif;
  132. }
  133.  
  134. .activeTab {
  135.     background-image:        url(BrightYellow/tab_on.gif);
  136.     color:                    #666666;
  137. }
  138.  
  139. .inactiveTab {
  140.     background-image:        url(BrightYellow/tab_off.gif);
  141.     color:                    #999999;
  142. }
  143.  
  144. .tabContents{
  145.     margin-top:                4px;
  146.     margin-left:            4px;
  147.     margin-right:            4px;
  148.     margin-bottom:            20px;
  149.     background-color:        #ffffff;
  150.     border-top:                1px solid #999999;
  151. }
  152.  
  153. /* field-group of class stdButtonBar will display at top right of the form - use for action-buttons */
  154.  
  155. .stdButtonBar {
  156.     position:                absolute;
  157.     top:                    0px;
  158.     right:                    -10px;
  159.     height:                    43px;
  160.     padding-top:            10px;
  161.     padding-right:            7px;
  162.     padding-left:            5px;
  163. }
  164.  
  165. /* other handy general-purpose classnames */
  166.  
  167. .boldface * {
  168.     font-weight:            bold !important;
  169. }
  170. .italic * {
  171.     font-style:                italic !important;
  172. }
  173. .bigtext * {
  174.     font-size:                11pt !important;
  175. }
  176. .bigbold * {
  177.     font-size:                11pt !important;
  178.     font-weight:            bold !important;
  179. }
  180. .smalltext * {
  181.     font-size:                8pt !important;
  182. }
  183. .boldtabs .activeTab {
  184.     font-weight:            bold !important;
  185. }
  186. .boldtabs .inactiveTab {
  187.     font-weight:            bold !important;
  188. }
  189.  
  190. /* Buttons have a hand cursor */
  191.  
  192. .button, .dateButton, .customButton {
  193.     cursor:                    hand;
  194. }