home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / quadrangle / default.css next >
Cascading Style Sheet File  |  2007-02-01  |  2KB  |  154 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: #FFB0B0 url(images/img1.gif) repeat-x;
  11.     font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
  12.     color: #797272;
  13. }
  14.  
  15. h1, h2, h3, h4, h5, h6 {
  16.     margin: 0;
  17.     padding: 0;
  18.     text-transform: lowercase;
  19.     color: #F78080;
  20. }
  21.  
  22. a {
  23.     color: #F85555;
  24. }
  25.  
  26. a:hover {
  27.     text-decoration: none;
  28. }
  29.  
  30. /* Header */
  31.  
  32. #header {
  33.     width: 550px;
  34.     height: 80px;
  35.     margin: 0 auto;
  36.     padding: 75px 0 0 200px;
  37. }
  38.  
  39. #header * {
  40.     text-align: center;
  41.     text-decoration: none;
  42. }
  43.  
  44. #header h1 {
  45.     letter-spacing: -2px;
  46.     font-size: 3em;
  47. }
  48.  
  49. /* Content */
  50.  
  51. #content {
  52.     width: 750px;
  53.     margin: 0 auto;
  54. }
  55.  
  56. /* Column One */
  57.  
  58. #colOne {
  59.     float: right;
  60.     width: 440px;
  61.     height: 400px;
  62.     padding: 65px 48px 85px 62px;
  63.     background: url(images/img2.jpg);
  64. }
  65.  
  66. #scroll {
  67.     overflow: auto;
  68.     height: 360px;
  69.     padding: 20px;
  70. }
  71.  
  72. #colOne .post {
  73.     margin-bottom: 1em;
  74.     border-bottom: 1px dashed #F2B8B8;
  75. }
  76.  
  77. #colOne .title {
  78. }
  79.  
  80. #colOne .posted, #colOne .meta {
  81.     font-size: .8em;
  82. }
  83.  
  84. /* Column Two */
  85.  
  86. #colTwo {
  87.     float: left;
  88.     width: 180px;
  89. }
  90.  
  91. #colTwo ul {
  92.     margin: 0;
  93.     padding: 0;
  94.     list-style: none;
  95. }
  96.  
  97. #colTwo li ul {
  98.     padding: 10px;
  99. }
  100.  
  101. #colTwo .fold ul {
  102.     display: none;
  103. }
  104.  
  105. /* For latest browser version only
  106. #colTwo .fold:hover ul {
  107.     display: block;
  108. }
  109. */
  110.  
  111. #colTwo li a {
  112.     color: #F18585;
  113. }
  114.  
  115. #colTwo h2 {
  116.     margin: 10px 0 0 0;
  117.     padding: 0;
  118.     font-size: 1em;
  119. }
  120.  
  121. #colTwo h2 a {
  122.     display: block;
  123.     padding: 3px 5px;
  124.     text-decoration: none;
  125.     background: #F18585;
  126.     color: #FFFFFF;
  127. }
  128.  
  129. #colTwo form {
  130.     margin: 0;
  131.     padding: 10px;
  132. }
  133.  
  134. #textfield1 {
  135.     width: 150px;
  136. }
  137.  
  138. #submit1 {
  139.     display: none;
  140. }
  141.  
  142. /* Footer */
  143.  
  144. #footer {
  145.     width: 550px;
  146.     margin: 0 auto;
  147.     padding: 0 0 0 200px;
  148. }
  149.  
  150. #footer * {
  151.     text-align: center;
  152.     font-size: xx-small;
  153.     color: #FFFFFF;
  154. }