Skip to content

Commit

Permalink
fine tuning the dark-green color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
okybaca committed Oct 26, 2023
1 parent 4308aa5 commit ec2d14e
Showing 1 changed file with 26 additions and 30 deletions.
56 changes: 26 additions & 30 deletions skins/dark-green.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
/* dark-green skin by okybaca, based on 28c3 skin */

/*
The following colours must be defined:
#000000
#A3CC8B
#38A535
#E08040
#333333
#222222
#FFCCCC
#888888
#990000
#009900
#000099
#FFFFFF
#008000
#800000
*/
/* dark-green skin
* based on 28c3, modyfied by okybaca */

body {
background-color:#000000;
Expand Down Expand Up @@ -67,7 +50,6 @@ h3 {
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

background-color:#c8ff00;
color:#000000;
}
Expand Down Expand Up @@ -200,15 +182,26 @@ div.ProgressBarFill {
background-color:#333333;
}


/* portal front page */

h2.yacy {
color:#C8FF00;
}



/* Searchresults */



fieldset.maininput, fieldset.yacys {
background-color:#333333;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color:#E08040;
color:#9BEE06;
}

form.search.small h2 {
Expand All @@ -221,22 +214,25 @@ form.search.small h2 {

.searchresults h4 a {
font-size:1.2em;
font-weight:normal
color:#FFFFFF;
font-weight:normal;
color:#00FF00;
}
.searchresults h4 a:hover {
color:#FFFFFF;
color:#000000;
background:#00FF00;
}

.snippetLoaded strong {
color:black;
}

.searchresults .url a {
color:#008000;
color:#6CAE45;
}
.searchresults .url a:hover {
color:#800000;
color:#000000;
background:#00FF00;

}


Expand Down Expand Up @@ -284,18 +280,18 @@ body#ViewLog pre {

fieldset {
background-color:#333333;
color:#000000;
color:#A3CC8B;
border:0px solid #333333;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

/* input, select, textarea, button {
input, select, textarea, button {
color: black;
background-color: white;
} */
/* background-color: white;*/
}

legend {
background-color:#38A535;
Expand Down

0 comments on commit ec2d14e

Please sign in to comment.