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