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