]> git.deb.at Git - deb/packages.git/blob - static/packages.css.sed.in
bf44d3d1c0f682f8dc04c0c71f8ebd1290c5976d
[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 ul.uldep, #pdeps ul.uladep {
88         list-style-type: disc;
89         list-style-image: url(http://%SITE%/Pics/dep.gif);
90 }
91
92 #pdeps ul.ulrec, #pdeps ul.ulidep {
93         list-style-type: square;
94         list-style-image: url(http://%SITE%/Pics/rec.gif);
95 }
96
97 #pdeps ul.ulsug {
98         list-style-type: circle;
99         list-style-image: url(http://%SITE%/Pics/sug.gif);
100 }
101
102 #pdeps dl {
103         margin: 0;
104 }
105
106
107 /*
108
109   MESSAGES
110
111 */
112 .pmarker {
113         color: red;
114         clear: both;
115 }
116 .perror {
117         margin: .2em;
118         background-color: #F99;
119         font-weight: bold;
120         padding: 0.5em;
121         margin: 0;
122         clear: both;
123 }
124 .pdebug {
125         margin: .2em;
126         font-size: 80%;
127         border: solid thin gray;
128         clear: both;
129 }
130 .phints {
131         background-color: #FF9;
132         padding: 0.5em;
133         margin: 0;
134         clear: both;
135 }
136 .pnotes {
137         margin: .2em;
138         padding: .5em;
139         border: solid thin black;
140         background-color: #bdf;
141         clear: both;
142 }
143 .pnotes h2 {
144         color: red;
145 }
146 .pconstantnag {
147         max-width: 60em;
148         border: dotted thin red;
149         padding: .5em;
150         font-size: smaller;
151 }
152 .pconstantnag h2 {
153         text-align: center;
154 }
155 .pconstantnag strong {
156         color: red;
157 }
158
159 table#pdeplegend, #pdownload table {
160         border-width: 4px;
161         border-color: gray;
162         margin: 0 1em 1em 1em;
163         border-style: ridge;
164         border-collapse: collapse;
165 }
166
167
168 /*
169
170   DOWNLOAD
171
172 */
173 #pdownload td {
174         font-size: 0.85em;
175         text-align: center;
176 }
177 #pdownload td.size {
178         text-align: right;
179 }
180 #pdownload td.md5sum {
181         font-family: monospace;
182 }
183 #pdownload p {
184         margin-left: 1em;
185 }
186
187 #pdownloadnotes {
188         font-size: smaller;
189         max-width: 60em;
190 }
191 #pdownloadmeta tr {
192         text-align: left;
193 }
194 #pdownload .vcurrent {
195         background-color: #bfb;
196 }
197 #pdownload .volder {
198         background-color: #ffb;
199 }
200 #pdownload .vold {
201         background-color: #fbb;
202 }
203
204 /*
205
206   CONTENTS SEARCH
207
208 */
209 #pcontentsres {
210         margin-left: 1em;
211         margin-top: 2em;
212 }
213 #pcontentsres p {
214         margin-top: .1em;
215         margin-bottom: .25em;
216 }
217 #pcontentsres table {
218         margin: 1em 1em 1em 0;
219         min-width: 50%;
220         border: 2px gray;
221         border-style: ridge;
222         border-collapse: collapse;
223 }
224 #pcontentsres col, #pcontentsres th, #pdownload th, #pdownload td,
225         #pdeplegend td {
226         border: 2px #BFC3DC;
227         border-style: ridge;
228         padding: 0.1em;
229 }
230 #pcontentsres td.file {
231         font-family: monospace;
232 }
233 #pcontentsres td {
234         padding: .4em;
235 }
236 #pcontentsres th {
237         text-align: center;
238 }
239 #pcontentsres h1 {
240         text-align: left;
241         margin-bottom: .25em;
242 }
243 #pfilelist pre {
244         border-top: solid #BFC3DC thin;
245         padding: .5em;
246 }
247
248 /*
249
250   PACKAGES SEARCH
251   AND COMMON STUFF
252   FOR SEARCHES
253
254 */
255 #psearchres h2 {
256         padding: .3em;
257         border-top: solid gray thin;
258         border-bottom: solid gray thin;
259         background-color: #bdf;
260 }
261 #psearchres li {
262         margin-top: 1em;
263 }
264 #psearchres .resultlink {
265         font-weight: bold;
266 }
267 #psearchres .binaries {
268         font-size: smaller;
269 }
270 #psearchsug {
271         font-size: smaller;
272 }
273 #psearchsug ul.linklist {
274         display: inline;
275         margin-top: .1em;
276         margin-bottom: 0;
277         padding: 0;
278 }
279 #psearchsug .linklist li {
280         display: inline;        
281         margin-top: 0;
282         margin-bottom: 0;
283         margin-right: 1em;
284         margin-left: 0;
285 }
286 #psearchsug p {
287         margin-top: .1em;
288         margin-bottom: 0;
289 }
290 #psearchnoresult, #psearchtoomanyhits {
291         font-size: larger;
292         font-weight: bold;
293         max-width: 60em;
294 }
295 .keyword {
296         font-weight: bold;
297 }
298
299 #pothers {
300         float: right;
301         text-align: right;
302 }
303
304 #pnavbar {
305         clear: both;
306         margin-bottom: .25em;
307         padding-left: 1em;
308         padding-top: 6px;
309         padding-bottom: 4px;
310         width: 100%;
311         height: auto;
312         text-align: left;
313         background: #DF0451;
314         color: yellow;
315         font-size: smaller;
316         font-weight: bold;
317 }
318 #pnavbar ul {
319         display: inline;
320         list-style-type: none; 
321         padding-left:  0px;
322         line-height: 1.5em;
323 }
324 #pnavbar ul li {
325         display: inline;
326         margin: 0;
327         white-space: nowrap;
328 }
329 #pnavbar a {
330         color: yellow;
331         text-decoration: none;
332 }
333 #pnavbar a:hover {
334 }
335
336 #ptablist ul {
337         display: inline;
338         list-style-type: none; 
339         padding-left:  0px;
340         line-height: 1.5em;
341 }
342 #ptablist ul li {
343         display: inline;
344         margin: 0 .25em;
345         white-space: nowrap;
346 }
347
348 .p_js_elem { 
349              font-size: smaller;
350 }
351
352 #psitewidemsg {
353                 padding: .25em;
354                 text-align: center;
355 }
356
357 #psitewidemsg.high { 
358                      border: 4px #DF0451 ridge;
359                      background-color: yellow;
360                      color: #DF0451;
361 }
362
363 #psitewidemsg.normal {
364                        border: dotted thin red;
365 }
366
367 #psitewidemsg.low {
368                     border: solid thin black;
369 }
370
371 .pvcslink { 
372 }
373
374 #pnavbar, .pconstantnag, #psitewidemsg {
375         -moz-border-radius: 15px;
376         /* this goes to the end as the css validator does not like it
377         will be replaced by border-radius with css3 */
378 }