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

  1. body {
  2. font: 77% Verdana,Tahoma,Arial,sans-serif;
  3. background-image: url("back1.gif");
  4. }
  5.  
  6. #head {
  7. margin-left: 10px;
  8. margin-right: 10px;
  9. padding-left: 130px;
  10. height: 40px;
  11. border-bottom: 1px solid #7e7e7e;
  12. }
  13.  
  14. #head h1 {
  15. color: #7e7e7e;
  16. }
  17.  
  18. #menutop {
  19. clear: left;
  20. float: left;
  21. margin-left: 5px;
  22. margin-top: 10px;
  23. width: 120px;
  24. height: 20px;
  25. border-top: 1px solid #7e7e7e;
  26. border-left: 1px solid #7e7e7e;
  27. border-right: 1px solid #7e7e7e;
  28. background: #AAAAAA;
  29. text-align: center;
  30. font-weight: bold;
  31. }
  32.  
  33. #menu {
  34. clear: left;
  35. float: left;
  36. margin-left: 5px;
  37. width: 120px;
  38. height: 200px;
  39. border-bottom: 1px solid #7e7e7e;
  40. border-left: 1px solid #7e7e7e;
  41. border-right: 1px solid #7e7e7e;
  42. background: #bdbdbd;
  43. }
  44.  
  45. #menu a {
  46. padding-top: 5px;
  47. display: block;
  48. text-decoration: none;
  49. text-align: center;
  50. color: #505050;
  51. }
  52.  
  53. #menu a:hover {
  54. text-decoration: underline;
  55. }
  56.  
  57. #menu a:visited {
  58. color: #505050;
  59. }
  60.  
  61. #extratop {
  62. clear: left;
  63. float: left;
  64. margin-left: 5px;
  65. margin-top: 10px;
  66. width: 120px;
  67. height: 20px;
  68. border-top: 1px solid #7e7e7e;
  69. border-left: 1px solid #7e7e7e;
  70. border-right: 1px solid #7e7e7e;
  71. background: #AAAAAA;
  72. text-align: center;
  73. font-weight: bold;
  74. }
  75.  
  76. #extra {
  77. clear: left;
  78. float: left;
  79. margin-left: 5px;
  80. width: 120px;
  81. height: 200px;
  82. border-bottom: 1px solid #7e7e7e;
  83. border-left: 1px solid #7e7e7e;
  84. border-right: 1px solid #7e7e7e;
  85. background: #bdbdbd;
  86. }
  87.  
  88. #contenttop {
  89. margin-left: 140px;
  90. margin-right: 5px;
  91. margin-top: 10px;
  92. height: 20px;
  93. border-top: 1px solid #7e7e7e;
  94. border-left: 1px solid #7e7e7e;
  95. border-right: 1px solid #7e7e7e;
  96. background: #AAAAAA;
  97. text-align: center;
  98. font-weight: bold;
  99. }
  100.  
  101. #content {
  102. margin-left: 140px;
  103. margin-right: 5px;
  104. height: 430px;
  105. border-bottom: 1px solid #7e7e7e;
  106. border-left: 1px solid #7e7e7e;
  107. border-right: 1px solid #7e7e7e;
  108. padding-left: 5px;
  109. padding-top: 5px;
  110. padding-right: 5px;
  111. background: #bdbdbd;
  112. }
  113.  
  114. p.foot {
  115. text-align: center;
  116. }