source: MondoRescue/branches/stable/website/manual.css@ 361

Last change on this file since 361 was 354, checked in by bcornec, 18 years ago

import website content + contrib + monitas doc

File size: 1.0 KB
Line 
1body {
2 margin: 0px;
3 padding: 0px;
4}
5
6div.navheader {
7 background-color: #c6bec6;
8 padding-top: 2px;
9 padding-right: 2px;
10 border-bottom-style: solid;
11 border-bottom-width: 1px;
12}
13
14td.headernode {
15 font-size: 0.8em;
16 font-family: sans-serif;
17}
18
19div.navfooter {
20 background-color: #c6bec6;
21 margin-bottom: 0px;
22 padding-bottom: 0px;
23 padding-left: 10px;
24 padding-right: 10px;
25 border-top-style: solid;
26 border-top-width: 1px;
27 padding-top: 2px;
28}
29
30pre.screen,
31pre.programlisting {
32 background: #e8e8e8;
33}
34
35h1.sect1
36{
37 font-size: 2em;
38 font-weight: normal;
39 font-family: sans-serif;
40 margin-bottom: 10px;
41 margin-top: 5px;
42 margin-left: -10px;
43 padding-bottom: 10px;
44 padding-top: 0px;
45}
46
47div.question {
48 background-color: #a7adba;
49}
50
51div.answer {
52 padding-left: 15px;
53}
54
55div.section,
56div.refentry,
57div.preface,
58div.chapter,
59div.appendix,
60div.reference,
61div.part,
62div.bibliography,
63div.glossary,
64div.index,
65div.colophon,
66div.legalnotice,
67div.sect1,
68div.book {
69 margin-left: 10px;
70 margin-right: 10px;
71 margin-top: 5px;
72}
Note: See TracBrowser for help on using the repository browser.