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>2010-11-06 18:57:00 +0000
committerStijn Buys <ingar@osirion.org>2010-11-06 18:57:00 +0000
commit5645248a9a91c6037b935043a4e7037072bf9366 (patch)
treeb19e09ec9fb1091b198518be3e75adfc6fe6b54d /doc/main.css
parentbf198b1ef97e64ff6a2dd30ea2d9714e3b5fec73 (diff)
documentation restyling
Diffstat (limited to 'doc/main.css')
-rw-r--r--doc/main.css21
1 files changed, 16 insertions, 5 deletions
diff --git a/doc/main.css b/doc/main.css
index 80704ee..e4321ea 100644
--- a/doc/main.css
+++ b/doc/main.css
@@ -57,7 +57,7 @@ img {
float: right;
}
-.banner, .header, .footer, .title {
+.banner, .header, .footer {
background: #d7d7d7;
margin-left: 24px;
margin-right: 24px;
@@ -66,9 +66,6 @@ img {
border-bottom: 1px solid #606060;
border-left: 1px solid #606060;
border-right: 1px solid #606060;
-}
-
-.banner, .header, .footer {
margin-top: 24px;
margin-bottom: 24px;
}
@@ -94,7 +91,15 @@ img {
}
.title {
- font-size: 16pt;
+ background: #d7d7d7;
+ margin-left: 24px;
+ margin-right: 72px;
+ padding: 4px;
+ border-top: 1px solid #606060;
+ border-bottom: 1px solid #606060;
+ border-left: 1px solid #606060;
+ border-right: 1px solid #606060;
+ font-size: 14pt;
}
.subtitle {
@@ -104,6 +109,7 @@ img {
margin-top: 8px;
margin-bottom: 8px;
font-size: 12pt;
+ font-weight: bold;
border-top: 1px solid #606060;
border-bottom: 1px solid #606060;
border-left: 1px solid #606060;
@@ -191,6 +197,11 @@ img {
text-align: right;
}
+.fixed {
+ font-family: "Courier New", "Courier", "fixed";
+ font-size: 12pt;
+}
+
.code {
background: #f0f0f0;
border-top: 1px solid #606060;