Initial import.
This commit is contained in:
commit
cad709e484
42 changed files with 5961 additions and 0 deletions
52
website/simple.css
Normal file
52
website/simple.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue