home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / Simple_Oceanic / Styles.css < prev    next >
Cascading Style Sheet File  |  2007-01-11  |  2KB  |  91 lines

  1. body {
  2.     background:#223366;
  3. }
  4. #Container {
  5.     width:800px;
  6.     border:3pt double silver;
  7.     margin-left:auto;
  8.     margin-right:auto;
  9. }
  10. #Header {
  11.     height:130px;
  12.     width:100%;
  13.     background:url(glass1.jpg);
  14. }
  15. #HeadText {
  16.     height:80px;
  17.     width:380px;
  18.     font-family:Arial, Helvetica, sans-serif;
  19.     font-size:1.2em;
  20.     text-align:center;
  21.     padding-top:20px;
  22.     color:white;
  23. }
  24. #HeadText h3 {
  25.     font-size:1.3em;
  26. }
  27. #Menu {
  28.     height:20px;
  29.     background:url(Trans.png);
  30. }
  31. #Menu a {
  32.     font:12px Arial, Helvetica, sans-serif;
  33.     padding:0px 5px;
  34.     margin-left:20px;
  35.     color:black;
  36.     border:2pt outset gray;
  37.     text-decoration:none;
  38. }
  39. #Menu a:hover {
  40.     border:2pt inset gray;
  41.     background:silver;
  42. }
  43. .Side {
  44.     font:12px Arial, Helvetica, sans-serif;
  45.     width:100px;
  46.     background:#223366;
  47.     color:silver;
  48.     border:1pt solid navy;
  49.     float:right;
  50.     padding:5px;
  51.     margin-right:10px;
  52. }
  53. .Side a {
  54.     font:12px Arial, Helvetica, sans-serif;
  55.     color:white;
  56.     text-decoration:underline;
  57. }
  58. .Side a:hover {
  59.     color:gray;
  60. }
  61. #Body {
  62.     background:#225599 url(Background1.png);
  63.     padding:25px;
  64.     font:16px Arial, Helvetica, sans-serif;
  65.     color:silver;
  66. }
  67. #Body h3 {
  68.     color:white;
  69.     font-size:1.3em;
  70.     margin-top:0px;
  71. }
  72. #Body a {
  73.     color:white;
  74.     text-decoration:underline;
  75. }
  76. #Body a:hover {
  77.     color:gray;
  78. }
  79. #Footer {
  80.     font:12px Arial, Helvetica, sans-serif;
  81.     height:20px;
  82.     background:url(Trans2.png);
  83.     text-align:center;
  84. }
  85. #Footer a {
  86.     text-decoration:none;
  87.     color:black;
  88. }
  89. #Footer a:hover {
  90.     color:gray;
  91. }