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 / SOLUTIONS.CSS5_1033 < prev    next >
Text File  |  2007-02-04  |  7KB  |  308 lines

  1. /* Solutions.css  */
  2. /* Variant: "main".  This has a plain background for FormHeading. The other variants (person, doc, response) have icon backgrounds. */
  3.  
  4. * {
  5.     font-family:        "Calibri", sans-serif;
  6.     font-size:        11pt;
  7.     font-weight:        normal;
  8. }
  9.  
  10. BODY {
  11.     overflow-y:            auto;
  12.     overflow-x:            hidden;
  13.     background:            #D9CCF7;
  14.     margin:                4px;
  15. }
  16.  
  17. FORM {
  18.     width:                100%;
  19.     height:                100%;
  20.     background:            #F6F3FB;
  21. }
  22.  
  23. .formHeading {
  24.     background-image:    url(Solutions/Main.gif);
  25.     background-repeat:    repeat-x;
  26.     height:                40px;
  27.     padding-left:        8px;
  28.     padding-top:        4px;
  29.     font-size:            18pt;
  30.     font-weight:        bold;
  31.     white-space:         nowrap;
  32. }
  33.  
  34. #HeadingTable
  35. {
  36.     background:            #D9CCF7;
  37.     border-bottom:        solid 2px #D9CCF7;
  38. }
  39.  
  40. #HeadingTable TD {
  41.     padding-right:        0px;
  42. }
  43.  
  44. #FieldsTable {
  45.     border:                solid 8px #F6F3FB;
  46. }
  47.  
  48.  
  49. FONT, .staticText, .fieldLabel {
  50.     color:                    #406080;
  51. }
  52.  
  53. .textareaPreview, .inputPreview, .selectPreview {
  54.     color:                    #000000;
  55. }
  56.  
  57. .sectionHeading {
  58.     font-size:            14pt;
  59.     color:                #967EBC;
  60.     padding-bottom:        2px;
  61.     padding-top:        7px;
  62. }
  63.  
  64. HR {
  65.     color:                #967EBC;
  66. }
  67.  
  68.  
  69.  
  70. TABLE {
  71.     padding:             0px;
  72.     width:                100%;
  73.     border-collapse:    collapse;
  74. }
  75.  
  76.  
  77.  
  78. TD {
  79.     padding:            0px;
  80.     padding-right:        6px;
  81.     padding-bottom:        1px;
  82. }
  83.  
  84.  
  85.  
  86. /* field-group of class stdButtonBar will display at top right of the form - use for action-buttons */
  87.  
  88. .stdButtonBar {
  89.     position:            absolute;
  90.     top:                0px;
  91.     right:                -10px;
  92.     height:                43px;
  93.     padding-top:        10px;
  94.     padding-right:        20px;
  95.     padding-left:        5px;
  96. }
  97.  
  98.  
  99. /* other handy general-purpose classnames */
  100.  
  101. .boldface * {
  102.     font-weight:        bold !important;
  103. }
  104. .italic * {
  105.     font-style:            italic !important;
  106. }
  107. .bigtext * {
  108.     font-size:            14pt !important;
  109. }
  110. .bigbold * {
  111.     font-size:            14pt !important;
  112.     font-weight:        bold !important;
  113. }
  114. .smalltext * {
  115.     font-size:            9pt !important;
  116. }
  117. .boldtabs .activeTab {
  118.     font-weight:        bold !important;
  119. }
  120. .boldtabs .inactiveTab {
  121.     font-weight:        bold !important;
  122. }
  123.  
  124.  
  125. /* Use the classname 'readonly' to set background of read-only input fields to form-background-color */
  126.  
  127. .readonly .text, .readonly TEXTAREA, .readonly OPTION {
  128.     background:            #F6F3FB;
  129. }
  130.  
  131.  
  132. /* textarea shouldn't have a scrollbar unless it's got lots of content */
  133.  
  134. TEXTAREA {
  135.     border:                solid 1px #CCCCCC;
  136.     background-color:    #FFFFFF;
  137.     overflow:            auto;
  138. }
  139.  
  140. INPUT.text {
  141.     margin-top:            0px;
  142.     border:                solid 1px #CCCCCC;
  143.     background-color:    #FFFFFF;
  144. }
  145.  
  146.  
  147. /* buttons */
  148.  
  149. .button, .dateButton, .customButton {
  150.     cursor:             hand;
  151.     text-align:            center;
  152.     vertical-align:        top;
  153.     color:                #000000;
  154. }
  155.  
  156. .button {
  157.     padding-left:        5px;
  158.     padding-right:        5px;
  159. }
  160.  
  161. .dateButton {
  162.     height:                23px;
  163.     margin-left:        2px;
  164. }
  165.  
  166. .customButton {
  167.     height:                23px;
  168.     margin-left:        2px;
  169. }
  170.  
  171.  
  172. /* tab groups */
  173.  
  174. .activeTab, .inactiveTab {
  175.     color:                #000000;
  176.     margin:                0px;
  177.     cursor:                default;
  178.     padding:            4px 10px 4px 18px;
  179.     position:            relative;
  180.     bottom:                -2;
  181.     border-top:            1px solid #CCCCCC;
  182.     border-right:        1px solid #CCCCCC;
  183.     border-left:        1px solid #CCCCCC;
  184.  
  185. }
  186.  
  187. .activeTab {
  188.     background-color:    #EBE3FB;
  189.     border-bottom:        solid 1px #EBE3FB;
  190. }
  191.  
  192. .inactiveTab {
  193.     cursor:                hand;
  194.     background-color:    #F6F3FB;
  195.     border-right:        1px solid #CCCCCC;
  196.     border-bottom:        1px solid #CCCCCC;  
  197. }
  198.  
  199. .tabContents {
  200.     background-color:    #EBE3FB;
  201.     border:                1px solid #CCCCCC;
  202.     border-right:        1px solid #CCCCCC;
  203. }
  204.  
  205. .tabContents TABLE {
  206.     width:                99%;
  207. }
  208.  
  209. .tabContents TD {
  210.     padding:            3px;
  211. }
  212.  
  213.  
  214. /* Attachments, richtext embedded objects */
  215.  
  216. OBJECT {
  217.     margin-top:            0px;
  218. }
  219.  
  220.  
  221. /* special handling for attachments-type fields of class "fullwidth":
  222.    - make 100% width
  223.    - hide when printing
  224. */
  225.  
  226. @media print {
  227.     .fullwidth OBJECT {
  228.         display:        none;
  229.     }
  230. }
  231.  
  232. .fullwidth OBJECT {
  233.     width:                100%;
  234. }
  235.  
  236.  
  237. /* richtext- and attachments-field buttons with styling */
  238.  
  239. .commandbar {
  240.     margin:             0px;
  241.     border-left:        solid 1px #D1D1D1;
  242.     border-top:            solid 1px #D1D1D1;
  243.     border-right:        solid 1px #D1D1D1;
  244.     border-bottom:         none;
  245. }
  246.  
  247. .commandbar * {
  248.     background-color:    #EFEFEF;
  249. }
  250.  
  251. .command{
  252.     border:                solid 1px #EFEFEF;
  253.     width:                18px;
  254. }
  255.  
  256. .commandHover {
  257.     border:                1px inset;
  258.     width:                18px;
  259. }
  260.  
  261. .commandSep {
  262.     background-color:    #D1D1D1;
  263.     width:                2px;
  264.     height:                23px;
  265. }
  266.  
  267.  
  268.  
  269. /* designer-only styles */
  270.  
  271. .highlightField
  272. {
  273.     background-color:    #C4AFF2;
  274. }
  275.  
  276. .highlightField FONT
  277. {
  278.     color:                #000000;
  279. }
  280.  
  281. .hoverField
  282. {
  283.     background-color:    #D9CCF7;
  284. }
  285.  
  286. .hoverField FONT
  287. {
  288.     color:                #000000;
  289. }
  290.  
  291.  
  292. /* popup-menu style */
  293.  
  294. .menubox *        { font-family:"Tahoma", sans-serif; font-size:8pt; line-height:20px; padding:0px; margin:0px; }
  295. .menubox        { border:solid 1px #666666; font-family:"Tahoma", sans-serif; font-size:8pt; line-height:20px; position:absolute; width:164px; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#E3E0DC', Positive='true'); background-color:#F9F8F7 }
  296. .menu            { border:solid 1px #F9F8F7; background-image:url(Solutions/gradient.png); background-repeat:repeat-y }
  297. .menu li        { zzlist-style-image: none; padding-left:31px; width:100%; overflow-x:hidden; white-space:nowrap }
  298. .menu div        { padding-left:31px; width:100%; overflow-x:hidden; white-space:nowrap }
  299. .menuItem        { color:#000000; line-height:22px; border-right: solid 1px #F9F8F7 }
  300. .menuItemSub        { color:#000000; line-height:22px; border-right: solid 1px #F9F8F7; background-image:url(Solutions/arrow.png); background-position:center right; background-repeat:no-repeat }
  301. .highlightItem        { background-color:#B8D2B4; color:#000000; border: solid 1px #000000; text-indent:-1px }
  302. .highlightItemSub    { background-color:#B8D2B4; color:#000000; border: solid 1px #000000; text-indent:-1px; background-image:url(Solutions/arrow.png); background-position:center right; background-repeat:no-repeat }
  303. .disabledItem        { color:gray; line-height:22px }
  304. .disabledItemSub    { color:gray; line-height:22px; background-image:url(Solutions/arrow.png); background-position:center right; background-repeat:no-repeat }
  305. .disabledhighlightItem        { background-color:#F9F8F7; color:gray; border: solid 1px #000000; text-indent:-1px }
  306. .disabledhighlightItemSub    { background-color:#F9F8F7; color:gray; border: solid 1px #000000; text-indent:-1px; background-image:url(Solutions/arrow.png); background-position:center right; background-repeat:no-repeat }
  307. .menuSep        { font-size:0px; height:1px; margin-bottom:-1px; margin-right:-1px; margin-top:1px; margin-left:30px; border-top:solid 1px #a0a0a0; }
  308.