source: trunk/docs/_static/default.css @ 233

Last change on this file since 233 was 233, checked in by nbozon, 13 years ago

some more sphinx css

File size: 10.5 KB
Line 
1/*
2 * default.css_t
3 * ~~~~~~~~~~~~~
4 *
5 * Sphinx stylesheet -- default theme.
6 *
7 * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
8 * :license: BSD, see LICENSE for details.
9 *
10 */
11
12@import url("basic.css");
13
14/* -- page layout ----------------------------------------------------------- */
15
16body {
17    font-family: Verdana, Arial, Helvetica, sans-serif;
18    font-size: 14px;
19    background-color: #ffffff;
20    color: #000;
21    margin: 0;
22    padding: 0;
23}
24
25div.document {
26    background-color: white;
27}
28
29div.documentwrapper {
30    float: left;
31    width: 100%;
32     background:#bababa;
33 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bababa', endColorstr='#707070'); /* for IE */
34background:-webkit-gradient(linear, left top, left bottom, from(#bababa), to(#707070)); /* for webkit browsers */
35background:-moz-linear-gradient(top,  #bababa,  #707070); /* for firefox 3.6+ */
36 }
37
38div.bodywrapper {
39    margin: 0 0 0 230px;
40
41}
42
43div.body {
44background:#FFFFFF;
45    color: #333333;
46    padding: 10px 20px 20px 20px;
47}
48div.bodywrapper {
49    margin: 1em 25% 1em 1em;
50}
51
52
53div.footer {
54    color: #333333;
55    width: 100%;
56    padding:0;
57    text-align: center;
58    font-size:12px;
59}
60
61#footer p{padding:10px 0 5px 0;}
62
63
64div.footer a {
65    color: #646464;
66    text-decoration: underline;
67}
68
69div.related {
70    background-color: #ed910d;
71    line-height: 30px;
72    color: #ffffff;
73}
74
75div.related a {
76        margin: 0 0 10px 10px;
77    color: #ffffff;
78}
79
80div.sphinxsidebar {
81    float: right;
82   
83}
84
85/* -- Custom Sidebar styles ----------------------------------------------------------- */
86
87.categories{
88        background: #ee920c;
89        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee920c', endColorstr='#ffcd0b'); /* for IE */
90        background:-webkit-gradient(linear, left top, left bottom, from(#ee920c), to(#ffcd0b)); /* for webkit browsers */
91        background:-moz-linear-gradient(top,  #ee920c,  #ffcd0b); /* for firefox 3.6+ */
92        font-size: 1.3em;
93        width: 98%;
94        margin-bottom: 10px;
95        border:0;
96        padding:1%;
97        text-shadow: 1px 1px 1px #E0E0E0;
98        -moz-border-radius: 5px;
99        -webkit-border-radius: 5px;
100        border-radius: 5px;
101}
102
103.twitts, .donate, #searchbox {
104    -moz-border-radius: 5px;
105    -webkit-border-radius:5px;
106    border-radius:5px;
107    background: #FFCD0B;
108    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFCD0B'); /* for IE */
109    background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFCD0B)); /* for webkit browsers */
110    background: -moz-linear-gradient(center top , #FFFFFF, #FFCD0B) repeat scroll 0 0 transparent;
111    border: 0 none;
112    height: auto;
113    margin-bottom: 10px;
114    padding: 1%;
115    width: 98%;
116}
117
118.twitts img{width:180px;height:40px;}
119
120
121
122/* -- End Custom Sidebar styles ----------------------------------------------------------- */
123
124div.sphinxsidebar h1, .donate h1, .twitts h1 {
125    font-family: Verdana, Arial, Helvetica, sans-serif;
126    color: #663e05;
127    font-size: 1.4em;
128    font-weight: normal;
129    margin: 0;
130    padding: 0;
131    margin:10px 0 10px 10px;
132}
133
134div.sphinxsidebar h3 {
135    font-family: Verdana, Arial, Helvetica, sans-serif;
136    color: #663e05;
137    font-size: 1.4em;
138    font-weight: normal;
139    margin: 0;
140    padding: 0;
141
142}
143
144div.sphinxsidebar h3 a {
145    color: #5D3805;
146         -moz-border-radius-topright: 5px;
147border-top-right-radius:5px;
148-webkit-border-top-right-radius:5px;
149-moz-border-radius-topleft: 5px;
150border-top-left-radius:5px;
151-webkit-border-top-left-radius:5px;
152background:#FFFFFF;
153}
154
155div.sphinxsidebar h4 {
156    font-family: 'Verdana, Arial, Helvetica, sans-serif';
157    color: #663e05;
158    font-size: 1.3em;
159    font-weight: normal;
160    margin: 5px 0 0 0;
161    padding: 0;
162}
163
164div.sphinxsidebar p {
165    color: #333333;
166}
167
168div.sphinxsidebar p.topless {
169    margin: 5px 10px 10px 10px;
170}
171
172div.sphinxsidebar ul {
173    margin: 0 0 1em 0;
174
175
176   
177}
178
179div.sphinxsidebar a {
180    color: #ED910D;
181    text-decoration:none;
182}
183
184
185div.sphinxsidebar a p.version{
186color:#FFFFFF;
187text-shadow: none;
188margin:0 0 10px 10px ;
189padding:0;
190}
191
192div.sphinxsidebar input {
193    border: 1px solid #5F3A05;
194    font-family: Verdana;
195    font-size: 1em;
196    -moz-border-radius:5px;
197    -webkit-border-radius:5px;
198    border-radius:5px;
199}
200
201
202
203/* -- hyperlink styles ------------------------------------------------------ */
204
205a {
206    color: #ffac59;
207    text-decoration: none;
208}
209
210a:visited {
211    color: #ffac59;
212    text-decoration: none;
213}
214
215a:hover {
216    text-decoration: underline;
217}
218
219
220
221/* -- body styles ----------------------------------------------------------- */
222
223div.body h1,
224div.body h2,
225div.body h3,
226div.body h4,
227div.body h5,
228div.body h6 {
229    font-family: 'Verdana';
230    background-color: #ffffff;
231    font-weight: normal;
232    color: #663e05;
233    margin: 20px -20px 10px -20px;
234    padding: 3px 0 3px 10px;
235}
236
237div.body h1 {
238        font-size: 1.4em;
239        font-family:Verdana;
240        margin: 10px 0 0 0;
241        padding:0;
242         }
243div.body h2 { font-size: 120%; }
244div.body h3 { font-size: 100%; }
245div.body h4 { font-size: 90%; }
246div.body h5 { font-size: 80%; }
247div.body h6 { font-size: 70%; }
248
249a.headerlink {
250    color: #c60f0f;
251    font-size: 0.8em;
252    padding: 0 4px 0 4px;
253    text-decoration: none;
254}
255
256a.headerlink:hover {
257    background-color: #c60f0f;
258    color: white;
259}
260
261div.body p, div.body dd, div.body li {
262    text-align: justify;
263    line-height: 130%;
264}
265
266div.admonition p.admonition-title + p {
267    display: inline;
268}
269
270div.admonition p {
271    margin-bottom: 5px;
272}
273
274div.admonition pre {
275    margin-bottom: 5px;
276}
277
278div.admonition ul, div.admonition ol {
279    margin-bottom: 5px;
280}
281
282div.note {
283    background-color: #eee;
284    border: 1px solid #ccc;
285}
286
287div.seealso {
288    background-color: #ffc;
289    border: 1px solid #ff6;
290}
291
292div.topic {
293    background-color: #eee;
294}
295
296div.warning {
297    background-color: #ffe4e4;
298    border: 1px solid #f66;
299}
300
301p.admonition-title {
302    display: inline;
303}
304
305p.admonition-title:after {
306    content: ":";
307}
308
309pre {
310    padding: 5px;
311    background-color: #fff6ce;
312    color: #333333;
313    line-height: 120%;
314    border: 1px solid #beb899;
315    border-left: none;
316    border-right: none;
317}
318
319tt {
320    background-color: #ecf0f3;
321    padding: 0 1px 0 1px;
322    font-size: 0.95em;
323}
324
325th {
326    background-color: #fff6ce;
327}
328
329.warning tt {
330    background: #efc2c2;
331}
332
333.note tt {
334    background: #d6d6d6;
335}
336
337.viewcode-back {
338    font-family: sans-serif;
339}
340
341div.viewcode-block:target {
342    background-color: #f4debf;
343    border-top: 1px solid #ac9;
344    border-bottom: 1px solid #ac9;
345}
346
347/*  Custom Menu Bar ---------------------------------------- */
348
349ul.topnav {
350        position:relative;
351        top:0;
352        left:0;
353        list-style: none;
354        padding: 0 ;   
355        margin: 0;
356        float: left;
357        width: 100%;
358        height:40px;
359        background: #563404;
360filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#563404', endColorstr='#663e05'); /* for IE */
361background:-webkit-gradient(linear, left top, left bottom, from(#563404), to(#663e05)); /* for webkit browsers */
362background:-moz-linear-gradient(top,  #563404,  #663e05); /* for firefox 3.6+ */
363        font-size: 1.2em;
364}
365ul.topnav li {
366        float: left;
367        margin: 0;     
368        padding: 0 15px 0 0;
369        position: relative; /*--Declare X and Y axis base--*/
370}
371ul.topnav li a{
372        padding: 9px 10px 10px 20px;
373        color: #fff;
374        display: block;
375        text-decoration: none;
376        float: left;
377       
378}
379ul.topnav li a:hover{
380        background: transparent;
381        color:#ffcd0b;
382}
383ul.topnav li span { /*--Drop down trigger styles--*/
384        width: 17px;
385        height: 35px;
386        float: left;
387}
388ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
389ul.topnav li ul.subnav {
390        list-style: none;
391        position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
392        left: 20px; top: 35px;
393        margin: 0; padding: 0;
394        display: none;
395        float: left;
396        width: 170px;
397        -moz-border-radius-bottomleft: 5px;
398        -moz-border-radius-bottomright: 5px;
399        -webkit-border-bottom-left-radius: 5px;
400        -webkit-border-bottom-right-radius: 5px;
401        border: 1px solid #663e05;
402        z-index:1000000;
403       
404
405}
406ul.topnav li ul.subnav li{
407        margin: 0; padding: 0;
408
409        clear: both;
410        width: 125px;
411}
412html ul.topnav li ul.subnav li a {
413                font-size:.8em;
414        float: left;
415        width: 155px;
416        background: #663e05;
417        padding:5px 5px 3px 10px ;
418
419}
420html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
421 
422}
423
424/*  Custom Header ---------------------------------------- */
425
426#wrapper { 
427 margin: 0;
428 padding: 0;
429 width: 100%;
430}
431
432#myheader {
433 color: #333;
434 width: 100%;
435 height: 180px;
436 margin: 0;
437 background: #FFFFFF ;
438filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#fff196'); /* for IE */
439background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#fff196)); /* for webkit browsers */
440background:-moz-linear-gradient(top,  #FFFFFF, #fff196  ); /* for firefox 3.6+ */
441}
442
443.hleft{
444float:left;
445margin:0;
446width:380px;
447height:180px;
448background:url(images/zoo-title.png) no-repeat;}
449
450h1.title{width:290px;position:relative;top:102px;left:15px;font-size:1.4em;letter-spacing:2px;color:#727272;text-transform:uppercase;padding:5px;
451 background:#999999;font-weight:normal;
452 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#bbbbbb'); /* for IE */
453background:-webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#bbbbbb)); /* for webkit browsers */
454background:-moz-linear-gradient(top,  #e0e0e0,  #bbbbbb); /* for firefox 3.6+ */
455        -moz-border-radius: 5px;
456        -webkit-border-radius: 5px;
457        -webkit-border-radius: 5px;
458                border: 1px solid #d4d4d4;
459                text-align:center;
460                text-shadow: 1px 1px 1px #E0E0E0;
461}
462
463.orange{color:#ffaa17;display:block;padding:5px;}
464
465.hright{
466float:right;
467margin:0;
468width:533px;
469background:url(images/zoo-banner.png) no-repeat;
470height:180px;
471}
472
473/*  Custom Footer ---------------------------------------- */
474
475#footer { 
476        clear:both;
477 width:99.99%;
478 color: #333;
479 background: #ffcd0b;
480 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcd0b', endColorstr='#ee920c'); /* for IE */
481background:-webkit-gradient(linear, left top, left bottom, from(#ffcd0b), to(#ee920c)); /* for webkit browsers */
482background:-moz-linear-gradient(top,  #ffcd0b, #ee920c  ); /* for firefox 3.6+ */
483 margin: 0;
484 padding: 0;
485}
486
487#footer p{
488        padding: 0;
489        text-align: center;
490        margin: 0;
491}
492
493#footer a{
494        color: #563404;
495        font-weight: bold;
496        font-size: 14px;
497        text-decoration: none;
498}
499
500#footer .icon{
501        display: none;
502}
503
504#footer div{
505        text-align: center;
506}
507
508
509#footer .menuContainer{
510width: 750px; margin-left: auto; margin-right: auto;
511}
512
513#footer .menuItemList{
514        margin-top: 1em;
515        float: left;
516        padding-left: 1em;
517        padding-right: 1em;
518        border-left: 1px dashed #563404;;
519}
520
521#footer .menuItemList a{
522        font-weight: normal;
523}
Note: See TracBrowser for help on using the repository browser.

Search

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png