]> git.piffa.net Git - doc/.git/blob - source/lsr.css
Aggiunto script per aggiornamento automatico DNS
[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   text-align: justify;
62   line-height: 1.5em;
63 }
64
65
66 p a:visited {
67   color: purple;
68   background-color: transparent;
69 }
70
71 p a:active {
72   color: red;
73   background-color: transparent;
74 }
75
76 a:hover {
77   text-decoration: none;
78 }
79
80 p img {
81   border: 0;
82   margin: 0;
83 }
84
85 p.rubric {
86   font-weight: bold;
87   font-style: italic;
88 }
89
90 h1.title {
91   color: #003a6b;
92   font-size: 250%;
93   margin-bottom: 0em;
94 }
95
96 h2.subtitle {
97   color: #003a6b;
98   border-bottom: 0px;
99 }
100
101 h1, h2, h3, h4, h5, h6 {
102   color: #555;
103   background-color: transparent;
104   margin: 0em;
105   padding-top: 0.5em;
106 }
107
108 h1 {
109   font-size: 160%;
110   margin-bottom: 0.5em;
111   border-bottom: 2px solid #aaa;
112 }
113
114 h2 {
115   font-size: 140%;
116   margin-bottom: 0.5em;
117   border-bottom: 1px solid #aaa;
118 }
119
120 h3 {
121   font-size: 130%;
122   margin-bottom: 0.5em;
123 }
124
125 h4 {
126   font-size: 110%;
127   font-weight: bold;
128   margin-bottom: 0.5em;
129 }
130
131 h5 {
132   font-size: 105%;
133   font-weight: bold;
134   margin-bottom: 0.5em;
135 }
136
137 h6 {
138   font-size: 100%;
139   font-weight: bold;
140   margin-bottom: 0.5em;
141 }
142
143 dt {
144   font-style: italic;
145 }
146
147 dd {
148   margin-bottom: 1.5em;
149 }
150
151 div.admonition, div.note, div.tip, div.caution, div.important {
152   margin: 2em 2em;
153   padding: 0em 1em;
154   border-top: 1px solid #aaa;
155   border-left: 1px solid #aaa;
156   border-bottom: 2px solid #555;
157   border-right: 2px solid #555;
158 }
159
160 div.important {
161   background: transparent url('../images/important.png') 10px 2px no-repeat;
162 }
163
164 div.caution {
165   background: transparent url('../images/caution.png') 10px 2px no-repeat;
166 }
167
168 div.note {
169   background: transparent url('../images/note.png') 10px 2px no-repeat;
170 }
171
172 div.tip {
173   background: transparent url('../images/tip.png') 10px 2px no-repeat;
174 }
175
176 div.admonition-example {
177   background: transparent url('../images/tip.png') 10px 2px no-repeat;
178 }
179
180 div.admonition-critical-example {
181   background: transparent url('../images/important.png') 10px 2px no-repeat;
182 }
183
184 p.admonition-title {
185   font-weight: bold;
186   border-bottom: 1px solid #aaa;
187   padding-left: 30px;
188 }
189
190 table.docutils {
191   text-align: left;
192   border: 1px solid gray;
193   border-collapse: collapse;
194   width: 100%;
195   margin: 1.5em 0em;
196 }
197
198 table.docutils caption {
199   font-style: italic;
200 }
201
202 table.docutils td, table.docutils th {
203   padding: 0.25em 0.5em;
204 }
205
206 table.docutils th {
207   background-color: #dddddd;
208 }
209
210 div.sidebar {
211   width: 33%;
212   float: right;
213   margin: 0em 2em;
214   padding: 0em 1em;
215   border-top: 1px solid #aaa;
216   border-left: 1px solid #aaa;
217   border-bottom: 2px solid #555;
218   border-right: 2px solid #555;
219 }
220
221 p.sidebar-title {
222   margin-bottom: 0em;
223   color: #003a6b;
224   border-bottom: 1px solid #aaa;
225   font-weight: bold;
226 }
227
228 p.sidebar-subtitle {
229   margin-top: 0em;
230   font-style: italic;
231   color: #003a6b;
232 }