fine tuning the dark-green color scheme

This commit is contained in:
okybaca 2023-10-26 12:35:22 +02:00
parent 4308aa5415
commit ec2d14e973

View File

@ -1,22 +1,5 @@
/* dark-green skin by okybaca, based on 28c3 skin */ /* dark-green skin
* based on 28c3, modyfied by okybaca */
/*
The following colours must be defined:
#000000
#A3CC8B
#38A535
#E08040
#333333
#222222
#FFCCCC
#888888
#990000
#009900
#000099
#FFFFFF
#008000
#800000
*/
body { body {
background-color:#000000; background-color:#000000;
@ -67,7 +50,6 @@ h3 {
-khtml-border-radius: 5px; -khtml-border-radius: 5px;
-moz-border-radius: 5px; -moz-border-radius: 5px;
border-radius: 5px; border-radius: 5px;
background-color:#c8ff00; background-color:#c8ff00;
color:#000000; color:#000000;
} }
@ -200,15 +182,26 @@ div.ProgressBarFill {
background-color:#333333; background-color:#333333;
} }
/* portal front page */
h2.yacy {
color:#C8FF00;
}
/* Searchresults */ /* Searchresults */
fieldset.maininput, fieldset.yacys { fieldset.maininput, fieldset.yacys {
background-color:#333333; background-color:#333333;
-webkit-border-radius: 5px; -webkit-border-radius: 5px;
-khtml-border-radius: 5px; -khtml-border-radius: 5px;
-moz-border-radius: 5px; -moz-border-radius: 5px;
border-radius: 5px; border-radius: 5px;
color:#E08040; color:#9BEE06;
} }
form.search.small h2 { form.search.small h2 {
@ -221,11 +214,12 @@ form.search.small h2 {
.searchresults h4 a { .searchresults h4 a {
font-size:1.2em; font-size:1.2em;
font-weight:normal font-weight:normal;
color:#FFFFFF; color:#00FF00;
} }
.searchresults h4 a:hover { .searchresults h4 a:hover {
color:#FFFFFF; color:#000000;
background:#00FF00;
} }
.snippetLoaded strong { .snippetLoaded strong {
@ -233,10 +227,12 @@ form.search.small h2 {
} }
.searchresults .url a { .searchresults .url a {
color:#008000; color:#6CAE45;
} }
.searchresults .url a:hover { .searchresults .url a:hover {
color:#800000; color:#000000;
background:#00FF00;
} }
@ -284,7 +280,7 @@ body#ViewLog pre {
fieldset { fieldset {
background-color:#333333; background-color:#333333;
color:#000000; color:#A3CC8B;
border:0px solid #333333; border:0px solid #333333;
-webkit-border-radius: 5px; -webkit-border-radius: 5px;
-khtml-border-radius: 5px; -khtml-border-radius: 5px;
@ -292,10 +288,10 @@ fieldset {
border-radius: 5px; border-radius: 5px;
} }
/* input, select, textarea, button { input, select, textarea, button {
color: black; color: black;
background-color: white; /* background-color: white;*/
} */ }
legend { legend {
background-color:#38A535; background-color:#38A535;