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

  1. /*
  2.  
  3. Design by Free CSS Templates
  4. http://www.freecsstemplates.org
  5. Released for free under a Creative Commons Attribution 2.5 License
  6.  
  7. Name       : Primitive
  8. Version    : 1.0
  9. Released   : 20080425
  10.  
  11. */
  12.  
  13. *
  14. {
  15.     margin: 0px;
  16. }
  17.  
  18. body
  19. {
  20.     font-family: verdana, helvetica, sans-serif;
  21.     font-size: 13px;
  22.     padding: 0px;
  23.     background-color: #ffffff;
  24.     color: #222222;
  25. }
  26.  
  27. a
  28. {
  29.     background-color: inherit;
  30.     color: #0000EE;
  31. }
  32.  
  33. a:hover
  34. {
  35.     text-decoration: none;
  36. }
  37.  
  38. p
  39. {
  40.     text-align: justify;
  41.     margin-bottom: 15px;
  42.     line-height: 22px;
  43. }
  44.  
  45. ul
  46. {
  47.     list-style: disc;
  48.     padding-left: 15px;
  49.     margin-bottom: 15px;
  50. }
  51.  
  52. h3
  53. {
  54.     font-size: 20px;
  55.     margin-bottom: 30px;
  56. }
  57.  
  58. h4
  59. {
  60.     font-size: 13px;
  61.     margin-bottom: 5px;
  62. }
  63.  
  64. #header
  65. {
  66.     background-color: #0022aa;
  67.     color: #fff;
  68.     padding: 30px 40px 30px 40px;
  69. }
  70.  
  71. #header h1
  72. {
  73.     font-size: 30px;
  74. }
  75.  
  76. #header h2
  77. {
  78.     font-size: 14px;
  79. }
  80.  
  81. #menu
  82. {
  83.     padding: 5px 30px 0px 30px;
  84.     margin-bottom: 30px;
  85.     color: #222222;
  86.     background-color: #f5f5f5;
  87.     border-bottom: solid 1px #DADADA;
  88. }
  89.  
  90. #menu div
  91. {
  92.     clear: both;
  93. }
  94.  
  95. #menu ul
  96. {
  97.     display: block;
  98.     position: relative;
  99.     top: 1px;
  100.     list-style: none;
  101.     padding: 0px;
  102.     margin-bottom: 0px;
  103. }
  104.     
  105. #menu ul li
  106. {
  107.     position: relative;
  108.     float: left;
  109.     border: solid 1px #dadada;
  110.     border-bottom: 0px;
  111.     margin-right: 5px;
  112. }
  113.  
  114. #menu ul li a
  115. {
  116.     display: block;
  117.     padding: 5px 10px 8px 10px;
  118.     text-decoration: none;
  119.     background-color: inherit;
  120.     color: #333333;
  121. }
  122.  
  123. #menu ul li a:hover
  124. {
  125.     background-color: #0022AA;
  126.     color: #fff;
  127. }
  128.  
  129. #menu ul li.active, #menu ul li.active a, #menu ul li.active a:hover
  130. {
  131.     background-color: #ffffff;
  132.     color: #333333;
  133. }
  134.  
  135. #container
  136. {
  137.     margin: 0px 40px 0px 40px;
  138. }
  139.  
  140. #primarycontainer
  141. {
  142.     float: left;
  143.     margin-right: -200px;
  144.     width: 100%;
  145. }
  146.  
  147. #primarycontent
  148. {
  149.     margin-right: 240px;
  150. }
  151.  
  152. #primarycontent p
  153. {
  154.     margin-bottom: 20px;
  155. }
  156.  
  157. #secondarycontent
  158. {
  159.     float: right;
  160.     width: 200px;
  161. }
  162.  
  163. #footer
  164. {
  165.     text-align: center;
  166.     margin: 20px 0px 0px 0px;
  167.     padding-top: 15px;
  168.     border-top: solid 1px #DADADA;
  169.     clear: both;
  170. }
  171.  
  172. .clearit
  173. {
  174.     clear: both;
  175.     height: 1px;
  176. }
  177.