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