home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / waterfalls / default.css next >
Cascading Style Sheet File  |  2007-04-08  |  2KB  |  189 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: #A4CB7A url(images/img01.jpg) no-repeat;
  11.     font: normal medium Georgia, "Times New Roman", Times, serif;
  12.     color: #000000;
  13. }
  14.  
  15. h1, h2, h3 {
  16.     color: #114403;
  17. }
  18.  
  19. h1 { font-size: 2.2em; }
  20. h2 { font-size: 1.4em; }
  21. h3 { font-size: 1.0em; }
  22.  
  23. p, blockquote, ul, ol {
  24.     line-height: 1.8em;
  25. }
  26.  
  27. blockquote, ul, ol {
  28. }
  29.  
  30. blockquote {
  31. }
  32.  
  33. a {
  34.     color: #114403;
  35. }
  36.  
  37. a:hover {
  38.     text-decoration: none;
  39.     color: #000000;
  40. }
  41.  
  42. img { border: none; }
  43.  
  44. img.left {
  45.     float: left;
  46.     margin: 0 1em 1em 0;
  47. }
  48.  
  49. img.right {
  50.     float: right;
  51.     margin: 0 1em 0 1em;
  52. }
  53.  
  54. hr { display: none; }
  55.  
  56. .hr {
  57. }
  58.  
  59. /* Logo */
  60.  
  61. #logo {
  62.     height: 100px;
  63. }
  64.  
  65. #logo h1 {
  66.     float: left;
  67.     margin: 40px 0 0 20px;
  68.     padding: 0 0 0 35px;
  69.     background: url(images/img03.gif) no-repeat left center;
  70. }
  71.  
  72. #logo h2 {
  73.     float: right;
  74.     margin: 0;
  75.     padding: 52px 20px 0 0;
  76. }
  77.  
  78. #logo a {
  79.     text-decoration: none;
  80.     color: #FFFFFF;
  81. }
  82.  
  83. /* Page */
  84.  
  85. #page {
  86.     float: left;
  87.     padding: 20px;
  88. }
  89.  
  90. /* Content */
  91.  
  92. #content {
  93.     margin-right: 240px;
  94. }
  95.  
  96. #welcome {
  97.     padding-bottom: 20px;
  98. }
  99.  
  100. /* Sidebar */
  101.  
  102. #sidebar {
  103.     position: absolute;
  104.     right: 0;
  105.     top: 120px;
  106.     float: right;
  107.     width: 200px;
  108.     padding: 20px;
  109. }
  110.  
  111. #sidebar h2 {
  112.     font-size: 1.2em;
  113. }
  114.  
  115. #sidebar blockquote {
  116.     margin-left: 0;
  117.     margin-right: 0;
  118. }
  119.  
  120. /* Menu */
  121.  
  122. #menu {
  123.     margin-bottom: 19px;
  124. }
  125.  
  126. #menu h2 {
  127.     display: none;
  128. }
  129.  
  130. #menu ul {
  131.     margin: 0;
  132.     padding: 0;
  133.     list-style: none;
  134.     line-height: normal;
  135. }
  136.  
  137. #menu li {
  138.     display: block;
  139.     border-top: 1px dotted #006600;
  140. }
  141.  
  142. #menu li.first {
  143.     border: none;
  144. }
  145.  
  146. #menu a {
  147.     display: block;
  148.     width: 165px;
  149.     padding: 7px 10px 7px 0;
  150.     text-transform: uppercase;
  151.     background: url(images/img08.gif) no-repeat 10px 50%;
  152.     text-decoration: none;
  153.     letter-spacing: 1px;
  154.     font-size: x-small;
  155.     font-weight: bold;
  156. }
  157.  
  158. #menu a:hover {
  159.     text-decoration: underline;
  160. }
  161.  
  162. /* Footer */
  163.  
  164. #footer {
  165.     clear: both;
  166.     padding: 20px 0;
  167.     border-top: 1px dotted #006600;
  168. }
  169.  
  170. #footer p {
  171.     margin: 0;
  172.     text-align: center;
  173.     font-size: x-small;
  174.     color: #000000;
  175. }
  176.  
  177. #footer a {
  178.     color: #000000;
  179. }
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.