home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / Groove.en-us / GrooveLR.cab / SOFTBLUE.CSS5_1033 < prev    next >
Text File  |  2007-02-04  |  4KB  |  222 lines

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