# HG changeset patch # User Aleksej Bobylev # Date 1495102463 -10800 # Node ID f3a90eaf1154ac60bb56e1426e58dbf59bba316f # Parent b03ac1e1213da5d0d2ba245b5505d44a2a77e403 lighttpd/index.cgi: add OpenSearch: now you can add it to search bar to OpenSearch-able web browser (IE, Firefox). Add 'midnight' color theme. diff -r b03ac1e1213d -r f3a90eaf1154 lighttpd/cooker-midnight.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lighttpd/cooker-midnight.css Thu May 18 13:14:23 2017 +0300 @@ -0,0 +1,24 @@ +@import url("cooker.css"); +html,body{background:#333;color:#CCC} +section{background-color:#222;box-shadow:none} +tr:nth-child(2n){background:#2E2E2E!important} +tr:nth-child(2n+1){background:#222!important} +h2,h3{color:#999} +section,div.list{padding:2px} +section h2,section h3{background:#333} +.activity td:first-child,.cooknotes td:first-child,td.m{color:#888} +progress::-moz-progress-bar{background-color:hsla(200,40%,40%,0.7)} +progress::-webkit-progress-value{background-color:hsla(200,40%,40%,0.7)} +.meter span{color:#222} +.search input{background:#999;color:#000} +.button{color:#888} +.button.r{background:#444} +.button.receipt{background:hsl(80,100%,15%)} +.button.website{background:hsl(200,100%,15%)} +.button.files{background:hsl(50,100%,15%)} +.button.desc{background:hsl(180,100%,15%)} +.button.download{background:hsl(20,100%,15%)} +.button.source{background:hsl(60,100%,15%)} +.button.browse{background:hsl(170,100%,15%)} +.button.doc{background:hsl(300,100%,15%)} +.button.log{background:hsl(0,0%,15%)} diff -r b03ac1e1213d -r f3a90eaf1154 lighttpd/index.cgi --- a/lighttpd/index.cgi Fri May 12 17:15:15 2017 +0300 +++ b/lighttpd/index.cgi Thu May 18 13:14:23 2017 +0300 @@ -91,6 +91,7 @@ $([ -n "$pkg" ] && echo "$pkg - ")$title + @@ -282,7 +283,7 @@

Current theme: “${current:-default}”. Select other: