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