home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / Bubblegum / style.css~ < prev   
Text File  |  2007-01-06  |  2KB  |  122 lines

  1. body {
  2. margin: 0 auto;
  3. background-color: #a09386;
  4. }
  5.  
  6. body div {
  7. text-align: left
  8. }
  9.  
  10. #main {
  11. width: 800px;
  12. margin-left: auto;
  13. margin-right: auto;
  14. background-color: #8b8078;
  15. }
  16.  
  17. #head {
  18. margin-left: auto;
  19. margin-right: auto;
  20. background-image: url("head.jpg");
  21. text-align: center;
  22. height: 98px;
  23. width: 780px;
  24. border-bottom: 4px solid #a09386;
  25. }
  26.  
  27. #head h1 {
  28. margin-top: 0px;
  29. margin-bottom: 0px;
  30. padding-top: 50px;
  31. color: #292929;
  32. }
  33.  
  34. #menu {
  35. float: left;
  36. clear: left;
  37. width: 140px;
  38. font-family: sans;
  39. margin-bottom: 10px;
  40. margin-left: 10px;
  41. }
  42.  
  43. #menu h1 {
  44. background-image: url("menutitleback.jpg");
  45. background-repeat: repeat-x;
  46. height: 25px;
  47. padding-left: 5px;
  48. padding-top: 5px;
  49. font-size: 14px;
  50. margin: 0px;
  51. color: #575252;
  52. border-bottom: 1px solid #686161;
  53. }
  54.  
  55. #menu a {
  56. color: #000000;
  57. padding-left: 5px;
  58. padding-top: 5px;
  59. padding-bottom: 5px;
  60. text-decoration: none;
  61. display: block;
  62. background-color: #a09386;
  63. border-bottom: 1px solid #686161;
  64. }
  65.  
  66. #menu a:hover {
  67. background-color: #a09986;
  68. }
  69.  
  70. a img {
  71. border: 2px solid #575757;
  72. margin-bottom: 5px;
  73. margin-left: 5px;
  74. margin-right: 5px;
  75. }
  76.  
  77. a:hover img {
  78. border: 2px solid #676767;
  79. }
  80.  
  81. #content {
  82. font-family: serif;
  83. padding: 5px;
  84. margin-left: 160px;
  85. margin-bottom: 10px;
  86. width: 620px;
  87. color: #292929;
  88. }
  89.  
  90. #content h1 {
  91. font-size: 14px;
  92. margin-top: 5px;
  93. margin-bottom: 0px;
  94. color: #292929;
  95. }
  96.  
  97. #content a {
  98. text-decoration: none;
  99. color: #292929;
  100. font-style: italic;
  101. }
  102.  
  103. #content a:hover {
  104. text-decoration: underline;
  105. }
  106.  
  107. #foot {
  108. text-align: center;
  109. color: #676767;
  110. font-size: 12px;
  111. }
  112.  
  113. #foot a {
  114. color: #676767;
  115. text-decoration: none;
  116. font-style: italic;
  117. }
  118.  
  119. #foot a:hover {
  120. text-decoration: underline;
  121. }
  122.