Pages

Friday, June 30, 2006

script

Some of the source code of the next template. Still editing. Already finished with the layout. Now in the process of creating suitable graphics to suit the layout.

/////////
body {
margin-top: 32px
margin: 0;
padding: 0;
background: #966;
color: #fff;
}

.base {
margin: auto;
background: #6090a0;
width: 800px;
font-family: Verdana, Helvetica, sans-serif;
font-size: 9pt;
line-height: 1.2em;
color: #fff;
}

.head {
padding-top: 32px;

}

.head H1 {
margin: 0;
}
.main {
float: left;
margin: 0;
padding: 25px;
width: 500px;
background: #fff;
color: #000;
}
//////

No comments: