]> git.deb.at Git - deb/packages.git/blob - static/packages.css.sed.in
static/debian.css: Move horizontal rule at bottom of content to #footer
[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, #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         display: inline;
177 }
178
179 #pdownloadnotes {
180         font-size: smaller;
181         max-width: 60em;
182 }
183 #pdownloadmeta tr {
184         text-align: left;
185 }
186
187 /*
188
189   CONTENTS SEARCH
190
191 */
192 #pcontentsres {
193         margin-left: 1em;
194         margin-top: 2em;
195 }
196 #pcontentsres p {
197         margin-top: .1em;
198         margin-bottom: .25em;
199 }
200 #pcontentsres table {
201         margin: 1em 1em 1em 0;
202         min-width: 50%;
203         border: 2px gray;
204         border-style: ridge;
205         border-collapse: collapse;
206 }
207 #pcontentsres col, #pcontentsres th, #pdownload th, #pdownload td,
208         #pdeplegend td {
209         border: 2px #BFC3DC;
210         border-style: ridge;
211         padding: 0.1em;
212 }
213 #pcontentsres td.file {
214         font-family: monospace;
215 }
216 #pcontentsres td {
217         padding: .4em;
218 }
219 #pcontentsres th {
220         text-align: center;
221 }
222 #pcontentsres h1 {
223         text-align: left;
224         margin-bottom: .25em;
225 }
226 #pfilelist pre {
227         border-top: solid #BFC3DC thin;
228         padding: .5em;
229 }
230
231 /*
232
233   PACKAGES SEARCH
234   AND COMMON STUFF
235   FOR SEARCHES
236
237 */
238 #psearchres h2 {
239         padding: .3em;
240         border-top: solid gray thin;
241         border-bottom: solid gray thin;
242         background-color: #bdf;
243 }
244 #psearchres li {
245         margin-top: 1em;
246 }
247 #psearchres .resultlink {
248         font-weight: bold;
249 }
250 #psearchres .binaries {
251         font-size: smaller;
252 }
253 #psearchsug {
254         font-size: smaller;
255 }
256 #psearchsug ul.linklist {
257         display: inline;
258         margin-top: .1em;
259         margin-bottom: 0;
260         padding: 0;
261 }
262 #psearchsug .linklist li {
263         display: inline;        
264         margin-top: 0;
265         margin-bottom: 0;
266         margin-right: 1em;
267         margin-left: 0;
268 }
269 #psearchsug p {
270         margin-top: .1em;
271         margin-bottom: 0;
272 }
273 #psearchnoresult, #psearchtoomanyhits {
274         font-size: larger;
275         font-weight: bold;
276         max-width: 60em;
277 }
278 .keyword {
279         font-weight: bold;
280 }
281
282 #pothers {
283         float: right;
284         text-align: right;
285 }
286
287 #pnavbar {
288         clear: both;
289         margin-bottom: .25em;
290         padding-left: 1em;
291         padding-top: 6px;
292         padding-bottom: 4px;
293         width: 100%;
294         height: auto;
295         text-align: left;
296         background: #DF0451;
297         color: yellow;
298         font-size: smaller;
299         font-weight: bold;
300 }
301 #pnavbar ul {
302         display: inline;
303         list-style-type: none; 
304         padding-left:  0px;
305         line-height: 1.5em;
306 }
307 #pnavbar ul li {
308         display: inline;
309         margin: 0;
310         white-space: nowrap;
311 }
312 #pnavbar a {
313         color: yellow;
314         text-decoration: none;
315 }
316 #pnavbar a:hover {
317 }
318
319 .p_js_elem { 
320              font-size: smaller;
321 }
322
323 #psitewidemsg {
324                 padding: .25em;
325                 text-align: center;
326 }
327
328 #psitewidemsg.high { 
329                      border: 4px #DF0451 ridge;
330                      background-color: yellow;
331                      color: #DF0451;
332 }
333
334 #psitewidemsg.normal {
335                        border: dotted thin red;
336 }
337
338 #psitewidemsg.low {
339                     border: solid thin black;
340 }
341
342 .pvcslink { 
343 }
344
345 #pnavbar, .pconstantnag, #psitewidemsg {
346         -moz-border-radius: 15px;
347         /* this goes to the end as the css validator does not like it
348         will be replaced by border-radius with css3 */
349 }