cookutils diff lighttpd/cooker-goldenrod.css @ rev 1077
lighttpd/cooker.css: revert main h2 line height, carry this style to #hdr h2 only; lighttpd/index.cgi: add link to Tank RRD Stats in the footer; package -> files: display SUID files in violet color
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jun 13 14:14:45 2018 +0300 (2018-06-13) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lighttpd/cooker-goldenrod.css Wed Jun 13 14:14:45 2018 +0300 1.3 @@ -0,0 +1,7 @@ 1.4 +@import url("cooker.css"); 1.5 +html,body{background-color:palegoldenrod} 1.6 +progress::-moz-progress-bar{background-color:hsla(30,60%,40%,.7)} 1.7 +progress::-webkit-progress-value{background-color:hsla(30,60%,40%,.7)} 1.8 +header{background-color:hsla(40,70%,50%,.7);color:#000;box-shadow:0 -3px 0 rgba(0,0,0,.3) inset} 1.9 +header a{color:rgba(0,0,0,.7)} 1.10 +header a:hover{color:rgba(0,0,0,.8);text-shadow:0 0 4px rgba(0,0,0,.5)}