home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / lonelyness / style.css < prev   
Cascading Style Sheet File  |  2006-12-05  |  2KB  |  112 lines

  1. /* CSS Document */
  2.  
  3. * {margin: 0;
  4.    padding: 0;}
  5.    
  6. body {
  7.     font-family: Georgia, "Times New Roman", Times, serif;
  8. }
  9.  
  10. #main {
  11.     background-image: url(images/main.jpg);
  12.     height: 399px;
  13.     width: 741px;
  14.     background-repeat: no-repeat;
  15. }
  16.  
  17. #linkbar {
  18.     background-image: url(images/linkbar.jpg);
  19.     height: 43px;
  20.     width: 741px;
  21.     background-repeat: no-repeat;
  22. }
  23.  
  24. #top_content {
  25.     background-image: url(images/top_content.jpg);
  26.     height: 135px;
  27.     width: 741px;
  28.     background-repeat: no-repeat;
  29. }
  30.  
  31. #main_content {
  32.     background-image: url(images/body_tile.jpg);
  33.     width: 356px;
  34.     background-repeat: repeat-y;
  35.     padding-left: 125px;
  36.     padding-right: 260px;
  37.     font-size: 12px;
  38. }
  39.  
  40. #footer {
  41.     background-image: url(images/footer.jpg);
  42.     width: 621px;
  43.     height: 130px;
  44.     padding-top: 100px;
  45.     font-size: 10px;
  46.     padding-left: 120px;
  47. }
  48.  
  49. p {padding-bottom: 6px;
  50. padding-top: 6px;}
  51.  
  52. h1 {
  53.     padding-top: 40px;
  54.     padding-left: 112px;
  55.     color: #a9ac96;
  56.     font-size: 24px;
  57.     font-style: italic;
  58.     font-family: Georgia, "Times New Roman", Times, serif;
  59. }
  60.  
  61. h2 {
  62.     padding-top: 0px;
  63.     padding-left: 112px;
  64.     color: #b3b79b;
  65.     font-size: 12px;
  66.     font-style: italic;
  67.     font-family: Georgia, "Times New Roman", Times, serif;
  68. }
  69.  
  70. h3 {
  71.     font-size: 16px;
  72.     font-style: italic;
  73.     color: #8D926A;
  74.     padding-top: 15px;
  75.     padding-bottom: 15px;
  76. }
  77.  
  78. blockquote {
  79.     margin-left: 165px;
  80.     margin-right: 300px;
  81.     font-size: 12px;
  82.     padding: 45px 6px 6px;
  83.     font-style: italic;
  84. }
  85.  
  86. #navcontainer ul
  87. {
  88.     padding: 16px 0 2px;
  89.     margin-left: 160px;
  90.     list-style-type: none;
  91.     color: #006633;
  92.     font-size: 90%;
  93.     font-style: normal;
  94.     font-weight: normal;
  95.     font-variant: normal;
  96. }
  97.  
  98. li { display: inline; }
  99.  
  100. li a
  101. {
  102. text-decoration: none;
  103. color: #666666;
  104. padding: .2em 1em;
  105. }
  106.  
  107. li a:hover
  108. {
  109. background-color: #EDEEE8;
  110. color: #333333;
  111. }
  112.