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

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