]> git.deb.at Git - deb/packages.git/blob - static/debpkg.css
Margin reduced licence updated to match main site
[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:#f7f8fc;
99         border-bottom: 1px solid #e2e3e7;
100         display:block;
101         padding: 1px 3px 1px 0;
102         font-size: 0.75em;
103         text-align: right;
104 }
105
106 .perror
107 , #psearchtoomanyhits {
108         padding:1em;
109         border: 1px solid #cccca3;
110         margin:1em 0 1em 0;
111         background-color:#ffffcb;
112         font-size: 0.75em;
113         line-height: 2;
114 }
115
116 .perror p {
117         margin-bottom: 0;
118 }
119
120 #psearchres h2 {
121         background-image: url('Pics/reddot.png');
122         background-repeat: repeat-x;
123         background-position: top left;
124         padding: 0.5em 0 0 0;
125         margin: 0.5em 0 1em 0;
126 }
127
128 #psearchres
129 , #pcontentsres {
130         padding-top: 0;
131 }
132
133 #pcontentsres tr {
134         text-align: left;
135 }
136
137 #pcontentsres td {
138         padding-right: 1.5em;
139 }
140
141 #pcontentsres {
142         margin-bottom: 1.5em;
143         }
144
145 #psearchres h3{
146 }
147
148 #psearchres ul li{
149 }
150
151 .file {
152         font-family: monospace;
153 }
154 #pothers {
155         margin-top:0.25em;      
156         float: right;
157 }
158
159 #pothers a, #pothers strong {
160         margin-left: 1.5em;
161 }
162
163 #psearchsug {
164         font-size:      0.75em;
165         margin: 0;
166         line-height: 2;
167         background-image: url('Pics/reddot.png');
168         background-repeat: repeat-x;
169         background-position: bottom left;
170
171 }       
172
173 #psearchsug p {
174         margin: 0;
175 }
176
177 #psearchsug ul {
178         margin: 1em 0 1em 0;
179         }
180
181
182 /*
183  *      Package sidebar
184  */
185 #ptablist {
186
187 }
188
189 /*
190  *      Package dependencies
191  */
192
193 #pdeplegend {
194         font-weight:bold;
195         padding: 0 0.5em 0 0;
196         border:1px solid #a9abb3;
197 }
198
199 #pdeplegend img {
200         margin-left: 1em;
201 }
202
203 #pdeplegend tr,#pdeplegend ul,#pdeplegend li {
204         margin:0; padding:0;
205 }
206
207 #pdeplegend td {
208         padding-left: 1.5em;
209         padding-right: 1em;
210 }
211
212 #pdeps dd {
213         margin:0;
214         padding:0;
215 }
216
217 #pdeps dt {
218 }
219
220 #pdeps ul.uldep, #pdeps ul.uladep {
221         list-style-type: disc;
222         list-style-image: url(Pics/dep.png);
223 }
224
225 .uldep dt {
226
227 }
228
229 #pdeps ul.ulrec, #pdeps ul.ulidep {
230         list-style-type: square;
231         list-style-image: url(Pics/rec.png);
232 }
233
234 #pdeps ul.ulsug {
235         list-style-type: circle;
236         list-style-image: url(Pics/sug.png);
237 }
238
239 #pdownload {
240         text-align: left;
241         margin-right: 18em;
242 }
243
244 #pdownload table {
245         text-align:left;
246         margin-bottom: 2em;
247         border-bottom: 1px solid #a9abb3;
248         border-top: 1px solid #a9abb3;
249         width: 100%;
250 }
251
252 #pdownload td{
253         border-top: 1px solid #a9abb3;
254
255 }
256
257 #pdeplegend td li {
258         padding-left:0;
259 }
260
261 #pdeplegend td,#pdeplegend tr,#pdeplegend table,#pdeplegend ul,#pdeplegend li,#pdeplegend tbody {
262         margin:0;
263         paddding:0;
264 }
265
266 .pkgreport #pdeplegend td li {
267         margin:0.25em 0 0 2em;
268 }
269
270 #ptags {
271         font-size: 0.75em;
272         margin: 0 22em 0 2em;
273         line-height: 2;
274 }
275
276 .card {
277         clear:both;
278         margin:2em 0 2em 0;
279         background-position: 0 -50px;
280         background-repeat: repeat-x;
281         padding:8px 0 8px 0;
282 }
283
284 .card ul {
285         margin:0.5em 0 1em 0;
286 }
287
288 .card ul li {
289         list-style:none;
290 }
291
292 .card h2 {
293         margin:0;
294 }
295
296 #lefthalfcol {
297         float:left;
298         width: 50%;
299         padding-right: 1em;
300         margin:0;
301 }
302
303 #righthalfcol {
304         margin:0;
305         margin-left:50%;
306         padding-left: 1em;
307 }
308
309 #lefthalfcol dl
310 , #righthalfcol dl {
311         margin-top: 0;
312 }
313 #lefthalfcol dd
314 , #righthalfcol dd {
315         margin-bottom: 1em;
316 }       
317
318 .lefthalf ul {
319         margin-top:0;
320 }
321
322 strong.pmarker {
323         padding: 0 0.25em 0 0.25em;
324 }
325
326 span.keyword {
327                 color: #444;
328                 font-weight: bold;
329                 letter-spacing: 0.05em;
330 }
331
332 h1 strong.pmarker {
333         font-weight: normal;
334 }
335 .psearch-other-hits {
336                 margin-top: 1em;
337 }
338