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

Last change on this file since 125 was 125, checked in by anonymous, 13 years ago

sidebar tweaks

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