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

  1. BODY {
  2.     background-color:        #F5EDE3;
  3.     color:                    #664E38;
  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:                    #664E38;
  15. }
  16.  
  17. TABLE {
  18.     width:                    100%;
  19. }
  20.  
  21. FONT, .staticText
  22. {
  23.     font-family:            verdana;
  24.     font-weight:            normal;
  25.     font-size:                10px;
  26.     color:                    #664E38;
  27. }
  28.  
  29.  
  30. .formHeading {
  31.     background-image:        url(Oasis/header.gif);
  32.     font-family:            verdana;
  33.     font-size:                22px;
  34.     font-weight:            bold;
  35.     color:                    #ffffff;
  36.     padding-top:            12px;
  37.     padding-bottom:            12px;
  38.     margin-bottom:            5px;
  39. }
  40.  
  41. .fieldLabel {
  42.     font-family:            verdana;
  43.     font-size:                10px;
  44.     font-weight:            normal;
  45.     color:                    #664E38;
  46. }
  47.  
  48.  
  49. HR {
  50.     color:                    #E9F3F8;
  51. }
  52.  
  53. .sectionHeading {
  54.     font-size:                14px;
  55.     font-weight:            bold;
  56.     color:                    #5B84D6;
  57.     padding-bottom:            5px;
  58.     padding-top:            5px;
  59. }
  60.  
  61.  
  62. .button, .dateButton, .customButton {
  63.     color:                    #FFFFCC;
  64.     background-color:        #CC9966;
  65.     border:                    1px;
  66. }
  67.  
  68. .dateButton, .customButton {
  69.     margin-left:            2px;
  70.     height:                    17px;
  71. }
  72.  
  73. .customButton {
  74.     padding:                0px 1px 0px 1px;
  75.     height:                    19px;
  76. }
  77.  
  78.  
  79. TEXTAREA {
  80.     font-family:            verdana;
  81.     font-size:                11px;
  82.     font-weight:            normal;
  83.     color:                    #DF983F;
  84.     border-top:                1px solid #CABBA9;
  85.     border-left:            1px solid #CABBA9;
  86.     border-right:            1px solid #E1D4C0;
  87.     border-bottom:            1px solid #E1D4C0;
  88. }
  89.  
  90. SELECT {
  91.     font-family:            verdana;
  92.     font-size:                11px;
  93.     font-weight:            normal;
  94.     color:                    #DF983F;
  95.     border-top:                1px solid #CABBA9;
  96.     border-left:            1px solid #CABBA9;
  97.     border-right:            1px solid #E1D4C0;
  98.     border-bottom:            1px solid #E1D4C0;
  99. }
  100.  
  101. INPUT.text {
  102.     font-family:            verdana;
  103.     font-size:                11px;
  104.     font-weight:            normal;
  105.     color:                    #DF983F;
  106.     border-top:                1px solid #CABBA9;
  107.     border-left:            1px solid #CABBA9;
  108.     border-right:            1px solid #E1D4C0;
  109.     border-bottom:            1px solid #E1D4C0;
  110. }
  111.  
  112. INPUT.radio {
  113.     font-family:            verdana;
  114.     font-size:                11px;
  115.     font-weight:            bold;
  116.     color:                    #DF983F;
  117. }
  118.  
  119. INPUT.checkbox {
  120.     font-family:            verdana;
  121.     font-size:                11px;
  122.     font-weight:            bold;
  123.     color:                    #DF983F;
  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.  
  144. .activeTab, .inactiveTab {
  145.     cursor:                    default;
  146.     padding:                8px 10px 8px 10px;
  147.     border-right:            1px solid #C3BFBF;
  148.     border-left:            1px solid #C3BFBF;
  149.     font-size:                11px;
  150.     font-weight:            bold;
  151. }
  152.  
  153. .activeTab {
  154.     background-image:        url(Oasis/tab_on.gif);
  155.     border-right:            1px solid #A9A94A;  
  156.     color:                    #83832C;
  157.     font-weight:            bold;
  158. }
  159.  
  160. .inactiveTab {
  161.     background-image:        url(Oasis/tab_off.gif);
  162.     color:                    #A4A449;
  163.     border-right:            1px solid #A9A94A;
  164.     font-weight:            bold;
  165. }
  166.  
  167.  
  168. .tabContents{
  169.     background-color:        #FAF7F2;
  170.     border-top:                1px solid #A9A94A;
  171. }
  172.  
  173. /* field-group of class stdButtonBar will display at top right of the form - use for action-buttons */
  174.  
  175. .stdButtonBar {
  176.     position:                absolute;
  177.     top:                    0px;
  178.     right:                    -10px;
  179.     height:                    43px;
  180.     padding-top:            10px;
  181.     padding-right:            7px;
  182.     padding-left:            5px;
  183. }
  184.  
  185. /* other handy general-purpose classnames */
  186.  
  187. .boldface * {
  188.     font-weight:            bold !important;
  189. }
  190. .italic * {
  191.     font-style:                italic !important;
  192. }
  193. .bigtext * {
  194.     font-size:                11pt !important;
  195. }
  196. .bigbold * {
  197.     font-size:                11pt !important;
  198.     font-weight:            bold !important;
  199. }
  200. .smalltext * {
  201.     font-size:                8pt !important;
  202. }
  203. .boldtabs .activeTab {
  204.     font-weight:            bold !important;
  205. }
  206. .boldtabs .inactiveTab {
  207.     font-weight:            bold !important;
  208. }
  209.  
  210. /* textarea shouldn't have a scrollbar unless it's got lots of content */
  211.  
  212. TEXTAREA {
  213.  overflow:                    auto;
  214. }
  215.  
  216. /* Buttons have a hand cursor */
  217.  
  218. .button, .dateButton, .customButton {
  219.     cursor:                    hand;
  220. }