cookutils view lighttpd/cooker-goldenrod.css @ rev 1068

modules/compressor: compress_gif(): resulting file may be absent even if $?=0; lighttpd/index.cgi: avoid "flickering", show previous webstat values before updating
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 13:32:26 2018 +0300 (2018-06-06)
parents
children
line source
1 @import url("cooker.css");
2 html,body{background-color:palegoldenrod}
3 progress::-moz-progress-bar{background-color:hsla(30,60%,40%,.7)}
4 progress::-webkit-progress-value{background-color:hsla(30,60%,40%,.7)}
5 header{background-color:hsla(40,70%,50%,.7);color:#000;box-shadow:0 -3px 0 rgba(0,0,0,.3) inset}
6 header a{color:rgba(0,0,0,.7)}
7 header a:hover{color:rgba(0,0,0,.8);text-shadow:0 0 4px rgba(0,0,0,.5)}