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

  1. BODY {
  2.     background-color:        #FFFFCC;  
  3.     font-family:            verdana;
  4.     font-weight:            normal;
  5.     font-size:                10px;
  6. }
  7.  
  8. .system, .inputPreview, .textareaPreview, .selectPreview, .selectPreview {
  9.     font-family:            verdana;
  10.     font-weight:            bold;
  11.     font-size:                10px;
  12. }
  13.  
  14.  
  15. .formHeading {
  16.     font-family:            verdana;
  17.     font-size:                22px;
  18.     font-weight:            normal;
  19.     color:                    #FDFDDE;
  20.     padding-top:            12px;
  21.     padding-bottom:            12px;
  22.     background-image:        url(Desert/header.gif);
  23. }
  24.  
  25. TABLE {
  26.     width:                    100%;
  27. }
  28.  
  29. FONT, .staticText
  30. {
  31.     font-family:            verdana;
  32.     font-weight:            normal;
  33.     font-size:                10px;
  34. }
  35.  
  36.  
  37. HR {
  38.     color:                    #F0F5FB;
  39. }
  40.  
  41. .sectionHeading {
  42.     font-size:                14px;
  43.     font-weight:            bold;
  44.     color:                    #8B984A;
  45.     padding-bottom:            5px;
  46.     padding-top:            5px;
  47. }
  48.  
  49.  
  50. .button, .dateButton, .customButton {
  51.     color:                    #FFFFCC;
  52.     background-color:        #CC9966;
  53.     border:                    1px;
  54. }
  55.  
  56. .dateButton, .customButton {
  57.     margin-left:            2px;
  58.     height:                    17px;
  59. }
  60.  
  61. .customButton {
  62.     height:                    19px;
  63. }
  64.  
  65. TEXTAREA {
  66.     font-family:            verdana;
  67.     font-size:                11px;
  68.     font-weight:            bold;
  69.     color:                    #666666;
  70.     background-color:        #E9E9C3;
  71.     border:                    1px solid #BEBE82;
  72. }
  73.  
  74. SELECT {
  75.     font-family:            verdana;
  76.     font-size:                11px;
  77.     font-weight:            normal;
  78.     color:                    #666666;
  79.     background-color:        #E9E9C3;
  80.     border:                    1px solid #BEBE82;
  81. }
  82.  
  83. INPUT.text {
  84.     font-family:            verdana;
  85.     font-size:                11px;
  86.     font-weight:            bold;
  87.     color:                    #666666;
  88.     background-color:        #E9E9C3;
  89.     border:                    1px solid #BEBE82;
  90. }
  91.  
  92. INPUT.radio {
  93.     color:                    #666666;
  94. }
  95.  
  96. INPUT.checkbox {
  97.     color:                    #666666;
  98. }
  99.  
  100.  
  101. .highlightField {
  102.     background-color:        #999999;
  103. }
  104.  
  105. .highlightField FONT {
  106.     color:                    #663333;
  107. }
  108.  
  109. .hoverField {
  110.     background-color:        #AAAAAA;
  111. }
  112.  
  113. .hoverField FONT {
  114.     color:                    #774444;
  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.     font-size:                11px;
  123.     font-weight:            bold;
  124. }
  125.  
  126. .activeTab {
  127.     background-image:        url(Desert/tab_on.gif);
  128.     border-right:            1px solid #A9A94A;  
  129.     color:                    #83832C;
  130.     font-weight:            bold;
  131. }
  132.  
  133. .inactiveTab {
  134.     background-image:        url(Desert/tab_off.gif);
  135.     color:                    #A4A449;
  136.     border-right:            1px solid #A9A94A;
  137.     font-weight:            bold;
  138. }
  139.  
  140. .tabContents{
  141.     background-color:        #FBFBE0;
  142.     border-top:                2px dashed #A9A94A;
  143. }