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