home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / mosaic / default.css next >
Cascading Style Sheet File  |  2007-10-29  |  6KB  |  380 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.jpg);
  14.     font-family: Georgia, "Times New Roman", Times, serif;
  15.     font-size: 16px;
  16.     color: #972F1C;
  17. }
  18.  
  19. h1, h2, h3 {
  20.     text-transform: lowercase;
  21.     color: #505956;
  22. }
  23.  
  24. h1 {
  25.     font-size: 42px;
  26. }
  27.  
  28. hr {
  29.     display: none;
  30. }
  31.  
  32. a {
  33.     color: #990000;
  34. }
  35.  
  36. a:hover {
  37.     text-decoration: none;
  38. }
  39.  
  40. /* Header */
  41.  
  42. #header {
  43.     height: 160px;
  44.     background: url(images/img02.jpg);
  45. }
  46.  
  47. #logo {
  48.     height: 40px;
  49.     padding-right: 10px;
  50.     background: url(images/img03.jpg) no-repeat right top;
  51.     text-align: right;
  52. }
  53.  
  54. #logo h1, #logo p, #logo a {
  55.     display: inline;
  56.     text-decoration: none;
  57.     text-transform: lowercase;
  58.     letter-spacing: -2px;
  59.     font-size: 30px;
  60.     font-weight: bold;
  61.     color: #612A0F;
  62. }
  63.  
  64. #menu {
  65.     height: 96px;
  66. }
  67.  
  68. #menu ul {
  69.     list-style: none;
  70. }
  71.  
  72. #menu li {
  73.     float: left;
  74.     height: 96px;
  75. }
  76.  
  77. #menu a {
  78.     float: left;
  79.     height: 66px;
  80.     padding: 30px 20px 0 20px;
  81.     text-transform: lowercase;
  82.     text-decoration: none;
  83.     letter-spacing: -2px;
  84.     font-size: 30px;
  85.     font-weight: bold;
  86.     color: #E6CFB4;
  87. }
  88.  
  89. #menu a:hover {
  90.     color: #FFFFFF;
  91. }
  92.  
  93. #menu li.current_page_item a {
  94.     background: url(images/img04.jpg) repeat-x;
  95.     color: #647472;
  96. }
  97.  
  98. /* Page */
  99.  
  100. #page {
  101.     width: 980px;
  102.     margin: 0 auto;
  103. }
  104.  
  105. #page p,
  106. #page ul,
  107. #page ol {
  108.     margin-bottom: 1.5em;
  109.     line-height: 150%;
  110. }
  111.  
  112. #page ul,
  113. #page ol {
  114.     list-style-position: inside;
  115. }
  116.  
  117. /* Content */
  118.  
  119. #content {
  120.     float: left;
  121.     width: 680px;
  122.     background: url(images/img09.jpg) no-repeat right top;
  123. }
  124.  
  125. /* Post Block */
  126.  
  127. .post {
  128.     background: url(images/img06.jpg) repeat-y 147px 0;
  129. }
  130.  
  131. .post .bgbottom {
  132.     height: 60px;
  133.     background: url(images/img07.jpg) no-repeat 147px 0;
  134. }
  135.  
  136. .post .meta {
  137.     float: left;
  138.     width: 149px;
  139.     height: 355px;
  140.     background: url(images/img05.jpg) no-repeat;
  141.     text-align: center;
  142.     text-transform: lowercase;
  143.     font-size: 14px;
  144.     font-weight: bold;
  145.     color: #333333;
  146. }
  147.  
  148. .post .meta a {
  149.     text-decoration: none;
  150.     color: #333333;
  151. }
  152.  
  153. .post .meta .d, .post .meta .c {
  154.     display: block;
  155.     font-size: 36px;
  156. }
  157.  
  158. .post .meta .date, .post .meta .comments {
  159.     display: block;
  160.     padding: 95px 0 10px 0;
  161. }
  162.  
  163. .post .title {
  164.     margin-left: 149px;
  165.     padding: 40px 40px 20px 20px;
  166.     background: url(images/img08.jpg) no-repeat;
  167. }
  168.  
  169. .post .title a {
  170.     padding-right: 50px;
  171.     background: url(images/img10.gif) no-repeat right top;
  172.     text-decoration: none;
  173.     letter-spacing: -3px;
  174.     font-size: 42px;
  175.     color: #505956;
  176. }
  177.  
  178. .post .entry {
  179.     margin: 0 33px 0 149px;
  180.     padding: 20px 20px 0 20px;
  181.     background: url(images/img11.jpg) no-repeat;
  182. }
  183.  
  184. .post .entry a:link {
  185.     padding: 0 5px;
  186.     background: #E29269 url(images/img12.gif);
  187.     text-decoration: none;
  188.     color: #FFFFFF;
  189. }
  190.  
  191. .post .entry a:hover {
  192.     background: #A54112;
  193.     color: #FFFFFF;
  194. }
  195.  
  196. /* Content Bar - The widget-ready sidebar in the content area. */
  197.  
  198. #contentbar {
  199.     clear: both;
  200.     padding-top: 20px;
  201. }
  202.  
  203. #contentbar ul {
  204.     margin: 0;
  205.     padding: 0;
  206.     list-style: none;
  207. }
  208.  
  209. #contentbar li {
  210.     display: block;
  211.     float: left;
  212.     width: 325px;
  213.     margin-left: 10px;
  214.     background: url(images/img14.jpg) repeat-y;
  215. }
  216.  
  217. #contentbar li ul {
  218.     padding: 0 20px 40px 20px;
  219.     background: url(images/img15.jpg) no-repeat left bottom;
  220. }
  221.  
  222. #contentbar li li {
  223.     float: none;
  224.     width: auto;
  225.     margin: 0;
  226.     padding: 5px 0 5px 30px;
  227.     background: url(images/img18.gif) no-repeat left center;
  228. }
  229.  
  230. #contentbar .widgettitle {
  231.     padding: 45px 20px 20px 20px;
  232.     background: url(images/img13.jpg) no-repeat;
  233.     letter-spacing: -2px;
  234. }
  235.  
  236. /* Recent Posts */
  237.  
  238. #recent-posts {
  239. }
  240.  
  241. #recent-posts .widgettitle{
  242.     background-image: url(images/img16.jpg);
  243. }
  244.  
  245. #contentbar #recent-posts ul {
  246.     background-image: url(images/img17.jpg);
  247. }
  248.  
  249. /* Recent Comments */
  250.  
  251. #recent-comments ul {
  252.     font-size: 10px;
  253.     color: #D3AE8E;
  254. }
  255.  
  256. #recent-comments a {
  257.     display: block;
  258.     font-size: 16px;
  259. }
  260.  
  261. /* Sidebar */
  262.  
  263. #sidebar {
  264.     float: right;
  265.     width: 300px;
  266. }
  267.  
  268. #sidebar ul {
  269.     margin: 0;
  270.     padding: 0;
  271.     list-style: none;
  272. }
  273.  
  274. #sidebar li {
  275.     position: relative;
  276.     margin-bottom: 20px;
  277.     background: url(images/img21.jpg) repeat-y;
  278. }
  279.  
  280. #sidebar li ul, #calendar_wrap {
  281.     padding: 20px 20px 30px 20px;
  282.     background: url(images/img22.jpg) no-repeat left bottom;
  283. }
  284.  
  285. #sidebar li li {
  286.     margin: 0;
  287.     background: none;
  288. }
  289.  
  290. #sidebar .widgettitle {
  291.     padding: 15px;
  292.     background: url(images/img20.jpg) no-repeat;
  293.     letter-spacing: -2px;
  294.     color: #AF5B19;
  295. }
  296.  
  297. #sidebar a:link {
  298.     padding: 0 5px;
  299.     background: #FFBF00 url(images/img23.gif);
  300.     text-decoration: none;
  301. }
  302.  
  303. #sidebar a:hover {
  304.     background: #E29269 url(images/img12.gif);
  305.     color: #FFFFFF;
  306. }
  307.  
  308. /* Search */
  309.  
  310. #sidebar #search {
  311.     height: 100px;
  312.     background: url(images/img19.jpg) no-repeat;
  313. }
  314.  
  315. #search form {
  316.     padding: 22px 0 0 20px;
  317. }
  318.  
  319. #search br {
  320.     display: none;
  321. }
  322.  
  323. #search input {
  324.     display: none;
  325.     font: bold 14px Georgia, "Times New Roman", Times, serif;
  326.     text-transform: lowercase;
  327.     background: none;
  328.     border: none;
  329. }
  330.  
  331. #search #s {
  332.     display: block;
  333.     width: 170px;
  334.     letter-spacing: -2px;
  335.     word-spacing: .6em;
  336.     font-size: 20px;
  337.     color: #FFFFFF;
  338. }
  339.  
  340. /* Calendar */
  341.  
  342. #calendar table {
  343.     width: 90%;
  344.     text-align: center;
  345. }
  346.  
  347. /* Tag Cloud */
  348.  
  349. #tag_cloud {
  350.     padding-bottom: 20px;
  351.     text-align: center;
  352. }
  353.  
  354. #tag_cloud .widgettitle {
  355.     margin-bottom: 10px;
  356.     text-align: left;
  357. }
  358.  
  359. #tag_cloud a {
  360.     margin: 0 20px 0 0;
  361. }
  362.  
  363. /* Footer */
  364.  
  365. #footer {
  366.     clear: both;
  367.     width: 980px;
  368.     height: 76px;
  369.     margin: 0 auto;
  370.     padding: 30px 0;
  371.     background: url(images/img24.jpg) no-repeat left center;
  372. }
  373.  
  374. #footer p {
  375.     margin: 0;
  376.     padding: 10px 0 0 20px;
  377.     font-size: smaller;
  378.     font-weight: bold;
  379.     letter-spacing: -1px;
  380. }