]> git.piffa.net Git - doc/.git/blob - source/lsr.css
CSS e servizi, sempre tutto in RST
[doc/.git] / source / lsr.css
1 /*
2 Author: Peter Parente
3 Date: 2008/01/22
4 Version: 1.0
5 Copyright: This stylesheet has been placed in the public domain - free to edit and use for all uses.
6 */
7
8 body {
9   font: 100% sans-serif;
10   background: #ffffff;
11   color: black;
12   margin: 2em;
13   padding: 0em 2em;
14 }
15 pre.literal-block {
16          overflow: auto;
17     padding: 5px;
18     background-color: #eeffcc;
19     color: #333333;
20     line-height: 120%;
21     border: 1px solid #ac9;
22     border-left: none;
23     border-right: none;
24 }
25
26 p.topic-title {
27   font-weight: bold;
28 }
29
30 table.docinfo {
31   text-align: left;
32   margin: 2em 0em;
33 }
34
35 a[href] {
36   color: #436976;
37   background-color: transparent;
38 }
39
40 a.toc-backref {
41   text-decoration: none;
42 }
43
44 h1 a[href] {
45   color: #003a6b;
46   text-decoration: none;
47   background-color: transparent;
48 }
49
50 a.strong {
51   font-weight: bold;
52 }
53
54 img {
55   margin: 0;
56   border: 0;
57 }
58
59 p {
60   margin: 0.5em 0 1em 0;
61   line-height: 1.5em;
62 }
63
64 p a:visited {
65   color: purple;
66   background-color: transparent;
67 }
68
69 p a:active {
70   color: red;
71   background-color: transparent;
72 }
73
74 a:hover {
75   text-decoration: none;
76 }
77
78 p img {
79   border: 0;
80   margin: 0;
81 }
82
83 p.rubric {
84   font-weight: bold;
85   font-style: italic;
86 }
87
88 h1.title {
89   color: #003a6b;
90   font-size: 250%;
91   margin-bottom: 0em;
92 }
93
94 h2.subtitle {
95   color: #003a6b;
96   border-bottom: 0px;
97 }
98
99 h1, h2, h3, h4, h5, h6 {
100   color: #555;
101   background-color: transparent;
102   margin: 0em;
103   padding-top: 0.5em;
104 }
105
106 h1 {
107   font-size: 160%;
108   margin-bottom: 0.5em;
109   border-bottom: 2px solid #aaa;
110 }
111
112 h2 {
113   font-size: 140%;
114   margin-bottom: 0.5em;
115   border-bottom: 1px solid #aaa;
116 }
117
118 h3 {
119   font-size: 130%;
120   margin-bottom: 0.5em;
121 }
122
123 h4 {
124   font-size: 110%;
125   font-weight: bold;
126   margin-bottom: 0.5em;
127 }
128
129 h5 {
130   font-size: 105%;
131   font-weight: bold;
132   margin-bottom: 0.5em;
133 }
134
135 h6 {
136   font-size: 100%;
137   font-weight: bold;
138   margin-bottom: 0.5em;
139 }
140
141 dt {
142   font-style: italic;
143 }
144
145 dd {
146   margin-bottom: 1.5em;
147 }
148
149 div.admonition, div.note, div.tip, div.caution, div.important {
150   margin: 2em 2em;
151   padding: 0em 1em;
152   border-top: 1px solid #aaa;
153   border-left: 1px solid #aaa;
154   border-bottom: 2px solid #555;
155   border-right: 2px solid #555;
156 }
157
158 div.important {
159   background: transparent url('../images/important.png') 10px 2px no-repeat;
160 }
161
162 div.caution {
163   background: transparent url('../images/caution.png') 10px 2px no-repeat;
164 }
165
166 div.note {
167   background: transparent url('../images/note.png') 10px 2px no-repeat;
168 }
169
170 div.tip {
171   background: transparent url('../images/tip.png') 10px 2px no-repeat;
172 }
173
174 div.admonition-example {
175   background: transparent url('../images/tip.png') 10px 2px no-repeat;
176 }
177
178 div.admonition-critical-example {
179   background: transparent url('../images/important.png') 10px 2px no-repeat;
180 }
181
182 p.admonition-title {
183   font-weight: bold;
184   border-bottom: 1px solid #aaa;
185   padding-left: 30px;
186 }
187
188 table.docutils {
189   text-align: left;
190   border: 1px solid gray;
191   border-collapse: collapse;
192   width: 100%;
193   margin: 1.5em 0em;
194 }
195
196 table.docutils caption {
197   font-style: italic;
198 }
199
200 table.docutils td, table.docutils th {
201   padding: 0.25em 0.5em;
202 }
203
204 table.docutils th {
205   background-color: #dddddd;
206 }
207
208 div.sidebar {
209   width: 33%;
210   float: right;
211   margin: 0em 2em;
212   padding: 0em 1em;
213   border-top: 1px solid #aaa;
214   border-left: 1px solid #aaa;
215   border-bottom: 2px solid #555;
216   border-right: 2px solid #555;
217 }
218
219 p.sidebar-title {
220   margin-bottom: 0em;
221   color: #003a6b;
222   border-bottom: 1px solid #aaa;
223   font-weight: bold;
224 }
225
226 p.sidebar-subtitle {
227   margin-top: 0em;
228   font-style: italic;
229   color: #003a6b;
230 }