home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / blackfairy / default.css next >
Cascading Style Sheet File  |  2007-01-12  |  3KB  |  201 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. /* Elements */
  8.  
  9. body {
  10.     /*background: #000000 url(images/img1.gif) repeat-x left top; */
  11.     background: #000000 url(images/img3.jpg) no-repeat right top;
  12.     text-align: justify;
  13.     font-family: Tahoman, Arial, Helvetica, sans-serif;
  14.     font-size: 11px;
  15.     color: #333333;
  16.     line-height: 20px;
  17. }
  18.  
  19. h1 {
  20. }
  21.  
  22. h2, h3 {
  23.     margin-top: 0px;
  24. }
  25.  
  26. h4, h5, h6 {
  27. }
  28.  
  29. p, ol, ul, dl, blockquote {
  30. }
  31.  
  32. a {
  33.     color: #FFFFFF;
  34. }
  35.  
  36. a:hover {
  37.     text-decoration: none;
  38. }
  39.  
  40. img { border: 2px solid #FFFFFF; }
  41.  
  42. .img1 {
  43.     float: left;
  44.     margin: 5px 15px 0px 0px;
  45. }
  46.  
  47. /* Search */
  48. #search {
  49.     margin: 0px;
  50.     padding: 0px;
  51.     background-color: #CC441B;
  52.     color: #FFFFFF;
  53. }
  54.  
  55. /** Forms */
  56.  
  57. form {
  58.     margin: 0px;
  59.     padding: 15px 0px 0px 25px;
  60. }
  61.  
  62. .input1 {
  63.     width: 130px;
  64.     background-color: #FFFFFF;
  65.     border: 1px solid #363636;
  66.     color: #FFFFFF;
  67. }
  68.  
  69. /* Header */
  70.  
  71. #header {
  72.     width: 600px;
  73.     height: 60px;
  74.     margin: 0px auto;
  75.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  76. }
  77.  
  78. #header h1 {
  79.     float: left;
  80.     margin: 0px;
  81.     padding-top: 20px;
  82.     font-size: 40px;
  83.     letter-spacing: -2px;
  84. }
  85.  
  86. #header h2 {
  87.     margin: 0px;
  88.     padding-top: 38px;
  89.     font-size: 12px;
  90.     letter-spacing: -1px;
  91. }
  92.  
  93. #header a {
  94.     text-decoration: none;
  95.     color: #FFFFFF;
  96. }
  97.  
  98. /* Post */
  99.  
  100. .latest-post {
  101.     padding: 0px 2em 1em 3em;
  102. }
  103.  
  104. .latest-post h2 {
  105.     font-size: 1.6em;
  106.     color: #000000;
  107. }
  108.  
  109. .post {
  110.     padding: 2em 2em 1em 3em;
  111.     border-top: 1px dashed #823D47;
  112. }
  113.  
  114. .post h3 {
  115.     margin-bottom: .5em;
  116.     font-size: 1.2em;
  117.     color: #000000;
  118. }
  119.  
  120. .file * {
  121.     color: #000000;
  122. }
  123.  
  124. /* Content */
  125.  
  126. #content {
  127.     width: 600px;
  128.     margin: 20px auto;
  129.     padding: 20px 0px 0px 0px;
  130. }
  131.  
  132. #colOne {
  133.     float: right;
  134.     width: 360px;
  135.     background-color: #CC441B;
  136.     padding: 20px 20px;
  137.     border: 3px solid #666666;
  138.     color: #FFFFFF;
  139. }
  140.  
  141. #colOne .search {
  142.     background-color: #000000;
  143.     margin: 0px;
  144.     padding-bottom: 10px;
  145.     height: 50px;
  146. }
  147. #colTwo {
  148.     float: left;
  149.     width: 180px;
  150. }
  151.  
  152. #colTwo ul {
  153.     margin: 0;
  154.     padding: 0;
  155.     list-style: none;
  156. }
  157.  
  158. #colTwo li {
  159.     margin-bottom: 1em;
  160.     color: #FFFFFF;
  161. }
  162.  
  163. #colTwo li li {
  164.     margin-bottom: 0;
  165.     padding-left: 2em;
  166. }
  167.  
  168. #colTwo a {
  169.     color: #FF4000;
  170. }
  171.  
  172. #colTwo h1, #colTwo h2 {
  173.     background: url(images/img2.gif) no-repeat;
  174.     padding: 0px 0 5px 20px;
  175.     text-transform: uppercase;
  176.     font: 12px Tahoma, Arial, Helvetica, sans-serif;
  177.     font-weight: bold; 
  178.     border-bottom: 1px dashed #666666; 
  179.     color: #FFFFFF;
  180. }
  181.  
  182. /* Footer */
  183.  
  184. #footer {
  185.     width: 600px;
  186.     margin: 0px auto;
  187.     padding: 3px 0px;
  188.     color: #787878;
  189. }
  190.  
  191. #footer p {
  192.     margin: 0px;
  193.     padding-right: 40px;
  194.     text-align: right;
  195.     font-size: 10px;
  196. }
  197.  
  198. #footer a {
  199.     color: #FF4000;
  200. }
  201.