Initial import.

This commit is contained in:
Erik C. Thauvin 2004-02-17 04:04:30 +00:00
commit cad709e484
42 changed files with 5961 additions and 0 deletions

52
website/simple.css Normal file
View file

@ -0,0 +1,52 @@
body {
background: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
margin: 0px;
}
h1 {
color: #333399;
}
h2 {
border-bottom: 2px solid #9999cc;
}
h3 {
padding-top: 25px;
border-bottom: 1px solid #9999cc;
}
code {
font-family: Courier New, Courier, mono, monospace;
font-size: 12px;
color: #000066;
background-color: #ffeedd;
}
a:hover {
color: #ff0000;
background: #eeeeff;
}
#content {
float: none;
position: relative;
margin: 0px 10px 10px 10px;
padding: 0px 10px 10px 10px;
}
#content p {
padding-left: 10px;
}
#content p.note {
padding: 5px;
border: 1px solid #9999cc;
border-right: 2px solid #666699;
border-bottom: 2px solid #666699;
background: #eeeeff;
margin: 20px 50px;
}