Skip to content

Commit

Permalink
slightly changed default skins:
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
orbiter committed Sep 21, 2009
1 parent aca8a78 commit feece4b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htroot/env/templates/header.template
Expand Up @@ -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>
Expand Down
5 changes: 5 additions & 0 deletions skins/default.css
Expand Up @@ -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;
}
Expand Down
7 changes: 6 additions & 1 deletion skins/grey.css
Expand Up @@ -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 {
Expand Down

0 comments on commit feece4b

Please sign in to comment.