home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / ProPlus.WW / ProPsWW2.cab / BRIGHTORANGE.CSS4 < prev    next >
Text File  |  2007-02-04  |  4KB  |  229 lines

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