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

  1. BODY {
  2.     background-color:        #C5DDEE;
  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. FONT, .staticText
  18. {
  19.     font-family:            verdana;
  20.     font-weight:            normal;
  21.     font-size:                10px;
  22.     color:                    #333366;
  23. }
  24.  
  25. TABLE {
  26.     width:                    100%;
  27. }
  28.  
  29. .formHeading {
  30.     background-image:        url(BabyBlue/header.gif);
  31.     font-family:            verdana;
  32.     font-size:                20px;
  33.     font-weight:            bold;
  34.     color:                    #ffffff;
  35.     padding-top:            8px;
  36.     padding-bottom:            8px;
  37.     border-bottom:            6px solid #ffffff;
  38.     margin-bottom:            5px;
  39. }
  40.  
  41. .fieldLabel {
  42.     font-family:            verdana;
  43.     font-size:                10px;
  44.     font-weight:            normal;
  45.     color:                    #003333;
  46. }
  47.  
  48. .sectionHeading {
  49.     font-size:                14px;
  50.     font-weight:            bold;
  51.     color:                    #62A4CC;
  52.     padding-bottom:            5px;
  53.     padding-top:            5px;
  54. }
  55.  
  56.  
  57. HR {
  58.     color:                    #E9F3F8;
  59. }
  60.  
  61.  
  62. .button {
  63.     font-family:            trebuchet, sans;
  64.     font-size:                 11px;        
  65.     font-weight:            bold;
  66.     color:                    #FFFFFF;
  67.     height:                    18px;
  68.     text-align:                center;
  69.     background-image:        url(BabyBlue/button.gif);
  70.     border:                    1px solid #666666;
  71.     cursor:                    hand;
  72. }
  73.  
  74. .dateButton, .customButton {
  75.     color:                    #32681B;
  76.     background-image:        url(BabyBlue/button.gif);
  77.     border:                    1px solid #666666;
  78.     margin-left:            2px;
  79.     height:                    17px;
  80. }
  81.  
  82. .customButton {
  83.     height:                    19px;
  84. }
  85.  
  86.  
  87. TEXTAREA {
  88.     font-family:            verdana;
  89.     font-size:                11px;
  90.     font-weight:            normal;
  91.     color:                    #666666;
  92.     border:                    1px solid #A8C9DE;
  93. }
  94.  
  95. SELECT {
  96.     font-family:            verdana;
  97.     font-size:                11px;
  98.     font-weight:            normal;
  99.     color:                    #666666;
  100.     border:                    1px solid #A8C9DE;
  101. }
  102.  
  103. INPUT.text {
  104.     font-family:            verdana;
  105.     font-size:                11px;
  106.     font-weight:            normal;
  107.     color:                    #666666;
  108.     border:                    1px solid #A8C9DE;
  109. }
  110.  
  111. INPUT.radio {
  112.     font-family:            verdana;
  113.     font-size:                11px;
  114.     font-weight:            bold;
  115.     color:                    #666666;
  116. }
  117.  
  118. INPUT.checkbox {
  119.     font-family:            verdana;
  120.     font-size:                11px;
  121.     font-weight:            bold;
  122.     color:                    #666666;
  123. }
  124.  
  125.  
  126. .highlightField {
  127.     background-color:        #999999;
  128. }
  129.  
  130. .highlightField FONT {
  131.     color:                    #663333;
  132. }
  133.  
  134. .hoverField {
  135.     background-color:        #AAAAAA;
  136. }
  137.  
  138. .hoverField FONT {
  139.     color:                    #774444;
  140. }
  141.  
  142. .activeTab, .inactiveTab {
  143.     cursor:                    default;
  144.     padding:                8px 10px 8px 10px;
  145.     border-right:            1px solid #C3BFBF;
  146.     border-left:            1px solid #C3BFBF;
  147.     font-family:            trebuchet;
  148.     font-size:                11px;
  149.     font-weight:             bold;
  150. }
  151.  
  152. .activeTab {
  153.     background-image:        url(BabyBlue/tab_on.gif);
  154.     border-right:            1px solid #C3BFBF;  
  155.     color:                    #666666;
  156.     font-family:            trebuchet;
  157.     font-size:                11px;
  158.     font-weight:             bold;
  159. }
  160.  
  161. .inactiveTab {
  162.     background-image:        url(BabyBlue/tab_off.gif);
  163.     color:                    #999999;
  164.     border-right:            1px solid #C3BFBF;
  165.     font-family:            trebuchet;
  166.     font-size:                11px;
  167.     font-weight:             bold;
  168. }
  169.  
  170. .tabContents{
  171.     margin:                    4px;
  172.     margin-bottom:            20px;
  173.     background-color:        #ffffff;
  174.     border-top:                1px solid #999999;
  175. }