home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / newsprint / default.css next >
Encoding:
Cascading Style Sheet File  |  2007-08-24  |  3.9 KB  |  315 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.     padding: 0;
  10.     background: #FFFFFF url(images/img01.jpg) repeat-x;
  11.     font: 13px Georgia, "Times New Roman", Times, serif;
  12.     color: #666666;
  13. }
  14.  
  15. form {
  16.     margin: 0;
  17.     padding: 0;
  18. }
  19.  
  20. fieldset {
  21.     margin: 0;
  22.     padding: 0;
  23.     border: none;
  24. }
  25.  
  26. input, textarea {
  27.     font: normal 1em Georgia, "Times New Roman", Times, serif;
  28. }
  29.  
  30. h1, h1 a, h2, h2 a, h3, h3 a {
  31.     margin: 0;
  32.     text-decoration: none;
  33.     color: #333333;
  34. }
  35.  
  36. h1 {
  37.     letter-spacing: -2px;
  38.     font-size: 3.2em;
  39. }
  40.  
  41. h2 {
  42.     letter-spacing: -1px;
  43.     font-size: 2em;
  44. }
  45.  
  46. h3 {
  47.     margin-bottom: 1em;
  48.     font-size: 1em;
  49. }
  50.  
  51. p, ol, ul {
  52.     margin: 0 0 2em 0;
  53.     line-height: 200%;
  54. }
  55.  
  56. blockquote {
  57.     margin: 0 0 0 2.5em;
  58.     padding-left: 1em;
  59.     border-left: 5px solid #16B1B0;
  60. }
  61.  
  62. a {
  63.     color: #16B1B0;
  64. }
  65.  
  66. a:hover {
  67.     text-decoration: none;
  68. }
  69.  
  70. img {
  71.     border: none;
  72. }
  73.  
  74. /* Header */
  75.  
  76. #header {
  77.     width: 770px;
  78.     height: 100px;
  79.     margin: 0 auto;
  80. }
  81.  
  82. #header h1, #header p {
  83.     margin: 0;
  84. }
  85.  
  86. #header h1 {
  87.     float: left;
  88.     padding: 34px 0 0 0;
  89. }
  90.  
  91. #header p {
  92.     float: right;
  93.     padding: 42px 0 0 0;
  94.     font-size: 1.8em;
  95. }
  96.  
  97. #header a {
  98.     text-decoration: none;
  99.     color: #333333;
  100. }
  101.  
  102. /* Menu */
  103.  
  104. #menu {
  105.     width: 770px;
  106.     height: 65px;
  107.     margin: 0 auto;
  108.     background: url(images/img02.jpg) no-repeat;
  109. }
  110.  
  111. #menu ul {
  112.     margin: 0;
  113.     padding: 7px 0 0 0;
  114.     list-style: none;
  115. }
  116.  
  117. #menu li {
  118.     display: inline;
  119. }
  120.  
  121. #menu a {
  122.     padding-right: 30px;
  123.     text-decoration: none;
  124.     letter-spacing: -1px;
  125.     font-size: 1.2em;
  126.     font-weight: bold;
  127.     color: #333333;
  128. }
  129.  
  130. #menu a:hover {
  131.     text-decoration: underline;
  132. }
  133.  
  134. /* Page */
  135.  
  136. #page {
  137.     width: 770px;
  138.     margin: 0 auto;
  139.     background: url(images/img05.gif);
  140. }
  141.  
  142. #extra {
  143.     background: url(images/img06.gif) no-repeat left bottom;
  144. }
  145.  
  146. /* Content */
  147.  
  148. #content {
  149.     float: left;
  150.     width: 530px;
  151.     background: url(images/img03.gif) no-repeat;
  152. }
  153.  
  154. .post {
  155.     padding: 40px 40px 0 40px;
  156. }
  157.  
  158. .post ol, .post ul {
  159.     list-style-position: inside;
  160. }
  161.  
  162. .post .title {
  163. }
  164.  
  165. .post .title h2 {
  166. }
  167.  
  168. .post .title p {
  169. }
  170.  
  171. .post .title p a {
  172. }
  173.  
  174. .post .entry {
  175. }
  176.  
  177. .post .links {
  178.     padding: 2px 20px;
  179.     background: #CDFAFB;
  180.     text-align: right;
  181. }
  182.  
  183. .post .links a {
  184.     text-decoration: none;
  185.     font-weight: bold;
  186.     color: #0B8785;
  187. }
  188.  
  189. .post .links a:hover {
  190.     text-decoration: underline;
  191. }
  192.  
  193. .post .links .more {
  194. }
  195.  
  196. .post .links .comments {
  197. }
  198.  
  199. /* Sidebar */
  200.  
  201. #sidebar {
  202.     float: right;
  203.     width: 240px;
  204.     background: url(images/img04.gif) no-repeat;
  205. }
  206.  
  207. #sidebar ul {
  208.     margin: 0;
  209.     padding: 0;
  210.     list-style: none;
  211. }
  212.  
  213. #sidebar li {
  214. }
  215.  
  216. #sidebar li ul {
  217.     padding: 20px;
  218. }
  219.  
  220. #sidebar li li {
  221.     font-size: .85em;
  222. }
  223.  
  224. #sidebar h2 {
  225.     height: 33px;
  226.     padding: 4px 0 0 10px;
  227.     background: url(images/img07.jpg) no-repeat;
  228.     font-size: 1.6em;
  229. }
  230.  
  231. /* Search */
  232.  
  233. #searchform {
  234.     padding: 20px;
  235. }
  236.  
  237. #search h2 {
  238.     background: url(images/img08.jpg) no-repeat;
  239. }
  240.  
  241. #search #x {
  242. }
  243.  
  244. #search #s {
  245.     width: 120px;
  246. }
  247.  
  248. #search br {
  249. }
  250.  
  251. /* Calendar */
  252.  
  253. #calendar_wrap {
  254.     padding: 20px 25px 20px 20px;
  255. }
  256.  
  257. #calendar table {
  258.     width: 100%;
  259.     background: #FFFFFF;
  260.     border: 1px solid #16B1B0;
  261.     text-align: center;
  262. }
  263.  
  264. #calendar thead {
  265.     background: #16B1B0;
  266.     color: #FFFFFF;
  267. }
  268.  
  269. #calendar tbody td {
  270.     background: #FFFFFF;
  271.     border: 1px solid #BCF8FA;
  272. }
  273.  
  274. #calendar #prev {
  275.     text-align: left;
  276. }
  277.  
  278. #calendar #next {
  279.     text-align: right;
  280. }
  281.  
  282. #calendar tfoot a {
  283.     text-decoration: none;
  284.     font-weight: bold;
  285. }
  286.  
  287. #calendar #today {
  288.     background: #BCF8FA;
  289.     border: 1px solid #16B1B0;
  290.     font-weight: bold;
  291.     color: #16B1B0
  292. }
  293.  
  294. /* Footer */
  295.  
  296. #footer {
  297.     clear: both;
  298.     width: 950px;
  299.     margin: 0 auto;
  300.     padding: 30px 0;
  301.     background: url(images/img11.gif) no-repeat;
  302. }
  303.  
  304. #footer p {
  305.     margin: 0 0 5px 0;
  306.     text-align: center;
  307.     line-height: normal;
  308.     font-size: .9em;
  309. }
  310.  
  311. #footer a {
  312.     text-decoration: none;
  313. }
  314.  
  315.