Salome HOME
aeb13816d1fb5f2ad7e39cdbc594656bc5029a34
[modules/jobmanager.git] / doc / _static / basic.css
1 /**
2  * Sphinx stylesheet -- basic theme
3  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4  */
5
6 /* -- main layout ----------------------------------------------------------- */
7
8 div.clearer {
9     clear: both;
10 }
11
12 /* -- relbar ---------------------------------------------------------------- */
13
14 div.related {
15     width: 100%;
16     font-size: 90%;
17 }
18
19 div.related h3 {
20     display: none;
21 }
22
23 div.related ul {
24     margin: 0;
25     padding: 0 0 0 10px;
26     list-style: none;
27 }
28
29 div.related li {
30     display: inline;
31 }
32
33 div.related li.right {
34     float: right;
35     margin-right: 5px;
36 }
37
38 /* -- sidebar --------------------------------------------------------------- */
39
40 div.sphinxsidebarwrapper {
41     padding: 10px 5px 0 10px;
42 }
43
44 div.sphinxsidebar {
45     float: left;
46     width: 230px;
47     margin-left: -100%;
48     font-size: 90%;
49 }
50
51 div.sphinxsidebar ul {
52     list-style: none;
53 }
54
55 div.sphinxsidebar ul ul,
56 div.sphinxsidebar ul.want-points {
57     margin-left: 20px;
58     list-style: square;
59 }
60
61 div.sphinxsidebar ul ul {
62     margin-top: 0;
63     margin-bottom: 0;
64 }
65
66 div.sphinxsidebar form {
67     margin-top: 10px;
68 }
69
70 div.sphinxsidebar input {
71     border: 1px solid #98dbcc;
72     font-family: sans-serif;
73     font-size: 1em;
74 }
75
76 img {
77     border: 0;
78 }
79
80 /* -- search page ----------------------------------------------------------- */
81
82 ul.search {
83     margin: 10px 0 0 20px;
84     padding: 0;
85 }
86
87 ul.search li {
88     padding: 5px 0 5px 20px;
89     background-image: url(file.png);
90     background-repeat: no-repeat;
91     background-position: 0 7px;
92 }
93
94 ul.search li a {
95     font-weight: bold;
96 }
97
98 ul.search li div.context {
99     color: #888;
100     margin: 2px 0 0 30px;
101     text-align: left;
102 }
103
104 ul.keywordmatches li.goodmatch a {
105     font-weight: bold;
106 }
107
108 /* -- index page ------------------------------------------------------------ */
109
110 table.contentstable {
111     width: 90%;
112 }
113
114 table.contentstable p.biglink {
115     line-height: 150%;
116 }
117
118 a.biglink {
119     font-size: 1.3em;
120 }
121
122 span.linkdescr {
123     font-style: italic;
124     padding-top: 5px;
125     font-size: 90%;
126 }
127
128 /* -- general index --------------------------------------------------------- */
129
130 table.indextable td {
131     text-align: left;
132     vertical-align: top;
133 }
134
135 table.indextable dl, table.indextable dd {
136     margin-top: 0;
137     margin-bottom: 0;
138 }
139
140 table.indextable tr.pcap {
141     height: 10px;
142 }
143
144 table.indextable tr.cap {
145     margin-top: 10px;
146     background-color: #f2f2f2;
147 }
148
149 img.toggler {
150     margin-right: 3px;
151     margin-top: 3px;
152     cursor: pointer;
153 }
154
155 /* -- general body styles --------------------------------------------------- */
156
157 a.headerlink {
158     visibility: hidden;
159 }
160
161 h1:hover > a.headerlink,
162 h2:hover > a.headerlink,
163 h3:hover > a.headerlink,
164 h4:hover > a.headerlink,
165 h5:hover > a.headerlink,
166 h6:hover > a.headerlink,
167 dt:hover > a.headerlink {
168     visibility: visible;
169 }
170
171 div.body p.caption {
172     text-align: inherit;
173 }
174
175 div.body td {
176     text-align: left;
177 }
178
179 .field-list ul {
180     padding-left: 1em;
181 }
182
183 .first {
184     margin-top: 0 !important;
185 }
186
187 p.rubric {
188     margin-top: 30px;
189     font-weight: bold;
190 }
191
192 /* -- sidebars -------------------------------------------------------------- */
193
194 div.sidebar {
195     margin: 0 0 0.5em 1em;
196     border: 1px solid #ddb;
197     padding: 7px 7px 0 7px;
198     background-color: #ffe;
199     width: 40%;
200     float: right;
201 }
202
203 p.sidebar-title {
204     font-weight: bold;
205 }
206
207 /* -- topics ---------------------------------------------------------------- */
208
209 div.topic {
210     border: 1px solid #ccc;
211     padding: 7px 7px 0 7px;
212     margin: 10px 0 10px 0;
213 }
214
215 p.topic-title {
216     font-size: 1.1em;
217     font-weight: bold;
218     margin-top: 10px;
219 }
220
221 /* -- admonitions ----------------------------------------------------------- */
222
223 div.admonition {
224     margin-top: 10px;
225     margin-bottom: 10px;
226     padding: 7px;
227 }
228
229 div.admonition dt {
230     font-weight: bold;
231 }
232
233 div.admonition dl {
234     margin-bottom: 0;
235 }
236
237 p.admonition-title {
238     margin: 0px 10px 5px 0px;
239     font-weight: bold;
240 }
241
242 div.body p.centered {
243     text-align: center;
244     margin-top: 25px;
245 }
246
247 /* -- tables ---------------------------------------------------------------- */
248
249 table.docutils {
250     border: 0 solid #dce;
251     border-collapse: collapse;
252 }
253
254 table.docutils td, table.docutils th {
255     padding: 2px 5px 2px 5px;
256     border-left: 0;    
257     background-color: #eef;    
258 }
259
260 table.field-list td, table.field-list th {
261     border: 0 !important;
262 }
263
264 table.footnote td, table.footnote th {
265     border: 0 !important;
266 }
267
268 table.docutils th {
269     border-top: 1px solid #cac;    
270     background-color: #ede;
271 }
272
273 th {
274     text-align: left;
275     padding-right: 5px;
276 }
277
278 th.head {
279     text-align: center;    
280 }
281
282 /* -- other body styles ----------------------------------------------------- */
283
284 dl {
285     margin-bottom: 15px;
286 }
287
288 dd p {
289     margin-top: 0px;
290 }
291
292 dd ul, dd table {
293     margin-bottom: 10px;
294 }
295
296 dd {
297     margin-top: 3px;
298     margin-bottom: 10px;
299     margin-left: 30px;
300 }
301
302 dt:target, .highlight {
303     background-color: #fbe54e;
304 }
305
306 dl.glossary dt {
307     font-weight: bold;
308     font-size: 1.1em;
309 }
310
311 .field-list ul {
312     margin: 0;
313     padding-left: 1em;
314 }
315
316 .field-list p {
317     margin: 0;
318 }
319
320 .refcount {
321     color: #060;
322 }
323
324 .optional {
325     font-size: 1.3em;
326 }
327
328 .versionmodified {
329     font-style: italic;
330 }
331
332 p.deprecated {
333     background-color: #ffe4e4;
334     border: 1px solid #f66;
335     padding: 7px
336 }
337
338 .system-message {
339     background-color: #fda;
340     padding: 5px;
341     border: 3px solid red;
342 }
343
344 .footnote:target  {
345     background-color: #ffa
346 }
347
348 .impl-detail {
349     margin-top: 10px;
350     margin-bottom: 10px;
351     padding: 7px;
352     border: 1px solid #ccc;
353 }
354
355 .impl-detail .compound-first {
356     margin-top: 0;
357 }
358
359 .impl-detail .compound-last {
360     margin-bottom: 0;
361 }
362
363 /* -- code displays --------------------------------------------------------- */
364
365 pre {
366     overflow: auto;
367 }
368
369 td.linenos pre {
370     padding: 5px 0px;
371     border: 0;
372     background-color: transparent;
373     color: #aaa;
374 }
375
376 table.highlighttable {
377     margin-left: 0.5em;
378 }
379
380 table.highlighttable td {
381     padding: 0 0.5em 0 0.5em;
382 }
383
384 tt.descname {
385     background-color: transparent;
386     font-weight: bold;
387     font-size: 1.2em;
388 }
389
390 tt.descclassname {
391     background-color: transparent;
392 }
393
394 tt.xref, a tt {
395     background-color: transparent;
396     font-weight: bold;
397 }
398
399 h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
400     background-color: transparent;
401 }
402
403 /* -- math display ---------------------------------------------------------- */
404
405 img.math {
406     vertical-align: middle;
407 }
408
409 div.body div.math p {
410     text-align: center;
411 }
412
413 span.eqno {
414     float: right;
415 }
416
417 /* -- printout stylesheet --------------------------------------------------- */
418
419 @media print {
420     div.document,
421     div.documentwrapper,
422     div.bodywrapper {
423         margin: 0 !important;
424         width: 100%;
425     }
426
427     div.sphinxsidebar,
428     div.related,
429     div.footer,
430     #top-link {
431         display: none;
432     }
433 }