]> git.deb.at Git - deb/packages.git/blob - static/packages.css.sed.in
html/show.tmpl: Improve the dependency legend
[deb/packages.git] / static / packages.css.sed.in
1 @media handheld, print, projection, screen, tv {
2         .nonvisual { display: none; }
3 }
4
5 @media braille, embossed, speech, tty {
6         .visual { display: none; }
7 }
8
9 #hpacketsearch {
10         display: block;
11         padding-top: 1px;
12         padding-left: 5px;
13         margin-right: 0.2em;
14         margin-left: auto;
15         text-align: left;
16         width: 25em;
17         top: 0em;
18         right: 0em;
19 }
20
21 #hpacketsearch p small {
22         color: #990000;
23         font-size: 0.8em;
24         font-weight: normal;
25 }
26
27 #hpacketsearch p select {
28         font-size: 88%;
29 }
30
31 #hpacketsearch p input {
32         font-size: 88%;
33 }
34
35 h1 {
36         clear: both;
37 }
38
39 #pdesc, #pbinaries, #ptags, #pdeps, #pdownload {
40         margin-left: 1em;
41         margin-right: 1em;
42 }
43 #pmoreinfo { 
44              font-size: smaller;
45              margin-left: 1em;
46              float: right;
47              background-color: #BBDDFF;
48              border: thin solid #BFC3DC;
49              padding: 1em .5em;
50              width: auto;
51 }
52 #pmoreinfo h3 {
53              border-top: thin solid black;
54 }
55
56 /*
57
58   DESCRIPTIONS
59
60 */
61
62 #pdesc p {
63         text-align: justify;
64         max-width: 60em;
65 }
66
67 .pdescshort {
68         text-align: left;
69         font-size: large;
70         font-weight: bold;
71 }
72
73 /*
74
75   DEPENDENCIES
76
77 */
78
79 #pdeps table tr td {
80         font-size: smaller;
81 }
82
83 #pdeps ul {
84         list-style-type: none;
85 }
86
87 #pdeps table ul {
88         margin: 0;
89 }
90
91 #pdeps ul.uldep, #pdeps ul.uladep {
92         list-style-type: disc;
93         list-style-image: url(http://%SITE%/Pics/dep.gif);
94 }
95
96 #pdeps ul.ulrec, #pdeps ul.ulidep {
97         list-style-type: square;
98         list-style-image: url(http://%SITE%/Pics/rec.gif);
99 }
100
101 #pdeps ul.ulsug {
102         list-style-type: circle;
103         list-style-image: url(http://%SITE%/Pics/sug.gif);
104 }
105
106 #pdeps dl {
107         margin: 0;
108 }
109
110
111 /*
112
113   MESSAGES
114
115 */
116 .pmarker {
117         color: red;
118         clear: both;
119 }
120 .perror {
121         margin: .2em;
122         background-color: #F99;
123         font-weight: bold;
124         padding: 0.5em;
125         margin: 0;
126         clear: both;
127 }
128 .pdebug {
129         margin: .2em;
130         font-size: 80%;
131         border: solid thin gray;
132         clear: both;
133 }
134 .phints {
135         background-color: #FF9;
136         padding: 0.5em;
137         margin: 0;
138         clear: both;
139 }
140 .pnotes {
141         margin: .2em;
142         padding: .5em;
143         border: solid thin black;
144         background-color: #bdf;
145         clear: both;
146 }
147 .pnotes h2 {
148         color: red;
149 }
150 .pconstantnag {
151         max-width: 60em;
152         border: dotted thin red;
153         padding: .5em;
154         font-size: smaller;
155 }
156 .pconstantnag h2 {
157         text-align: center;
158 }
159 .pconstantnag strong {
160         color: red;
161 }
162
163 table#pdeplegend, #pdownload table {
164         border-width: 4px;
165         border-color: gray;
166         margin: 0 1em 1em 1em;
167         border-style: ridge;
168         border-collapse: collapse;
169 }
170
171
172 /*
173
174   DOWNLOAD
175
176 */
177 #pdownload td {
178         font-size: 0.85em;
179         text-align: center;
180 }
181 #pdownload td.size {
182         text-align: right;
183 }
184 #pdownload td.md5sum {
185         font-family: monospace;
186 }
187 #pdownload p {
188         margin-left: 1em;
189 }
190
191 #pdownloadnotes {
192         font-size: smaller;
193         max-width: 60em;
194 }
195 #pdownloadmeta tr {
196         text-align: left;
197 }
198 #pdownload .vcurrent {
199         background-color: #bfb;
200 }
201 #pdownload .volder {
202         background-color: #ffb;
203 }
204 #pdownload .vold {
205         background-color: #fbb;
206 }
207
208 /*
209
210   CONTENTS SEARCH
211
212 */
213 #pcontentsres {
214         margin-left: 1em;
215         margin-top: 2em;
216 }
217 #pcontentsres p {
218         margin-top: .1em;
219         margin-bottom: .25em;
220 }
221 #pcontentsres table {
222         margin: 1em 1em 1em 0;
223         min-width: 50%;
224         border: 2px gray;
225         border-style: ridge;
226         border-collapse: collapse;
227 }
228 #pcontentsres col, #pcontentsres th, #pdownload th, #pdownload td,
229         #pdeplegend td {
230         border: 2px #BFC3DC;
231         border-style: ridge;
232         padding: 0.1em;
233 }
234 #pcontentsres td.file {
235         font-family: monospace;
236 }
237 #pcontentsres td {
238         padding: .4em;
239 }
240 #pcontentsres th {
241         text-align: center;
242 }
243 #pcontentsres h1 {
244         text-align: left;
245         margin-bottom: .25em;
246 }
247 #pfilelist pre {
248         border-top: solid #BFC3DC thin;
249         padding: .5em;
250 }
251
252 /*
253
254   PACKAGES SEARCH
255   AND COMMON STUFF
256   FOR SEARCHES
257
258 */
259 #psearchres h2 {
260         padding: .3em;
261         border-top: solid gray thin;
262         border-bottom: solid gray thin;
263         background-color: #bdf;
264 }
265 #psearchres li {
266         margin-top: 1em;
267 }
268 #psearchres .resultlink {
269         font-weight: bold;
270 }
271 #psearchres .binaries {
272         font-size: smaller;
273 }
274 #psearchsug {
275         font-size: smaller;
276 }
277 #psearchsug ul.linklist {
278         display: inline;
279         margin-top: .1em;
280         margin-bottom: 0;
281         padding: 0;
282 }
283 #psearchsug .linklist li {
284         display: inline;        
285         margin-top: 0;
286         margin-bottom: 0;
287         margin-right: 1em;
288         margin-left: 0;
289 }
290 #psearchsug p {
291         margin-top: .1em;
292         margin-bottom: 0;
293 }
294 #psearchnoresult, #psearchtoomanyhits {
295         font-size: larger;
296         font-weight: bold;
297         max-width: 60em;
298 }
299 .keyword {
300         font-weight: bold;
301 }
302
303 #pothers {
304         float: right;
305         text-align: right;
306 }
307
308 #pnavbar {
309         clear: both;
310         margin-bottom: .25em;
311         padding-left: 1em;
312         padding-top: 6px;
313         padding-bottom: 4px;
314         width: 100%;
315         height: auto;
316         text-align: left;
317         background: #DF0451;
318         color: yellow;
319         font-size: smaller;
320         font-weight: bold;
321 }
322 #pnavbar ul {
323         display: inline;
324         list-style-type: none; 
325         padding-left:  0px;
326         line-height: 1.5em;
327 }
328 #pnavbar ul li {
329         display: inline;
330         margin: 0;
331         white-space: nowrap;
332 }
333 #pnavbar a {
334         color: yellow;
335         text-decoration: none;
336 }
337 #pnavbar a:hover {
338 }
339
340 #ptablist ul {
341         display: inline;
342         list-style-type: none; 
343         padding-left:  0px;
344         line-height: 1.5em;
345 }
346 #ptablist ul li {
347         display: inline;
348         margin: 0 .25em;
349         white-space: nowrap;
350 }
351
352 .p_js_elem { 
353              font-size: smaller;
354 }
355
356 #psitewidemsg {
357                 padding: .25em;
358                 text-align: center;
359 }
360
361 #psitewidemsg.high { 
362                      border: 4px #DF0451 ridge;
363                      background-color: yellow;
364                      color: #DF0451;
365 }
366
367 #psitewidemsg.normal {
368                        border: dotted thin red;
369 }
370
371 #psitewidemsg.low {
372                     border: solid thin black;
373 }
374
375 .pvcslink { 
376 }
377
378 #pnavbar, .pconstantnag, #psitewidemsg {
379         -moz-border-radius: 15px;
380         /* this goes to the end as the css validator does not like it
381         will be replaced by border-radius with css3 */
382 }