summaryrefslogtreecommitdiffstatsabout
path: root/docs/documentation.css
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2011-07-21 23:10:20 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2011-07-21 23:10:38 (GMT)
commitf1fd1c9714256bb9b212462dd31ca6dc56ea31ef (patch)
tree6d3aaaf843f758f5cd7dd2dc7641dca6ed4badca /docs/documentation.css
add in project web page
Diffstat (limited to 'docs/documentation.css')
-rw-r--r--docs/documentation.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/documentation.css b/docs/documentation.css
new file mode 100644
index 0000000..f12a3af
--- /dev/null
+++ b/docs/documentation.css
@@ -0,0 +1,33 @@
1body {
2 margin-left: 3%;
3 background-color: #ccccFF;
4 font-family: sans-serif;
5}
6
7h1 {
8 text-align: center;
9}
10
11h2 {
12 margin-left: -1%;
13 font-size: 150%;
14}
15
16h3 {
17 margin-left: -1%;
18}
19
20h4 {
21 text-align: center;
22}
23
24p {
25}
26
27pre {
28 font-family: monospace;
29}
30
31DD {
32 font-family: monospace;
33} \ No newline at end of file