summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authormichitux <michitux@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-01-02 23:10:48 +0000
committermichitux <michitux@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-01-02 23:10:48 +0000
commitc43aae21435ac29c5a57886287f7516b8b13c062 (patch)
treea6b83e6958307ffc0f10984732e69df21cd0eed9 /skins
parentdf6281ba1ff524f903edc23e106a4f3861a16d5e (diff)
Added column-layout for surftips, some color-fixes for the default-style (default-colors if the user changed the standard-colors in his browser) and a small fix for the dl-layout for forms, now also two-line-labels are displayed correctly.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3152 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'skins')
-rw-r--r--skins/default.css9
1 files changed, 9 insertions, 0 deletions
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;
}