root/mirror/tools/ipy/trunk/rest.css

Revision 2741, 5.8 kB (checked in by haypo, 4 years ago)
  • Add CSS stylesheet for IPy.html
  • Add "make clean" Makefile rule
  • Fix website URL
  • Property svn:mime-type set to text/css
  • Property svn:eol-style set to native
Line 
1/*
2:Author: David Goodger
3:Contact: goodger@users.sourceforge.net
4:date: $Date: 2003/08/28 22:51:30 $
5:version: $Revision: 1.1 $
6:copyright: This stylesheet has been placed in the public domain.
7
8Default cascading style sheet for the HTML output of Docutils.
9*/
10
11.first {
12  margin-top: 0 }
13
14.last {
15  margin-bottom: 0 }
16
17a.toc-backref {
18  text-decoration: none ;
19  color: black }
20
21dd {
22  margin-bottom: 0.5em }
23
24div.abstract {
25  margin: 2em 5em }
26
27div.abstract p.topic-title {
28  font-weight: bold ;
29  text-align: center }
30
31div.attention, div.caution, div.danger, div.error, div.hint,
32div.important, div.note, div.tip, div.warning, div.admonition {
33  margin: 2em ;
34  border: medium outset ;
35  padding: 1em }
36
37div.attention p.admonition-title, div.caution p.admonition-title,
38div.danger p.admonition-title, div.error p.admonition-title,
39div.warning p.admonition-title {
40  color: red ;
41  font-weight: bold ;
42  font-family: sans-serif }
43
44div.hint p.admonition-title, div.important p.admonition-title,
45div.note p.admonition-title, div.tip p.admonition-title,
46div.admonition p.admonition-title {
47  font-weight: bold ;
48  font-family: sans-serif }
49
50div.dedication {
51  margin: 2em 5em ;
52  text-align: center ;
53  font-style: italic }
54
55div.dedication p.topic-title {
56  font-weight: bold ;
57  font-style: normal }
58
59div.figure {
60  margin-left: 2em }
61
62div.footer, div.header {
63  font-size: smaller }
64
65div.sidebar {
66  margin-left: 1em ;
67  border: medium outset ;
68  padding: 0em 1em ;
69  background-color: #ffffee ;
70  width: 40% ;
71  float: right ;
72  clear: right }
73
74div.sidebar p.rubric {
75  font-family: sans-serif ;
76  font-size: medium }
77
78div.system-messages {
79  margin: 5em }
80
81div.system-messages h1 {
82  color: red }
83
84div.system-message {
85  border: medium outset ;
86  padding: 1em }
87
88div.system-message p.system-message-title {
89  color: red ;
90  font-weight: bold }
91
92div.topic {
93  margin: 2em }
94
95h1.title {
96  text-align: center }
97
98h2.subtitle {
99  text-align: center }
100
101hr {
102  width: 75% }
103
104ol.simple, ul.simple {
105  margin-bottom: 1em }
106
107ol.arabic {
108  list-style: decimal }
109
110ol.loweralpha {
111  list-style: lower-alpha }
112
113ol.upperalpha {
114  list-style: upper-alpha }
115
116ol.lowerroman {
117  list-style: lower-roman }
118
119ol.upperroman {
120  list-style: upper-roman }
121
122p.attribution {
123  text-align: right ;
124  margin-left: 50% }
125
126p.caption {
127  font-style: italic }
128
129p.credits {
130  font-style: italic ;
131  font-size: smaller }
132
133p.label {
134  white-space: nowrap }
135
136p.rubric {
137  font-weight: bold ;
138  font-size: larger ;
139  color: darkred ;
140  text-align: center }
141
142p.sidebar-title {
143  font-family: sans-serif ;
144  font-weight: bold ;
145  font-size: larger }
146
147p.sidebar-subtitle {
148  font-family: sans-serif ;
149  font-weight: bold }
150
151p.topic-title {
152  font-weight: bold }
153
154pre.address {
155  margin-bottom: 0 ;
156  margin-top: 0 ;
157  font-family: serif ;
158  font-size: 100% }
159
160pre.line-block {
161  font-family: serif ;
162  font-size: 100% }
163
164pre.literal-block, pre.doctest-block {
165  margin-left: 2em ;
166  margin-right: 2em ;
167  background-color: #eeeeee }
168
169span.classifier {
170  font-family: sans-serif ;
171  font-style: oblique }
172
173span.classifier-delimiter {
174  font-family: sans-serif ;
175  font-weight: bold }
176
177span.interpreted {
178  font-family: sans-serif }
179
180span.option {
181  white-space: nowrap }
182
183span.option-argument {
184  font-style: italic }
185
186span.pre {
187  white-space: pre }
188
189span.problematic {
190  color: red }
191
192table {
193  margin-top: 0.5em ;
194  margin-bottom: 0.5em }
195
196table.citation {
197  border-left: solid thin gray ;
198  padding-left: 0.5ex }
199
200table.docinfo {
201  margin: 2em 4em }
202
203table.footnote {
204  border-left: solid thin black ;
205  padding-left: 0.5ex }
206
207td, th {
208  padding-left: 0.5em ;
209  padding-right: 0.5em ;
210  vertical-align: top }
211
212th.docinfo-name, th.field-name {
213  font-weight: bold ;
214  text-align: left ;
215  white-space: nowrap }
216
217h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
218  font-size: 100% }
219
220tt {
221  background-color: #eeeeee }
222
223ul.auto-toc {
224  list-style-type: none }
225/*
226:Author: Fred L. Drake, Jr.
227:Author: Olivier Grisel <olivier.grisel@ensta.org>
228:date: $Date: 2004/03/31 22:31:05 $
229:version: $Revision: 1.7 $
230*/
231
232@import url(default.css);
233
234body {
235  margin: 0;
236  padding: 0;
237  background-color: #333;
238  margin: 2% 5% 2% 5%;
239}
240
241
242div.document {
243  font-size: 13px;
244  padding: 3em 5em 3em 5em;
245  background-color: white;
246  border: 1px outset black;
247/*  background-image: url(strands.png);
248  background-position: 2em 0;
249  background-repeat: repeat-y; */
250}
251
252h1.title {
253  font-size: 170%;
254}
255
256div.section {
257  margin: 0px 0px 1.5em 0px;
258}
259
260div.section h1 {
261  padding: 0.3em;
262  margin-top: 1em;
263  background-color: #333;
264  border: 1px solid;
265  border-color: #666 #222 #222 #666;
266}
267
268div.section h1 a {
269  color: white;
270}
271
272h1 {
273  font-family: sans-serif;
274  font-size: 135%;
275  margin-bottom: 4ex; }
276
277h2 {
278  font-family: sans-serif;
279  font-size: 120%; }
280
281h3 {
282  font-family: sans-serif;
283  font-size: 105%; }
284
285h4 {
286  font-family: sans-serif;
287  font-size: 100%; }
288
289h5 {
290  font-family: sans-serif;
291  font-size: 100%; }
292
293h6 {
294  font-family: sans-serif;
295  font-style: italic;
296  font-size: 100%; }
297
298a, a:visited {
299  color: #333;
300  text-decoration: none;
301  font-weight: bold;
302}
303
304a:hover {
305  text-decoration: underline;
306}
307
308a:active {
309 color: #666;
310}
311
312hr {
313  width: 75%;
314}
315
316p {
317  text-align: justify;
318}
319
320.literal .pre {
321  background-color: white;
322  font-family: lucidatypewriter, "lucida typewriter", sans-serif; }
323
324.literal-block {
325  border: thin solid rgb(180,180,180);
326  font-family: lucidatypewriter, "lucida typewriter", monospace;
327  font-size: 90%;
328  color: #111;
329  line-height: 140%;
330  background-color: #eee;
331  padding: 0.5em;
332  margin-bottom: 1.5em;
333}
334
335table.table {
336  margin-left: 2em;
337  margin-right: 2em; }
338
339table.table thead {
340  background-color: rgb(230,230,230); }
341
342dt {
343  font-weight: bold; }
344
345/* docutils uses the "option" class with both "col" and "span"
346   elements, so we have to be explicit here */
347.option-list span.option {
348  font-weight: bold; }
349
350.option-list kbd {
351  font-family: inherit; }
Note: See TracBrowser for help on using the browser.