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