Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css88
1 files changed, 0 insertions, 88 deletions
diff --git a/doc/style.css b/doc/style.css
deleted file mode 100644
index 743e366..0000000
--- a/doc/style.css
+++ /dev/null
@@ -1,88 +0,0 @@
-/*
- The Osirion Project
- documentation stylesheet
-*/
-
-body {
- color: #000000;
- background-color: #ffffff;
- font-size: 12pt;
- margin: 32px;
- border: 1px solid #000000;
- padding: 16px;
-}
-
-a {
- color: #b38700;
- text-decoration: none;
-}
-
-a:hover {
- text-decoration: none;
- font-weight: bold;
-}
-
-h1, h2, h3 {
- margin-right: 32px;
- width: auto;
-}
-
-h1 {
- margin-left: 16px;
- margin-top: 32px;
- font-size: 18pt;
- border-bottom: 1px solid #000000;
-}
-
-h2 {
- margin-left: 32px;
- margin-top: 32px;
- font-size: 14pt;
- border-bottom: 1px solid #000000;
-}
-
-h2.navigate {
- text-align: right;
-}
-h3 {
- margin-left: 64px;
- font-weight: bold;
- font-size: 12pt;
-}
-
-p, ul {
- margin-left: 64px;
- margin-right: 32px;
- width: auto;
-}
-
-table {
- margin-left: 96px;
- margin-right: 64px;
-}
-
-td {
- padding-right: 16px;
- vertical-align: top;
-}
-
-td.wide {
- width: 156px;
-}
-
-td.narrow {
- width: 64px;
-}
-pre {
- font-family: "Courier New", "Courier", "fixed";
- font-size: 14px;
- margin-left: 64px;
- margin-right: 64px;
- width: auto;
- background-color: #e5e5e5;
- padding: 8px;
- padding-left: 16px;
-}
-ul {
- list-style-type: none;
-} \ No newline at end of file