home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / pizzaparlor / default.css next >
Cascading Style Sheet File  |  2007-02-10  |  3KB  |  238 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: #FFFFFF;
  11.     font: normal .7em Tahoma, Arial, Helvetica, sans-serif;
  12.     color: #5D413A;
  13. }
  14.  
  15. form {
  16.     margin: 0;
  17.     padding: 0;
  18. }
  19.  
  20. h1, h2, h3 {
  21.     font-family: Georgia, "Times New Roman", Times, serif;
  22.     font-weight: normal;
  23.     color: #BD4F21;
  24. }
  25.  
  26. p, blockquote, ol, ul {
  27.     line-height: 160%;
  28. }
  29.  
  30. a {
  31.     color: #7C8634;
  32. }
  33.  
  34. a:hover {
  35.     text-decoration: none;
  36.     color: #BD4F21;
  37. }
  38.  
  39. /* Boxed */
  40.  
  41. .boxed {
  42.     width: 198px;
  43.     margin: 0 0 10px 0;
  44.     padding: 0;
  45.     background: #E0E3C9;
  46.     border: 1px solid #939A3C;
  47. }
  48.  
  49. .boxed .heading {
  50.     margin: 4px;
  51.     padding: 8px 10px;
  52.     background: #98A24D url(images/img3.gif) no-repeat center bottom;
  53.     border-top: 1px solid #737947;
  54.     border-bottom: 1px solid #F4F5EC;
  55.     font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
  56.     color: #FFFFFF;
  57. }
  58.  
  59. .boxed .content {
  60.     margin: 0;
  61.     padding: 5px 14px 10px 14px;
  62. }
  63.  
  64. .boxed ul {
  65.     margin: 0;
  66.     padding: 0;
  67.     list-style: none;
  68.     line-height: normal;
  69. }
  70.  
  71. .boxed li {
  72.     padding: 3px 0;
  73.     border-top: 1px dotted #939A3C;
  74. }
  75.  
  76. .boxed li.first {
  77.     border: none;
  78. }
  79.  
  80. .boxed a {
  81.     padding-left: 10px;
  82.     background: url(images/img4.gif) no-repeat left center;
  83.     text-decoration: none;
  84. }
  85.  
  86. /* Wrapper */
  87.  
  88. #wrapper {
  89.     width: 778px;
  90.     margin: 0 auto;
  91. }
  92.  
  93. /* Header */
  94.  
  95. #header {
  96.     float: left;
  97.     width: 198px;
  98.     height: 148px;
  99.     background: url(images/img1.jpg);
  100.     border: 1px solid #939A3C;
  101. }
  102.  
  103. #header h1 {
  104.     margin: 0;
  105.     padding: 43px 0 0 0;
  106.     text-align: center;
  107.     letter-spacing: -1px;
  108.     font-size: 3em;
  109. }
  110.  
  111. #header h2 {
  112.     margin: 0;
  113.     padding: 0;
  114.     text-align: center;
  115.     font-size: 1.2em;
  116.     font-style: italic;
  117. }
  118.  
  119. #header a {
  120.     text-decoration: none;
  121.     color: #BD4F21;
  122. }
  123.  
  124. /* Pages */
  125.  
  126. #pages {
  127.     float: right;
  128.     width: 566px;
  129.     height: 148px;
  130.     background: url(images/img2.jpg);
  131.     border: 1px solid #939A3C;
  132. }
  133.  
  134. #pages h2 {
  135.     display: none;
  136. }
  137.  
  138. #pages ul {
  139.     margin: 0;
  140.     padding: 63px 0 0 0;
  141.     list-style: none;
  142.     line-height: normal;
  143. }
  144.  
  145. #pages li {
  146.     display: inline;
  147. }
  148.  
  149. #pages a {
  150.     padding-left: 2em;
  151.     text-decoration: none;
  152.     font: bold 1.2em Georgia, "Times New Roman", Times, serif;
  153.     color: #FFFFFF;
  154. }
  155.  
  156. #pages a:hover {
  157.     text-decoration: underline;
  158. }
  159.  
  160. /* Content */
  161.  
  162. #content {
  163.     clear: both;
  164.     padding-top: 10px;
  165. }
  166.  
  167. /* Posts */
  168.  
  169. #posts {
  170.     float: right;
  171.     width: 358px;
  172. }
  173.  
  174. .post {
  175.     padding-top: 10px;
  176. }
  177.  
  178. .post .title {
  179.     margin: 0;
  180.     font-size: 2em;
  181. }
  182.  
  183. .post .posted {
  184.     margin-top: 0;
  185.     font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
  186.     color: #999999;
  187. }
  188.  
  189. .post .meta {
  190.     margin: 2em 0 3em 0;
  191.     border-top: 1px dotted #939A3C;
  192.     font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
  193.     color: #999999;
  194. }
  195.  
  196. .post .meta p {
  197.     margin: 0;
  198. }
  199.  
  200. /* Archives */
  201.  
  202. #archives {
  203.     float: right;
  204.     margin-right: 10px;
  205. }
  206.  
  207. /* Search */
  208.  
  209. #search {
  210. }
  211.  
  212. #search .content {
  213.     padding-bottom: 12px;
  214. }
  215.  
  216. #textfield1 {
  217.     width: 156px;
  218.     padding: 5px 5px;
  219.     border: 1px solid #939A3C;
  220.     font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
  221.     color: #939A3C;
  222. }
  223.  
  224. #submit1 {
  225.     display: none;
  226. }
  227.  
  228. /* Footer */
  229.  
  230. #footer {
  231.     clear: both;
  232.     font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
  233.     color: #999999;
  234. }
  235.  
  236. #footer a {
  237.     color: #999999;
  238. }