I better paste the entire sheet...
I based it on the three-column layout template available in Webuilder.
Code: Select all
body {
background-color: transparent;
}
img {
border-width: 0px;
padding: 1px;
}
#frame {
width: 750px;
margin-top:0px;
}
/* default navigation list look */
ul.nav {
list-style-type: none;
padding: 0;
margin: 0;
}
/* default list look */
li.nav {
background-image: url(bullet_go.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
padding-left: 1.2em;
padding-top: .5em;
}
/* Conditional list look, each first #statement to be repeated in BODY tag of relevant page as ID. */
/* Second #statement to be implemented in to link as link=ID */
#services #services_on,
#copyright #copyright_on,
#index #index_on,
#articles #articles_on,
#information #information_on ,
#contact #contact_on
{
background-image: url(eye.gif);
padding-left: 1.6em;
}
#maincontent {
position: absolute;
left: 145px;
top: 90px;
text-align: justify;
width: 480px;
background-color: #f5f5f5;
padding-top: 1px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
border-right-color: #00CCFF;
border-right-width: 1px;
border-right-style: solid;
margin: 0px;
font-family: Verdana;
font-size: smaller;
}
#topcontent {
width: 750px;
background-color: transparent;
border-width: 0px;
border-style: dashed;
border-color: #FFCC66;
padding: 0px;
margin: 0px;
}
#leftcontent {
position: absolute;
left: 5px;
top: 90px;
width: 130px;
background-color: #ffffff;
border-width: 1px;
border-style: dashed;
border-color: #CCCCCC;
padding-top: 1px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
font-family: Verdana, Tahoma;
font-size: .7em;
}
#rightcontent {
position: absolute;
top: 90px;
left: 640px;
width: 90px;
background-color:#ffffff;
border-width: 1px;
border-style: solid;
border-color: orange;
padding-top: 1px;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
margin: 0px;
font-size: .75em;
font-family: Verdana, Tahoma;
}
#international {
position: absolute;
background-color: transparent;
border-width: 0px;
padding: 0px;
margin: 0px;
left: 640px;
top: 60px;
width: 100px;
font-family: Arial, Verdana, sans-serif;
font-size: x-small;
}
h1 {font-size:16px;font-family: sans-serif, Verdana, Tahoma;}
h2 {font-size:15px;}
h3 {font-size:14px;}
h4 {font-size:13px;}
/* End of Stylesheet */
My boss got this for me recently and its version 7.2.0.68.
There are still a couple of warnings in it but its all very alpha for a new site. Still it bugs me that Webuilder gives this error.

You are welcome syrup...
OMG!
I just ran that through my regular CSS editor on another PC and that gave:
Thats Topstyle 3.10
...and the online W3C checker only gave a few warnings...