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