home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / decorative / default.css next >
Cascading Style Sheet File  |  2007-11-02  |  3KB  |  224 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. * {
  8.     margin: 0;
  9.     padding: 0;
  10. }
  11.  
  12. body {
  13.     background: url(images/img01.png) repeat-y center;
  14.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  15.     color: #9E9D89;
  16. }
  17.  
  18. form {
  19. }
  20.  
  21. input, textarea {
  22.     border: 1px solid #DEDED1;
  23.     font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
  24. }
  25.  
  26. input.text {
  27.     padding: .15em;
  28.     background: #FDFDFB url(images/img06.gif) repeat-x;
  29. }
  30.  
  31. input.button {
  32.     background: #763320 url(images/img07.gif) repeat-x;
  33.     color: #FFFFFF;
  34. }
  35.  
  36. h1, h2, h3 {
  37.     font-family: Georgia, "Times New Roman", Times, serif;
  38.     color: #D15803;
  39. }
  40.  
  41. h1 {
  42.     letter-spacing: -.05em;
  43.     font-size: 2.2em;
  44. }
  45.  
  46. h2 {
  47.     margin-top: 1em;
  48.     letter-spacing: -.05em;
  49.     font-size: 1.4em;
  50. }
  51.  
  52. h3 {
  53.     margin-top: 1em;
  54. }
  55.  
  56. p, ul, ol {
  57.     margin-top: 1em;
  58.     line-height: 160%;
  59. }
  60.  
  61. ul {
  62.     list-style: none;
  63. }
  64.  
  65. ul li {
  66.     margin-left: 1em;
  67.     padding-left: .75em;
  68.     background: url(images/img05.gif) no-repeat left center;
  69. }
  70.  
  71. ol {
  72.     margin-left: 1em;
  73.     list-style-position: inside;
  74. }
  75.  
  76. blockquote {
  77.     margin-left: 1em;
  78.     padding-left: .75em;
  79.     border-left: 1px solid #9E9D89;
  80. }
  81.  
  82. a {
  83.     text-decoration: none;
  84.     color: #D15803;
  85. }
  86.  
  87. a:hover {
  88.     text-decoration: underline;
  89.     color: #827F4F;
  90. }
  91.  
  92. /* Header */
  93.  
  94. #header {
  95.     width: 860px;
  96.     height: 100px;
  97.     margin: 0 auto;
  98.     padding: 0 40px;
  99.     background: url(images/img02.png);
  100. }
  101.  
  102. #logo {
  103.     float: left;
  104. }
  105.  
  106. #logo h1, #logo p {
  107.     margin: 0;
  108.     padding-top: 25px;
  109.     float: left;
  110.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  111.     font-style: italic;
  112.     color: #F3F3E9;
  113. }
  114.  
  115. #logo h1 {
  116.     font-size: 3em;
  117. }
  118.  
  119. #logo p {
  120.     padding: 48px 0 0 5px;
  121.     letter-spacing: -.055em;
  122.     font-size: 1.4em;
  123.     font-weight: bold;
  124. }
  125.  
  126. #logo a {
  127.     color: #F3F3E9;
  128. }
  129.  
  130. #search {
  131.     float: right;
  132.     width: 15em;
  133.     padding-top: 50px;
  134. }
  135.  
  136. #search fieldset {
  137.     border: none;
  138. }
  139.  
  140. #search #s {
  141.     width: 13em;
  142. }
  143.  
  144. /* Page */
  145.  
  146. #page {
  147.     width: 940px;
  148.     margin: 0 auto;
  149. }
  150.  
  151. /* Content */
  152.  
  153. #content {
  154.     float: right;
  155.     width: 580px;
  156.     padding: 35px 50px 0 0;
  157.     background: url(images/img04.png) no-repeat right top;
  158. }
  159.  
  160. .post {
  161. }
  162.  
  163. .post .meta {
  164.     margin: 0 0 1.5em 0;
  165.     padding: 0 0 1px 10px;
  166.     background: url(images/img08.png) no-repeat left bottom;
  167.     line-height: normal;
  168. }
  169.  
  170. .post .meta small {
  171.     font-size: 12px;
  172. }
  173.  
  174. /* Sidebar */
  175.  
  176. #sidebar {
  177.     float: left;
  178.     width: 240px;
  179.     padding: 20px 0 0 30px;
  180.     background: url(images/img03.png) no-repeat;
  181.     font-size: smaller;
  182.     color: #E3E3D4;
  183. }
  184.  
  185. #sidebar ul {
  186.     padding: 0;
  187.     list-style: none;
  188. }
  189.  
  190. #sidebar li {
  191.     margin-bottom: 3em;
  192.     padding: 0;
  193.     background: none;
  194. }
  195.  
  196. #sidebar li ul {
  197. }
  198.  
  199. #sidebar li li {
  200.     margin: 0 0 0 1em;
  201.     padding-left: .75em;
  202.     background: url(images/img09.gif) no-repeat left center;
  203. }
  204.  
  205. #sidebar h2 {
  206.     color: #FFFFFF;
  207. }
  208.  
  209. #sidebar a {
  210.     color: #FFFFFF;
  211. }
  212.  
  213. /* Footer */
  214.  
  215. #footer {
  216.     width: 860px;
  217.     margin: 0 auto;
  218.     padding: 20px 40px;
  219.     text-align: right;
  220. }
  221.  
  222. #footer p {
  223.     font-size: 10px;
  224. }