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.CSS3 < prev    next >
Text File  |  2007-02-04  |  3KB  |  184 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. TD, FONT {
  15.     text-align:                left;
  16. }
  17.  
  18. TABLE {
  19.     width:                    100%;
  20. }
  21.  
  22. #HeadingTable, #FieldsTable {
  23.     font-family:            Trebuchet, sans-serif;
  24.     font-size:                11px;
  25. }
  26.  
  27. #FieldsTable {
  28.     border:                    5px solid #FFFFFF;
  29.     border-top-width:        0px;
  30. }
  31.  
  32. FORM {
  33.     background-color:        #FFFFFF;
  34.     font-family:            Trebuchet, sans-serif;
  35.     font-size:                11px;
  36. }
  37.  
  38. FONT, .staticText
  39. {
  40.     font-family:            Trebuchet, sans-serif;
  41.     font-size:                11px;
  42.     color:                    #000000;
  43. }
  44.  
  45. .formHeading {
  46.     background-color:        #FF9900;
  47.     color:                    white;
  48.     font-family:            trebuchet;
  49.     font-size:                20px;
  50.     font-weight:             bold;
  51.     width:                    100%;
  52.     padding-top:             12px;
  53.     padding-bottom:         12px;
  54.     margin-bottom:            5px;
  55. }
  56.  
  57.  
  58. HR {
  59.     color:                    #666666;
  60. }
  61.  
  62. TEXTAREA {
  63.     font-family:            Trebuchet, sans-serif;
  64.     font-size:                11px;
  65.     font-weight:            bold;
  66.     color:                    #666666;
  67.     border:                    solid 1px #CFCFCF;
  68. }
  69.  
  70. SELECT {
  71.     font-size:                11px;
  72.     font-family:            Trebuchet, sans-serif;
  73.     font-weight:            bold;
  74.     color:                    #666666;
  75. }
  76.  
  77. input.text {
  78.     font-family:            Trebuchet, sans-serif;
  79.     font-size:                11px;
  80.     font-weight:            bold;
  81.     color:                    #666666;
  82.     border:                    solid 1px #CFCFCF;
  83. }
  84.  
  85. input.checkbox { 
  86.     font-family:            Trebuchet, sans-serif;
  87.     font-size:                11px;
  88.     font-weight:            bold;
  89.     color:                    #666666;
  90. }
  91.  
  92. .sectionHeading {
  93.     font-family:            trebuchet, sans;
  94.     font-size:                14px;
  95.     font-weight:            bold;
  96.     width:                    100%;
  97.     color:                    #FF3300;    
  98.     margin-bottom:            15px;
  99. }
  100.  
  101. .button {
  102.     font-family:            trebuchet, sans;
  103.     font-size:                 11px;        
  104.     font-weight:            bold;
  105.     color:                    #FFFFFF;
  106.     height:                    18px;
  107.     text-align:                center;
  108.     background-image:        url(BrightOrange/button.gif);
  109.     border:                    1px solid #666666;
  110.     cursor:                    hand;
  111. }
  112.  
  113. .dateButton, .customButton {
  114.     margin-left:            2px;
  115.     height:                    18px;
  116.     border:                    1px solid #666666;
  117.     cursor:                    hand;
  118. }
  119.  
  120. .customButton {
  121.     height:                    20px;
  122. }
  123.  
  124.  
  125. .highlightField
  126. {
  127.     background-color:        #808080;
  128. }
  129.  
  130. .highlightField FONT
  131. {
  132.     color:                    #3165CE;
  133. }
  134.  
  135. .hoverField
  136. {
  137.     background-color:        #919191;
  138. }
  139.  
  140. .hoverField FONT
  141. {
  142.     color:                    #4276DF;
  143. }
  144.  
  145. .activeTab, .inactiveTab {
  146.     cursor:                    default;
  147.     padding:                8px 10px 8px 10px;
  148.     border-right:            1px solid #C3BFBF;
  149.     border-left:            1px solid #C3BFBF;
  150.     background-color:        transparent;
  151.     font-family:            trebuchet;
  152.     font-size:                11px;
  153.     font-weight:             bold;
  154. }
  155.  
  156. .activeTab {
  157.     background-image:        url(BrightOrange/tab_on.gif);
  158.     background-color:        transparent;
  159.     border-right:            1px solid #C3BFBF;  
  160.     color:                    #666666;
  161.     font-family:            trebuchet;
  162.     font-size:                11px;
  163.     font-weight:             bold;
  164. }
  165.  
  166. .inactiveTab {
  167.     background-image:        url(BrightOrange/tab_off.gif);
  168.     background-color:        transparent;
  169.     color:                    #999999;
  170.     border-right:            1px solid #C3BFBF;
  171.     font-family:            trebuchet;
  172.     font-size:                11px;
  173.     font-weight:             bold;
  174. }
  175.  
  176. .tabContents{
  177.     background-color:        rgb(239,239,239);
  178.     border-top:                2px dashed #cccccc;
  179.     font-family:            trebuchet;
  180.     font-size:                11px;
  181.     font-weight:             normal;
  182.     padding-top:            10px;
  183.     margin-bottom:            30px;
  184. }