home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / Network / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2006-01-26  |  1.9 KB  |  127 lines

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