home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cricao de Sites - 650 Layouts Prontos
/
WebMasters.iso
/
Templates
/
CSS
/
Simple_Oceanic
/
Styles.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2007-01-11
|
2KB
|
91 lines
body {
background:#223366;
}
#Container {
width:800px;
border:3pt double silver;
margin-left:auto;
margin-right:auto;
}
#Header {
height:130px;
width:100%;
background:url(glass1.jpg);
}
#HeadText {
height:80px;
width:380px;
font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
text-align:center;
padding-top:20px;
color:white;
}
#HeadText h3 {
font-size:1.3em;
}
#Menu {
height:20px;
background:url(Trans.png);
}
#Menu a {
font:12px Arial, Helvetica, sans-serif;
padding:0px 5px;
margin-left:20px;
color:black;
border:2pt outset gray;
text-decoration:none;
}
#Menu a:hover {
border:2pt inset gray;
background:silver;
}
.Side {
font:12px Arial, Helvetica, sans-serif;
width:100px;
background:#223366;
color:silver;
border:1pt solid navy;
float:right;
padding:5px;
margin-right:10px;
}
.Side a {
font:12px Arial, Helvetica, sans-serif;
color:white;
text-decoration:underline;
}
.Side a:hover {
color:gray;
}
#Body {
background:#225599 url(Background1.png);
padding:25px;
font:16px Arial, Helvetica, sans-serif;
color:silver;
}
#Body h3 {
color:white;
font-size:1.3em;
margin-top:0px;
}
#Body a {
color:white;
text-decoration:underline;
}
#Body a:hover {
color:gray;
}
#Footer {
font:12px Arial, Helvetica, sans-serif;
height:20px;
background:url(Trans2.png);
text-align:center;
}
#Footer a {
text-decoration:none;
color:black;
}
#Footer a:hover {
color:gray;
}