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

  1. body{
  2.    margin: 0;
  3.    padding: 0;
  4.    font-family: Georgia, "Times New Roman", Times, serif;
  5.    background: #eee;
  6. }
  7.  
  8. #header {
  9.    position: absolute;
  10.    width: 770px;
  11.    height: 110px;
  12.    margin: 0% 5% 0% 5%;
  13.    padding: 15px;
  14.    background: #663399;
  15. }
  16. #headermost {
  17.    position: relative;
  18.    width: 710px;
  19.    height: 60px;
  20.    padding: 10px 15px;
  21.    background: #330066 url(images/flower.jpg) no-repeat top right;
  22.    color: #FFFFCC;
  23.    font-size: 36px;
  24.    text-align:50px;
  25.    border: 15px solid #FF6633;
  26. }
  27. #nav{
  28.    font: 14px Verdana, Arial, Helvetica, sans-serif;
  29.    margin-top: 300px;
  30.    margin-left:0;
  31.    position: absolute;
  32.    width: 251px;
  33.    z-index: 100;
  34. }
  35. #nav a{
  36.    display: block;
  37.    text-align: center;
  38.    border-width:0;
  39.    border-right: 15px solid #663399;
  40.    margin: 0 0 1px;
  41.    background-color: #003366;
  42.    color:#FF6600;
  43.    text-decoration: none;
  44. }
  45. #nav a:hover{
  46.    background: transparent;
  47.    border: 1px solid #000066;
  48.    text-transform:uppercase;
  49. }
  50. #main{
  51.    float: right;
  52.    margin-top: 150px;
  53.    margin-left: 5px;
  54.    width: 610px;
  55.    background-color: #000066;
  56.    color: #fff;
  57. }
  58. p{
  59.    padding: 10px 15px 0 15px;
  60.    background-color:#FFFFCC;
  61.    color: #b71;
  62.    margin: 30px 10px 15px 25px;
  63. }
  64. h2, h3{
  65.    font: "Courier New", Courier, monospace; 
  66.    text-align: left;
  67.    text-indent: 20px;
  68.    text-transform: capitalize;
  69.    letter-spacing: 0.7em;
  70.    margin-left: 15px;
  71.    margin-bottom: 20px;
  72. }
  73. #footer{
  74.    font: 10px Arial, Helvetica, sans-serif;
  75.    margin-top: 50px;
  76.    width: 100%;
  77.    border: 1.5px solid #f63;
  78.    text-align: center;
  79.    color:666
  80. }