Wednesday, January 20, 2010

Readymade CSS

body {
margin: 0px;
padding: 0px;
background-color: ;
background-image: url(../../images/background_yellow.png);
}

div#header {
position: absolute;
width: 100%;
left: 0px;
height: 75px;
top: -4px;
}

div#banner {
background-color: #FFFFCC;
background-repeat: repeat-x;
height: 50px;
}

img#titletext {
top: 40px;
position: absolute;
left: 300px;
}

div#nav{
color : #105BAC;
background-color : #FFFFFF;
height : 15px;
font-size: 80%;
border-top : none;
margin-left: 0px;
border-bottom-style: none;
}

div#nav ul {
list-style-type: none;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 56px;
margin-right: 0px;
padding: 2px 0 0 0;
}
div#nav ul li {
display: inline;
}
div#content {
position: absolute;
left: 225px;
top: 128px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 91%;
color: #000000;
line-height: 140%;
width: 707px;
height: 532px;
}
div#sidebar {
position: absolute;
top: 129px;
right: 20px;
width: 180px;
font-size : 70%;
left: 15px;
}
div#content h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 146%;
color: #990000;
font-weight: normal;
}
div#content h2 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #105BAC;
font-weight: normal;
font-size: 120%;
}
div#sidebar div.feature {
font-family: Georgia, "Times New Roman", Times, serif;
color : #666666;
background-color : #fefefe;
border : 1px solid #990000;
margin-bottom : 11px;
padding : 10px;
line-height : 140%;

No comments: