]> git.deb.at Git - deb/packages.git/blob - static/debpkg.css
2bc40c722ad0d9d2692c14320da325bad1c5c92b
[deb/packages.git] / static / debpkg.css
1 /*
2         http://www.debian.org Stylesheet
3
4         Copyright 2011 Kalle Söderman
5
6         This stylesheet is free software; you can redistribute it and/or modify it
7         under the terms of the GNU General Public License, version 2, as published by
8         the Free Software Foundation.
9
10         This program is distributed in the hope that it will be useful, but WITHOUT ANY
11         WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12         PARTICULAR PURPOSE. See the GNU General Public License for more details.
13
14         You should have received a copy of the GNU General Public License along with
15         this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
16         Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
18         The license text can also be found at http://www.gnu.org/copyleft/gpl.html and
19         /usr/share/common-licenses/GPL-2 on Debian GNU/Linux.  
20 */
21
22 @import url("debian.css");
23
24 #footer {
25         padding-left: 52px;
26         padding-right: 10px;
27 }
28
29 #pnavbar {
30         font-size: 0.75em;
31         background-color: transparent;
32         background-color: #f5f6f7;
33         margin:0;       
34         padding: 6px 0.25em 7px  0.25em;
35         border-bottom: 1px solid #d2d3d7 ;
36         text-transform:lowercase;
37         line-height: 1;
38 }
39
40
41 #pmoreinfo {
42         width: 20em;
43         float:right;
44         padding:0 0 0 0.5em;
45         margin: 0 0 10px 0.5em;
46         border-left:1px solid #a9abb3;
47         font-size: 0.75em;
48         line-height: 2;
49 }
50
51 #pmoreinfo a {
52         text-decoration: none;
53 }
54
55 #pmoreinfo a:hover {
56         text-decoration: underline;
57 }
58
59 #pmoreinfo ul {
60         list-style:none;
61         margin: 0;
62 }
63
64 #pmoreinfo ul ul {
65         margin:0;
66 }
67
68 #pmoreinfo li {
69         font-weight: normal;
70 }
71
72 #pmoreinfo p {
73 }
74
75 #pmoreinfo h2 {
76         font-size: 1em; 
77         font-weight: bold;
78         line-height: 2;
79         margin:0;
80 }
81
82 #pmoreinfo h3 {
83         font-size: 1em;
84         font-weight: normal;
85         line-height: 2;
86         margin:0;
87 }
88
89 #packagesearch #breadcrumbs {
90         margin-bottom: 0;
91 }
92         
93 #hpacketsearch form {
94         margin:0; padding:0;
95 }
96
97 #hpacketsearch {
98         background: transparent;
99         display:block;
100         padding: 1px 3px 1px 0;
101         font-size: 0.75em;
102         text-align: right;
103 }
104
105 .perror
106 , #psearchtoomanyhits {
107         padding:0 2em 0 4em;
108         margin: 1.85em 0 1.85em 0;
109         background-repeat: no-repeat;
110         background-position: 0.5em 1em;
111         font-size: 0.75em;
112         line-height: 2em;
113         background-color:#FFFFCB;
114         border:0.15em solid #CCCCA3;
115 }
116
117 #psearchtoomanyhits {
118         background-image: url('Pics/admon-note.png');
119 }
120 .perror p {
121         margin-bottom: 0;
122 div.warning {
123         background-image: url('Pics/admon-warning.png');
124 }
125
126 #psearchres h2 {
127         background-image: url('Pics/reddot.png');
128         background-repeat: repeat-x;
129         background-position: top left;
130         padding: 0.5em 0 0 0;
131         margin: 0.5em 0 1em 0;
132 }
133
134 #psearchres
135 , #pcontentsres {
136         padding-top: 0;
137 }
138
139 #pcontentsres tr {
140         text-align: left;
141 }
142
143 #pcontentsres td {
144         padding-right: 1.5em;
145 }
146
147 #pcontentsres {
148         margin-bottom: 1.5em;
149         }
150
151 #psearchres h3{
152 }
153
154 #psearchres ul li{
155 }
156
157 .file {
158         font-family: monospace;
159 }
160 #pothers {
161         margin-top:0.25em;      
162         float: right;
163 }
164
165 #pothers a, #pothers strong {
166         margin-left: 1.5em;
167 }
168
169 #psearchsug {
170         font-size:      0.75em;
171         margin: 0;
172         line-height: 2;
173         background-image: url('Pics/reddot.png');
174         background-repeat: repeat-x;
175         background-position: bottom left;
176
177 }       
178
179 #psearchsug p {
180         margin: 0;
181 }
182
183 #psearchsug ul {
184         margin: 1em 0 1em 0;
185         }
186
187
188 /*
189  *      Package sidebar
190  */
191 #ptablist {
192
193 }
194
195 /*
196  *      Package dependencies
197  */
198
199 #pdeplegend {
200         font-weight:bold;
201         padding: 0 0.5em 0 0;
202         border:1px solid #a9abb3;
203 }
204
205 #pdeplegend img {
206         margin-left: 1em;
207 }
208
209 #pdeplegend tr,#pdeplegend ul,#pdeplegend li {
210         margin:0; padding:0;
211 }
212
213 #pdeplegend td {
214         padding-left: 1.5em;
215         padding-right: 1em;
216 }
217
218 #pdeps dd {
219         margin:0;
220         padding:0;
221 }
222
223 #pdeps dt {
224 }
225
226 #pdeps ul.uldep, #pdeps ul.uladep {
227         list-style-type: disc;
228         list-style-image: url(Pics/dep.png);
229 }
230
231 .uldep dt {
232
233 }
234
235 #pdeps ul.ulrec, #pdeps ul.ulidep {
236         list-style-type: square;
237         list-style-image: url(Pics/rec.png);
238 }
239
240 #pdeps ul.ulsug {
241         list-style-type: circle;
242         list-style-image: url(Pics/sug.png);
243 }
244
245 #pdownload {
246         text-align: left;
247         margin-right: 18em;
248 }
249
250 #pdownload table {
251         text-align:left;
252         margin-bottom: 2em;
253         border-bottom: 1px solid #a9abb3;
254         border-top: 1px solid #a9abb3;
255         width: 100%;
256 }
257
258 #pdownload td{
259         border-top: 1px solid #a9abb3;
260
261 }
262
263 #pdeplegend td li {
264         padding-left:0;
265 }
266
267 #pdeplegend td,#pdeplegend tr,#pdeplegend table,#pdeplegend ul,#pdeplegend li,#pdeplegend tbody {
268         margin:0;
269         paddding:0;
270 }
271
272 .pkgreport #pdeplegend td li {
273         margin:0.25em 0 0 2em;
274 }
275
276 #ptags {
277         font-size: 0.75em;
278         margin: 0 22em 0 2em;
279         line-height: 2;
280 }
281
282 .card {
283         clear:both;
284         margin:2em 0 2em 0;
285         background-position: 0 -50px;
286         background-repeat: repeat-x;
287         padding:8px 0 8px 0;
288 }
289
290 .card ul {
291         margin:0.5em 0 1em 0;
292 }
293
294 .card ul li {
295         list-style:none;
296 }
297
298 .card h2 {
299         margin:0;
300 }
301
302 #lefthalfcol {
303         float:left;
304         width: 50%;
305         padding-right: 1em;
306         margin:0;
307 }
308
309 #righthalfcol {
310         margin:0;
311         margin-left:50%;
312         padding-left: 1em;
313 }
314
315 #lefthalfcol dl
316 , #righthalfcol dl {
317         margin-top: 0;
318 }
319 #lefthalfcol dd
320 , #righthalfcol dd {
321         margin-bottom: 1em;
322 }       
323
324 .lefthalf ul {
325         margin-top:0;
326 }
327
328 strong.pmarker {
329         padding: 0 0.25em 0 0.25em;
330 }
331
332 span.keyword {
333                 color: #444;
334                 font-weight: bold;
335                 letter-spacing: 0.05em;
336 }
337
338 h1 strong.pmarker {
339         font-weight: normal;
340 }
341 .psearch-other-hits {
342                 margin-top: 1em;
343 }
344