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