home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / under_the_bridge / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2006-12-06  |  2.5 KB  |  154 lines

  1. /* CSS Document */
  2.  
  3. * {margin: 0;
  4.     padding: 0;}
  5.  
  6. p {padding-top: 7px;
  7.     padding-bottom:7px;}
  8.     
  9. h1 {
  10.     padding-top: 200px;
  11.     padding-right: 90px;
  12.     text-align: right;
  13.     font-size: 1.6em;
  14.     font-style: italic;
  15.     color: #FFFFFF;
  16. }
  17.  
  18. h2 {
  19.     padding-right: 90px;
  20.     text-align: right;
  21.     font-size: 1em;
  22.     font-style: italic;
  23.     color: #EAEEF7;
  24. }
  25.     
  26.     
  27. h3 {
  28.     padding-top: 7px;
  29.     padding-bottom:7px;
  30.     font-style: italic;
  31.     color: #787C87;
  32.     font-size: 1.4em;
  33. }
  34.  
  35. h4 {
  36.     margin-top: 40px;
  37.     margin-left: 40px;
  38.     margin-bottom: 10px;    
  39. }
  40.  
  41. a:link {color: #666666}     /* unvisited link */
  42. a:visited {color: #666666}  /* visited link */
  43. a:hover {color: #794353}   /* mouse over link */
  44. a:active {color: #666666}   /* selected link */
  45.     
  46. body {
  47.     background-color: #6B6D82;
  48.     font-family: Georgia, "Times New Roman", Times, serif;
  49.     font-size: 62.5%;
  50. }
  51.     
  52. #container {
  53.     margin: 0px auto;
  54.     width: 797px;
  55.     color: #797D88;
  56.     font-size: 1.2em;
  57. }
  58.  
  59. #header {
  60.     background-image: url(images/header.jpg);
  61.     height: 249px;
  62. }
  63.  
  64. #linkbar {
  65.     background-image: url(images/linkbar_bg.jpg);
  66.     height: 79px;
  67. }
  68.  
  69. #content {
  70.     background-image: url(images/content_tile.jpg);
  71.     background-repeat: repeat-y;
  72.     padding-left: 80px;
  73.     padding-right: 80px;
  74. }
  75.  
  76. #right_menu {
  77.     background-image: url(images/right_menu.jpg);
  78.     height: 365px;
  79.     width: 277px;
  80.     float: right;
  81.     margin-right: -80px!important;
  82.     margin-right: -40px;
  83. }
  84.  
  85. #footer {
  86.     background-image: url(images/footer.jpg);
  87.     height: 63px;
  88.     padding-top: 80px;
  89.     padding-left: 80px;
  90.     padding-right: 80px;
  91.     text-align: center;
  92.     font-size: .9em;
  93. }
  94.  
  95. /******************************* menu ****************************************/
  96.  
  97. #navcontainer ul
  98. {
  99.     margin-left: 100px!important;
  100.     margin-left: 50px;
  101.     color: White;
  102.     float: left;
  103.     margin-top: 14px;
  104. }
  105.  
  106. #navcontainer ul li { display: inline; }
  107.  
  108. #navcontainer ul li a
  109. {
  110. padding: 0.2em 1em;
  111. color: White;
  112. text-decoration: none;
  113. float: left;
  114. }
  115.  
  116. #navcontainer ul li a:hover
  117. {
  118. color: #E3E9F1;
  119. }
  120.  
  121. /********************************' right menu *******************************/
  122.  
  123. .navcontainer {
  124.     width: 200px;
  125.     margin-left: 40px;
  126. }
  127.  
  128. .navcontainer ul
  129. {
  130. margin-left: 0;
  131. padding-left: 0;
  132. list-style-type: none;
  133. }
  134.  
  135. .navcontainer a
  136. {
  137. display: block;
  138. padding: 3px;
  139. width: 168px;
  140. border-bottom: 1px solid #BFC2C9;
  141. }
  142.  
  143. .navcontainer a:link, .navlist a:visited
  144. {
  145. color: #666666;
  146. text-decoration: none;
  147. }
  148.  
  149. .navcontainer a:hover
  150. {
  151. background-color: #8D5764;
  152. color: #fff;
  153. }
  154.