summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2009-09-21 21:30:24 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2009-09-21 21:30:24 +0000
commitfeece4bfcbf57cb4dfb456c659656b525f29436d (patch)
tree8802c2c351523a8241f1639e22ec0f8439bee6e0
parentaca8a78eb8f64d5eee1f19e283d00682f404bc2e (diff)
slightly changed default skins:
- search result headline font is slightly larger and has an underline (like g**gle) - no dashed line between results in grey style - no search results with menu on left side by default (but is still possible) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6334 6c8d7289-2bf4-0310-a012-ef5d649a1542
-rw-r--r--htroot/env/templates/header.template2
-rw-r--r--skins/default.css5
-rw-r--r--skins/grey.css7
3 files changed, 12 insertions, 2 deletions
diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template
index f566cd966..7bd044c33 100644
--- a/htroot/env/templates/header.template
+++ b/htroot/env/templates/header.template
@@ -46,7 +46,7 @@
<li class="menugroup" id="menugroupGlobalIndex">
<h3>Search&nbsp;&amp;&nbsp;Browse</h3>
<ul class="menu">
- <li><a href="/index.html?display=1" accesskey="s" class="MenuItemLink">Search Page</a></li>
+ <li><a href="/index.html?display=0" accesskey="s" class="MenuItemLink">Search Page</a></li>
<li><a href="/yacy/ui/" accesskey="s" class="MenuItemLink">Rich Client Search</a></li>
<li><a href="/yacyinteractive.html?display=1" class="MenuItemLink">Interactive local Search</a></li>
<li><a href="/compare_yacy.html?display=1" class="MenuItemLink">Compare Search</a></li>
diff --git a/skins/default.css b/skins/default.css
index 8a5613904..83fe88bfb 100644
--- a/skins/default.css
+++ b/skins/default.css
@@ -163,6 +163,11 @@ form.search.small h2 {
/*border-top:1px #000 dashed;*/
}
+.searchresults h4 a {
+ font-size:1.1em;
+ text-decoration:underline;
+}
+
.searchresults .url a {
color:#008000;
}
diff --git a/skins/grey.css b/skins/grey.css
index fc3120b5a..e315f010f 100644
--- a/skins/grey.css
+++ b/skins/grey.css
@@ -160,7 +160,12 @@ div.ProgressBarFill {
/* Searchresults */
.searchresults {
- border-top:1px #000 dashed;
+ /*border-top:1px #000 dashed;*/
+}
+
+.searchresults h4 a {
+ font-size:1.1em;
+ text-decoration:underline;
}
.searchresults .url a {