home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / advertising / default.css next >
Cascading Style Sheet File  |  2008-01-20  |  2KB  |  172 lines

  1. /** BASIC */
  2.  
  3. body {
  4.     margin: 0px;
  5.     padding: 0px;
  6.     background: url(images/img02.jpg) repeat-x left top;
  7.     line-height: 20px;
  8.     text-align: justify;
  9.     font-family:Arial, Helvetica, sans-serif;
  10.     font-size: 10pt;
  11.     color: #666666;
  12. }
  13.  
  14. h1, h2, h3, h4, h5, h6 {
  15.     font-weight: normal;
  16. }
  17.  
  18. a {
  19.     color: #0077dd;
  20. }
  21.  
  22. a:hover {
  23.     text-decoration: none;
  24. }
  25.  
  26. .list1 {
  27.     margin: 0;
  28.     padding: 0;
  29.     list-style: none;
  30. }
  31.  
  32. .list1 a {
  33.     background: url(images/img01.gif) no-repeat left 60%;
  34.     padding-left: 12px;
  35. }
  36.  
  37. .list2 {
  38.     margin: 0;
  39.     list-style: none;
  40. }
  41.  
  42. .list2 a {
  43.     background: url(images/img01.gif) no-repeat left 60%;
  44.     padding-left: 12px;
  45. }
  46.  
  47. img {
  48.     border: none;
  49. }
  50.  
  51. img.left {
  52.     float: left;
  53.     margin: 3px 20px 0px 0px;
  54. }
  55.  
  56. /** HEADER */
  57.  
  58. #header {
  59.     width: 778px;
  60.     margin: 0px auto;
  61.     padding: 1em;
  62.     height: 90px;
  63.     color: #254360;
  64. }
  65.  
  66. #header h1 {
  67.     margin: 0px;
  68.     padding: 20px 0px 0px 0px;
  69.     text-transform: uppercase;
  70.     font-weight: bold;
  71. }
  72.  
  73. #header h2 {
  74.     margin: 0 0 0 -80px;
  75.     padding: 0px 0px 0px 95px;
  76.     text-transform: uppercase;
  77.     font-weight: bold;
  78.     font-size: 13px;
  79. }
  80.  
  81. /** MENU */
  82.  
  83. #menu {
  84.     width: 778px;
  85.     margin: 0px auto;
  86. }
  87.  
  88. #menu ul {
  89.     margin: 0px;
  90.     padding: 0px;
  91.     list-style: none;
  92. }
  93.  
  94. #menu li {
  95.     display: inline;
  96. }
  97.  
  98. #menu a {
  99.     background: url(images/img04.gif) no-repeat right 50%;
  100.     padding: 0px 20px 0px 20px;
  101.     text-decoration: none;
  102.     text-transform: uppercase;
  103.     font-weight: bold;
  104.     font-size: 12px;
  105.     color: #FFFFFF;
  106. }
  107.  
  108. #menu a:hover {
  109.     background: #FFFFFF;
  110.     color: #254360;
  111. }
  112.  
  113. #menu .active {
  114.     background: #FFFFFF;
  115.     color: #254360;
  116. }
  117.  
  118. /** CONTENT */
  119.  
  120. #content {
  121.     width: 778px;
  122.     margin: 0px auto;
  123.     padding: 40px 0px 20px 0px;
  124. }
  125.  
  126. #columnA {
  127.     float: right;
  128.     width: 538px;
  129.     padding-left: 20px;
  130.     border-left: 1px dashed #EEEEEE;
  131. }
  132.  
  133. #columnA h2 {
  134.     height: 22px;
  135.     border-bottom: 1px dashed #EEEEEE;
  136.     font-size: 12pt;
  137.     font-weight: bold;
  138. }
  139.  
  140. #columnB {
  141.     float: left;
  142.     width: 200px;
  143. }
  144.  
  145. #columnB h3 {
  146.     height: 22px;
  147.     border-bottom: 1px dashed #EEEEEE;
  148.     border-spacing: 2px;
  149.     font-size: 11pt;
  150.     font-weight: bold;
  151. }
  152.  
  153. /** FOOTER */
  154.  
  155. #footer {
  156.     clear: both;
  157.     margin: 0px auto;
  158.     height: 59px;
  159.     background: url(images/img03.gif) repeat-x left top;
  160.     text-align: center;
  161. }
  162.  
  163. #footer p {
  164.     margin: 0px;
  165.     padding: 18px 0px 0px 0px;
  166.     font-size: 10px;
  167.     color: #FFFFFF;
  168. }
  169.  
  170. #footer a {
  171.     color: #CCCCCC;
  172. }