diff --git a/htroot/Surftips.html b/htroot/Surftips.html
index 82198693c..1ad7c8bb1 100644
--- a/htroot/Surftips.html
+++ b/htroot/Surftips.html
@@ -12,7 +12,7 @@
}
-
+
#(display)#
#%env/templates/simpleheader.template%#
::
@@ -43,9 +43,10 @@
#{/results}#
-
+
...provided by YaCy peers using public bookmarks, link votes and crawl start points
Hide surftips
+
#(/surftips)#
#(display)#
diff --git a/htroot/env/base.css b/htroot/env/base.css
index dbb2f99a8..10b857d90 100644
--- a/htroot/env/base.css
+++ b/htroot/env/base.css
@@ -238,6 +238,19 @@ div.searchresults {
margin-bottom:1em;
}
+body#Surftips div.searchresults {
+ float:left;
+ width:35em;
+ height:6em;
+ margin-left:1em;
+ margin-bottom:0;
+ overflow:hidden;
+}
+
+p.aftersurftips {
+ clear:both;
+}
+
/* Bookmarks */
div.Tags {
@@ -331,6 +344,7 @@ form dt, dl.pairs dt {
form dd {
margin:0 0 0.5em 0.25em;
+ float:left;
}
dl.pairs dd {
@@ -339,40 +353,40 @@ dl.pairs dd {
}
/* for pages: */
-
-body#ViewLog div.log {
- height:600px;
- overflow:scroll;
-}
+
+body#ViewLog div.log {
+ height:600px;
+ overflow:scroll;
+}
body#ViewLog pre {
- width:100%; /* TODO: fix width in IE */
- margin-top:0px;
- margin-bottom:0px;
- font-family: Courier,monospace;
- font-weight: normal;
+ width:100%; /* TODO: fix width in IE */
+ margin-top:0px;
+ margin-bottom:0px;
+ font-family: Courier,monospace;
+ font-weight: normal;
font-size: small;
-}
-
-body#ViewLog pre.logSevere {
- color:red;
-}
-
-body#ViewLog pre.logWarning {
- color:orange
-}
-
-body#ViewLog pre.logSystem {
- color:black;
-}
-
-body#ViewLog pre.logInfo {
- color:black;
-}
-
-body#ViewLog pre.logDebug {
- color:black;
-}
+}
+
+body#ViewLog pre.logSevere {
+ color:red;
+}
+
+body#ViewLog pre.logWarning {
+ color:orange
+}
+
+body#ViewLog pre.logSystem {
+ color:black;
+}
+
+body#ViewLog pre.logInfo {
+ color:black;
+}
+
+body#ViewLog pre.logDebug {
+ color:black;
+}
body#QuickCrawlLink p, body#QuickCrawlLink h4 {
padding:0 5%;
diff --git a/skins/default.css b/skins/default.css
index e119f95fa..c8baaa88f 100644
--- a/skins/default.css
+++ b/skins/default.css
@@ -2,14 +2,17 @@
body {
background-color:#F8F8FF;
+ color:black;
}
a:link {
color:#00008B;
+ background-color:transparent;
}
a:link:hover {
color:#0000FF;
+ background-color:transparent;
}
@@ -209,9 +212,15 @@ body#ViewLog pre {
fieldset {
background-color:#ddeeee;
+ color:black;
border:1px solid #aaa;
}
+input, select, textarea {
+ color: black;
+ background-color: white;
+}
+
legend {
background-color:#88aaaa;
}