home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / A_Dark_Design / style.css < prev    next >
Cascading Style Sheet File  |  2007-01-05  |  2KB  |  131 lines

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