home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / hotballoons / default.css next >
Cascading Style Sheet File  |  2007-05-08  |  2KB  |  151 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. * {
  8.     margin: 0;
  9.     padding: 0;
  10. }
  11.  
  12. body {
  13.     background: #FFFFFF;
  14.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  15.     font-size: 13px;
  16.     color: #99ADD3;
  17. }
  18.  
  19. h1, h2, h3 {
  20.     color: #345BA8;
  21. }
  22.  
  23. h1 {
  24.     font-size: 152%;
  25. }
  26.  
  27. h2 {
  28.     font-size: 129%;
  29. }
  30.  
  31. h3 {
  32.     font-size: 100%;
  33.     font-weight: bold;
  34. }
  35.  
  36. p, blockquote, ul, ol {
  37.     line-height: 180%;
  38. }
  39.  
  40. blockquote, ul, ol {
  41.     margin-left: 3em;
  42. }
  43.  
  44. a {
  45.     color: #345BA8;
  46. }
  47.  
  48. a:hover {
  49.     text-decoration: none;
  50. }
  51.  
  52. .boxed {
  53.     margin: 10px;
  54.     border: 1px solid #E9EAEB;
  55. }
  56.  
  57. .boxed .title {
  58.     padding: 5px 10px;
  59.     background: #F7F7F7;
  60. }
  61.  
  62. .boxed .content {
  63.     padding: 10px;
  64. }
  65.  
  66. /* Page */
  67.  
  68. #page {
  69.     width: 740px;
  70.     margin: 0 auto;
  71.     background: url(images/img01.jpg) repeat-y left top;
  72. }
  73.  
  74. #content {
  75.     float: right;
  76.     width: 533px;
  77. }
  78.  
  79. #sidebar {
  80.     float: left;
  81.     width: 207px;
  82. }
  83.  
  84. /* Logo */
  85.  
  86. #logo {
  87.     width: 533px;
  88.     height: 150px;
  89.     background: url(images/img02.jpg) no-repeat left top;
  90. }
  91.  
  92. #logo h1 {
  93.     padding: 80px 0 0 19px;
  94.     letter-spacing: -1px;
  95.     font-size: 197%;
  96.     font-weight: normal;
  97. }
  98.  
  99. #logo h2 {
  100.     padding: 0px 0 0 20px;
  101.     font-size: 85%;
  102. }
  103.  
  104. #logo a {
  105.     text-decoration: none;
  106.     color: #FFFFFF;
  107. }
  108.  
  109. /* Menu */
  110.  
  111. #menu {
  112.     padding: 20px 0;
  113. }
  114.  
  115. /* News */
  116.  
  117. #news {
  118. }
  119.  
  120. #news .title {
  121.     padding: 15px;
  122. }
  123.  
  124. #news .content {
  125.     padding: 0 15px;
  126.     font-size: 85%;
  127. }
  128.  
  129. #news ul {
  130.     margin: 0px;
  131.     padding: 0px;
  132.     list-style: none;
  133. }
  134.  
  135. #news li {
  136.     margin-bottom: 15px;
  137. }
  138.  
  139. /* Footer */
  140.  
  141. #footer {
  142.     padding: 5px 0;
  143.     background: #3F6EB6;
  144.     text-align: center;
  145.     font-size: 77%;
  146.     color: #FFFFFF;
  147. }
  148.  
  149. #footer a {
  150.     color: #FFFFFF;
  151. }