cookutils view lighttpd/cooker.css @ rev 1124

Show badge "Package hasn't changed after rebuilding"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 28 02:16:44 2018 +0200 (2018-12-28)
parents d0839c76825c
children 0385051c3996
line source
1 /* CSS style for SliTaz Cooker */
3 html, body {
4 height: 100%;
5 margin: 0;
6 font: 14px/18px sans-serif;
7 color: rgba(0,0,0,0.9);
8 background-color: hsl(0, 0%, 98%);
9 }
10 #container {
11 position: relative;
12 min-height: 100%;
13 margin: 0 auto;
14 }
17 /* HEADER */
19 header, body>h2 {
20 background-color: rgba(0,0,0,0.7);
21 text-align: justify;
22 box-shadow: 0 -8px 8px rgba(0,0,0,0.3) inset;
23 line-height: 0;
24 }
25 header::before, header::after {
26 display: inline-block;
27 width: 100%;
28 overflow: hidden; height: 0; content: ''; visibility: hidden;
29 }
30 header h1 {
31 display: inline-block;
32 }
33 header h1, body>h2 {
34 margin: auto 0;
35 box-sizing: border-box;
36 white-space: nowrap;
37 vertical-align: middle;
38 }
39 body>h2 {
40 padding: 5px 0;
41 }
42 header h1::before, body>h2::before {
43 display: inline-block;
44 content: url("data:image/svg+xml,<svg height='40' width='40' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><linearGradient id='a' gradientUnits='userSpaceOnUse' x1='20' x2='20' y1='2.5' y2='37.5'><stop offset='0' stop-color='%23ff7825'/><stop offset='1' stop-color='%23762400'/></linearGradient><path d='m30.2 26.3c0-.9-4-3.5-4.9-3.9-.1 1.7.3 2.5-.2 4.6-.4 2.1-1.4 4.2-2.8 5.7-1.2 1.3-2.5 2.1-4.4 2.1-2.6 0-4-2.3-4.6-4.8-.5-3.8 1.1-7 1.1-7.4-.5-.1-4.3 2.2-5.7 3.2-.8 3 .4 7.2 2.5 10.9-3.5-3.2-5-7.8-5.6-11.6 2.3-1.8 4.3-2.3 5.5-3.6-.9 0-5.3.4-5.9 1-.8 1.6-1.3 6.8-1.2 10.2-2.5-4.7-1.2-11.2-1.1-11.9.3-.8 7.8-1.2 8.4-1.8-.5-.4-4.5-1.6-7.1-3 .3-1.6 3.2-8.2 6.4-10.6-1.1 2.2-3.1 7.3-3.4 9.3.6.4 5.3 2.4 6 2.3-.4-.7-3.5-3.1-3.9-3.8.8-3.2 6.7-9 8.5-9.8-2 1.9-5.3 6.7-5.7 9.2 1.7 1.7 3.9 3.8 4.9 4.1.3-.1.4-.7.4-1.1.6-2.8 3.2-3.7 4.1-3.7 1.2 0 2.5 1.4 2.7 2.3.1.7-.2 2 0 2.8 1.1-.4 5.7-3.6 6.3-4.4.4-3.3-1.3-6.6-3.2-9.5 2.5 1.4 5.6 6.8 6 9.9-.7 1.1-4 2.7-5 3.9.7 0 5.4-1.5 6.4-2.2.4-.4.4-.8.4-1.1 0-2.8-.4-6.3-1.1-8.8 2.5 2.8 3.4 7 3.6 10.4 0 .4-.1.6-.1 1-1.1.5-7.4 2.4-7.5 2.9-.1.3 5.3.7 7.6 1.5-.4 3.7-1.8 8.7-4.3 11.6.6-2.5 1.7-6.8 1.4-9.9-1.8-.4-5.3-1.1-5.5-.8-.3.4 4.2 2.6 4.2 3.7-1.3 3.9-4.9 8.8-8.6 11.4 4.5-5.6 5.5-9 5.4-10.5z' fill='url(%23a)'/></svg>");
45 vertical-align: middle;
46 }
47 header a, body>h2 {
48 color: hsla(0, 0%, 100%, 0.7);
49 -webkit-transition: .2s text-shadow; transition: .2s text-shadow;
50 text-decoration: none;
51 }
52 header a:hover, body>h2:hover {
53 color: hsla(0, 0%, 100%, 1);
54 text-shadow: 0 0 4px hsla(0, 0%, 100%, 0.5);
55 text-decoration: none;
56 }
57 header h1 a, body>h2 {
58 font: bold italic 20px/20px sans-serif;
59 }
60 .network {
61 display: inline-block;
62 text-align: left;
63 vertical-align: middle;
64 font-size: 12px;
65 line-height: normal;
66 color: #999;
67 }
68 .network a {
69 display: inline-block;
70 position: relative;
71 padding: 8px 6px;
72 vertical-align: middle;
73 }
74 .network a.out:hover::before {
75 content: "";
76 position: absolute;
77 top: 0;
78 width: 0;
79 height: 0;
80 border-left: 5px solid transparent;
81 border-right: 5px solid transparent;
82 border-bottom: 5px solid #FFF;
83 left:calc(50% - 4px);
84 }
85 .network a.in:hover::before {
86 content: "";
87 position: absolute;
88 bottom: 0;
89 width: 0;
90 height: 0;
91 border-left: 5px solid transparent;
92 border-right: 5px solid transparent;
93 border-top: 5px solid #FFF;
94 left:calc(50% - 4px);
95 }
96 header select, header option {
97 background-color: transparent;
98 color: inherit;
99 border: none;
100 font-size: inherit;
101 }
104 /* FOOTER */
106 footer, div.foot {
107 padding: 20px 0;
108 clear: both;
109 text-align: center;
110 font-size: 90%;
111 color: #666;
112 background-color: hsla(0, 0%, 20%, 0.1);
113 box-shadow: 0 4px 8px hsla(0, 0%, 0%, 0.2) inset;
115 position: absolute;
116 bottom: 0;
117 width: 100%;
118 }
119 div.foot { position: unset; }
120 footer a+a::before {
121 display: inline-block;
122 content: ' • ';
123 color: #E81;
124 }
125 footer div {
126 margin: 12px;
127 }
131 /* CONTENT */
133 h2 {
134 margin: 0; padding: 0.2rem;
135 font: bold 1.3rem/2rem sans-serif;
136 color: rgba(0,0,0,0.7);
137 }
138 section h2, section h3 {
139 background-color: rgba(0,0,0,0.05);
140 border-top-left-radius: 4px;
141 border-top-right-radius: 4px;
142 }
143 h3 {
144 margin: 0; padding: 0.2rem;
145 font: bold 1.15rem/1.5rem sans-serif;
146 color: rgba(0,0,0,0.6);
147 }
148 a {
149 text-decoration: none;
150 color: hsl(215, 60%, 40%);
151 -webkit-transition: .2s border-color, .2s box-shadow; transition: .2s border-color, .2s box-shadow;
152 border-bottom: 1px solid transparent;
153 }
154 p {
155 margin: 8px 0;
156 }
157 main td a:hover, p a:hover {
158 text-decoration: none;
159 color: hsl(215, 100%, 40%);
160 border-color: hsl(215, 100%, 40%);
161 }
162 pre {
163 background-color: rgba(0,0,0,0.03);
164 border: 1px solid rgba(0,0,0,0.1);
165 padding: 8px;
166 margin: 0;
167 overflow: auto;
168 font: 13px/16px monospace;
169 }
170 pre .underline { border-bottom: 1px solid #444; display: block; right: 0; }
172 /* Log with line numbers (taken from Mercurial - thanks a lot) */
173 pre.log {
174 position: relative;
175 counter-reset: lineno;
176 }
177 pre.log > span {
178 display: inline-block;
179 box-sizing: border-box;
180 width: 100%;
181 padding: 0 0 0 4em;
182 counter-increment: lineno;
183 white-space: pre-wrap;
184 }
185 pre.log > span::before {
186 -moz-user-select: -moz-none;
187 -khtml-user-select: none;
188 -webkit-user-select: none;
189 -ms-user-select: none;
190 user-select: none;
191 display: inline-block;
192 margin-left: -5em;
193 width: 4em;
194 font-size: smaller;
195 color: #999;
196 text-align: right;
197 content: counters(lineno, ".");
198 float: left;
199 }
200 pre.log > a {
201 display: inline-block;
202 position: absolute;
203 left: 0;
204 width: 4em;
205 height: 1em;
206 }
208 /* Content */
210 main {
211 margin: auto;
212 padding: 0.5em 0.5em 5em;
213 }
214 #hdr {
215 margin: 0.2rem;
216 }
217 #hdr img {
218 float: left;
219 padding-right: 0.5rem;
220 height: 48px;
221 width: 48px;
222 }
223 #hdr h2 {
224 font: bold 1.3rem/1.6rem sans-serif;
225 }
226 /* #hdr:hover img {
227 filter: drop-shadow(0 0 1px rgba(0,0,0,0.5));
228 } */
229 #info {
230 clear: both;
231 }
232 #content2, div.list {
233 width: 100%; box-sizing: border-box;
234 max-width: 700px;
235 margin: auto;
236 padding: 0.5em;
237 }
238 mark {
239 background: #FF8;
240 border: solid #EB7;
241 border-radius: 4px;
242 border-width: 1px 0;
243 }
246 .span-ok { color: #0a0; }
247 .span-red { color: red; }
248 .span-sky { color: blue; }
249 .span-no { color: #d90; }
250 .span-line { color: #888; }
251 .log-date { color: #666; font-size: 95%; }
252 .sh-comment { color: #a00; }
253 .sh-val { color: #e50; font-weight: bold; }
254 .var { color: #05a; }
255 .switch { background-color: #fce94f; font-weight: bold; display: inline-block; width: 100%; }
258 /* Colored log */
260 .log b { font-weight: normal; color: red; }
261 .log u { text-decoration: none; color: darkorange; }
262 .log i { font-style: normal; color: green; }
263 .log em { font-style: normal; background-color: lightsteelblue; font-weight: bold; display: inline-block; width: 100%; }
264 .log var{ font-style: normal; color: #05a; }
266 .catman b { color: navy; }
267 .catman u { text-decoration: none; color: green; }
271 /* Buttons */
273 .button {
274 display: inline-block;
275 padding: 4px;
276 margin: 2px 0;
277 text-decoration: none;
278 color: rgba(0,0,0,0.7);
279 border: 1px solid;
280 border-color: rgba(0,0,0,0.3) rgba(0,0,0,0.5) rgba(0,0,0,0.5) rgba(0,0,0,0.3);
281 -moz-user-select: none;
282 }
283 .button.active {
284 color: inherit;
285 padding: 5px;
286 border: none;
287 box-shadow: 0 0 3px rgba(0,0,0,0.7) inset;
288 text-decoration: none;
289 }
290 .button:not(.active):hover, input:hover {
291 color: inherit;
292 box-shadow: 0 0 4px rgba(0,0,0,0.3);
293 text-decoration: none;
294 outline: none;
295 }
296 .button[data-acc]::before {
297 content: attr(data-acc);
298 display: inline-block;
299 padding-right: 4px;
300 margin-right: 4px;
301 text-align: center;
302 text-transform: uppercase;
303 border-right: 1px solid;
304 border-color: inherit;
305 }
308 /* Search box */
310 .search input {
311 padding: 2px;
312 font-size: inherit;
313 font-family: inherit;
314 color: inherit;
315 border: 1px solid rgba(0,0,0,0.3);
316 -webkit-transition: .2s box-shadow, .5s padding cubic-bezier(.68,-0.55,.27,1.55);
317 transition: .2s box-shadow, .5s padding cubic-bezier(.68,-0.55,.27,1.55);
318 float: right;
319 height: 28px;
320 box-sizing: border-box;
321 }
322 .search input:focus {
323 padding-right: 22px;
324 }
325 .search button {
326 background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15'><path d='m5.5 1c5.5.3 5.5 5.5 5.5 5.5 0 1.8-1 3.1-1 3.1l3.8 3.8-1.4 1.4-3.8-3.8s-1.3 1-3.1 1c-5.5-.3-5.5-5.5-5.5-5.5s0-5.2 5.5-5.5zm0 2c-3.5.2-3.5 3.5-3.5 3.5s0 3.3 3.5 3.5c3.5-.2 3.5-3.5 3.5-3.5s0-3.3-3.5-3.5z'/></svg>") no-repeat 0 0;
327 border: 0;
328 width: 19px;
329 height: 19px;
330 text-indent: -99999px;
331 margin-left: -22px;
332 margin-top: 6px;
333 padding: 0;
334 opacity: 0.6;
335 cursor: pointer;
336 float: right;
337 }
340 /* Round corner */
342 pre, .button, .search input, [class*="bigicon-"], progress {
343 border-radius: 3px;
344 }
348 .log a[name] { text-decoration: none; color: #666; }
349 .log a[name]:hover { color: #000; }
351 .r { float: right; }
352 form.r, .button.r { margin: 3px 3px 0; }
354 .button.r { background-color: white; }
355 .button.receipt { background-color: greenyellow; }
356 .button.website { background-color: skyblue; }
357 .button.files { background-color: khaki; }
358 .button.desc { background-color: sandybrown; }
359 .button.download { background-color: gold; }
360 .button.source { background-color: yellow; }
361 .button.browse { background-color: tan; }
362 .button.doc,
363 .button.lfs { background-color: plum; }
364 .button.log { background-color: lightgray; }
366 .icon::before {
367 height: 16px;
368 vertical-align: -2px;
369 display: inline-block;
370 padding-right: 2px;
371 opacity: 0.6;
372 }
373 .icon.receipt::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='m2 11v3h12v-3z' opacity='.3'/><path d='m14 0h-12s-2 0-2 2v12s0 2 2 2h12s2 0 2-2v-12s0-2-2-2zm0 14h-12v-3h2.5c1 2 3.5 2 3.5 2s2.5 0 3.5-2h2.5zm0-5h-4c0 2-2 2-2 2s-2 0-2-2h-4v-7h12z'/></svg>"); }
374 .icon.website::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='m8 2h-3l-3 3v6l4 3h5l3-3v-2h-7z' opacity='.3'/><path d='m8 0c-4.5 0-8 3.5-8 8s3.5 8 8 8 8-3.5 8-8-3.5-8-8-8zm.5 2 1.4 3h-3.8l1.4-3zm-2.9.3-.9 2.7h-2.2zm4.8 0 3.1 2.7h-2.2zm-8.2 3.7h2.2l.1 4h-2.3zm3.7 0h4.2l.1 4h-4.3zm5.7 0h2.2v4h-2.2zm-6.9 5 1 2.7-3.2-2.7zm5.1 0-1.3 3h-1l-1.3-3zm3.7 0-3.1 2.7.9-2.7z'/></svg>"); }
375 .icon.files::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='m6 2v9h7v-6h-3v-3z' opacity='.3'/><path d='m6 0s-2 0-2 2v9s0 2 2 2h7s2 0 2-2v-7.5l-3.5-3.5zm0 2h4v3h3v6h-7zm5-.5 2.5 2.5h-2.5zm-10 2.5v10s0 2 2 2h9v-2h-9v-10z'/></svg>"); }
376 .icon.desc::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='m2 2v9h3.5l2.5 2.5 2.5-2.5h3.5v-9z' opacity='.3'/><path d='m14 0c2 0 2 2 2 2v9c0 2-2 2-2 2h-3l-3 3-3-3h-3c-2 0-2-2-2-2v-9c0-2 2-2 2-2zm-12 11h3.5l2.5 2.5 2.5-2.5h3.5v-9h-12zm11-7v2h-10v-2zm-10 3h8v2h-8z'/></svg>"); }
377 .icon.download::before, .icon.source::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='m2 9v5h12v-5z' opacity='.3'/><path d='m2 0s-2 0-2 2v12s0 2 2 2h12s2 0 2-2v-12s0-2-2-2zm0 2h12v12h-12zm4 1v3h-2l4 4 4-4h-2v-3zm-3 8v2h10v-2z'/></svg>"); }
378 .icon.browse::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='m2 2s-2 0-2 2v9s0 2 2 2h12s2 0 2-2v-7s0-2-2-2h-5.5l-2-2zm0 2h3.5l2 2h6.5v7h-12z'/><path d='m2 6h12v7h-12z' opacity='.3'/></svg>"); }
379 .icon.lfs::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='16' width='16'><path d='m2.1 11.4 4-3.4 8.3 3.9h-3.3l-3 3.7-2.6-3h-2.5z' opacity='.3'/><path d='m7.2.2-1.8.6-.5 1.7.6 1.5-3.9-1-1.2 2.3-.4 3.2 1 3.4 1.9 2.1 1.1-1 1.6-.3.7 2.4 1.7.6 1.8-.6.6-2.3 1.9.2 1.4 1 1.5-2.1.3-3-2.4 1.1v-4l2.5 1.1-.3-2.8-1.8-1.8-2 .9-2.7.5.7-1.4-.5-1.7zm2.8 4.1 1.6 1.1.4 2.3-.5 2.1-1.1-.3.6-.6-.3-2.7h-1.8l-.4 1.8.2 1-1.3-1.4.5-2.3zm-6.8.2 1.4.8.4 2.3-1 .8v-2.1h-1.6l-.2 1.9.7 1.1-.8.7-1.1-1.5.5-3zm3.5 4 1.7 1.4 3.6.9v1l-2.1.1-1 2.5-1.7.1-.3-.9 2.8-1.9-.7-.8-2.4 1.7-.3-1-2.6.4-.7.6-.9-1.2 3.3-2.8z'/></svg>"); }
380 .icon.doc::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='m4 2v12h9v-12h-4v7l-2-2-2 2v-7z' opacity='.3'/><path d='m3 0-1 1v14l1 1h11l1-1v-14l-1-1zm5 1v5l-1-1-1 1v-5zm5 13h-9v-12h1v7l2-2 2 2v-7h4z'/></svg>"); }
381 .icon.log::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='m3 3v11h10v-11z' opacity='.3'/><path d='m10 1v-1h-4v1h-3s-2 0-2 2v11s0 2 2 2h10s2 0 2-2v-11s0-2-2-2zm0 2h-4l1-1h2zm2 2v-2h1v11h-10v-11h1v2zm-8 4v-2h8v2zm6 3h-6v-2h6z'/></svg>"); }
382 .icon.more::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='16' width='16'><path d='m3 7c-2 .1-2 2-2 2s0 1.9 2 2c2-.1 2-2 2-2s0-1.9-2-2zm5 0c-2 .1-2 2-2 2s0 1.9 2 2c2-.1 2-2 2-2s0-1.9-2-2zm5 0c-2 .1-2 2-2 2s0 1.9 2 2c2-.1 2-2 2-2s0-1.9-2-2z'/></svg>"); }
383 .icon.bell::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='16' width='16'><path d='m9.6 2.7s-3.4-.2-4.5 3c-1.9 4.6-2.5 3.8-2.8 4.4-.2.6.4.8.4.8l9.3 3.3s.5.2.8-.3-.9-.5.7-5.2c1-3.5-1.6-5.1-1.6-5.1s.3-1.1-.8-1.5c-1-.4-1.5.6-1.5.6zm-2.9 11s-.4 1.4 1.3 2.2c2 .4 2.3-.9 2.3-.9z'/></svg>"); }
384 .icon.maintainers::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='16' width='16'><path d='m2 9v5h12v-4h-5v-1z' fill-opacity='.3'/><g fill='none' stroke='%23000'><circle cx='5' cy='6' r='2'/><circle cx='11' cy='7' r='2'/><path d='m6.5 14v-2.5s0-2 4.5-2c3.5 0 3.5 1 3.5 1'/><rect height='14' rx='2' stroke-width='2' width='14' x='1' y='1'/><path d='m1 10.5s0-2 4.5-2c3.5 0 3.5 1 3.5 1'/></g></svg>"); }
385 .icon.actual::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='16' width='16'><path d='m8 1c-3.8 0-7 3.2-7 7s3.2 7 7 7 7-3.2 7-7c0-1.5-.6-2.9-.6-2.9l-7.1 8.1-3.8-3.8c-.9-.9.5-2.3 1.4-1.4l2.3 2.3 6-6.9s-2-2.4-5.2-2.4z' fill='%23090'/></svg>"); }
386 .icon.update::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='16' width='16'><path d='m8 .7-2.2 2.3h-2.8v2.8l-2.3 2.2 2.3 2.2v2.8h2.8l2.2 2.3 2.2-2.3h2.8v-2.8l2.3-2.2-2.3-2.2v-2.8h-2.8zm-1 3.3h2v5h-2zm0 6h2v2h-2z' fill='%23f90'/></svg>"); }
387 .icon.next::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='16' width='16'><path d='m8.2 2-1.4 1.4 3.6 3.6h-8.4v2h8.5l-3.6 3.6 1.4 1.4 6-6z'/></svg>"); }
388 .icon.prev::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='16' width='16'><path d='m7.8 2 1.4 1.4-3.6 3.6h8.5v2h-8.5l3.6 3.6-1.4 1.4-6-6z'/></svg>"); }
389 .icon.up::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='16' width='16'><path d='m2 7.8 1.4 1.4 3.6-3.6v8.5h2v-8.5l3.6 3.6 1.4-1.4-6-6z'/></svg>"); }
390 .icon.tag::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='16' width='16'><path d='m2.5 7.5 5-5 6 6-5 5z' opacity='.3'/><circle cx='4' cy='4' r='1'/><g fill='none' stroke='%23000'><path d='m1 1h6.5l7.5 7.5-6.5 6.5-7.5-7.5z' stroke-linejoin='round' stroke-width='2'/><path d='m5 7 3 3'/><path d='m7 5 4 4'/></g></svg>"); }
391 .icon.bug::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='16' width='16'><path d='m8 0-2.5 1-.5 3h6l-.5-3zm6.5 3h-1l-2 2h-7l-2-2h-1l-.5.5v1l2 2v1.5h-2.5l-.5 1 .5 1h2.5l.5 2-2.5 2.5v1l.5.5h1l2-2 2.5 1v-9h2v9l2.5-1 2 2h1l .5-.5v-1l-2.5-2.5.5-2h2.5l.5-1-.5-1h-2.5v-1.5l2-2v-1z'/></svg>"); }
393 .icon.tarball::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='16' width='16'><path d='m1 2 4-1v14l-4-1z' fill='%23666'/><path d='m5 1 10 1v12l-10 1z' fill='%23333'/><path d='m10 3.5-2-.3v2l2 .1zm0 1.8v1.7h2v-1.6zm0 1.7h-2v2h2zm0 2v1.7l2-.1v-1.6zm0 1.7-2 .1v2l2-.3z' fill='%23fff'/></svg>");}
394 .icon.pkg64::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='16' width='16'><path d='m1 2 4-1v14l-4-1z' fill='%23333'/><path d='m5 1 10 1v12l-10 1z'/><path d='m6 3v10l3-.3v-5.7h-2v-2l2 .2v-1.9zm5 .6v5.3h2v3.2l1-.1v-8l-1-.1v3.2h-1v-3.4zm-4 5.4h1v1.9l-1 .1z' fill='%2308c'/></svg>");}
395 .icon.pkg32::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='16' width='16'><path d='m1 2 4-1v14l-4-1z' fill='%23333'/><path d='m5 1 10 1v12l-10 1z'/><path d='m6 3v2l2 .1v1.9h-2v2h2v1.9l-2 .1v2l3-.3v-9.4zm5 .6v1.7l2 .2v1.6h-2v5.3l3-.4v-1.5l-2 .1v-1.7h2v-4.9z' fill='%23f60'/></svg>");}
396 .icon.pkgany::before { content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='16' width='16'><path d='m1 2 4-1v14l-4-1z' fill='%23333'/><path d='m5 1 10 1v12l-10 1z'/><path d='m7 4v8h1l5-3.5v-1l-5-3.5z' fill='%230c0'/></svg>");}
398 .bigicon-i::before {
399 content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32'><path d='m16 2c-14 .7-14 14-14 14s0 13.3 14 14c14-.7 14-14 14-14s0-13.3-14-14zm0 5.5c2.5 0 2.5 2.5 2.5 2.5s0 2.5-2.5 2.5-2.5-2.5-2.5-2.5 0-2.5 2.5-2.5zm-2 6.5h4v10h-4z' fill='%2329F'/></svg>");
400 }
401 .bigicon-w::before {
402 content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32'><path d='m16 1.3c-.7 0-1.3.3-1.7 1l-14 24.7c-.8 1.4.2 3 1.7 3h28c1.5 0 2.5-1.6 1.7-3l-14-24.7c-.4-.7-1-1-1.7-1zm-2 6.7h4v12h-4zm0 14h4v4h-4z' fill='%23F90'/></svg>");
403 }
404 .bigicon-e::before {
405 content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32'><path d='m16 2c-14 .7-14 14-14 14s0 13.3 14 14c14-.7 14-14 14-14s0-13.3-14-14zm-2 4h4v12h-4zm0 16h4v4h-4z' fill='%23F43'/></svg>");
406 }
407 [class*="bigicon-"] {
408 margin: 0.5rem 0;
409 padding: 0.8rem;
410 background-color: hsla(0,0%,100%,0.8);
411 box-shadow: 0 0 3px rgba(0,0,0,0.4);
412 }
413 [class*="bigicon-"]::before {
414 display: inline-block;
415 height: 32px;
416 width: 32px;
417 padding: 0 0.8rem 0 0;
418 vertical-align: middle;
419 }
421 .badge::before {
422 height: 16px;
423 display: inline-block;
424 padding: 0;
425 }
426 .button.badge {
427 height: 16px;
428 padding: 1px;
429 margin: unset;
430 }
432 .badge.bdbroken::before {
433 content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><circle cx='8' cy='8' fill='%23bcc' r='7.5' stroke='%23000'/><path d='m6 4-2 1v1l2-1zm4 0v1l2 1v-1zm-4 2v1h1v-1zm3 0v1h1v-1zm-2.5 4-2 2h1.5l1-1h2l1 1h1.5l-2-2z'/></svg>");
434 }
435 .badge.broken::before {
436 content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><g stroke='%23000'><path d='m8 .5c-6.5 0-6.5 6-6.5 6v5l4 1.5v2.5h5v-2.5l4-1.5v-5s0-6-6.5-6z' fill='%23bcc'/><g fill='none'><path d='m5.5 7c-1.5 0-1.5 1.5-1.5 1.5s0 1.5 1.5 1.5 1.5-1.5 1.5-1.5 0-1.5-1.5-1.5z'/><path d='m10.5 7c-1.5 0-1.5 1.5-1.5 1.5s0 1.5 1.5 1.5 1.5-1.5 1.5-1.5 0-1.5-1.5-1.5z'/></g></g><path d='m8 11-1 1v1h2v-1z'/></svg>");
437 }
438 .badge.any::before {
439 content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><path d='m1 2 4-1v14l-4-1z' fill='%23666'/><path d='m5 1 10 1v12l-10 1z' fill='%23333'/><path d='m7 4v8h1l5-3.5v-1l-5-3.5z' fill='%230c0'/></svg>");
440 }
441 .badge.noany::before {
442 content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><path d='m1 2 4-1v14l-4-1z' fill='%23666'/><path d='m5 1 10 1v12l-10 1z' fill='%23333'/><path d='m7 4v8h1l5-3.5v-1l-5-3.5z' fill='%230c0'/><path d='m1.5 0-1.5 1.5 14.5 14.5 1.5-1.5z' fill='%23fff'/><path d='m1.5 1 13.5 13.5-.5.5-13.5-13.5z'/></svg>");
443 }
444 .badge.libtool::before {
445 content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><rect fill='%23fff' height='14' rx='2' stroke='%23f00' stroke-linejoin='round' stroke-width='2' width='14' x='1' y='1'/><path d='m4 4v8h4v-1h-2v-7zm3 0v1h2v7h2v-7h2v-1z'/></svg>");
446 }
447 .badge.nolibtool::before {
448 content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><rect fill='%23fff' height='14' rx='2' stroke='%23f00' stroke-linejoin='round' stroke-width='2' width='14' x='1' y='1'/><path d='m7 4v .5l.5.5h1.5v1.5l2 2v-3.5h2v-1zm-3 2.5v5.5h4v-1h-2v-2.5zm5 5v .5h.5z'/><path d='m14.5 14-12.5-12.5v3l9.5 9.5z' fill='%23f00'/></svg>");
449 }
450 .badge.own::before {
451 content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><path d='m8 8.8c-2.6 0-5 1.2-5 1.2l5 5.5 5-5.5s-2.5-1.2-5-1.2z'/><path d='m8 1 6 2.5v4.5c-1 6-6 7-6 7s-5-1-6-7v-4.5z' fill='none' stroke='%23f00' stroke-width='2'/><circle cx='8' cy='6' r='2'/></svg>");
452 }
453 .badge.ownover::before {
454 content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><path d='m8 8.8c-2.6 0-5 1.2-5 1.2l5 5.5 5-5.5s-2.5-1.2-5-1.2z'/><path d='m8 1 6 2.5v4.5c-1 6-6 7-6 7s-5-1-6-7v-4.5z' fill='none' stroke='%2304f' stroke-width='2'/><circle cx='8' cy='6' r='2'/></svg>");
455 }
456 .badge.perm::before {
457 content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><path d='m8 1 6 2.5v4.5c-1 6-6 7-6 7s-5-1-6-7v-4.5z' fill='none' stroke='%23f00' stroke-width='2'/><path d='m8 4c-2 0-2 2-2 2v1h-1v4h6v-4h-1v-1s0-2-2-2zm0 1c1 0 1 1 1 1v1h-2v-1s0-1 1-1z'/></svg>");
458 }
459 .badge.permover::before {
460 content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><path d='m8 1 6 2.5v4.5c-1 6-6 7-6 7s-5-1-6-7v-4.5z' fill='none' stroke='%2304f' stroke-width='2'/><path d='m8 4c-2 0-2 2-2 2v1h-1v4h6v-4h-1v-1s0-2-2-2zm0 1c1 0 1 1 1 1v1h-2v-1s0-1 1-1z'/></svg>");
461 }
462 .badge.symlink::before {
463 content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><path d='m10 5c-7 1-10 10-10 10s4-4 10-4v3l6-6-6-6zm3.5 3-1 1c-4.5 0-7.5 1-7.5 1s2-3 7.5-3z' fill='%23f00'/></svg>");
464 }
465 .badge.ss::before {
466 content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><path d='m4 6c0 2 2 3 2 4s-2 1-2 1v1s4 0 4-2-2-3-2-4 2-1 2-1v-1s-4 0-4 2zm5 0c0 2 2 3 2 4s-2 1-2 1v1s4 0 4-2-2-3-2-4 2-1 2-1v-1s-4 0-4 2z'/><rect fill='none' height='14' rx='2' stroke='%2304f' stroke-width='2' width='14' x='1' y='1'/></svg>");
467 }
468 .badge.fadd::before {
469 content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><path d='m9 4h-2v3h-3v2h3v3h2v-3h3v-2h-3z'/><circle cx='8' cy='8' fill='none' r='7' stroke='%23f00' stroke-width='2'/></svg>");
470 }
471 .badge.frem::before {
472 content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><path d='m4 7v2h8v-2z'/><circle cx='8' cy='8' fill='none' r='7' stroke='%23f00' stroke-width='2'/></svg>");
473 }
474 .badge.fdup::before {
475 content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><path d='m4 5v2h8v-2zm0 4v2h8v-2z'/><circle cx='8' cy='8' fill='none' r='7' stroke='%23f00' stroke-width='2'/></svg>");
476 }
477 .badge.old::before {
478 content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><path d='m1.5 7.5s.7-6 6.5-6 6.5 6 6.5 6c1.3.3 1.5 3-.5 3 0 0-1.5 4-6 4s-6-4-6-4c-2 0-1.8-2.7-.5-3z' fill='%23ecf' stroke='%23000'/><path d='m4 1s-3 0-3 6.2l4-3.2.1-2.4zm8 0-1.1.6.1 2.4 4 3.2c0-6.2-3-6.2-3-6.2zm-7 6v1h2v-1zm4 0v1h2v-1zm-2 2v1h2v-1zm-1 2v1h4v-1z'/></svg>");
479 }
480 .badge.win::before {
481 content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><path d='m8 0-1.5 1.3-2-.2-.5 2-1.7 1 .7 1.9-.7 1.8 1.7 1.1.5 1.9 2-.1 1.5 1.3 1.5-1.3 2 .1.5-1.9 1.7-1.1-.7-1.8.7-1.9-1.7-1-.5-2-2 .2z' fill='%23d00'/><path d='m6 12-2 .1-.9 2.9 2.1-.7 1.2 1.7 1.1-2.7zm4 0-1.5 1.3 1.1 2.7 1.2-1.7 2.1.7-.9-2.9z' fill='%23059'/><circle cx='8' cy='6' fill='%23059' r='2.9' stroke='%23fff'/></svg>");
482 }
483 .badge.orphan::before {
484 content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><g stroke='%23000'><circle cx='8' cy='8' fill='%23ecf' r='7.5'/><g fill='none'><path d='m3.4 10.3s2.2-1.1 4-.5 2.9 2.8 2.9 2.8'/><path d='m3.3 6 3.9-1.4-1.5 1.5'/><path d='m13 5.9-3.9-1.3 1.5 1.5'/></g></g><path d='m12 10.2c-2.8 0 0-3.7 0-3.7s2.8 3.7 0 3.7z'/></svg>");
485 }
486 .badge.patch::before {
487 content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><path d='m4.5 1-2.5 1-1 2.5 2.5 2.5 3.5-3.5zm7 0-10.5 10.5 1 2.5 2.5 1 10.5-10.5-1-2.5zm-3.5 4h1v1h1v1h1v1h-1v1h-1v1h-1v1h-1v-1h-1v-1h-1v-1h1v-1h1v-1h1zm0 1v1h1v-1zm1 1v1h1v-1zm0 1h-1v1h1zm-1 1h-1v1h1zm-1 0v-1h-1v1zm0-1h1v-1h-1zm5.5 1-3.5 3.5 2.5 2.5 2.5-1 1-2.5z' fill='%2304c'/></svg>");
488 }
489 .badge.no-badge::before {
490 content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><g stroke='%23000'><rect fill='%23fff' height='14' rx='2' stroke-linejoin='round' stroke-width='2' width='14' x='1' y='1'/><path d='m3 3 10 10m-10 0 10-10' fill='none'/></g></svg>");
491 }
492 .badge.equal::before {
493 content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><rect fill='%23fff' height='14' rx='2' stroke='%2304f' stroke-linejoin='round' stroke-width='2' width='14' x='1' y='1'/><path d='m4 5v2h8v-2zm0 4v2h8v-2z'/></svg>");
494 }
495 .badges td:nth-child(1) {
496 vertical-align: middle;
497 text-align: center;
498 white-space: nowrap;
499 width: 2rem!important;
500 }
501 var {
502 color: #600;
503 font-style: normal;
504 font-family: monospace;
505 }
510 a:target { background-color: yellow; }
513 /* Table */
515 table { width: 100%; box-sizing: border-box; border-collapse: collapse; /*box-shadow: 0 0 4px rgba(0,0,0,0.3);*/ }
516 section.markdown table { width: unset; }
517 th { /*color: rgba(0,0,0,0.6);*/ background-color: rgba(0,0,0,0.1); padding: 3px; font-weight: normal; }
518 td { padding: 2px; vertical-align: top; }
519 table:not(.half):not(.pkgslist) td:first-child { white-space: nowrap; width: 5rem; }
520 table.half td { width:50%; }
521 table.third td{ width:33%; }
522 td+td { border-left: 1px solid rgba(0,0,0,0.1); }
523 .activity td:first-child, .cooknotes td:first-child, td.m { color: rgba(0,0,0,0.6); }
525 tbody tr:nth-child(odd) {
526 background-color: hsla(0, 0%, 100%, 0.3);
527 }
528 tbody tr:nth-child(even) {
529 background-color: hsla(0, 0%, 0%, 0.05);
530 }
531 .pkgslist { margin-top: 1.6em; }
532 .pkgslist td:nth-child(1), .pkgslist td:nth-child(2), .pkgslist td:nth-child(3), .pkgslist td:nth-child(4) {
533 white-space: nowrap; width: 1rem; text-align: right;
534 }
535 .summary th, .summary td { white-space: nowrap; width: 1rem; text-align: center; }
536 .summary th:last-child, .summary td:last-child { width: unset; }
538 .webstat td { text-align: center; width: 16%; }
539 .webstat td:first-child { text-align: unset; width: unset; }
541 .maint { width: unset; }
543 div.list td, div.list th { padding: 5px 2px; }
545 .texinfo pre { display: none; }
546 .texinfo pre:target { display: block; }
547 .buttonbar {
548 background-color: rgba(0,0,0,0.05);
549 padding: 2px 4px;
550 margin: -8px;
551 border-radius: 4px;
552 text-align: center;
553 display: flex;
554 justify-content: space-between;
555 }
556 .texinfo b { color: brown; }
558 section, div.list {
559 margin: 0.6rem 0;
560 padding: 4px;
561 box-shadow: 0 0 4px rgba(0,0,0,0.3);
562 border-radius: 4px;
563 }
564 div.list {
565 margin: 2rem auto;
566 }
567 .dog {
568 max-height: 12rem;
569 overflow-y: auto;
570 }
573 /* HTML5 progress */
575 .meter {
576 height: 1.4rem;
577 margin: 0.7rem 0;
578 color: inherit;
579 }
580 .meter progress {
581 height: inherit;
582 width: 100%;
583 box-sizing: border-box;
584 display: inline-block;
585 vertical-align: middle;
586 }
587 progress {
588 border: 1px solid rgba(0,0,0,0.2);
589 background-color: hsla(0,0%,100%,0.6);
590 box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
591 -webkit-transition: all .5s; transition: all .5s;
592 }
593 progress::-webkit-progress-bar {
594 background-color: hsla(0,0%,100%,0.6);
595 box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
596 }
597 progress::-webkit-progress-value {
598 background-color: hsla(100,100%,40%,0.7);
599 -webkit-transition: all .5s; transition: all .5s;
600 }
601 progress::-moz-progress-bar {
602 background-color: hsla(100,100%,40%,0.7);
603 transition: all .5s;
604 }
605 .meter span {
606 display: block;
607 white-space: nowrap;
608 position: relative;
609 margin: -1.3rem auto 0 0.1rem;
610 text-align: center;
611 }
613 .meter-small {
614 height: 2rem;
615 width: 10rem;
616 vertical-align: middle;
617 }
618 .meter-small::after {
619 content: attr(value)'%';
620 display: inline-block;
621 width: inherit;
622 text-align: center;
623 position: relative;
624 top: -1.6rem;
625 }
629 /* Documents iframe */
631 iframe {
632 border: none;
633 }
636 /* Terminal colors */
638 pre.files { background-color: hsla(0,0%,0%,0.8); color: hsla(0,0%,100%,0.9); }
639 pre.files a { text-decoration: none; }
640 pre.files a[href]:hover { text-decoration: underline; }
641 .c00 { color: #d3d7cf; } .c01 { color: #555753; }
642 .c10 { color: #cc0000; } .c11 { color: #ef2929; }
643 .c20 { color: #4e9a06; } .c21 { color: #8ae234; }
644 .c30 { color: #c4a000; } .c31 { color: #fce94f; }
645 .c40 { color: #3465a4; } .c41 { color: #729fcf; }
646 .c50 { color: #75507b; } .c51 { color: #ad7fa8; }
647 .c60 { color: #06989a; } .c61 { color: #34e2e2; }
648 .c70 { color: #2e3436; } .c71 { color: #eeeeec; }
649 .c01,.c11,.c21,.c31,.c41,.c51,.c61,.c71 { font-weight: bold; }
651 /* Old webkit-gtk compatibility */
653 header, footer, main {
654 display: block;
655 }
657 .r.c10 del { color: gray; }
659 :not(pre) > code {
660 background-color:rgba(0,0,0,.1);
661 padding: 1px;
662 border-radius:3px;
663 border: 1px solid rgba(0,0,0,.15);
664 }
665 kbd {
666 display: inline-block;
667 padding: 0 4px;
668 font: monospaced;
669 vertical-align: middle;
670 background: #eee;
671 color: #111;
672 border: solid 1px rgba(0,0,0,.3);
673 border-radius: 3px;
674 box-shadow: 0 1px 0 #ddd, 0 0 0 1px #fff inset;
675 }
677 /* Tag cloud */
678 .tags { font: 16px/20px sans-serif; text-align: center; }
679 .tags sup { font-size: 10px; }
680 .tag0 { font-size: 13px; color: #603cba; }
681 .tag1 { font-size: 15px; color: #2b5797; }
682 .tag2 { font-size: 18px; color: #00a300; }
683 .tag3 { font-size: 21px; color: #e3a21a; }
684 .tag4 { font-size: 25px; color: #b91d47; }
685 .tag5 { font-size: 31px; color: #ee1111; }
688 /* FOLLOWING CSS HAS SOME CHANGES FOR SLITAZ COOKER!
689 - removed `font-family` from first ruleset
690 - added last ruleset for `.token a`
691 - added `padding-top:2px;` in `pre[class*="language-"].line-numbers > code`
692 */
694 /* PrismJS 1.15.0
695 https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clike+javascript+c+asciidoc+bash+ruby+css-extras+diff+ini+markdown+perl+sql+python&plugins=line-numbers */
696 /**
697 * okaidia theme for JavaScript, CSS and HTML
698 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
699 * @author ocodia
700 */
702 code[class*="language-"],pre[class*="language-"] {color:#f8f8f2;background:none;text-shadow:0 1px rgba(0, 0, 0, 0.3);font-family:monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens: none;}
703 /* Code blocks */
704 pre[class*="language-"]{padding:1em;margin:.5em 0;overflow:auto;border-radius:0.3em;}
705 :not(pre) > code[class*="language-"],pre[class*="language-"]{background:#272822;}
706 /* Inline code */
707 :not(pre) > code[class*="language-"]{padding:.1em;border-radius:.3em;white-space:normal;}
708 .token.comment,.token.prolog,.token.doctype,.token.cdata{color:slategray;}
709 .token.punctuation{color:#f8f8f2;}
710 .namespace{opacity:.7;}
711 .token.property,.token.tag,.token.constant,.token.symbol,.token.deleted{color:#f92672;}
712 .token.boolean,.token.number{color:#ae81ff;}
713 .token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#a6e22e;}
714 .token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string,.token.variable{color:#f8f8f2;}
715 .token.atrule,.token.attr-value,.token.function,.token.class-name{color:#e6db74;}
716 .token.keyword{color:#66d9ef;}
717 .token.regex,.token.important{color:#fd971f;}
718 .token.important,.token.bold{font-weight:bold;}
719 .token.italic{font-style:italic;}
720 .token.entity{cursor:help;}
721 pre[class*="language-"].line-numbers{position:relative;padding-left:3.8em;counter-reset:linenumber;}
722 pre[class*="language-"].line-numbers > code{position:relative;white-space:inherit;padding-top:2px;}
723 .line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.8em;width:3em;
724 /* works for line-numbers below 1000 lines */
725 letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
726 .line-numbers-rows > span{pointer-events:none;display:block;counter-increment:linenumber;}
727 .line-numbers-rows > span::before{content:counter(linenumber);color:#999;display:block;padding-right:0.8em;text-align:right;}
729 .token a{color:inherit;}