]> git.piffa.net Git - doc/.git/blob - source/lsr.css
5501eaaeefd900b614fe136ef47f8bd99973b3cb
[doc/.git] / source / lsr.css
1 /*
2 Author: Peter Parente
3 Date: 2008/01/22
4 Version: 1.0
5 Copyright: This stylesheet has been placed in the public domain - free to edit and use for all uses.
6 */
7
8 body {
9   font: 100% sans-serif;
10   background: #ffffff;
11   color: black;
12   margin: 2em;
13   padding: 0em 2em;
14 }
15
16 p.topic-title {
17   font-weight: bold;
18 }
19
20 table.docinfo {
21   text-align: left;
22   margin: 2em 0em;
23 }
24
25 a[href] {
26   color: #436976;
27   background-color: transparent;
28 }
29
30 a.toc-backref {
31   text-decoration: none;
32 }
33
34 h1 a[href] {
35   color: #003a6b;
36   text-decoration: none;
37   background-color: transparent;
38 }
39
40 a.strong {
41   font-weight: bold;
42 }
43
44 img {
45   margin: 0;
46   border: 0;
47 }
48
49 p {
50   margin: 0.5em 0 1em 0;
51   line-height: 1.5em;
52 }
53
54 p a:visited {
55   color: purple;
56   background-color: transparent;
57 }
58
59 p a:active {
60   color: red;
61   background-color: transparent;
62 }
63
64 a:hover {
65   text-decoration: none;
66 }
67
68 p img {
69   border: 0;
70   margin: 0;
71 }
72
73 p.rubric {
74   font-weight: bold;
75   font-style: italic;
76 }
77
78 h1.title {
79   color: #003a6b;
80   font-size: 250%;
81   margin-bottom: 0em;
82 }
83
84 h2.subtitle {
85   color: #003a6b;
86   border-bottom: 0px;
87 }
88
89 h1, h2, h3, h4, h5, h6 {
90   color: #555;
91   background-color: transparent;
92   margin: 0em;
93   padding-top: 0.5em;
94 }
95
96 h1 {
97   font-size: 160%;
98   margin-bottom: 0.5em;
99   border-bottom: 2px solid #aaa;
100 }
101
102 h2 {
103   font-size: 140%;
104   margin-bottom: 0.5em;
105   border-bottom: 1px solid #aaa;
106 }
107
108 h3 {
109   font-size: 130%;
110   margin-bottom: 0.5em;
111 }
112
113 h4 {
114   font-size: 110%;
115   font-weight: bold;
116   margin-bottom: 0.5em;
117 }
118
119 h5 {
120   font-size: 105%;
121   font-weight: bold;
122   margin-bottom: 0.5em;
123 }
124
125 h6 {
126   font-size: 100%;
127   font-weight: bold;
128   margin-bottom: 0.5em;
129 }
130
131 dt {
132   font-style: italic;
133 }
134
135 dd {
136   margin-bottom: 1.5em;
137 }
138
139 div.admonition, div.note, div.tip, div.caution, div.important {
140   margin: 2em 2em;
141   padding: 0em 1em;
142   border-top: 1px solid #aaa;
143   border-left: 1px solid #aaa;
144   border-bottom: 2px solid #555;
145   border-right: 2px solid #555;
146 }
147
148 div.important {
149   background: transparent url('../images/important.png') 10px 2px no-repeat;
150 }
151
152 div.caution {
153   background: transparent url('../images/caution.png') 10px 2px no-repeat;
154 }
155
156 div.note {
157   background: transparent url('../images/note.png') 10px 2px no-repeat;
158 }
159
160 div.tip {
161   background: transparent url('../images/tip.png') 10px 2px no-repeat;
162 }
163
164 div.admonition-example {
165   background: transparent url('../images/tip.png') 10px 2px no-repeat;
166 }
167
168 div.admonition-critical-example {
169   background: transparent url('../images/important.png') 10px 2px no-repeat;
170 }
171
172 p.admonition-title {
173   font-weight: bold;
174   border-bottom: 1px solid #aaa;
175   padding-left: 30px;
176 }
177
178 table.docutils {
179   text-align: left;
180   border: 1px solid gray;
181   border-collapse: collapse;
182   width: 100%;
183   margin: 1.5em 0em;
184 }
185
186 table.docutils caption {
187   font-style: italic;
188 }
189
190 table.docutils td, table.docutils th {
191   padding: 0.25em 0.5em;
192 }
193
194 table.docutils th {
195   background-color: #dddddd;
196 }
197
198 div.sidebar {
199   width: 33%;
200   float: right;
201   margin: 0em 2em;
202   padding: 0em 1em;
203   border-top: 1px solid #aaa;
204   border-left: 1px solid #aaa;
205   border-bottom: 2px solid #555;
206   border-right: 2px solid #555;
207 }
208
209 p.sidebar-title {
210   margin-bottom: 0em;
211   color: #003a6b;
212   border-bottom: 1px solid #aaa;
213   font-weight: bold;
214 }
215
216 p.sidebar-subtitle {
217   margin-top: 0em;
218   font-style: italic;
219   color: #003a6b;
220 }