Imported Robodoc.
[robodoc.git] / Docs / main.css
1 body 
2  { 
3   margin-top:1em;
4   margin-bottom:1em;
5   margin-left:2.5em;
6   margin-right:2.5em;
7   font-family:sans-serif;
8  }
9
10 /*
11 a:link
12  { 
13   color:#00FF00; 
14  }
15
16 a:visited
17  {
18   color:#003333;  
19  }
20  
21 a:active
22  {
23   color:#FF00FF;
24  }
25 */
26
27 p, form 
28  {
29   font-family:sans-serif;
30   font-size:12pt; 
31  }
32
33 /*
34 p
35  {
36   text-align:justify;
37  }
38 */
39
40 b, strong, i, em, cite, var, tt, code, kbd, samp, img
41  {  
42   display:inline;
43  }
44
45 ul
46  {
47   margin-top:1em;
48   margin-bottom:1em;
49   list-style-type:disc;
50   display:block;
51  }
52
53 li
54  {
55   margin-bottom:0.2em;
56  }
57
58 b, strong
59  { 
60   font-variant:small-caps;
61   font-weight:bold;
62  }
63
64 i, cite, em, var, address, blockquote
65  {
66   font-style:italic;
67  }
68
69 pre, tt, kbd, samp 
70  {
71   font-family:monospace;
72  }
73
74
75 table
76  {
77   color:#000000;
78   background-color:#AAAAAA;
79  }
80
81 tt
82  {
83   white-space:pre;
84  }
85
86 code
87  {
88   font-family:monospace;
89   font-style:normal;
90   white-space:pre;
91  }
92
93 pre
94  { 
95   white-space:pre;
96   margin-top:0.5em; 
97  }
98
99 address
100  { 
101   font-family:monospace;
102   font-size:12pt; 
103   text-align:left;
104   margin-bottom:0.5em;
105  }
106
107
108
109 h2, h3
110  { 
111   margin-top:0.5em; 
112  }
113
114 h1, h2, h3 
115  {
116   font-weight:bold;
117  }
118
119 h1
120  { 
121   font-family:sans-serif;
122   font-size:24pt; 
123   text-align:right;
124   margin-right:36px;
125   margin-top:0.5em; 
126   margin-bottom:0.5em;
127  }
128
129 h2
130  { 
131   font-family:sans-serif;
132   font-size:18pt; 
133  }
134
135 h3
136  { 
137   font-family:sans-serif;
138   font-size:14pt;  
139  }