Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-07-14 12:30:27 +0000
committerStijn Buys <ingar@osirion.org>2008-07-14 12:30:27 +0000
commitb75d57ad691c2f1612ee430c2805d541703971de (patch)
tree5dc47937acebe94572dda794800d9004e57db856 /doc/style.css
parent821e88a6d147a13e0e4eca1b0c1c770e3bee3a90 (diff)
converting documentation to HTML
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css64
1 files changed, 64 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css
new file mode 100644
index 0000000..d284321
--- /dev/null
+++ b/doc/style.css
@@ -0,0 +1,64 @@
+/*
+ The Osirion Project
+ documentation stylesheet
+*/
+
+body {
+ color: #000000;
+ background-color: #ffffff;
+ font-size: 12pt;
+}
+
+a {
+ color: #b38700;
+}
+
+h1, h2, h3 {
+ margin-left: 16px;
+ margin-right: 32px;
+ width: auto;
+}
+
+h1 {
+ margin-top: 32px;
+ font-size: 18pt;
+ border-bottom: 1px solid #000000;
+}
+
+h2 {
+ margin-top: 32px;
+ font-size: 14pt;
+ border-bottom: 1px solid #000000;
+}
+
+h3 {
+ font-weight: bold;
+ font-size: 12pt;
+}
+
+p, ul {
+ margin-left: 64px;
+ margin-right: 32px;
+ width: auto;
+}
+
+table {
+ margin-left: 96px;
+}
+
+td {
+ padding-right: 16px;
+}
+
+pre {
+ font-family: "Courier New", "Courier", "fixed";
+ font-size: 14px;
+ margin-left:96px;
+ margin-right: 64px;
+ width: auto;
+ background-color: efefef;
+ padding: 8px;
+}
+ul {
+ list-style-type: none;
+} \ No newline at end of file