cookutils view lighttpd/cooker-midnight.css @ rev 1019

cook: add fix() to use '--as-needed' linker flag in compile_rules(); cookit(): make QA fail on empty vars / bad values; remove_already_packed(): fix bug when $PACKAGE not listed in $SPLIT and we use this function for the default set. lighttpd/index.cgi: sort orphans. modules/precheck: separate error message by empty lines.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 07 14:31:28 2017 +0200 (2017-12-07)
parents f3a90eaf1154
children
line source
1 @import url("cooker.css");
2 html,body{background:#333;color:#CCC}
3 section{background-color:#222;box-shadow:none}
4 tr:nth-child(2n){background:#2E2E2E!important}
5 tr:nth-child(2n+1){background:#222!important}
6 h2,h3,th{color:#999}
7 section,div.list{padding:2px}
8 section h2,section h3{background:#333}
9 .activity td:first-child,.cooknotes td:first-child,td.m{color:#888}
10 progress::-moz-progress-bar{background-color:hsla(200,40%,40%,0.7)}
11 progress::-webkit-progress-value{background-color:hsla(200,40%,40%,0.7)}
12 .meter span{color:#222}
13 .search input{background:#999;color:#000}
14 .button{color:#888}
15 .button.r{background:#444}
16 .button.receipt{background:hsl(80,100%,15%)}
17 .button.website{background:hsl(200,100%,15%)}
18 .button.files{background:hsl(50,100%,15%)}
19 .button.desc{background:hsl(180,100%,15%)}
20 .button.download{background:hsl(20,100%,15%)}
21 .button.source{background:hsl(60,100%,15%)}
22 .button.browse{background:hsl(170,100%,15%)}
23 .button.doc{background:hsl(300,100%,15%)}
24 .button.log{background:hsl(0,0%,15%)}
25 .log em{background:#456}
26 [class*="bigicon-"]{color:#222}
27 .log a[name]:hover{color:#88C}