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

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