first commit

This commit is contained in:
Asim Jalis
2012-01-28 15:03:49 -08:00
commit a1e0a0dbac
9 changed files with 1707 additions and 0 deletions

21
style.css Normal file
View File

@@ -0,0 +1,21 @@
BODY {
font-family: "Verdana,Arial,sans-serif";
font-size: 10pt;
}
PRE.LIST {
background: #CFD9FF;
border: 1ex solid #AAAAE6;
padding: 1ex;
}
PRE.SNIP {
background: #CFD9FF;
padding: 1ex;
}
PRE.CONSOLE {
color: #CCCCCC;
background: #000000;
font-family: "Courier New,Courier";
padding: 1ex;
}