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

  1. BODY {
  2.     text-align: center;
  3.     background-image: url(daffodil.jpg);
  4.     background-repeat: no-repeat;
  5.     background-position: center;
  6.     background-attachment: fixed;
  7.     background-color: #FFDEAD;
  8.     font-family: "MS Sans Serif", Geneva, sans-serif;
  9. }
  10. #container {
  11.     margin: auto;
  12.     width: 85%;
  13.     padding: 5px;
  14.     border: thick groove Blue;
  15. }
  16. #header {
  17.     height: 120px;
  18.     background: transparent url(FooterBg.gif);
  19.     margin: auto;
  20. }
  21. #header h1 {
  22.     color: red;
  23.     float: right;
  24.     margin: 0 10px 0 0;
  25. }
  26. #header p {
  27.     clear: both;
  28.     text-align: right;
  29.     color: Blue;
  30.     font-style: italic;
  31.     font-size: 20px;
  32.     font-weight: bolder;
  33.     margin: 0 10px 0 0;
  34. }
  35. #content {
  36.     margin: auto;
  37.     background: transparent url(bg.gif);
  38.     text-align: left;
  39. }
  40. #content h3 {
  41.     color: red;
  42.     margin: 0 0 0 10px;
  43. }
  44. #content p {
  45.     margin-left: 10px;
  46.     margin-right: 10px;
  47. }
  48. #content a {
  49.     color: blue;
  50.     text-decoration: none;
  51. }
  52. #content a:hover {
  53.     color: red;
  54. }
  55. #footer {
  56.     margin: auto;
  57.     background: transparent url(FooterBg.gif);
  58.     font-size: 0.75em;
  59.     clear: both;
  60.     line-height: 1.15em;
  61. }
  62. .float-right {
  63.     clear: right;
  64.     float: right;
  65. }
  66. img {
  67.     border: none;
  68. }
  69. #menu {
  70.     position: relative;
  71.     top: 0px;
  72.     left: 0px;
  73. }
  74. #menu ul {
  75.     display: inline;
  76.     list-style: none;
  77. }
  78. #menu ul li {
  79.     float: left;
  80.     margin-right: 2px;
  81. }
  82. #menu ul li a {
  83.     background-color: white;
  84.     text-decoration: none;
  85.     padding-left: 5px;
  86.     padding-right: 5px;
  87.     padding-top: 0px;
  88.     padding-bottom: 0px;
  89.     color: blue;
  90. }
  91. #menu ul li a:hover {
  92.     color: White;
  93.     background-color: Blue;
  94. }