1+ /*
2+ * celery.css_t
3+ * ~~~~~~~~~~~~
4+ *
5+ * :copyright: Copyright 2010 by Armin Ronacher.
6+ * :license: BSD, see LICENSE for details.
7+ */
8+
9+
10+
11+
12+
13+
14+
15+ @import url ("basic.css" );
16+
17+ /* -- page layout ----------------------------------------------------------- */
18+
19+ body {
20+ font-family : Optima, Segoe, "Segoe UI" , Candara, Calibri, Arial, sans-serif;
21+ font-size : 17px ;
22+ background-color : white;
23+ color : # 000 ;
24+ margin : 30px 0 0 0 ;
25+ padding : 0 ;
26+ }
27+
28+ div .document {
29+ width : 940px ;
30+ margin : 0 auto;
31+ }
32+
33+ div .related {
34+ width : 920px ;
35+ padding : 5px 10px ;
36+ background : # F2FCEE ;
37+ margin : 15px auto 15px auto;
38+ }
39+
40+ div .documentwrapper {
41+ float : left;
42+ width : 100% ;
43+ }
44+
45+ div .bodywrapper {
46+ margin : 0 0 0 220px ;
47+ }
48+
49+ div .sphinxsidebar {
50+ width : 220px ;
51+ }
52+
53+ hr {
54+ border : 1px solid # B1B4B6 ;
55+ }
56+
57+ div .body {
58+ background-color : # ffffff ;
59+ color : # 3E4349 ;
60+ padding : 0 30px 0 30px ;
61+ }
62+
63+ img .celerylogo {
64+ padding : 0 0 10px 10px ;
65+ float : right;
66+ }
67+
68+ div .footer {
69+ width : 925px ;
70+ margin : 10px auto 30px auto;
71+ padding-right : 15px ;
72+ font-size : 14px ;
73+ color : # 888 ;
74+ text-align : right;
75+ }
76+
77+ div .footer a {
78+ color : # 888 ;
79+ }
80+
81+ div .sphinxsidebar a {
82+ color : # 444 ;
83+ text-decoration : none;
84+ border-bottom : 1px dashed # DCF0D5 ;
85+ }
86+
87+ div .sphinxsidebar a : hover {
88+ border-bottom : 1px solid # 999 ;
89+ }
90+
91+ div .sphinxsidebar {
92+ font-size : 14px ;
93+ line-height : 1.5 ;
94+ }
95+
96+ div .sphinxsidebarwrapper {
97+ padding : 7px 10px ;
98+ }
99+
100+ div .sphinxsidebarwrapper p .logo {
101+ padding : 0 0 20px 0 ;
102+ margin : 0 ;
103+ }
104+
105+ div .sphinxsidebar h3 ,
106+ div .sphinxsidebar h4 {
107+ font-family : Futura, "Trebuchet MS" , Arial, sans-serif;
108+ color : # 444 ;
109+ font-size : 24px ;
110+ font-weight : normal;
111+ margin : 0 0 5px 0 ;
112+ padding : 0 ;
113+ }
114+
115+ div .sphinxsidebar h4 {
116+ font-size : 20px ;
117+ }
118+
119+ div .sphinxsidebar h3 a {
120+ color : # 444 ;
121+ }
122+
123+ div .sphinxsidebar p .logo a ,
124+ div .sphinxsidebar h3 a ,
125+ div .sphinxsidebar p .logo a : hover ,
126+ div .sphinxsidebar h3 a : hover {
127+ border : none;
128+ }
129+
130+ div .sphinxsidebar p {
131+ color : # 555 ;
132+ margin : 10px 0 ;
133+ }
134+
135+ div .sphinxsidebar ul {
136+ margin : 10px 0 ;
137+ padding : 0 ;
138+ color : # 000 ;
139+ }
140+
141+ div .sphinxsidebar input {
142+ border : 1px solid # ccc ;
143+ font-family : Optima, Segoe, "Segoe UI" , Candara, Calibri, Arial, sans-serif;
144+ font-size : 1em ;
145+ }
146+
147+ /* -- body styles ----------------------------------------------------------- */
148+
149+ a {
150+ color : # 348613 ;
151+ text-decoration : underline;
152+ }
153+
154+ a : hover {
155+ color : # 59B833 ;
156+ text-decoration : underline;
157+ }
158+
159+ div .body h1 ,
160+ div .body h2 ,
161+ div .body h3 ,
162+ div .body h4 ,
163+ div .body h5 ,
164+ div .body h6 {
165+ font-family : Futura, "Trebuchet MS" , Arial, sans-serif;
166+ font-weight : normal;
167+ margin : 30px 0px 10px 0px ;
168+ padding : 0 ;
169+ }
170+
171+ div .body h1 { margin-top : 0 ; padding-top : 0 ; font-size : 200% ; }
172+ div .body h2 { font-size : 180% ; }
173+ div .body h3 { font-size : 150% ; }
174+ div .body h4 { font-size : 130% ; }
175+ div .body h5 { font-size : 100% ; }
176+ div .body h6 { font-size : 100% ; }
177+
178+ div .body h1 a .toc-backref ,
179+ div .body h2 a .toc-backref ,
180+ div .body h3 a .toc-backref ,
181+ div .body h4 a .toc-backref ,
182+ div .body h5 a .toc-backref ,
183+ div .body h6 a .toc-backref {
184+ color : inherit!important ;
185+ text-decoration : none;
186+ }
187+
188+ a .headerlink {
189+ color : # ddd ;
190+ padding : 0 4px ;
191+ text-decoration : none;
192+ }
193+
194+ a .headerlink : hover {
195+ color : # 444 ;
196+ background : # eaeaea ;
197+ }
198+
199+ div .body p , div .body dd , div .body li {
200+ line-height : 1.4em ;
201+ }
202+
203+ div .admonition {
204+ background : # fafafa ;
205+ margin : 20px -30px ;
206+ padding : 10px 30px ;
207+ border-top : 1px solid # ccc ;
208+ border-bottom : 1px solid # ccc ;
209+ }
210+
211+ div .admonition p .admonition-title {
212+ font-family : Futura, "Trebuchet MS" , Arial, sans-serif;
213+ font-weight : normal;
214+ font-size : 24px ;
215+ margin : 0 0 10px 0 ;
216+ padding : 0 ;
217+ line-height : 1 ;
218+ }
219+
220+ div .admonition p .last {
221+ margin-bottom : 0 ;
222+ }
223+
224+ div .highlight {
225+ background-color : white;
226+ }
227+
228+ dt : target , .highlight {
229+ background : # FAF3E8 ;
230+ }
231+
232+ div .note {
233+ background-color : # eee ;
234+ border : 1px solid # ccc ;
235+ }
236+
237+ div .seealso {
238+ background-color : # ffc ;
239+ border : 1px solid # ff6 ;
240+ }
241+
242+ div .topic {
243+ background-color : # eee ;
244+ }
245+
246+ div .warning {
247+ background-color : # ffe4e4 ;
248+ border : 1px solid # f66 ;
249+ }
250+
251+ p .admonition-title {
252+ display : inline;
253+ }
254+
255+ p .admonition-title : after {
256+ content : ":" ;
257+ }
258+
259+ pre , tt {
260+ font-family : 'Consolas' , 'Menlo' , 'Deja Vu Sans Mono' , 'Bitstream Vera Sans Mono' , monospace;
261+ font-size : 0.9em ;
262+ }
263+
264+ img .screenshot {
265+ }
266+
267+ tt .descname , tt .descclassname {
268+ font-size : 0.95em ;
269+ }
270+
271+ tt .descname {
272+ padding-right : 0.08em ;
273+ }
274+
275+ img .screenshot {
276+ -moz-box-shadow : 2px 2px 4px # eee ;
277+ -webkit-box-shadow : 2px 2px 4px # eee ;
278+ box-shadow : 2px 2px 4px # eee ;
279+ }
280+
281+ table .docutils {
282+ border : 1px solid # 888 ;
283+ -moz-box-shadow : 2px 2px 4px # eee ;
284+ -webkit-box-shadow : 2px 2px 4px # eee ;
285+ box-shadow : 2px 2px 4px # eee ;
286+ }
287+
288+ table .docutils td , table .docutils th {
289+ border : 1px solid # 888 ;
290+ padding : 0.25em 0.7em ;
291+ }
292+
293+ table .field-list , table .footnote {
294+ border : none;
295+ -moz-box-shadow : none;
296+ -webkit-box-shadow : none;
297+ box-shadow : none;
298+ }
299+
300+ table .footnote {
301+ margin : 15px 0 ;
302+ width : 100% ;
303+ border : 1px solid # eee ;
304+ background : # fdfdfd ;
305+ font-size : 0.9em ;
306+ }
307+
308+ table .footnote + table .footnote {
309+ margin-top : -15px ;
310+ border-top : none;
311+ }
312+
313+ table .field-list th {
314+ padding : 0 0.8em 0 0 ;
315+ }
316+
317+ table .field-list td {
318+ padding : 0 ;
319+ }
320+
321+ table .footnote td .label {
322+ width : 0px ;
323+ padding : 0.3em 0 0.3em 0.5em ;
324+ }
325+
326+ table .footnote td {
327+ padding : 0.3em 0.5em ;
328+ }
329+
330+ dl {
331+ margin : 0 ;
332+ padding : 0 ;
333+ }
334+
335+ dl dd {
336+ margin-left : 30px ;
337+ }
338+
339+ blockquote {
340+ margin : 0 0 0 30px ;
341+ padding : 0 ;
342+ }
343+
344+ ul {
345+ margin : 10px 0 10px 30px ;
346+ padding : 0 ;
347+ }
348+
349+ pre {
350+ background : # F0FFEB ;
351+ padding : 7px 10px ;
352+ margin : 15px 0 ;
353+ border : 1px solid # C7ECB8 ;
354+ border-radius : 2px ;
355+ -moz-border-radius : 2px ;
356+ -webkit-border-radius : 2px ;
357+ line-height : 1.3em ;
358+ }
359+
360+ tt {
361+ background : # F0FFEB ;
362+ color : # 222 ;
363+ /* padding: 1px 2px; */
364+ }
365+
366+ tt .xref , a tt {
367+ background : # F0FFEB ;
368+ border-bottom : 1px solid white;
369+ }
370+
371+ a .reference {
372+ text-decoration : none;
373+ border-bottom : 1px dashed # DCF0D5 ;
374+ }
375+
376+ a .reference : hover {
377+ border-bottom : 1px solid # 6D4100 ;
378+ }
379+
380+ a .footnote-reference {
381+ text-decoration : none;
382+ font-size : 0.7em ;
383+ vertical-align : top;
384+ border-bottom : 1px dashed # DCF0D5 ;
385+ }
386+
387+ a .footnote-reference : hover {
388+ border-bottom : 1px solid # 6D4100 ;
389+ }
390+
391+ a : hover tt {
392+ background : # EEE ;
393+ }
0 commit comments