diff options
author | Bjoern Brandenburg <bbb@Serenity.local> | 2008-07-19 08:06:24 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@Serenity.local> | 2008-07-19 08:06:24 -0400 |
commit | b3386bc5a3f1e45bb779bc9c977aeb7530f52b6f (patch) | |
tree | 35ee2ef75d328f0d6b683f38525e557885ab2b74 /inc | |
parent | e42e6ebad6e516497b34e6ee0a3ff49839a2caca (diff) |
work on the documentation
made it somewhat more pretty
Diffstat (limited to 'inc')
-rw-r--r-- | inc/format.css | 31 |
1 files changed, 23 insertions, 8 deletions
diff --git a/inc/format.css b/inc/format.css index 3cf2edb..1de7be0 100644 --- a/inc/format.css +++ b/inc/format.css | |||
@@ -15,7 +15,6 @@ html { | |||
15 | 15 | ||
16 | 16 | ||
17 | body { | 17 | body { |
18 | background-image : url('gfx/corner.png'); | ||
19 | background-position : top right; | 18 | background-position : top right; |
20 | background-repeat : no-repeat; | 19 | background-repeat : no-repeat; |
21 | 20 | ||
@@ -34,6 +33,16 @@ img { | |||
34 | border: 0px; | 33 | border: 0px; |
35 | } | 34 | } |
36 | 35 | ||
36 | h4 { | ||
37 | font-style: italic; | ||
38 | margin: 0; | ||
39 | padding: 0; | ||
40 | } | ||
41 | |||
42 | .release { | ||
43 | margin-left: 0.5in; | ||
44 | } | ||
45 | |||
37 | p { | 46 | p { |
38 | font-size: 12pt; | 47 | font-size: 12pt; |
39 | } | 48 | } |
@@ -169,7 +178,7 @@ h1 { | |||
169 | } | 178 | } |
170 | 179 | ||
171 | h2 { | 180 | h2 { |
172 | font-size: 13pt; | 181 | font: italic bold 18pt Georgia, "Times New Roman", Times, serif; |
173 | } | 182 | } |
174 | 183 | ||
175 | 184 | ||
@@ -186,6 +195,12 @@ h3 { | |||
186 | margin-bottom: 0.1cm; | 195 | margin-bottom: 0.1cm; |
187 | } | 196 | } |
188 | 197 | ||
198 | .relname { | ||
199 | color: #eb4f0c; | ||
200 | margin-left: 0.25in; | ||
201 | font: italic bold 16pt Georgia, "Times New Roman", Times, serif; | ||
202 | } | ||
203 | |||
189 | .itext { | 204 | .itext { |
190 | margin-bottom: 0cm; | 205 | margin-bottom: 0cm; |
191 | margin-left: 0.6cm; | 206 | margin-left: 0.6cm; |
@@ -214,14 +229,14 @@ h3 { | |||
214 | margin-left: 0.5cm; | 229 | margin-left: 0.5cm; |
215 | margin-right: 0.5cm; | 230 | margin-right: 0.5cm; |
216 | padding: 0.2cm; | 231 | padding: 0.2cm; |
217 | font-family: Courier New, Courier, monospace; | ||
218 | font-size: 10pt; | ||
219 | font-weight: bold; | ||
220 | background-color: #000000; | 232 | background-color: #000000; |
221 | color: #cccccc; | 233 | color: #cccccc; |
222 | border-color: #00C400; | 234 | border: 2px solid #eb4f0c; |
223 | border-width: 1px; | 235 | font: bold 10pt "Courier New", Courier, mono; |
224 | border-style: solid; | 236 | } |
237 | |||
238 | .qa { | ||
239 | margin-top: 0; | ||
225 | } | 240 | } |
226 | 241 | ||
227 | .flushright { | 242 | .flushright { |