home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / printing / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2008-04-25  |  3.6 KB  |  276 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: #35393D;
  10.     font-family: "Trebuchet MS", 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.     text-decoration: none;
  44.     color: #C0BFBF;
  45. }
  46.  
  47. a:hover {
  48.     background: none;
  49. }
  50.  
  51. /* Header */
  52.  
  53. #header {
  54.     width: 940px;
  55.     height: 160px;
  56.     margin: 0 auto;
  57.     background: #000000;
  58. }
  59.  
  60. /* Logo */
  61.  
  62. #logo {
  63.     float: left;
  64. }
  65.  
  66. #logo h1 {
  67.     float: left;
  68.     margin-left: 40px;
  69.     padding-top: 85px;
  70.     text-transform: uppercase;
  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.  
  82. #logo a {
  83.     background: none;
  84.     text-decoration: none;
  85.     color: #FFFFFF;
  86. }
  87.  
  88. /* Search */
  89.  
  90. #search {
  91.     float: right;
  92.     width: 200px;
  93.     padding-top: 86px;
  94. }
  95.  
  96. #search form {
  97.     width: 200px;
  98.     height: 41px;
  99.     margin: 0;
  100.     padding: 15px 0 0 10px;
  101. }
  102.  
  103. #search fieldset {
  104.     margin: 0;
  105.     padding: 0;
  106.     border: none;
  107. }
  108.  
  109. #search-text {
  110.     border: none;
  111.     text-transform: lowercase;
  112.     border: 1px #000000 solid;
  113.     font: bold 1.2em Arial, Helvetica, sans-serif;
  114.     color: #FFFFFF;
  115. }
  116.  
  117. #search-submit {
  118.     display: none;
  119. }
  120.  
  121. /* Menu */
  122.  
  123. #menu {
  124.     width: 940px;
  125.     height: 60px;
  126.     margin: 0 auto;
  127. }
  128.  
  129. #menu ul {
  130.     margin: 0;
  131.     margin-left: 30px;
  132.     padding: 16px 0 0 10px;
  133.     list-style: none;
  134.     line-height: normal;
  135. }
  136.  
  137. #menu li {
  138.     float: left;
  139. }
  140.  
  141. #menu a {
  142.     margin-right: 3px;
  143.     padding: 5px 20px;
  144.     background: #000000;
  145.     text-transform: lowercase;
  146.     text-decoration: none;
  147.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  148.     font-size: 16px;
  149.     font-weight: normal;
  150.     color: #FFFFFF;
  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. }
  168.  
  169. /* Content */
  170.  
  171. #content {
  172.     float: left;
  173.     width: 560px;
  174. }
  175.  
  176. .post {
  177. }
  178.  
  179. .post .title {
  180.     padding: 5px 0;
  181. }
  182.  
  183. .post .title a {
  184.     background: none;
  185. }
  186.  
  187. .post .meta {
  188.     padding: 2px 10px;
  189.     background: #0D0D0D;
  190.     border-top: 1px solid #000000;
  191.     border-bottom: 1px solid #000000;
  192.     text-transform: uppercase;
  193.     text-align: left;
  194.     font-size: 9px;
  195. }
  196.  
  197. .post .entry {
  198.     padding: 20px 0;
  199.     text-align: justify;
  200. }
  201.  
  202. /* Sidebar */
  203.  
  204. #sidebar {
  205.     float: right;
  206.     width: 258px;
  207.     background: #E8E8E8;
  208.     border: 1px solid #D3D3D3;
  209. }
  210.  
  211. #sidebar ul {
  212.     margin: 0;
  213.     padding: 0;
  214.     list-style: none;
  215. }
  216.  
  217. #sidebar li {
  218. }
  219.  
  220. #sidebar li ul {
  221.     padding: 20px;
  222. }
  223.  
  224. #sidebar li li {
  225. }
  226.  
  227. #sidebar h2 {
  228.     padding: 5px 10px;
  229.     background: #000000;
  230.     font-size: 1.2em;
  231. }
  232.  
  233. #sidebar p {
  234.     padding: 20px;
  235. }
  236.  
  237. /* Calendar */
  238.  
  239. #calendar {
  240. }
  241.  
  242. #calendar_wrap {
  243.     padding: 20px;
  244. }
  245.  
  246. #calendar table {
  247.     width: 100%;
  248. }
  249.  
  250. #calendar tbody td {
  251.     text-align: center;
  252. }
  253.  
  254. #calendar #next {
  255.     text-align: right;
  256. }
  257.  
  258. /* Footer */
  259.  
  260. #footer {
  261.     width: 940px;
  262.     margin: 0 auto;
  263.     padding: 20px 0;
  264.     background: #000000;
  265.     border-top: 1px solid #000000;
  266.     border-bottom: 1px solid #000000;
  267. }
  268.  
  269. #footer p {
  270.     margin: 0;
  271.     line-height: normal;
  272.     font-size: 9px;
  273.     text-transform: uppercase;
  274.     text-align: center;
  275. }