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