1 /* Stylesheet for the PyLit site (for use with rest2web)
4 :Copyright: 2007 G. Milde
5 This stylesheet is released under the GPL v. 2 or later
9 @import url
("html4css1.css"); /* docutils style sheet */
10 /* @import url("pygments-default.css"); */ /* code syntax highlight */
12 /* r2w stylesheet variants and expamples */
14 /* @import url('pysrc.css'); */ /* Python code syntax highlight */
15 /* @import url("voidspace_docutils2.css"); */ /* rounded boxes around headers */
16 /* @import url("rest2web.css"); */ /* ditto */
17 /* @import url("test.css"); */ /* greyish background */
18 /* @import url("rest.css"); */
20 /* PyLit customizations */
21 /* -------------------- */
25 /* padding-left: 0.5em; */
26 /* border: 1px dashed silver; */
27 /* border-left-width: 1px */
28 /* border-color: silver */
29 min-width: 16em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
33 background-color: silver
;
38 /* padding-left: 0.5em; */
43 /* bold definition terms */
48 /* background colour for literal blocks*/
49 pre
.literal-block
, pre
.doctest-block
{
50 background-color: #FEFDD8; }
51 /* ... and inline literal */
53 background-color: white
; }
55 /* last line with Berlios logo */
58 background-color: silver
;
61 /* div.contents { margin: 5px } */
64 vertical-align:middle
;
65 background-color: white
;
68 /* Breadcrumps list as top bar: from the r2w standard functions doc */
70 background-color: #db8;
77 #crumbs .top-navigation
{
80 background-color: silver
85 /* list-style:none; */
96 /* Navigation sidebar (currently not used)
97 (from http://de.selfhtml.org/css/layouts/mehrspaltige.htm ) */
100 /* font-size: 0.8em; */
101 float: left
; width: 13em;
104 /* border: 1px dashed silver; */
105 /* background-color: #eee; */
106 background-color: #fee;
112 /* border: 1px grey; */
116 /* padding: 0.2em; */
119 ul#Navigation
a:link
{
122 ul#Navigation
a:visited
{
125 ul#Navigation
a:hover
{
127 background-color: #ffe;
129 ul#Navigation
a:active
{
131 background-color: gray
;