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