home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / amazinglycool / default.css next >
Encoding:
Cascading Style Sheet File  |  2006-12-01  |  1.8 KB  |  122 lines

  1. /** BASIC */
  2.  
  3. body {
  4.     margin: 0;
  5.     padding: 0;
  6.     background: #C6EDFD url(images/img01.gif) repeat left top;
  7.     font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
  8.     color: #266382;
  9.     text-align: justify;
  10. }
  11.  
  12. h1, h2, h3, h4, h5, h6 {
  13.     margin-top: 0;
  14.     padding-top: 0;
  15.     color: #008BD1;
  16. }
  17.  
  18. a {
  19.     color: #008BD1;
  20. }
  21.  
  22. a:hover {
  23.     text-decoration: none;
  24. }
  25.  
  26. /** HEADER */
  27.  
  28. #header {
  29.     width: 700px;
  30.     height: 80px;
  31.     margin: 0 auto;
  32.     background: url(images/img02.gif) no-repeat left top;
  33. }
  34.  
  35. #header h1 {
  36.     margin: 0;
  37.     padding: 30px 0 0 20px;
  38.     text-transform: lowercase;
  39.     font-size: 36px;
  40.     font-style: italic;
  41.     letter-spacing: -2px;
  42.     color: #FFFFFF;
  43. }
  44.  
  45. #header h2 {
  46.     display: none;
  47. }
  48.  
  49. /** MENU */
  50.  
  51. #menu {
  52.     width: 680px;
  53.     margin: -2.5em auto 2em auto;
  54. }
  55.  
  56. #menu ul {
  57.     margin: 0;
  58.     padding: 0;
  59.     list-style: none;
  60.     text-align: right;
  61. }
  62.  
  63. #menu li {
  64.     display: inline;
  65. }
  66.  
  67. #menu a {
  68.     padding: 0 10px;
  69.     font-weight: bold;
  70.     color: #FFFFFF;
  71. }
  72.  
  73. #menu a:hover {
  74. }
  75.  
  76. #menu .first a {
  77.     border: none;
  78. }
  79.  
  80. /** CONTENT */
  81.  
  82. #content {
  83.     width: 700px;
  84.     margin: 0 auto 1em auto;
  85.     background: #FFFFFF url(images/img05.gif) no-repeat left bottom;
  86. }
  87.  
  88. #content * {
  89.     line-height: 140%;
  90. }
  91.  
  92. #columnA {
  93.     float: left;
  94.     width: 430px;
  95.     padding: 25px 20px 0 30px;
  96.     background: url(images/img03.gif) no-repeat left top;
  97. }
  98.  
  99. #columnB {
  100.     float: right;
  101.     width: 190px;
  102.     padding: 25px 20px 0 10px;
  103.     background: url(images/img04.gif) no-repeat right top;
  104. }
  105.  
  106. /** FOOTER */
  107.  
  108. #footer {
  109.     width: 700px;
  110.     height: 30px;
  111.     margin: 0 auto;
  112.     padding-bottom: 20px;
  113.     background: url(images/img06.gif) no-repeat left top;
  114. }
  115.  
  116. #footer p {
  117.     margin: 0px 0px 0px 0px;
  118.     padding: .8em 0 0 0;
  119.     text-align: center;
  120.     font: bold x-small Arial, Helvetica, sans-serif;
  121.     color: #FFFFFF;
  122. }