home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / COFFEEbeans / style.css < prev   
Cascading Style Sheet File  |  2006-12-01  |  2KB  |  119 lines

  1. body {
  2. font-family:Verdana, Arial, Helvetica, sans-serif;
  3. background:url(images/bg.gif) repeat;
  4. background-color:#DCD0B4;
  5. font-size:9pt;
  6. color:#fff;
  7. line-height:13pt;
  8. margin:0;
  9. padding:0;
  10. }
  11.  
  12. .heading {
  13. background:inherit;
  14. font-family:Helvetica, sans-serif;
  15. font-weight:800;
  16. width:500px;
  17. padding-top:30px;
  18. padding-bottom:15px;
  19. font-size:40px;
  20. color:#fff;
  21. margin-right:auto;
  22. margin-left:auto;
  23. }
  24.  
  25. div#box {
  26. background:#A59574;
  27. width:550px;
  28. color:#fff;
  29. border:6px solid #674E3D;
  30. margin-left:auto;
  31. margin-right:auto;
  32. padding:10px;
  33. }
  34.  
  35. div#box a {
  36. background:inherit;
  37. color:#674E3D;
  38. font-weight:800;
  39. }
  40.  
  41. div#box a:active {
  42. background:inherit;
  43. color:#fff;
  44. text-decoration:underline;
  45. }
  46.  
  47. .img1 {
  48. float:left;
  49. }
  50.  
  51. .img2 {
  52. float:right;
  53. }
  54.  
  55. div#footer {
  56. background:inherit;
  57. color:#fff;
  58. padding-top:10px;
  59. padding-bottom:20px;
  60. clear:both;
  61. text-align: center;
  62. }
  63.  
  64. div#footer a {
  65. background:inherit;
  66. color:#fff;
  67. text-decoration:none;
  68. }
  69.  
  70. b {
  71. font-size:20px;
  72. }
  73.  
  74. .form {
  75. background:inherit;
  76. width:300px;
  77. color:#fff;
  78. text-align:left;
  79. border:1px solid #674E3D;
  80. padding:5px;
  81. margin-right: auto;
  82. margin-left: auto;
  83. }
  84.  
  85. #menu1 {
  86. width:550px;
  87. margin-left:auto;
  88. margin-right:auto;
  89. list-style-type:none;
  90. padding:5px 5px 45px;
  91. }
  92.  
  93. #menu1 li {
  94. float:left;
  95. border:1px solid #674E3D;
  96. }
  97.  
  98. #menu1 a {
  99. background:#A59574;
  100. display:block;
  101. width:88px;
  102. height:25px;
  103. padding-top:6px;
  104. color:#fff;
  105. text-align:center;
  106. text-decoration:none;
  107. float:left;
  108. }
  109.  
  110. #menu1 a:hover {
  111. color:#fff;
  112. background:#674E3D;
  113. }
  114.  
  115. div#box a:hover,div#footer a:hover {
  116. background:inherit;
  117. color:#000;
  118. text-decoration:underline;
  119. }