home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / lasvegastoo / default.css next >
Cascading Style Sheet File  |  2007-02-11  |  3KB  |  237 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: #666666;
  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: #333333;
  24. }
  25.  
  26. p, blockquote, ol, ul {
  27.     line-height: 160%;
  28. }
  29.  
  30. a {
  31.     color: #3A69BA;
  32. }
  33.  
  34. a:hover {
  35.     text-decoration: none;
  36. }
  37.  
  38. /* Boxed */
  39.  
  40. .boxed {
  41.     float: left;
  42.     clear: left;
  43.     width: 200px;
  44.     margin: 0 0 10px 0;
  45.     padding: 0;
  46.     background: #EFF3F9;
  47. }
  48.  
  49. .boxed .heading {
  50.     margin-top: 0;
  51.     padding: 8px 15px;
  52.     background: #5E80BD url(images/img3.gif) no-repeat center bottom;
  53.     text-transform: uppercase;
  54.     letter-spacing: 2px;
  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 #1F1F21;
  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: 200px;
  98.     height: 150px;
  99.     background: url(images/img1.jpg);
  100. }
  101.  
  102. #header h1 {
  103.     margin: 0;
  104.     padding: 43px 0 0 0;
  105.     text-align: center;
  106.     letter-spacing: -1px;
  107.     font-size: 2.5em;
  108. }
  109.  
  110. #header h2 {
  111.     margin: 0;
  112.     padding: 0;
  113.     text-align: center;
  114.     font-size: 1.2em;
  115.     font-style: italic;
  116. }
  117.  
  118. #header a {
  119.     text-decoration: none;
  120.     color: #FFFFFF;
  121. }
  122.  
  123. /* Pages */
  124.  
  125. #pages {
  126.     float: right;
  127.     width: 568px;
  128.     height: 150px;
  129.     background: url(images/img2.jpg);
  130. }
  131.  
  132. #pages h2 {
  133.     display: none;
  134. }
  135.  
  136. #pages ul {
  137.     float: right;
  138.     margin: 0;
  139.     padding: 125px 15px 0 0;
  140.     list-style: none;
  141.     line-height: normal;
  142. }
  143.  
  144. #pages li {
  145.     display: inline;
  146. }
  147.  
  148. #pages a {
  149.     padding-left: 2em;
  150.     text-decoration: none;
  151.     font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
  152.     color: #FFFFFF;
  153. }
  154.  
  155. #pages a:hover {
  156.     text-decoration: underline;
  157. }
  158.  
  159. /* Content */
  160.  
  161. #content {
  162.     clear: both;
  163.     padding-top: 10px;
  164. }
  165.  
  166. /* Posts */
  167.  
  168. #posts {
  169.     float: right;
  170.     width: 520px;
  171.     padding-right: 20px;
  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. }
  204.  
  205. /* Search */
  206.  
  207. #search {
  208. }
  209.  
  210. #search .content {
  211.     padding-bottom: 12px;
  212. }
  213.  
  214. #textfield1 {
  215.     width: 156px;
  216.     padding: 5px 5px;
  217.     border: 1px solid #000000;
  218.     font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
  219.     color: #000000;
  220. }
  221.  
  222. #submit1 {
  223.     display: none;
  224. }
  225.  
  226. /* Footer */
  227.  
  228. #footer {
  229.     clear: both;
  230.     border-top: 1px dotted #000000;
  231.     font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
  232.     color: #999999;
  233. }
  234.  
  235. #footer a {
  236.     color: #999999;
  237. }