home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / ProPlus.WW / ProPsWW2.cab / FORMSHOMEPAGESTYLE.CSS < prev    next >
Cascading Style Sheet File  |  2007-02-04  |  1KB  |  58 lines

  1. BODY {
  2.     margin:                    0px;
  3.     padding:                0px;
  4.     background-color:        rgb(255,255,255);
  5. }
  6.  
  7. BODY, TABLE, TR, TD {
  8.     font-family:            "Verdana", "Arial", "Sans-Serif";
  9.     font-size:                11px;
  10. }
  11.  
  12. .welcomeHead {
  13.     font-size:                21px;
  14.     font-weight:            bold;
  15.     padding:                40px 40px 0px 40px;
  16.     color:                    #90C315;
  17. }
  18.  
  19. .button, .button TD {
  20.     font-family:            "Tahoma", "Sans-Serif";
  21.     color:                    rgb(255,255,255);
  22.     cursor:                    default;
  23. }
  24.  
  25. #divMain {
  26.     background-color:        rgb(255,255,255);
  27.     background-image:        url(bg_FormsHomePage.gif);
  28.     background-attachment:    fixed;
  29.     background-position:    bottom left;
  30.     background-repeat:        no-repeat;
  31.     width:                    642px;
  32.     height:                    450px;
  33.     visibility:                hidden;
  34. }
  35.  
  36. #divCreate {
  37.     height:                    115px;
  38.     padding:                66px 0px 0px 0px;
  39. }
  40.  
  41. #divBrowse {
  42.     height:                    140px;
  43. }
  44.  
  45. #spnDesigner {
  46.     visibility:                hidden;
  47. }
  48.  
  49. #divDesigner, #divNonDesigner {
  50.     font-size:                12px;
  51.     padding:                0px 40px 0px 40px;
  52.     color:                    #666666;
  53.     display:                none;
  54. }
  55.  
  56. #divButtons {
  57.     display:                none;
  58. }