cookutils view lighttpd/cooker.css @ rev 1090

Working with "i486", "x86_64" and "any" architecture; post-check with badges; new icons, tag cloud, and other improvements
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 24 13:28:02 2018 +0200 (2018-11-24)
parents 461c3da71257
children 5378eaa65099
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 padding: 8px 6px;
71 vertical-align: middle;
72 }
73 header select, header option {
74 background-color: transparent;
75 color: inherit;
76 border: none;
77 font-size: inherit;
78 }
81 /* FOOTER */
83 footer, div.foot {
84 padding: 20px 0;
85 clear: both;
86 text-align: center;
87 font-size: 90%;
88 color: #666;
89 background-color: hsla(0, 0%, 20%, 0.1);
90 box-shadow: 0 4px 8px hsla(0, 0%, 0%, 0.2) inset;
92 position: absolute;
93 bottom: 0;
94 width: 100%;
95 }
96 div.foot { position: unset; }
97 footer a+a::before {
98 display: inline-block;
99 content: ' • ';
100 color: #E81;
101 }
102 footer div {
103 margin: 12px;
104 }
108 /* CONTENT */
110 h2 {
111 margin: 0; padding: 0.2rem;
112 font: bold 1.3rem/2rem sans-serif;
113 color: rgba(0,0,0,0.7);
114 }
115 section h2, section h3 {
116 background-color: rgba(0,0,0,0.05);
117 border-top-left-radius: 4px;
118 border-top-right-radius: 4px;
119 }
120 h3 {
121 margin: 0; padding: 0.2rem;
122 font: bold 1.15rem/1.5rem sans-serif;
123 color: rgba(0,0,0,0.6);
124 }
125 a {
126 text-decoration: none;
127 color: hsl(215, 60%, 40%);
128 -webkit-transition: .2s border-color, .2s box-shadow; transition: .2s border-color, .2s box-shadow;
129 border-bottom: 1px solid transparent;
130 }
131 p {
132 margin: 8px 0;
133 }
134 main td a:hover, p a:hover {
135 text-decoration: none;
136 color: hsl(215, 100%, 40%);
137 border-color: hsl(215, 100%, 40%);
138 }
139 pre {
140 background-color: rgba(0,0,0,0.03);
141 border: 1px solid rgba(0,0,0,0.1);
142 padding: 8px;
143 margin: 0;
144 overflow: auto;
145 font: 13px/16px monospace;
146 }
147 pre .underline { border-bottom: 1px solid #444; display: block; right: 0; }
149 /* Log with line numbers (taken from Mercurial - thanks a lot) */
150 pre.log {
151 position: relative;
152 counter-reset: lineno;
153 }
154 pre.log > span {
155 display: inline-block;
156 box-sizing: border-box;
157 width: 100%;
158 padding: 0 0 0 4em;
159 counter-increment: lineno;
160 white-space: pre-wrap;
161 }
162 pre.log > span::before {
163 -moz-user-select: -moz-none;
164 -khtml-user-select: none;
165 -webkit-user-select: none;
166 -ms-user-select: none;
167 user-select: none;
168 display: inline-block;
169 margin-left: -5em;
170 width: 4em;
171 font-size: smaller;
172 color: #999;
173 text-align: right;
174 content: counters(lineno, ".");
175 float: left;
176 }
177 pre.log > a {
178 display: inline-block;
179 position: absolute;
180 left: 0;
181 width: 4em;
182 height: 1em;
183 }
185 /* Content */
187 main {
188 margin: auto;
189 padding: 0.5em 0.5em 5em;
190 }
191 #hdr {
192 margin: 0.2rem;
193 }
194 #hdr img {
195 float: left;
196 padding-right: 0.5rem;
197 height: 48px;
198 width: 48px;
199 }
200 #hdr h2 {
201 font: bold 1.3rem/1.6rem sans-serif;
202 }
203 /* #hdr:hover img {
204 filter: drop-shadow(0 0 1px rgba(0,0,0,0.5));
205 } */
206 #info {
207 clear: both;
208 }
209 #content2, div.list {
210 width: 100%; box-sizing: border-box;
211 max-width: 700px;
212 margin: auto;
213 padding: 0.5em;
214 }
215 mark {
216 background: #FF8;
217 border: solid #EB7;
218 border-radius: 4px;
219 border-width: 1px 0;
220 }
223 .span-ok { color: #0a0; }
224 .span-red { color: red; }
225 .span-sky { color: blue; }
226 .span-no { color: #d90; }
227 .span-line { color: #888; }
228 .log-date { color: #666; font-size: 95%; }
229 .sh-comment { color: #a00; }
230 .sh-val { color: #e50; font-weight: bold; }
231 .var { color: #05a; }
232 .switch { background-color: #fce94f; font-weight: bold; display: inline-block; width: 100%; }
235 /* Colored log */
237 .log b { font-weight: normal; color: red; }
238 .log u { text-decoration: none; color: darkorange; }
239 .log i { font-style: normal; color: green; }
240 .log em { font-style: normal; background-color: lightsteelblue; font-weight: bold; display: inline-block; width: 100%; }
241 .log var{ font-style: normal; color: #05a; }
243 .catman b { color: navy; }
244 .catman u { text-decoration: none; color: green; }
248 /* Buttons */
250 .button {
251 display: inline-block;
252 padding: 4px;
253 margin: 2px 0;
254 text-decoration: none;
255 color: rgba(0,0,0,0.7);
256 border: 1px solid;
257 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);
258 -moz-user-select: none;
259 }
260 .button.active {
261 color: inherit;
262 padding: 5px;
263 border: none;
264 box-shadow: 0 0 3px rgba(0,0,0,0.7) inset;
265 text-decoration: none;
266 }
267 .button:not(.active):hover, input:hover {
268 color: inherit;
269 box-shadow: 0 0 4px rgba(0,0,0,0.3);
270 text-decoration: none;
271 outline: none;
272 }
273 .button[data-acc]::before {
274 content: attr(data-acc);
275 display: inline-block;
276 padding-right: 4px;
277 margin-right: 4px;
278 text-align: center;
279 text-transform: uppercase;
280 border-right: 1px solid;
281 border-color: inherit;
282 }
285 /* Search box */
287 .search input {
288 padding: 2px;
289 font-size: inherit;
290 font-family: inherit;
291 color: inherit;
292 border: 1px solid rgba(0,0,0,0.3);
293 -webkit-transition: .2s box-shadow, .5s padding cubic-bezier(.68,-0.55,.27,1.55);
294 transition: .2s box-shadow, .5s padding cubic-bezier(.68,-0.55,.27,1.55);
295 float: right;
296 height: 28px;
297 box-sizing: border-box;
298 }
299 .search input:focus {
300 padding-right: 22px;
301 }
302 .search button {
303 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;
304 border: 0;
305 width: 19px;
306 height: 19px;
307 text-indent: -99999px;
308 margin-left: -22px;
309 margin-top: 6px;
310 padding: 0;
311 opacity: 0.6;
312 cursor: pointer;
313 float: right;
314 }
317 /* Round corner */
319 pre, .button, .search input, [class*="bigicon-"], progress {
320 border-radius: 3px;
321 }
325 .log a[name] { text-decoration: none; color: #666; }
326 .log a[name]:hover { color: #000; }
328 .r { float: right; }
329 form.r, .button.r { margin: 3px 3px 0; }
331 .button.r { background-color: white; }
332 .button.receipt { background-color: greenyellow; }
333 .button.website { background-color: skyblue; }
334 .button.files { background-color: khaki; }
335 .button.desc { background-color: sandybrown; }
336 .button.download { background-color: gold; }
337 .button.source { background-color: yellow; }
338 .button.browse { background-color: tan; }
339 .button.doc,
340 .button.lfs { background-color: plum; }
341 .button.log { background-color: lightgray; }
343 .icon::before {
344 height: 16px;
345 vertical-align: -2px;
346 display: inline-block;
347 padding-right: 2px;
348 opacity: 0.6;
349 }
350 .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>"); }
351 .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>"); }
352 .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>"); }
353 .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>"); }
354 .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>"); }
355 .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>"); }
356 .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>"); }
357 .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>"); }
358 .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>"); }
359 .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>"); }
360 .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>"); }
361 .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>"); }
362 .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>"); }
363 .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>"); }
364 .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>"); }
365 .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>"); }
366 .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>"); }
367 .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>"); }
368 .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>"); }
370 .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>");}
371 .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>");}
372 .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>");}
373 .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>");}
375 .bigicon-i::before {
376 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>");
377 }
378 .bigicon-w::before {
379 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>");
380 }
381 .bigicon-e::before {
382 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>");
383 }
384 [class*="bigicon-"] {
385 margin: 0.5rem 0;
386 padding: 0.8rem;
387 background-color: hsla(0,0%,100%,0.8);
388 box-shadow: 0 0 3px rgba(0,0,0,0.4);
389 }
390 [class*="bigicon-"]::before {
391 display: inline-block;
392 height: 32px;
393 width: 32px;
394 padding: 0 0.8rem 0 0;
395 vertical-align: middle;
396 }
397 .badge.bdbroken::before {
398 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>");
399 }
400 .badge.broken::before {
401 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>");
402 }
403 .badge.any::before {
404 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>");
405 }
406 .badge.noany::before {
407 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>");
408 }
409 .badge.libtool::before {
410 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>");
411 }
412 .badge.nolibtool::before {
413 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>");
414 }
415 .badge.own::before {
416 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>");
417 }
418 .badge.ownover::before {
419 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>");
420 }
421 .badge.perm::before {
422 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>");
423 }
424 .badge.permover::before {
425 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>");
426 }
427 .badge.symlink::before {
428 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>");
429 }
430 .badge.ss::before {
431 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>");
432 }
433 .badge.fadd::before {
434 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>");
435 }
436 .badge.frem::before {
437 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>");
438 }
439 .badge.fdup::before {
440 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>");
441 }
442 .badge.old::before {
443 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>");
444 }
445 .badge.win::before {
446 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>");
447 }
448 .badge.orphan::before {
449 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>");
450 }
451 .badge.patch::before {
452 content: url("data:image/svg+xml,<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'><path d='m3.5 0-2.5 1-1 2.5 3.5 3.5 3.5-3.5zm9 0-12.5 12.5 1 2.5 2.5 1 12.5-12.5-1-2.5zm-4.5 5h1v1h1v1h1v1h-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 3.5 3.5 2.5-1 1-2.5z' fill='%2304c'/></svg>");
453 }
454 .badges td:nth-child(1) {
455 vertical-align: middle;
456 text-align: center;
457 white-space: nowrap;
458 width: 2rem!important;
459 }
460 var {
461 color: #600;
462 font-style: normal;
463 font-family: monospace;
464 }
469 a:target { background-color: yellow; }
472 /* Table */
474 table { width: 100%; box-sizing: border-box; border-collapse: collapse; /*box-shadow: 0 0 4px rgba(0,0,0,0.3);*/ }
475 section.markdown table { width: unset; }
476 th { /*color: rgba(0,0,0,0.6);*/ background-color: rgba(0,0,0,0.1); padding: 3px; font-weight: normal; }
477 td { padding: 2px; vertical-align: top; }
478 table:not(.half):not(.pkgslist) td:first-child { white-space: nowrap; width: 5rem; }
479 table.half td { width:50%; }
480 table.third td{ width:33%; }
481 td+td { border-left: 1px solid rgba(0,0,0,0.1); }
482 .activity td:first-child, .cooknotes td:first-child, td.m { color: rgba(0,0,0,0.6); }
484 tbody tr:nth-child(odd) {
485 background-color: hsla(0, 0%, 100%, 0.3);
486 }
487 tbody tr:nth-child(even) {
488 background-color: hsla(0, 0%, 0%, 0.05);
489 }
490 .pkgslist { margin-top: 1.6em; }
491 .pkgslist td:nth-child(1), .pkgslist td:nth-child(2), .pkgslist td:nth-child(3), .pkgslist td:nth-child(4) {
492 white-space: nowrap; width: 1rem; text-align: right;
493 }
494 .summary th, .summary td { white-space: nowrap; width: 1rem; text-align: center; }
495 .summary th:last-child, .summary td:last-child { width: unset; }
497 .webstat td { text-align: center; width: 16%; }
498 .webstat td:first-child { text-align: unset; width: unset; }
500 .maint { width: unset; }
502 div.list td, div.list th { padding: 5px 2px; }
504 .texinfo pre { display: none; }
505 .texinfo pre:target { display: block; }
506 .buttonbar {
507 background-color: rgba(0,0,0,0.05);
508 padding: 2px 4px;
509 margin: -8px;
510 border-radius: 4px;
511 text-align: center;
512 display: flex;
513 justify-content: space-between;
514 }
515 .texinfo b { color: brown; }
517 section, div.list {
518 margin: 0.6rem 0;
519 padding: 4px;
520 box-shadow: 0 0 4px rgba(0,0,0,0.3);
521 border-radius: 4px;
522 }
523 div.list {
524 margin: 2rem auto;
525 }
526 .dog {
527 max-height: 12rem;
528 overflow-y: auto;
529 }
532 /* HTML5 progress */
534 .meter {
535 height: 1.4rem;
536 margin: 0.7rem 0;
537 color: inherit;
538 }
539 .meter progress {
540 height: inherit;
541 width: 100%;
542 box-sizing: border-box;
543 display: inline-block;
544 vertical-align: middle;
545 }
546 progress {
547 border: 1px solid rgba(0,0,0,0.2);
548 background-color: hsla(0,0%,100%,0.6);
549 box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
550 -webkit-transition: all .5s; transition: all .5s;
551 }
552 progress::-webkit-progress-bar {
553 background-color: hsla(0,0%,100%,0.6);
554 box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
555 }
556 progress::-webkit-progress-value {
557 background-color: hsla(100,100%,40%,0.7);
558 -webkit-transition: all .5s; transition: all .5s;
559 }
560 progress::-moz-progress-bar {
561 background-color: hsla(100,100%,40%,0.7);
562 transition: all .5s;
563 }
564 .meter span {
565 display: block;
566 white-space: nowrap;
567 position: relative;
568 margin: -1.3rem auto 0 0.1rem;
569 text-align: center;
570 }
572 .meter-small {
573 height: 2rem;
574 width: 10rem;
575 vertical-align: middle;
576 }
577 .meter-small::after {
578 content: attr(value)'%';
579 display: inline-block;
580 width: inherit;
581 text-align: center;
582 position: relative;
583 top: -1.6rem;
584 }
588 /* Documents iframe */
590 iframe {
591 border: none;
592 }
595 /* Terminal colors */
597 pre.files { background-color: hsla(0,0%,0%,0.8); color: hsla(0,0%,100%,0.9); }
598 pre.files a { text-decoration: none; }
599 pre.files a[href]:hover { text-decoration: underline; }
600 .c00 { color: #d3d7cf; } .c01 { color: #555753; }
601 .c10 { color: #cc0000; } .c11 { color: #ef2929; }
602 .c20 { color: #4e9a06; } .c21 { color: #8ae234; }
603 .c30 { color: #c4a000; } .c31 { color: #fce94f; }
604 .c40 { color: #3465a4; } .c41 { color: #729fcf; }
605 .c50 { color: #75507b; } .c51 { color: #ad7fa8; }
606 .c60 { color: #06989a; } .c61 { color: #34e2e2; }
607 .c70 { color: #2e3436; } .c71 { color: #eeeeec; }
608 .c01,.c11,.c21,.c31,.c41,.c51,.c61,.c71 { font-weight: bold; }
610 /* Old webkit-gtk compatibility */
612 header, footer, main {
613 display: block;
614 }
616 .r.c10 del { color: gray; }
618 :not(pre) > code {
619 background-color:rgba(0,0,0,.1);
620 padding: 1px;
621 border-radius:3px;
622 border: 1px solid rgba(0,0,0,.15);
623 }
624 kbd {
625 display: inline-block;
626 padding: 0 4px;
627 font: monospaced;
628 vertical-align: middle;
629 background: #eee;
630 color: #111;
631 border: solid 1px rgba(0,0,0,.3);
632 border-radius: 3px;
633 box-shadow: 0 1px 0 #ddd, 0 0 0 1px #fff inset;
634 }
636 /* Tag cloud */
637 .tags { font: 16px/20px sans-serif; text-align: center; }
638 .tags sup { font-size: 10px; }
639 .tag0 { font-size: 13px; color: #603cba; }
640 .tag1 { font-size: 15px; color: #2b5797; }
641 .tag2 { font-size: 18px; color: #00a300; }
642 .tag3 { font-size: 21px; color: #e3a21a; }
643 .tag4 { font-size: 25px; color: #b91d47; }
644 .tag5 { font-size: 31px; color: #ee1111; }
647 /* FOLLOWING CSS HAS SOME CHANGES FOR SLITAZ COOKER! */
649 /* PrismJS 1.15.0
650 https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clike+javascript+c+asciidoc+bash+ruby+css-extras+diff+ini+markdown+perl+python */
651 /**
652 * okaidia theme for JavaScript, CSS and HTML
653 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
654 * @author ocodia
655 */
657 code[class*="language-"], pre[class*="language-"] {
658 color: #f8f8f2;
659 background: none;
660 text-shadow: 0 1px rgba(0, 0, 0, 0.3);
661 text-align: left;
662 white-space: pre;
663 word-spacing: normal;
664 word-break: normal;
665 word-wrap: normal;
666 line-height: 1.5;
667 -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4;
668 -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none;
669 }
670 /* Code blocks */
671 pre[class*="language-"] {
672 padding: 1em;
673 margin: .5em 0;
674 overflow: auto;
675 border-radius: 0.3em;
676 }
677 :not(pre) > code[class*="language-"], pre[class*="language-"] {
678 background: #272822;
679 }
680 /* Inline code */
681 :not(pre) > code[class*="language-"] {
682 padding: .1em;
683 border-radius: .3em;
684 white-space: normal;
685 }
686 .token.comment,.token.prolog,.token.doctype,.token.cdata{color:slategray;}
687 .token.punctuation{color:#f8f8f2;}
688 .namespace{opacity:.7;}
689 .token.property,.token.tag,.token.constant,.token.symbol,.token.deleted{color:#f92672;}
690 .token.boolean,.token.number{color:#ae81ff;}
691 .token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#a6e22e;}
692 .token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string,.token.variable{color:#f8f8f2;}
693 .token.atrule,.token.attr-value,.token.function,.token.class-name{color:#e6db74;}
694 .token.keyword{color:#66d9ef;}
695 .token.regex,.token.important{color:#fd971f;}
696 .token.important,.token.bold{font-weight:bold;}
697 .token.italic{font-style:italic;}
698 .token.entity{cursor:help;}
699 .token a{color:inherit;}