cookutils annotate lighttpd/cooker-midnight.css @ rev 941

lighttpd/index.cgi: hide some libtool useless annoying warnings (will be displayed as plain text).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 23 12:02:34 2017 +0300 (2017-06-23)
parents f3a90eaf1154
children
rev   line source
al@903 1 @import url("cooker.css");
al@903 2 html,body{background:#333;color:#CCC}
al@903 3 section{background-color:#222;box-shadow:none}
al@903 4 tr:nth-child(2n){background:#2E2E2E!important}
al@903 5 tr:nth-child(2n+1){background:#222!important}
al@904 6 h2,h3,th{color:#999}
al@903 7 section,div.list{padding:2px}
al@903 8 section h2,section h3{background:#333}
al@903 9 .activity td:first-child,.cooknotes td:first-child,td.m{color:#888}
al@903 10 progress::-moz-progress-bar{background-color:hsla(200,40%,40%,0.7)}
al@903 11 progress::-webkit-progress-value{background-color:hsla(200,40%,40%,0.7)}
al@903 12 .meter span{color:#222}
al@903 13 .search input{background:#999;color:#000}
al@903 14 .button{color:#888}
al@903 15 .button.r{background:#444}
al@903 16 .button.receipt{background:hsl(80,100%,15%)}
al@903 17 .button.website{background:hsl(200,100%,15%)}
al@903 18 .button.files{background:hsl(50,100%,15%)}
al@903 19 .button.desc{background:hsl(180,100%,15%)}
al@903 20 .button.download{background:hsl(20,100%,15%)}
al@903 21 .button.source{background:hsl(60,100%,15%)}
al@903 22 .button.browse{background:hsl(170,100%,15%)}
al@903 23 .button.doc{background:hsl(300,100%,15%)}
al@903 24 .button.log{background:hsl(0,0%,15%)}
al@904 25 .log em{background:#456}
al@904 26 [class*="bigicon-"]{color:#222}
al@904 27 .log a[name]:hover{color:#88C}