home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / monoblock / style.css < prev   
Cascading Style Sheet File  |  2008-04-21  |  4KB  |  277 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: 0;
  9.     background: #191919 url(images/img01.gif) repeat-x;
  10.     font-family: Verdana, Arial, Helvetica, sans-serif;
  11.     font-size: 13px;
  12.     color: #787878;
  13. }
  14.  
  15. h1, h2, h3 {
  16.     margin: 0;
  17.     text-transform: uppercase;
  18.     letter-spacing: .15em;
  19.     font-family: Arial, Helvetica, sans-serif;
  20. }
  21.  
  22. h1 {
  23.     font-size: 1.8em;
  24. }
  25.  
  26. h2 {
  27.     font-size: 1.4em;
  28. }
  29.  
  30. h3 {
  31.     font-size: 1em;
  32. }
  33.  
  34. p, ul, ol {
  35.     margin-top: 0;
  36.     line-height: 180%;
  37. }
  38.  
  39. ul, ol {
  40. }
  41.  
  42. a {
  43.     background: url(images/img05.gif) repeat-x left bottom;
  44.     text-decoration: none;
  45.     color: #C0BFBF;
  46. }
  47.  
  48. a:hover {
  49.     background: none;
  50.     color: #FFFFFF;
  51. }
  52.  
  53. /* Header */
  54.  
  55. #header {
  56.     width: 940px;
  57.     height: 128px;
  58.     margin: 0 auto;
  59. }
  60.  
  61. /* Logo */
  62.  
  63. #logo {
  64.     float: left;
  65. }
  66.  
  67. #logo h1 {
  68.     float: left;
  69.     padding-top: 85px;
  70.     text-transform: lowercase;
  71.     font-size: 2.6em;
  72. }
  73.  
  74. #logo p {
  75.     float: left;
  76.     margin: 0;
  77.     padding: 102px 0 0 2px;
  78.     text-transform: lowercase;
  79.     letter-spacing: .2em;
  80.     font: bold 1.2em Arial, Helvetica, sans-serif;
  81.     color: #FFFFFF;
  82.  
  83. #logo a {
  84.     background: none;
  85.     text-decoration: none;
  86.     color: #FFFFFF;
  87. }
  88.  
  89. /* Search */
  90.  
  91. #search {
  92.     float: right;
  93.     width: 200px;
  94.     padding-top: 86px;
  95. }
  96.  
  97. #search form {
  98.     width: 200px;
  99.     height: 41px;
  100.     margin: 0;
  101.     padding: 15px 0 0 10px;
  102.     background: url(images/img03.gif) no-repeat;
  103. }
  104.  
  105. #search fieldset {
  106.     margin: 0;
  107.     padding: 0;
  108.     border: none;
  109. }
  110.  
  111. #search-text {
  112.     border: none;
  113.     text-transform: lowercase;
  114.     background: none;
  115.     border: none;
  116.     font: bold 1.2em Arial, Helvetica, sans-serif;
  117.     color: #FFFFFF;
  118. }
  119.  
  120. #search-submit {
  121.     display: none;
  122. }
  123.  
  124. /* Menu */
  125.  
  126. #menu {
  127.     width: 940px;
  128.     height: 50px;
  129.     margin: 0 auto;
  130.     background: #000000 url(images/img02.gif) repeat-x;
  131. }
  132.  
  133. #menu ul {
  134.     margin: 0;
  135.     padding: 16px 0 0 10px;
  136.     list-style: none;
  137.     line-height: normal;
  138. }
  139.  
  140. #menu li {
  141.     float: left;
  142. }
  143.  
  144. #menu a {
  145.     padding: 0 20px;
  146.     background: none;
  147.     text-transform: lowercase;
  148.     text-decoration: none;
  149.     font: bold 1.2em Arial, Helvetica, sans-serif;
  150.     color: #B3B4B4;
  151. }
  152.  
  153. #menu a:hover, #menu .current_page_item a {
  154.     color: #FFFFFF;
  155. }
  156.  
  157. #menu a:hover {
  158.     text-decoration: underline;
  159. }
  160.  
  161. /* Page */
  162.  
  163. #page {
  164.     width: 860px;
  165.     margin: 0 auto;
  166.     padding: 40px;
  167.     background: #121212 url(images/img04.gif) repeat-x;
  168. }
  169.  
  170. /* Content */
  171.  
  172. #content {
  173.     float: left;
  174.     width: 560px;
  175. }
  176.  
  177. .post {
  178. }
  179.  
  180. .post .title {
  181.     padding: 5px 0;
  182. }
  183.  
  184. .post .title a {
  185.     background: none;
  186. }
  187.  
  188. .post .meta {
  189.     padding: 2px 10px;
  190.     background: #0D0D0D;
  191.     border-top: 1px solid #000000;
  192.     border-bottom: 1px solid #000000;
  193.     text-transform: uppercase;
  194.     text-align: right;
  195.     font-size: 9px;
  196. }
  197.  
  198. .post .entry {
  199.     padding: 40px;
  200.     text-align: justify;
  201. }
  202.  
  203. /* Sidebar */
  204.  
  205. #sidebar {
  206.     float: right;
  207.     width: 258px;
  208.     background: #0D0D0D;
  209.     border: 1px solid #000000;
  210. }
  211.  
  212. #sidebar ul {
  213.     margin: 0;
  214.     padding: 0;
  215.     list-style: none;
  216. }
  217.  
  218. #sidebar li {
  219. }
  220.  
  221. #sidebar li ul {
  222.     padding: 20px;
  223. }
  224.  
  225. #sidebar li li {
  226. }
  227.  
  228. #sidebar h2 {
  229.     padding: 5px 10px;
  230.     background: #000000;
  231.     font-size: 1.2em;
  232. }
  233.  
  234. #sidebar p {
  235.     padding: 20px;
  236. }
  237.  
  238. /* Calendar */
  239.  
  240. #calendar {
  241. }
  242.  
  243. #calendar_wrap {
  244.     padding: 20px;
  245. }
  246.  
  247. #calendar table {
  248.     width: 100%;
  249. }
  250.  
  251. #calendar tbody td {
  252.     text-align: center;
  253. }
  254.  
  255. #calendar #next {
  256.     text-align: right;
  257. }
  258.  
  259. /* Footer */
  260.  
  261. #footer {
  262.     width: 940px;
  263.     margin: 0 auto;
  264.     padding: 20px 0;
  265.     background: #35393D;
  266.     border-top: 1px solid #000000;
  267.     border-bottom: 1px solid #000000;
  268. }
  269.  
  270. #footer p {
  271.     margin: 0;
  272.     line-height: normal;
  273.     font-size: 9px;
  274.     text-transform: uppercase;
  275.     text-align: center;
  276. }