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

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

corrected css errors

File size: 10.6 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;
153display:block;
154padding:5px;
155}
156
157div.sphinxsidebar h4 {
158    font-family: 'Verdana, Arial, Helvetica, sans-serif';
159    color: #663e05;
160    font-size: 1.3em;
161    font-weight: normal;
162    margin: 5px 0 0 0;
163    padding: 0;
164}
165
166div.sphinxsidebar p {
167    color: #333333;
168}
169
170div.sphinxsidebar p.topless {
171    margin: 5px 10px 10px 10px;
172}
173
174div.sphinxsidebar ul {
175    margin: 0 0 1em 0;
176
177
178   
179}
180
181div.sphinxsidebar a {
182    color: #ED910D;
183    text-decoration:none;
184}
185
186
187div.sphinxsidebar a p.version{
188color:#FFFFFF;
189text-shadow: none;
190margin:0 0 10px 10px ;
191padding:0;
192}
193
194div.sphinxsidebar input {
195    border: 1px solid #5F3A05;
196    font-family: Verdana;
197    font-size: 1em;
198    -moz-border-radius:5px;
199    -webkit-border-radius:5px;
200    border-radius:5px;
201}
202
203
204
205/* -- hyperlink styles ------------------------------------------------------ */
206
207a {
208    color: #ffac59;
209    text-decoration: none;
210}
211
212a:visited {
213    color: #ffac59;
214    text-decoration: none;
215}
216
217a:hover {
218    text-decoration: underline;
219}
220
221
222
223/* -- body styles ----------------------------------------------------------- */
224
225div.body h1,
226div.body h2,
227div.body h3,
228div.body h4,
229div.body h5,
230div.body h6 {
231    font-family: 'Verdana';
232    background-color: #ffffff;
233    font-weight: normal;
234    color: #663e05;
235    margin: 20px -20px 10px -20px;
236    padding: 3px 0 3px 10px;
237}
238
239div.body h1 {
240        font-size: 1.4em;
241        font-family:Verdana;
242        margin: 10px 0 0 0;
243        padding:0;
244         }
245div.body h2 { font-size: 120%; }
246div.body h3 { font-size: 100%; }
247div.body h4 { font-size: 90%; }
248div.body h5 { font-size: 80%; }
249div.body h6 { font-size: 70%; }
250
251a.headerlink {
252    color: #c60f0f;
253    font-size: 0.8em;
254    padding: 0 4px 0 4px;
255    text-decoration: none;
256}
257
258a.headerlink:hover {
259    background-color: #c60f0f;
260    color: white;
261}
262
263div.body p, div.body dd, div.body li {
264    text-align: justify;
265    line-height: 130%;
266}
267
268div.admonition p.admonition-title + p {
269    display: inline;
270}
271
272div.admonition p {
273    margin-bottom: 5px;
274}
275
276div.admonition pre {
277    margin-bottom: 5px;
278}
279
280div.admonition ul, div.admonition ol {
281    margin-bottom: 5px;
282}
283
284div.note {
285    background-color: #eee;
286    border: 1px solid #ccc;
287}
288
289div.seealso {
290    background-color: #ffc;
291    border: 1px solid #ff6;
292}
293
294div.topic {
295    background-color: #eee;
296}
297
298div.warning {
299    background-color: #ffe4e4;
300    border: 1px solid #f66;
301}
302
303p.admonition-title {
304    display: inline;
305}
306
307p.admonition-title:after {
308    content: ":";
309}
310
311pre {
312    padding: 5px;
313    background-color: #fff6ce;
314    color: #333333;
315    line-height: 120%;
316    border: 1px solid #beb899;
317    border-left: none;
318    border-right: none;
319}
320
321tt {
322    background-color: #ecf0f3;
323    padding: 0 1px 0 1px;
324    font-size: 0.95em;
325}
326
327th {
328    background-color: #fff6ce;
329}
330
331.warning tt {
332    background: #efc2c2;
333}
334
335.note tt {
336    background: #d6d6d6;
337}
338
339.viewcode-back {
340    font-family: sans-serif;
341}
342
343div.viewcode-block:target {
344    background-color: #f4debf;
345    border-top: 1px solid #ac9;
346    border-bottom: 1px solid #ac9;
347}
348
349/*  Custom Menu Bar ---------------------------------------- */
350
351ul.topnav {
352        position:relative;
353        top:0;
354        left:0;
355        list-style: none;
356        padding: 0 ;   
357        margin: 0;
358        float: left;
359        width: 100%;
360        height:40px;
361        background: #563404;
362filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#563404', endColorstr='#663e05'); /* for IE */
363background:-webkit-gradient(linear, left top, left bottom, from(#563404), to(#663e05)); /* for webkit browsers */
364background:-moz-linear-gradient(top,  #563404,  #663e05); /* for firefox 3.6+ */
365        font-size: 1.2em;
366}
367ul.topnav li {
368        float: left;
369        margin: 0;     
370        padding: 0 15px 0 0;
371        position: relative; /*--Declare X and Y axis base--*/
372}
373ul.topnav li a{
374        padding: 9px 10px 10px 20px;
375        color: #fff;
376        display: block;
377        text-decoration: none;
378        float: left;
379       
380}
381ul.topnav li a:hover{
382        background: transparent;
383        color:#ffcd0b;
384}
385ul.topnav li span { /*--Drop down trigger styles--*/
386        width: 17px;
387        height: 35px;
388        float: left;
389}
390ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
391ul.topnav li ul.subnav {
392        list-style: none;
393        position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
394        left: 20px; top: 35px;
395        margin: 0; padding: 0;
396        display: none;
397        float: left;
398        width: 170px;
399        -moz-border-radius-bottomleft: 5px;
400        -moz-border-radius-bottomright: 5px;
401        -webkit-border-bottom-left-radius: 5px;
402        -webkit-border-bottom-right-radius: 5px;
403        border: 1px solid #663e05;
404        z-index:1000000;
405       
406
407}
408ul.topnav li ul.subnav li{
409        margin: 0; padding: 0;
410
411        clear: both;
412        width: 125px;
413}
414html ul.topnav li ul.subnav li a {
415                font-size:.8em;
416        float: left;
417        width: 155px;
418        background: #663e05;
419        padding:5px 5px 7px 10px ;
420
421}
422html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
423 
424}
425
426/*  Custom Header ---------------------------------------- */
427
428#wrapper { 
429 margin: 0;
430 padding: 0;
431 width: 100%;
432}
433
434#myheader {
435 color: #333;
436 width: 100%;
437 height: 180px;
438 margin: 0;
439 background: #FFFFFF ;
440filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#fff196'); /* for IE */
441background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#fff196)); /* for webkit browsers */
442background:-moz-linear-gradient(top,  #FFFFFF, #fff196  ); /* for firefox 3.6+ */
443}
444
445.hleft{
446float:left;
447margin:0;
448width:380px;
449height:180px;
450background:url(images/zoo-title.png) no-repeat;}
451
452h1.title{width:290px;position:relative;top:102px;left:15px;font-size:1.4em;letter-spacing:2px;color:#727272;text-transform:uppercase;padding:5px;
453 background:#999999;font-weight:normal;
454 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#bbbbbb'); /* for IE */
455background:-webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#bbbbbb)); /* for webkit browsers */
456background:-moz-linear-gradient(top,  #e0e0e0,  #bbbbbb); /* for firefox 3.6+ */
457        -moz-border-radius: 5px;
458        -webkit-border-radius: 5px;
459        -webkit-border-radius: 5px;
460                border: 1px solid #d4d4d4;
461                text-align:center;
462                text-shadow: 1px 1px 1px #E0E0E0;
463}
464
465.orange{color:#ffaa17;display:block;padding:5px;}
466
467.hright{
468float:right;
469margin:0;
470width:533px;
471background:url(images/zoo-banner.png) no-repeat;
472height:180px;
473}
474
475/*  Custom Footer ---------------------------------------- */
476
477#footer { 
478        clear:both;
479 width:99.99%;
480 color: #333;
481 background: #ffcd0b;
482 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcd0b', endColorstr='#ee920c'); /* for IE */
483background:-webkit-gradient(linear, left top, left bottom, from(#ffcd0b), to(#ee920c)); /* for webkit browsers */
484background:-moz-linear-gradient(top,  #ffcd0b, #ee920c  ); /* for firefox 3.6+ */
485 margin: 0;
486 padding: 0;
487}
488
489#footer p{
490        padding: 0;
491        text-align: center;
492        margin: 0;
493        padding:10px 0 10px 0;
494        color: #676561;
495        font-size: 12px;
496}
497
498#footer a{
499        color: #663e05;
500        font-weight: bold;
501        text-decoration: none;
502        font-size: 14px;
503}
504
505#footer .icon{
506        display: none;
507}
508
509#footer div{
510        text-align: center;
511}
512
513
514#footer .menuContainer{
515width: 750px; margin-left: auto; margin-right: auto;
516}
517
518#footer .menuItemList{
519        margin-top: 1em;
520        float: left;
521        padding-left: 1em;
522        padding-right: 1em;
523        border-left: 1px dashed #563404;;
524}
525
526#footer .menuItemList a{
527        font-weight: normal;
528}
Note: See TracBrowser for help on using the repository browser.

Search

Context Navigation

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