home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / xoops-2.0.18.1.exe / xoops-2.0.18.1 / htdocs / install / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2008-01-10  |  1.9 KB  |  71 lines

  1. * html {margin:    0;    padding:    0;}
  2. * html body { height: 100%;}
  3.  
  4. body        {
  5.     font-family : tahoma, osaka, taipei, verdana, arial, helvetica, sans-serif;
  6.     color: #000000;
  7.     font-size: 12px;
  8.     margin: 0 auto;
  9.     padding: 0;
  10.     width:778px;
  11. }
  12.  
  13. a {
  14.     text-decoration: none;
  15.     color: #666666;font-weight: bold;
  16.     background-color: transparent;
  17. }
  18.  
  19. a:hover        {
  20.     text-decoration: none;
  21.         color: #ff9966;
  22.         font-weight: bold;
  23.         background-color: transparent;
  24. }
  25.  
  26. td        {
  27.     font-family : tahoma, osaka, taipei, verdana, arial, helvetica, sans-serif;
  28.     color: #000000;
  29.     font-size: 12px;
  30.     border-top-width : 1px;
  31.     border-right-width : 1px;
  32.     border-bottom-width : 1px;
  33.     border-left-width : 1px;
  34. }
  35.  
  36. img        {    border:0;            }
  37. div        {    text-align: center;        }
  38. .bg1        {        background-color: #f7f7f7; color: #000000;       }
  39. .bg2        {        background-color: #000000; color: #ffffff;       }
  40. .bg3        {        background-color: #2f5376; color: #f9b743;       }
  41. .bg4        {        background-color: #f5f5f5; color: #000000;       }
  42. .bg5        {        background-color: #f5f5f5; color: #000000;       }
  43. .fg1        {        color: #f9b743;                                  }
  44. .fg2        {        color: #000000;                                  }
  45.  
  46. input        {
  47.     border-right: #000000 1px solid;
  48.     border-top: #000000 1px solid;
  49.     font: 8pt verdana, arial, helvetica;
  50.     border-left: #000000 1px solid;
  51.     color: #000000;
  52.     border-bottom: #000000 1px solid;
  53.     background-color: #f7f7f7
  54. }
  55.  
  56. select {
  57.     border-right: #000 1px solid;
  58.     border-top: #000 1px solid;
  59.     background-color: #f7f7f7;
  60.     font: 8pt verdana, arial, helvetica;
  61.     border-left: #000 1px solid;
  62.     color: #000;
  63.     border-bottom: #000 1px solid;
  64. }
  65. table {
  66.     border : 0;
  67. }
  68.  
  69. .bg_table     {    background-image:url('img/bg_table.gif');        }
  70. .hbar_middle {    background-image:url('img/hbar_middle.gif');    }
  71. .bg_darkblue {    background-image:url('img/bg_darkblue.gif');    }