home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cricao de Sites - 650 Layouts Prontos
/
WebMasters.iso
/
Templates
/
CSS
/
GreenColumn
/
style.css
< prev
Wrap
Cascading Style Sheet File
|
2007-10-21
|
4KB
|
219 lines
@charset "iso-8859-2";
* {margin:0;
padding:0;
border:none;
}
body {
font-family: Arial, sans-serif;
color: #000000;
background-position: top;
font-size: 12px;
background-color: #111B7C;
margin: auto;
width: 900px;
background-repeat: no-repeat;
margin-left: -30px;
}
#container {
width: 899px;
float: left;
background-color: #111B7C;
background-image: url(images/bg.jpg);
background-repeat: repeat-y;
display: block;
background-position: auto;
}
#logo {
float: left;
background-image: url(images/logo.gif);
background-position: right;
height: 140px;
font-weight: bold;
font-size: 18px;
width: 172px;
text-align: right;
background-repeat: no-repeat;
padding-left: 45px;
}
#menu {
float:left;
width:162px;
color: #FFFFFF;
padding-left: 68px;
}
#menu ul {
list-style-type: none;
}
#menu li {
font-size: 14px;
background-repeat: none;
height: 32px;
width: 163px;
margin-top: 2px;
float: left;
}
#menu a{
font-size: 14px;
height: 28px;
background-image: url(images/button.png);
width: 162px;
float: left;
padding-top: 8px;
color: #FFFFFF;
text-decoration: none;
vertical-align: bottom;
border-bottom: solid #027c24 1px;
text-align: center;
}
#menu a:hover{
text-decoration: underline;
}
#brand h2 {
font-size: 14px;
display: block;
background-color: #55A66C;
width: 161px;
}
#brand{
font-size: 10px;
text-align: center;
margin-top: 10px;
}
#brand ul {
}
#brand li {
display: block;
font-size: 10px;
margin-bottom: -15px;
height: 27px;
}
#company {padding-bottom:10px;
display:block;}
#head {
width: 780px;
height: 205px;
float: left;
margin-left: 0px;
background-color: #111B7C;
background-image: url(images/head.jpg);
background-repeat: no-repeat;
}
#header {
float: right;
font-size: 48px;
font-weight: bold;
color: #FFFFFF;
padding-right: 120px;
padding-top: 20px;
}
#header:first-letter {
color:#379654;
}
#content {
width: 475px;
margin-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
margin: -80px 0px 22px 20px;
float: left;
padding: 60px 22px 22px 21px;
color: #FFFFFF;
display: block;
border-top: none;
}
#content h1 {
font-size: 24px;
background-image: url(images/h1.png);
margin-left: -22px;
padding-left: 22px;
height: 32px;
margin-top: 10px;
margin-bottom: 20px;
background-repeat: no-repeat;
background-position: bottom left;
}
#content h2 {
font-size: 18px;
background-image: url(images/h-bg.png);
background-repeat: repeat-y;
margin-left: -22px;
padding-left: 22px;
height: 24px;
margin-top: 15px;
margin-bottom: 10px;
}
#foot {
width: 899px;
height: 200px;
float: left;
background-image: url(images/foot.jpg);
background-color: #C90606;
background-position: top;
margin-top: -30px;
overflow: hidden;
display: block;
}
#foot ul {
list-style-type: none;
float: right;
padding-top: 110px;
padding-right: 100px;
background-repeat: no-repeat;
}
#foot li {
background-repeat: none;
height: 80px;
padding-left: 0px;
float: left;
text-align: center;
}
#foot a{
font-size: 10px;
text-decoration: none;
color: #E3E3E3;
text-align: center;
display: block;
padding: 5px;
}
#foot a:hover{
text-decoration:underline;
color: #E3E3E3;
}
#up {
font-size: 10px;
text-align: center;
border: solid white 1px;
border-top: none;
border-bottom: none;
height: 14px;
display: block;
padding: 2px;
float: left;
}
}
@charset "iso-8859-2";
/* CSS Document */