]> git.deb.at Git - deb/packages.git/blob - static/debpkg.css
latest debpkg.css
[deb/packages.git] / static / debpkg.css
1 /*
2         http://packages.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: 62px;
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 <<<<<<< HEAD
219 =======
220         margin-top:0.5em;
221 >>>>>>> 3e0828da18fdb11d309da96882752fc072ae8542
222 }
223
224 #pdeps ul.uldep, #pdeps ul.uladep {
225         list-style-type: disc;
226         list-style-image: url(Pics/dep.png);
227 }
228
229 .uldep dt {
230
231 }
232
233 #pdeps ul.ulrec, #pdeps ul.ulidep {
234         list-style-type: square;
235         list-style-image: url(Pics/rec.png);
236 }
237
238 #pdeps ul.ulsug {
239         list-style-type: circle;
240         list-style-image: url(Pics/sug.png);
241 }
242
243 #pdownload {
244         text-align: left;
245         margin-right: 18em;
246 }
247
248 #pdownload table {
249         text-align:left;
250         margin-bottom: 2em;
251         border-bottom: 1px solid #a9abb3;
252         border-top: 1px solid #a9abb3;
253         width: 100%;
254 }
255
256 #pdownload td{
257         border-top: 1px solid #a9abb3;
258
259 }
260
261 #pdeplegend td li {
262         padding-left:0;
263 }
264
265 #pdeplegend td,#pdeplegend tr,#pdeplegend table,#pdeplegend ul,#pdeplegend li,#pdeplegend tbody {
266         margin:0;
267         paddding:0;
268 }
269
270 .pkgreport #pdeplegend td li {
271         margin:0.25em 0 0 2em;
272 }
273
274 #ptags {
275         font-size: 0.75em;
276         margin: 0 22em 0 2em;
277         line-height: 2;
278 }
279
280 .card {
281         clear:both;
282         margin:2em 0 2em 0;
283         background-position: 0 -50px;
284         background-repeat: repeat-x;
285         padding:8px 0 8px 0;
286 }
287
288 .card ul {
289         margin:0.5em 0 1em 0;
290 }
291
292 .card ul li {
293         list-style:none;
294 }
295
296 .card h2 {
297         margin:0;
298 }
299
300 #lefthalfcol {
301         float:left;
302         width: 50%;
303         padding-right: 1em;
304         margin:0;
305 }
306
307 #righthalfcol {
308         margin:0;
309         margin-left:50%;
310         padding-left: 1em;
311 }
312
313 #lefthalfcol dl
314 , #righthalfcol dl {
315         margin-top: 0;
316 }
317 #lefthalfcol dd
318 , #righthalfcol dd {
319         margin-bottom: 1em;
320 }       
321
322 .lefthalf ul {
323         margin-top:0;
324 }
325
326 strong.pmarker {
327         padding: 0 0.25em 0 0.25em;
328 }
329
330 span.keyword {
331                 color: #444;
332                 font-weight: bold;
333                 letter-spacing: 0.05em;
334 }
335
336 h1 strong.pmarker {
337         font-weight: normal;
338 }
339 .psearch-other-hits {
340                 margin-top: 1em;
341 }
342