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