]> git.deb.at Git - deb/packages.git/blob - static/debpkg.css
503fb5b9c802d45f1247a57ee53f693f5f18ee1e
[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 #pnavbar {
29         font-size: 0.75em;
30         background-color: transparent;
31         background-color: #f5f6f7;
32         margin:0;       
33         padding: 6px 0.25em 7px  0.25em;
34         border-bottom: 1px solid #d2d3d7 ;
35         text-transform:lowercase;
36         line-height: 1;
37 }
38 #pmoreinfo {
39         width: 20em;
40         float:right;
41         padding:0 0 0 0.5em;
42         margin: 0 0 10px 0.5em;
43         border-left:1px solid #a9abb3;
44         font-size: 0.75em;
45         line-height: 2;
46 }
47 #pmoreinfo a {
48         text-decoration: none;
49 }
50 #pmoreinfo a:hover {
51         text-decoration: underline;
52 }
53 #pmoreinfo ul {
54         list-style:none;
55         margin: 0;
56 }
57 #pmoreinfo ul ul {
58         margin:0;
59 }
60 #pmoreinfo li {
61         font-weight: normal;
62 }
63 #pmoreinfo p {
64 }
65 #pmoreinfo h2 {
66         font-size: 1em; 
67         font-weight: bold;
68         line-height: 2;
69         margin:0;
70 }
71 #pmoreinfo h3 {
72         font-size: 1em;
73         font-weight: normal;
74         line-height: 2;
75         margin:0;
76 }
77 #packagesearch #breadcrumbs {
78         margin-bottom: 0;
79 }
80         
81 #hpacketsearch form {
82         margin:0; padding:0;
83 }
84 #hpacketsearch {
85         background: transparent;
86         display:block;
87         padding: 1px 3px 1px 0;
88         font-size: 0.75em;
89         text-align: right;
90 }
91 .perror
92 , #psearchtoomanyhits {
93         padding:0 2em 0 4em;
94         margin: 1.85em 0 1.85em 0;
95         background-repeat: no-repeat;
96         background-position: 0.5em 1em;
97         font-size: 0.75em;
98         line-height: 2em;
99         background-color:#FFFFCB;
100         border:0.15em solid #CCCCA3;
101 }
102 #psearchtoomanyhits {
103         background-image: url('Pics/admon-note.png');
104 }
105 .perror p {
106         margin-bottom: 0;
107 div.warning {
108         background-image: url('Pics/admon-warning.png');
109 }
110 #psearchres h2 {
111         background-image: url('Pics/reddot.png');
112         background-repeat: repeat-x;
113         background-position: top left;
114         padding: 0.5em 0 0 0;
115         margin: 0.5em 0 1em 0;
116 }
117 #psearchres
118 , #pcontentsres {
119         padding-top: 0;
120 }
121 #pcontentsres tr {
122         text-align: left;
123 }
124 #pcontentsres td {
125         padding-right: 1.5em;
126 }
127 #pcontentsres {
128         margin-bottom: 1.5em;
129         }
130 #psearchres h3{
131 }
132 #psearchres ul li{
133 }
134 .file {
135         font-family: monospace;
136 }
137 #pothers {
138         margin-top:0.25em;      
139         float: right;
140 }
141 #pothers a, #pothers strong {
142         margin-left: 1.5em;
143 }
144 #psearchsug {
145         font-size:      0.75em;
146         margin: 0;
147         line-height: 2;
148         background-image: url('Pics/reddot.png');
149         background-repeat: repeat-x;
150         background-position: bottom left;
151 }       
152 #psearchsug p {
153         margin: 0;
154 }
155 #psearchsug ul {
156         margin: 1em 0 1em 0;
157         }
158
159 /*
160  *      Package sidebar
161  */
162 #ptablist {
163 }
164
165 /*
166  *      Package dependencies
167  */
168
169 #pdeplegend {
170         font-weight:bold;
171         padding: 0 0.5em 0 0;
172         border:1px solid #a9abb3;
173 }
174 #pdeplegend img {
175         margin-left: 1em;
176 }
177 #pdeplegend tr,#pdeplegend ul,#pdeplegend li {
178         margin:0; padding:0;
179 }
180 #pdeplegend td {
181         padding-left: 1.5em;
182         padding-right: 1em;
183 }
184 #pdeps dd {
185         margin:0;
186         padding:0;
187 }
188 #pdeps dt {
189 }
190 #pdeps ul.uldep, #pdeps ul.uladep {
191         list-style-type: disc;
192         list-style-image: url(Pics/dep.png);
193 }
194 .uldep dt {
195 }
196 #pdeps ul.ulrec, #pdeps ul.ulidep {
197         list-style-type: square;
198         list-style-image: url(Pics/rec.png);
199 }
200 #pdeps ul.ulsug {
201         list-style-type: circle;
202         list-style-image: url(Pics/sug.png);
203 }
204 #pdownload {
205         text-align: left;
206         margin-right: 18em;
207 }
208 #pdownload table {
209         text-align:left;
210         margin-bottom: 2em;
211         border-bottom: 1px solid #a9abb3;
212         border-top: 1px solid #a9abb3;
213         width: 100%;
214 }
215 #pdownload td{
216         border-top: 1px solid #a9abb3;
217 }
218 #pdeplegend td li {
219         padding-left:0;
220 }
221 #pdeplegend td,#pdeplegend tr,#pdeplegend table,#pdeplegend ul,#pdeplegend li,#pdeplegend tbody {
222         margin:0;
223         paddding:0;
224 }
225 .pkgreport #pdeplegend td li {
226         margin:0.25em 0 0 2em;
227 }
228 #ptags {
229         font-size: 0.75em;
230         margin: 0 22em 0 2em;
231         line-height: 2;
232 }
233 .card {
234         clear:both;
235         margin:2em 0 2em 0;
236         background-position: 0 -50px;
237         background-repeat: repeat-x;
238         padding:8px 0 8px 0;
239 }
240 .card ul {
241         margin:0.5em 0 1em 0;
242 }
243 .card ul li {
244         list-style:none;
245 }
246 .card h2 {
247         margin:0;
248 }
249 #lefthalfcol {
250         float:left;
251         width: 50%;
252         padding-right: 1em;
253         margin:0;
254 }
255 #righthalfcol {
256         margin:0;
257         margin-left:50%;
258         padding-left: 1em;
259 }
260 #lefthalfcol dl
261 , #righthalfcol dl {
262         margin-top: 0;
263 }
264 #lefthalfcol dd
265 , #righthalfcol dd {
266         margin-bottom: 1em;
267 }       
268 .lefthalf ul {
269         margin-top:0;
270 }
271 strong.pmarker {
272         padding: 0 0.25em 0 0.25em;
273 }
274 span.keyword {
275                 color: #444;
276                 font-weight: bold;
277                 letter-spacing: 0.05em;
278 }
279 h1 strong.pmarker {
280         font-weight: normal;
281 }
282 .psearch-other-hits {
283                 margin-top: 1em;
284 }