home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cricao de Sites - 650 Layouts Prontos
/
WebMasters.iso
/
Templates
/
CSS
/
Template-matt
/
stylesheet.css
< prev
Wrap
Cascading Style Sheet File
|
2006-01-29
|
4KB
|
243 lines
/* By Matthew Caddoo - 2006 */
* {margin: 0; padding: 0;}
html, body { height: 100%; }
body {
font-family: Geneva, Arial, Helvetica, sans-serif;
background: url(images/bbg.gif);
}
/* Start of clearfix */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */
/* end of clearfix */
/*
_________________________________________________________
Start of upper section
_________________________________________________________
*/
.mainarea {
width: 700px;
margin: 0 auto;
background: #CCC;
border-right: #666 1px solid;
border-left: #666 1px solid;
background-image: url(images/bg.jpg);
background-repeat: repeat-y;
min-height: 100%;
}
.line {
height: 15px;
border: 1px solid #FFF;
background-color: #8FA1B3;
}
.location {
padding: 7px 10px 3px 10px;
font-size: 12px;
color: #FFF;
height: 18px;
border: 1px #FFF solid;
border-bottom: 0;
background-color: #333;
border-top: 0;
}
.head {
height: 100px;
background: #FFF;
}
/*
_________________________________________________________
End of upper section
_________________________________________________________
*/
/*
_________________________________________________________
Start of navigation section
_________________________________________________________
*/
.nav {
border: 1px solid #FFF;
border-top: 0;
width: 150px;
background: #6d87a1;
float: left;
}
.nav h3 {
font-size: 13px;
font-weight: bold;
color: #b5c5d5;
padding: 3px 3px 3px 5px;
background: #273b4f;
border-top: 1px solid #FFF;
}
.nav h4 {
font-size: 12px;
font-weight: bold;
color: #b5c5d5;
padding: 3px 3px 3px 5px;
background: #273b4f;
}
.nav p {
}
.nav ul{
list-style-type: none;
}
.nav li {
font-size: 11px;
list-style-type: none;
}
.nav a {
background: #56718d;
font-size: 12px;
color: #FFF;
text-decoration: none;
font-weight: bold;
padding-left: 20px;
display: block;
}
.nav a:hover {
border-left: 5px solid #294159;
padding-left: 15px;
color: #000;
background: #98aabc;
}
.nav a:visted {
background: #56718d;
font-size: 12px;
color: #FFF;
text-decoration: none;
font-weight: bold;
padding-left: 20px;
display: block;
}
/*
_________________________________________________________
End of navigation section
_________________________________________________________
*/
/*
_________________________________________________________
Start of main content
_________________________________________________________
*/
.center {
float: right;
border: 1px solid #FFF;
border-left: 0;
border-bottom: 0;
width: 547px;
margin-bottom: 60px;
}
.contenthead {
background: #5C6773;
height: 70px;
padding: 15px;
}
.contenthead h1 {
color: #FFF;
font-size: 25px;
}
.contenthead i {
color: #FFF;
font-size: 16px;
margin-left: 50px;
}
.maincontent {
background: #F0F0DF;
border-top: 1px solid #FFF;
padding: 10px;
}
.maincontent h2 {
color: #003366;
font-size: 16px;
font-weight: bold;
border-bottom: 2px dotted #CCC;
}
.maincontent p {
color: #000;
font-size: 12px;
margin-left: 10px;
margin-bottom: 25px;
}
/*
_________________________________________________________
End of main content
_________________________________________________________
*/
/*
_________________________________________________________
Start of footer section
_________________________________________________________
*/
.footer {
clear: both;
margin: 0 auto;
background: #5C6773;
width: 700px;
height: 50px;
margin-top: -51px;
border-top: 1px solid #FFF;
position: relative;
text-align: center;
}
.footer p {
font-size: 12px;
font-weight: 500;
color: #FFF;
margin: 3px;
text-decoration: none;
}
.footer a {
color: #CCC;
}
/*
_________________________________________________________
End of footer section
_________________________________________________________
*/