home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / pillars / default.css next >
Encoding:
Cascading Style Sheet File  |  2007-02-14  |  2.6 KB  |  196 lines

  1. /*
  2. Design by Free CSS Templates
  3. http://www.freecsstemplates.org
  4. Released for free under a Creative Commons Attribution 2.5 License
  5. */
  6.  
  7. body {
  8.     margin: 20px;
  9.     padding: 0;
  10.     background: #B8BBC2 url(images/img1.jpg);
  11.     font: normal small Verdana, Arial, Helvetica, sans-serif;
  12.     color: #555A63;
  13. }
  14.  
  15. form {
  16.     margin: 0;
  17.     padding: 0;
  18. }
  19.  
  20. h1, h2, h3 {
  21.     margin: 0;
  22.     padding: 0;
  23.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  24.     font-weight: normal;
  25. }
  26.  
  27. p, blockquote, ul, ol {
  28.     line-height: 160%;
  29. }
  30.  
  31. a {
  32.     text-decoration: none;
  33.     color: #365191;
  34. }
  35.  
  36. a:hover {
  37.     text-decoration: underline;
  38. }
  39.  
  40. /* Wrapper */
  41.  
  42. #wrapper {
  43.     width: 776px;
  44.     margin: 0 auto;
  45. }
  46.  
  47. /* Header */
  48.  
  49. #header {
  50.     float: left;
  51.     width: 388px;
  52.     height: 50px;
  53.     text-transform: lowercase;
  54. }
  55.  
  56. #header h1 {
  57.     float: left;
  58.     font-size: 3em;
  59. }
  60.  
  61. #header h2 {
  62.     float: left;
  63.     padding: .8em 0 0 .1em;
  64.     font-size: 1.6em;
  65. }
  66.  
  67. #header a {
  68.     color: #BCBFC5;
  69. }
  70.  
  71. /* Pages */
  72.  
  73. #pages {
  74.     float: right;
  75.     width: 388px;
  76.     height: 50px;
  77. }
  78.  
  79. #pages h2 {
  80.     display: none;
  81. }
  82.  
  83. #pages ul {
  84.     float: right;
  85.     margin: 0;
  86.     padding: 1.6em 0 0 0;
  87.     list-style: none;
  88. }
  89.  
  90. #pages li {
  91.     display: inline;
  92. }
  93.  
  94. #pages a {
  95.     padding: 0 0 0 2em;
  96.     color: #BCBFC5;
  97. }
  98.  
  99. /* Content */
  100.  
  101. #content {
  102.     clear: both;
  103.     padding: 0 1px;
  104.     background: url(images/img2.jpg) repeat-y;
  105.     border-bottom: 1px solid #9EA3AC;
  106. }
  107.  
  108. /* Posts */
  109.  
  110. #posts {
  111.     float: left;
  112.     width: 374px;
  113. }
  114.  
  115. .post {
  116.     background: url(images/img3.jpg) no-repeat left bottom;
  117. }
  118.  
  119. .title {
  120.     height: 27px;
  121.     padding: 7px 0 0 10px;
  122.     background: url(images/img4.gif) repeat-x;
  123.     text-transform: lowercase;
  124.     font-size: 1.3em;
  125.     color: #000000;
  126. }
  127.  
  128. .posted {
  129.     padding: 5px 10px;
  130.     font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  131. }
  132.  
  133. .story {
  134.     padding: 0 20px 10px 20px;
  135. }
  136.  
  137. .meta {
  138. }
  139.  
  140. .meta p {
  141.     margin: 0;
  142.     padding: 10px;
  143.     text-align: right;
  144.     font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  145. }
  146.  
  147. /* Boxed */
  148.  
  149. .boxed {
  150.     float: left;
  151.     width: 198px;
  152.     margin: 0 0 0 2px;
  153. }
  154.  
  155. .heading {
  156.     height: 27px;
  157.     padding: 7px 0 0 10px;
  158.     background: url(images/img4.gif) repeat-x;
  159.     text-transform: lowercase;
  160.     font-size: 1.3em;
  161.     color: #000000;
  162. }
  163.  
  164. .content {
  165.     padding: 10px 10px 70px 10px;
  166.     background: url(images/img3.jpg) no-repeat left bottom;
  167. }
  168.  
  169. .links {
  170.     margin: 0;
  171.     padding: 0;
  172.     list-style: inside square;
  173. }
  174.  
  175. #textfield1 {
  176.     width: 170px;
  177. }
  178.  
  179. #submit1 {
  180.     display: none;
  181. }
  182.  
  183. /* Footer */
  184.  
  185. #footer {
  186. }
  187.  
  188. #footer p {
  189.     margin: 0;
  190.     padding: 0;
  191.     font-size: 9px;
  192. }
  193.  
  194. #footer a {
  195.     color: #555A63;
  196. }