Update of /cvsroot/perl-ldap/website
In directory sc8-pr-cvs1:/tmp/cvs-serv11474
Added Files:
site.css
Log Message:
Site-wide stylesheet
--- NEW FILE: site.css ---
/* CSS for perl-ldap site */
body,html {
background-image: url(Knuellpap.jpg);
font-family: Helvetica, Arial, sans-serif;
margin: 0px;
padding: 0px;
}
h1 {
text-align: center;
}
div#banners {
width: 100px;
float: left;
margin-left: 10px;
}
div#content {
padding-right: 20px;
padding-left: 20px;
width: auto;
margin-left: 120px;
}
div.section {
padding: 8px;
margin-top: 0px;
}
div.section h2 {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: black;
font-size: 130%;
}
div#banners ul {
padding-left: 1em;
}
p.revision {
font-size: small;
font-style: italic;
}
a:link {
color: #005555;
}
a:visited {
color: #AA0000;
}
a:active {
color: #006666;
}
|