source: sasview/calculatorview/docs/sphinx/_build/html/_static/basic.css @ 76f2d63

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 76f2d63 was 76f2d63, checked in by Gervaise Alina <gervyh@…>, 14 years ago

working on documentation

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