cookutils annotate 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
rev   line source
al@898 1 /* CSS style for SliTaz Cooker */
al@898 2
al@898 3 html, body {
al@898 4 height: 100%;
al@898 5 margin: 0;
al@898 6 font: 14px/18px sans-serif;
al@898 7 color: rgba(0,0,0,0.9);
al@898 8 background-color: hsl(0, 0%, 98%);
al@898 9 }
al@898 10 #container {
al@898 11 position: relative;
al@898 12 min-height: 100%;
al@898 13 margin: 0 auto;
al@898 14 }
al@898 15
al@898 16
al@898 17 /* HEADER */
al@898 18
al@898 19 header, body>h2 {
al@898 20 background-color: rgba(0,0,0,0.7);
al@898 21 text-align: justify;
al@898 22 box-shadow: 0 -8px 8px rgba(0,0,0,0.3) inset;
al@898 23 line-height: 0;
al@898 24 }
al@898 25 header::before, header::after {
al@898 26 display: inline-block;
al@898 27 width: 100%;
al@898 28 overflow: hidden; height: 0; content: ''; visibility: hidden;
al@898 29 }
al@898 30 header h1 {
al@898 31 display: inline-block;
al@898 32 }
al@898 33 header h1, body>h2 {
al@898 34 margin: auto 0;
al@898 35 box-sizing: border-box;
al@898 36 white-space: nowrap;
al@898 37 vertical-align: middle;
al@898 38 }
al@898 39 body>h2 {
al@898 40 padding: 5px 0;
al@898 41 }
al@898 42 header h1::before, body>h2::before {
al@898 43 display: inline-block;
al@898 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>");
al@898 45 vertical-align: middle;
al@898 46 }
al@898 47 header a, body>h2 {
al@898 48 color: hsla(0, 0%, 100%, 0.7);
al@898 49 -webkit-transition: .2s text-shadow; transition: .2s text-shadow;
al@898 50 text-decoration: none;
al@898 51 }
al@898 52 header a:hover, body>h2:hover {
al@898 53 color: hsla(0, 0%, 100%, 1);
al@898 54 text-shadow: 0 0 4px hsla(0, 0%, 100%, 0.5);
al@898 55 text-decoration: none;
al@898 56 }
al@898 57 header h1 a, body>h2 {
al@898 58 font: bold italic 20px/20px sans-serif;
al@898 59 }
al@898 60 .network {
al@898 61 display: inline-block;
al@898 62 text-align: left;
al@898 63 vertical-align: middle;
al@898 64 font-size: 12px;
al@898 65 line-height: normal;
al@898 66 color: #999;
al@898 67 }
al@898 68 .network a {
al@898 69 display: inline-block;
al@1122 70 position: relative;
al@898 71 padding: 8px 6px;
al@898 72 vertical-align: middle;
al@898 73 }
al@1122 74 .network a.out:hover::before {
al@1122 75 content: "";
al@1122 76 position: absolute;
al@1122 77 top: 0;
al@1122 78 width: 0;
al@1122 79 height: 0;
al@1122 80 border-left: 5px solid transparent;
al@1122 81 border-right: 5px solid transparent;
al@1122 82 border-bottom: 5px solid #FFF;
al@1122 83 left:calc(50% - 4px);
al@1122 84 }
al@1122 85 .network a.in:hover::before {
al@1122 86 content: "";
al@1122 87 position: absolute;
al@1122 88 bottom: 0;
al@1122 89 width: 0;
al@1122 90 height: 0;
al@1122 91 border-left: 5px solid transparent;
al@1122 92 border-right: 5px solid transparent;
al@1122 93 border-top: 5px solid #FFF;
al@1122 94 left:calc(50% - 4px);
al@1122 95 }
al@898 96 header select, header option {
al@898 97 background-color: transparent;
al@898 98 color: inherit;
al@898 99 border: none;
al@898 100 font-size: inherit;
al@898 101 }
al@898 102
al@898 103
al@898 104 /* FOOTER */
al@898 105
al@898 106 footer, div.foot {
al@898 107 padding: 20px 0;
al@898 108 clear: both;
al@898 109 text-align: center;
al@898 110 font-size: 90%;
al@898 111 color: #666;
al@898 112 background-color: hsla(0, 0%, 20%, 0.1);
al@898 113 box-shadow: 0 4px 8px hsla(0, 0%, 0%, 0.2) inset;
al@898 114
al@898 115 position: absolute;
al@898 116 bottom: 0;
al@898 117 width: 100%;
al@898 118 }
al@925 119 div.foot { position: unset; }
al@898 120 footer a+a::before {
al@898 121 display: inline-block;
al@898 122 content: ' • ';
al@898 123 color: #E81;
al@898 124 }
al@898 125 footer div {
al@898 126 margin: 12px;
al@898 127 }
al@898 128
al@898 129
al@898 130
al@898 131 /* CONTENT */
al@898 132
al@898 133 h2 {
al@898 134 margin: 0; padding: 0.2rem;
al@1077 135 font: bold 1.3rem/2rem sans-serif;
al@898 136 color: rgba(0,0,0,0.7);
al@898 137 }
al@898 138 section h2, section h3 {
al@898 139 background-color: rgba(0,0,0,0.05);
al@898 140 border-top-left-radius: 4px;
al@898 141 border-top-right-radius: 4px;
al@898 142 }
al@898 143 h3 {
al@898 144 margin: 0; padding: 0.2rem;
al@898 145 font: bold 1.15rem/1.5rem sans-serif;
al@898 146 color: rgba(0,0,0,0.6);
al@898 147 }
al@898 148 a {
al@898 149 text-decoration: none;
al@898 150 color: hsl(215, 60%, 40%);
al@898 151 -webkit-transition: .2s border-color, .2s box-shadow; transition: .2s border-color, .2s box-shadow;
al@898 152 border-bottom: 1px solid transparent;
al@898 153 }
al@934 154 p {
al@934 155 margin: 8px 0;
al@934 156 }
al@898 157 main td a:hover, p a:hover {
al@898 158 text-decoration: none;
al@898 159 color: hsl(215, 100%, 40%);
al@898 160 border-color: hsl(215, 100%, 40%);
al@898 161 }
al@898 162 pre {
al@898 163 background-color: rgba(0,0,0,0.03);
al@898 164 border: 1px solid rgba(0,0,0,0.1);
al@898 165 padding: 8px;
al@898 166 margin: 0;
al@898 167 overflow: auto;
al@898 168 font: 13px/16px monospace;
al@898 169 }
al@898 170 pre .underline { border-bottom: 1px solid #444; display: block; right: 0; }
al@898 171
al@972 172 /* Log with line numbers (taken from Mercurial - thanks a lot) */
al@972 173 pre.log {
al@972 174 position: relative;
al@972 175 counter-reset: lineno;
al@972 176 }
al@972 177 pre.log > span {
al@972 178 display: inline-block;
al@972 179 box-sizing: border-box;
al@972 180 width: 100%;
al@972 181 padding: 0 0 0 4em;
al@972 182 counter-increment: lineno;
al@972 183 white-space: pre-wrap;
al@972 184 }
al@972 185 pre.log > span::before {
al@972 186 -moz-user-select: -moz-none;
al@972 187 -khtml-user-select: none;
al@972 188 -webkit-user-select: none;
al@972 189 -ms-user-select: none;
al@972 190 user-select: none;
al@972 191 display: inline-block;
al@972 192 margin-left: -5em;
al@972 193 width: 4em;
al@972 194 font-size: smaller;
al@972 195 color: #999;
al@972 196 text-align: right;
al@972 197 content: counters(lineno, ".");
al@972 198 float: left;
al@972 199 }
al@972 200 pre.log > a {
al@972 201 display: inline-block;
al@972 202 position: absolute;
al@972 203 left: 0;
al@972 204 width: 4em;
al@972 205 height: 1em;
al@972 206 }
al@972 207
al@898 208 /* Content */
al@898 209
al@898 210 main {
al@898 211 margin: auto;
al@898 212 padding: 0.5em 0.5em 5em;
al@898 213 }
al@1074 214 #hdr {
al@1074 215 margin: 0.2rem;
al@1074 216 }
al@1074 217 #hdr img {
al@1074 218 float: left;
al@1074 219 padding-right: 0.5rem;
al@1074 220 height: 48px;
al@1074 221 width: 48px;
al@1074 222 }
al@1077 223 #hdr h2 {
al@1077 224 font: bold 1.3rem/1.6rem sans-serif;
al@1077 225 }
al@1090 226 /* #hdr:hover img {
al@1090 227 filter: drop-shadow(0 0 1px rgba(0,0,0,0.5));
al@1090 228 } */
al@1074 229 #info {
al@1074 230 clear: both;
al@1074 231 }
al@898 232 #content2, div.list {
al@898 233 width: 100%; box-sizing: border-box;
al@898 234 max-width: 700px;
al@898 235 margin: auto;
al@898 236 padding: 0.5em;
al@898 237 }
al@940 238 mark {
al@940 239 background: #FF8;
al@940 240 border: solid #EB7;
al@940 241 border-radius: 4px;
al@940 242 border-width: 1px 0;
al@940 243 }
al@898 244
al@898 245
al@898 246 .span-ok { color: #0a0; }
al@898 247 .span-red { color: red; }
al@898 248 .span-sky { color: blue; }
al@898 249 .span-no { color: #d90; }
al@898 250 .span-line { color: #888; }
al@898 251 .log-date { color: #666; font-size: 95%; }
al@898 252 .sh-comment { color: #a00; }
al@898 253 .sh-val { color: #e50; font-weight: bold; }
al@898 254 .var { color: #05a; }
al@1078 255 .switch { background-color: #fce94f; font-weight: bold; display: inline-block; width: 100%; }
al@898 256
al@898 257
al@898 258 /* Colored log */
al@898 259
al@898 260 .log b { font-weight: normal; color: red; }
al@898 261 .log u { text-decoration: none; color: darkorange; }
al@898 262 .log i { font-style: normal; color: green; }
al@898 263 .log em { font-style: normal; background-color: lightsteelblue; font-weight: bold; display: inline-block; width: 100%; }
al@941 264 .log var{ font-style: normal; color: #05a; }
al@898 265
al@912 266 .catman b { color: navy; }
al@912 267 .catman u { text-decoration: none; color: green; }
al@912 268
al@898 269
al@898 270
al@898 271 /* Buttons */
al@898 272
al@898 273 .button {
al@898 274 display: inline-block;
al@898 275 padding: 4px;
al@898 276 margin: 2px 0;
al@898 277 text-decoration: none;
al@898 278 color: rgba(0,0,0,0.7);
al@898 279 border: 1px solid;
al@898 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);
al@898 281 -moz-user-select: none;
al@898 282 }
al@898 283 .button.active {
al@898 284 color: inherit;
al@898 285 padding: 5px;
al@898 286 border: none;
al@898 287 box-shadow: 0 0 3px rgba(0,0,0,0.7) inset;
al@898 288 text-decoration: none;
al@898 289 }
al@898 290 .button:not(.active):hover, input:hover {
al@898 291 color: inherit;
al@898 292 box-shadow: 0 0 4px rgba(0,0,0,0.3);
al@898 293 text-decoration: none;
al@898 294 outline: none;
al@898 295 }
al@898 296 .button[data-acc]::before {
al@898 297 content: attr(data-acc);
al@898 298 display: inline-block;
al@898 299 padding-right: 4px;
al@898 300 margin-right: 4px;
al@898 301 text-align: center;
al@898 302 text-transform: uppercase;
al@898 303 border-right: 1px solid;
al@898 304 border-color: inherit;
al@898 305 }
al@898 306
al@898 307
al@898 308 /* Search box */
al@898 309
al@898 310 .search input {
al@898 311 padding: 2px;
al@898 312 font-size: inherit;
al@898 313 font-family: inherit;
al@898 314 color: inherit;
al@898 315 border: 1px solid rgba(0,0,0,0.3);
al@898 316 -webkit-transition: .2s box-shadow, .5s padding cubic-bezier(.68,-0.55,.27,1.55);
al@898 317 transition: .2s box-shadow, .5s padding cubic-bezier(.68,-0.55,.27,1.55);
al@898 318 float: right;
al@898 319 height: 28px;
al@898 320 box-sizing: border-box;
al@898 321 }
al@898 322 .search input:focus {
al@898 323 padding-right: 22px;
al@898 324 }
al@898 325 .search button {
al@898 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;
al@898 327 border: 0;
al@898 328 width: 19px;
al@898 329 height: 19px;
al@898 330 text-indent: -99999px;
al@898 331 margin-left: -22px;
al@898 332 margin-top: 6px;
al@898 333 padding: 0;
al@898 334 opacity: 0.6;
al@898 335 cursor: pointer;
al@898 336 float: right;
al@898 337 }
al@898 338
al@898 339
al@898 340 /* Round corner */
al@898 341
al@898 342 pre, .button, .search input, [class*="bigicon-"], progress {
al@898 343 border-radius: 3px;
al@898 344 }
al@898 345
al@898 346
al@898 347
al@898 348 .log a[name] { text-decoration: none; color: #666; }
al@898 349 .log a[name]:hover { color: #000; }
al@898 350
al@898 351 .r { float: right; }
al@898 352 form.r, .button.r { margin: 3px 3px 0; }
al@898 353
al@898 354 .button.r { background-color: white; }
al@898 355 .button.receipt { background-color: greenyellow; }
al@898 356 .button.website { background-color: skyblue; }
al@898 357 .button.files { background-color: khaki; }
al@898 358 .button.desc { background-color: sandybrown; }
al@898 359 .button.download { background-color: gold; }
al@898 360 .button.source { background-color: yellow; }
al@898 361 .button.browse { background-color: tan; }
al@1090 362 .button.doc,
al@1090 363 .button.lfs { background-color: plum; }
al@898 364 .button.log { background-color: lightgray; }
al@898 365
al@898 366 .icon::before {
al@898 367 height: 16px;
al@898 368 vertical-align: -2px;
al@898 369 display: inline-block;
al@898 370 padding-right: 2px;
al@898 371 opacity: 0.6;
al@898 372 }
al@1090 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>"); }
al@1090 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>"); }
al@1090 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>"); }
al@1090 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>"); }
al@1090 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>"); }
al@1090 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>"); }
al@1090 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>"); }
al@1090 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>"); }
al@1090 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>"); }
al@898 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>"); }
al@898 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>"); }
al@1090 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>"); }
al@1082 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>"); }
al@1082 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>"); }
al@1088 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>"); }
al@1088 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>"); }
al@1088 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>"); }
al@1090 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>"); }
al@1090 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>"); }
al@898 392
al@1090 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>");}
al@1090 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>");}
al@1090 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>");}
al@1090 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>");}
al@1090 397
al@1090 398 .bigicon-i::before {
al@1090 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>");
al@898 400 }
al@1090 401 .bigicon-w::before {
al@1090 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>");
al@898 403 }
al@1090 404 .bigicon-e::before {
al@1090 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>");
al@898 406 }
al@898 407 [class*="bigicon-"] {
al@898 408 margin: 0.5rem 0;
al@1090 409 padding: 0.8rem;
al@898 410 background-color: hsla(0,0%,100%,0.8);
al@898 411 box-shadow: 0 0 3px rgba(0,0,0,0.4);
al@898 412 }
al@1090 413 [class*="bigicon-"]::before {
al@1090 414 display: inline-block;
al@1090 415 height: 32px;
al@1090 416 width: 32px;
al@1090 417 padding: 0 0.8rem 0 0;
al@1090 418 vertical-align: middle;
al@1090 419 }
al@1113 420
al@1113 421 .badge::before {
al@1113 422 height: 16px;
al@1113 423 display: inline-block;
al@1113 424 padding: 0;
al@1113 425 }
al@1113 426 .button.badge {
al@1113 427 height: 16px;
al@1113 428 padding: 1px;
al@1113 429 margin: unset;
al@1113 430 }
al@1113 431
al@1090 432 .badge.bdbroken::before {
al@1090 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>");
al@1090 434 }
al@1090 435 .badge.broken::before {
al@1090 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>");
al@1090 437 }
al@1090 438 .badge.any::before {
al@1090 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>");
al@1090 440 }
al@1090 441 .badge.noany::before {
al@1090 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>");
al@1090 443 }
al@1090 444 .badge.libtool::before {
al@1090 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>");
al@1090 446 }
al@1090 447 .badge.nolibtool::before {
al@1090 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>");
al@1090 449 }
al@1090 450 .badge.own::before {
al@1090 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>");
al@1090 452 }
al@1090 453 .badge.ownover::before {
al@1090 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>");
al@1090 455 }
al@1090 456 .badge.perm::before {
al@1090 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>");
al@1090 458 }
al@1090 459 .badge.permover::before {
al@1090 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>");
al@1090 461 }
al@1090 462 .badge.symlink::before {
al@1090 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>");
al@1090 464 }
al@1090 465 .badge.ss::before {
al@1090 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>");
al@1090 467 }
al@1090 468 .badge.fadd::before {
al@1090 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>");
al@1090 470 }
al@1090 471 .badge.frem::before {
al@1090 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>");
al@1090 473 }
al@1090 474 .badge.fdup::before {
al@1090 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>");
al@1090 476 }
al@1090 477 .badge.old::before {
al@1090 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>");
al@1090 479 }
al@1090 480 .badge.win::before {
al@1090 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>");
al@1090 482 }
al@1090 483 .badge.orphan::before {
al@1090 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>");
al@1090 485 }
al@1090 486 .badge.patch::before {
al@1103 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>");
al@1090 488 }
al@1095 489 .badge.no-badge::before {
al@1095 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>");
al@1095 491 }
al@1124 492 .badge.equal::before {
al@1124 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>");
al@1124 494 }
al@1090 495 .badges td:nth-child(1) {
al@1090 496 vertical-align: middle;
al@1090 497 text-align: center;
al@1090 498 white-space: nowrap;
al@1090 499 width: 2rem!important;
al@1090 500 }
al@1090 501 var {
al@1090 502 color: #600;
al@1090 503 font-style: normal;
al@1090 504 font-family: monospace;
al@1090 505 }
al@1090 506
al@1090 507
al@898 508
al@898 509
al@898 510 a:target { background-color: yellow; }
al@898 511
al@898 512
al@898 513 /* Table */
al@898 514
al@898 515 table { width: 100%; box-sizing: border-box; border-collapse: collapse; /*box-shadow: 0 0 4px rgba(0,0,0,0.3);*/ }
al@1090 516 section.markdown table { width: unset; }
al@936 517 th { /*color: rgba(0,0,0,0.6);*/ background-color: rgba(0,0,0,0.1); padding: 3px; font-weight: normal; }
al@898 518 td { padding: 2px; vertical-align: top; }
al@983 519 table:not(.half):not(.pkgslist) td:first-child { white-space: nowrap; width: 5rem; }
al@982 520 table.half td { width:50%; }
al@989 521 table.third td{ width:33%; }
al@936 522 td+td { border-left: 1px solid rgba(0,0,0,0.1); }
al@898 523 .activity td:first-child, .cooknotes td:first-child, td.m { color: rgba(0,0,0,0.6); }
al@898 524
al@898 525 tbody tr:nth-child(odd) {
al@898 526 background-color: hsla(0, 0%, 100%, 0.3);
al@898 527 }
al@898 528 tbody tr:nth-child(even) {
al@898 529 background-color: hsla(0, 0%, 0%, 0.05);
al@898 530 }
al@904 531 .pkgslist { margin-top: 1.6em; }
al@904 532 .pkgslist td:nth-child(1), .pkgslist td:nth-child(2), .pkgslist td:nth-child(3), .pkgslist td:nth-child(4) {
al@904 533 white-space: nowrap; width: 1rem; text-align: right;
al@904 534 }
al@912 535 .summary th, .summary td { white-space: nowrap; width: 1rem; text-align: center; }
al@912 536 .summary th:last-child, .summary td:last-child { width: unset; }
al@898 537
al@938 538 .webstat td { text-align: center; width: 16%; }
al@938 539 .webstat td:first-child { text-align: unset; width: unset; }
al@898 540
al@1081 541 .maint { width: unset; }
al@1081 542
al@898 543 div.list td, div.list th { padding: 5px 2px; }
al@898 544
al@898 545 .texinfo pre { display: none; }
al@898 546 .texinfo pre:target { display: block; }
al@1090 547 .buttonbar {
al@1090 548 background-color: rgba(0,0,0,0.05);
al@1090 549 padding: 2px 4px;
al@1090 550 margin: -8px;
al@1090 551 border-radius: 4px;
al@1090 552 text-align: center;
al@1090 553 display: flex;
al@1090 554 justify-content: space-between;
al@1090 555 }
al@1090 556 .texinfo b { color: brown; }
al@898 557
al@898 558 section, div.list {
al@898 559 margin: 0.6rem 0;
al@898 560 padding: 4px;
al@898 561 box-shadow: 0 0 4px rgba(0,0,0,0.3);
al@898 562 border-radius: 4px;
al@898 563 }
al@898 564 div.list {
al@898 565 margin: 2rem auto;
al@898 566 }
al@1007 567 .dog {
al@1007 568 max-height: 12rem;
al@1007 569 overflow-y: auto;
al@1007 570 }
al@898 571
al@898 572
al@898 573 /* HTML5 progress */
al@898 574
al@898 575 .meter {
al@898 576 height: 1.4rem;
al@933 577 margin: 0.7rem 0;
al@898 578 color: inherit;
al@898 579 }
al@898 580 .meter progress {
al@898 581 height: inherit;
al@898 582 width: 100%;
al@898 583 box-sizing: border-box;
al@898 584 display: inline-block;
al@898 585 vertical-align: middle;
al@898 586 }
al@898 587 progress {
al@898 588 border: 1px solid rgba(0,0,0,0.2);
al@898 589 background-color: hsla(0,0%,100%,0.6);
al@898 590 box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
al@898 591 -webkit-transition: all .5s; transition: all .5s;
al@898 592 }
al@898 593 progress::-webkit-progress-bar {
al@898 594 background-color: hsla(0,0%,100%,0.6);
al@898 595 box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
al@898 596 }
al@898 597 progress::-webkit-progress-value {
al@898 598 background-color: hsla(100,100%,40%,0.7);
al@898 599 -webkit-transition: all .5s; transition: all .5s;
al@898 600 }
al@898 601 progress::-moz-progress-bar {
al@898 602 background-color: hsla(100,100%,40%,0.7);
al@898 603 transition: all .5s;
al@898 604 }
al@898 605 .meter span {
al@898 606 display: block;
al@898 607 white-space: nowrap;
al@898 608 position: relative;
al@898 609 margin: -1.3rem auto 0 0.1rem;
al@898 610 text-align: center;
al@898 611 }
al@898 612
al@1090 613 .meter-small {
al@1090 614 height: 2rem;
al@1090 615 width: 10rem;
al@1090 616 vertical-align: middle;
al@1090 617 }
al@1090 618 .meter-small::after {
al@1090 619 content: attr(value)'%';
al@1090 620 display: inline-block;
al@1090 621 width: inherit;
al@1090 622 text-align: center;
al@1090 623 position: relative;
al@1090 624 top: -1.6rem;
al@1090 625 }
al@898 626
al@898 627
al@898 628
al@898 629 /* Documents iframe */
al@898 630
al@898 631 iframe {
al@898 632 border: none;
al@898 633 }
al@898 634
al@898 635
al@898 636 /* Terminal colors */
al@898 637
al@898 638 pre.files { background-color: hsla(0,0%,0%,0.8); color: hsla(0,0%,100%,0.9); }
al@898 639 pre.files a { text-decoration: none; }
al@936 640 pre.files a[href]:hover { text-decoration: underline; }
al@898 641 .c00 { color: #d3d7cf; } .c01 { color: #555753; }
al@898 642 .c10 { color: #cc0000; } .c11 { color: #ef2929; }
al@898 643 .c20 { color: #4e9a06; } .c21 { color: #8ae234; }
al@898 644 .c30 { color: #c4a000; } .c31 { color: #fce94f; }
al@898 645 .c40 { color: #3465a4; } .c41 { color: #729fcf; }
al@898 646 .c50 { color: #75507b; } .c51 { color: #ad7fa8; }
al@898 647 .c60 { color: #06989a; } .c61 { color: #34e2e2; }
al@898 648 .c70 { color: #2e3436; } .c71 { color: #eeeeec; }
al@898 649 .c01,.c11,.c21,.c31,.c41,.c51,.c61,.c71 { font-weight: bold; }
al@898 650
al@898 651 /* Old webkit-gtk compatibility */
al@898 652
al@898 653 header, footer, main {
al@898 654 display: block;
al@898 655 }
al@898 656
al@1052 657 .r.c10 del { color: gray; }
al@1052 658
al@1090 659 :not(pre) > code {
al@1090 660 background-color:rgba(0,0,0,.1);
al@1090 661 padding: 1px;
al@1090 662 border-radius:3px;
al@1090 663 border: 1px solid rgba(0,0,0,.15);
al@1090 664 }
al@1090 665 kbd {
al@1090 666 display: inline-block;
al@1090 667 padding: 0 4px;
al@1090 668 font: monospaced;
al@1090 669 vertical-align: middle;
al@1090 670 background: #eee;
al@1090 671 color: #111;
al@1090 672 border: solid 1px rgba(0,0,0,.3);
al@1090 673 border-radius: 3px;
al@1090 674 box-shadow: 0 1px 0 #ddd, 0 0 0 1px #fff inset;
al@1090 675 }
al@1090 676
al@1090 677 /* Tag cloud */
al@1090 678 .tags { font: 16px/20px sans-serif; text-align: center; }
al@1090 679 .tags sup { font-size: 10px; }
al@1090 680 .tag0 { font-size: 13px; color: #603cba; }
al@1090 681 .tag1 { font-size: 15px; color: #2b5797; }
al@1090 682 .tag2 { font-size: 18px; color: #00a300; }
al@1090 683 .tag3 { font-size: 21px; color: #e3a21a; }
al@1090 684 .tag4 { font-size: 25px; color: #b91d47; }
al@1090 685 .tag5 { font-size: 31px; color: #ee1111; }
al@1088 686
al@898 687
al@1107 688 /* FOLLOWING CSS HAS SOME CHANGES FOR SLITAZ COOKER!
al@1107 689 - removed `font-family` from first ruleset
al@1107 690 - added last ruleset for `.token a`
al@1118 691 - added `padding-top:2px;` in `pre[class*="language-"].line-numbers > code`
al@1107 692 */
al@898 693
al@1088 694 /* PrismJS 1.15.0
al@1117 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 */
al@898 696 /**
al@898 697 * okaidia theme for JavaScript, CSS and HTML
al@898 698 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
al@898 699 * @author ocodia
al@898 700 */
al@1088 701
al@1117 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;}
al@898 703 /* Code blocks */
al@1117 704 pre[class*="language-"]{padding:1em;margin:.5em 0;overflow:auto;border-radius:0.3em;}
al@1117 705 :not(pre) > code[class*="language-"],pre[class*="language-"]{background:#272822;}
al@898 706 /* Inline code */
al@1117 707 :not(pre) > code[class*="language-"]{padding:.1em;border-radius:.3em;white-space:normal;}
al@898 708 .token.comment,.token.prolog,.token.doctype,.token.cdata{color:slategray;}
al@898 709 .token.punctuation{color:#f8f8f2;}
al@898 710 .namespace{opacity:.7;}
al@898 711 .token.property,.token.tag,.token.constant,.token.symbol,.token.deleted{color:#f92672;}
al@1088 712 .token.boolean,.token.number{color:#ae81ff;}
al@898 713 .token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#a6e22e;}
al@898 714 .token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string,.token.variable{color:#f8f8f2;}
al@1088 715 .token.atrule,.token.attr-value,.token.function,.token.class-name{color:#e6db74;}
al@898 716 .token.keyword{color:#66d9ef;}
al@898 717 .token.regex,.token.important{color:#fd971f;}
al@898 718 .token.important,.token.bold{font-weight:bold;}
al@898 719 .token.italic{font-style:italic;}
al@898 720 .token.entity{cursor:help;}
al@1117 721 pre[class*="language-"].line-numbers{position:relative;padding-left:3.8em;counter-reset:linenumber;}
al@1118 722 pre[class*="language-"].line-numbers > code{position:relative;white-space:inherit;padding-top:2px;}
al@1117 723 .line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.8em;width:3em;
al@1117 724 /* works for line-numbers below 1000 lines */
al@1117 725 letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
al@1117 726 .line-numbers-rows > span{pointer-events:none;display:block;counter-increment:linenumber;}
al@1117 727 .line-numbers-rows > span::before{content:counter(linenumber);color:#999;display:block;padding-right:0.8em;text-align:right;}
al@1117 728
al@1088 729 .token a{color:inherit;}