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