adjusted display of search results

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4546 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
apfelmaennchen 17 years ago
parent e0c481decb
commit 7a902424af

@ -24,7 +24,7 @@
div.main {
float:left;
width:75%;
width:70%;
}
/* Sidebar */
@ -82,10 +82,9 @@ div.sidebar {
/* YaCy Tables ---------------------------*/
table.ytable {
font-family:arial;
font: normal small Arial, Helvetica, sans-serif;
background-color: #fff;
margin:10px 0pt 15px;
font-size: 8pt;
width: 100%;
text-align: left;
table-layout:fixed;
@ -93,7 +92,7 @@ table.ytable {
table.ytable thead tr th, table.ytable tfoot tr th {
background-color: #e6EEEE;
border: 1px solid #FFF;
font-size: 8pt;
font: bold small Arial, Helvetica, sans-serif;
padding: 4px;
}
table.ytable thead tr .header {
@ -124,5 +123,52 @@ table.ytable thead tr .headerSortDown, table.ytable thead tr .headerSortUp {
background-color: #8dbdd8;
}
/* YaCy Search ---------------------------*/
div.searchresults {
width:70%;
margin-top: 1.5em;
margin-left: 25px;
}
div.searchresults.hidden {
display:none;
}
h3.linktitle {
margin:2px;
padding-left: 20px;
margin-bottom: -0.5em;
font-size: 0.8em;
line-height: 1.2em;
}
.snippet {
font-style:italic;
font-size: 0.7em;
color: #808080;
line-height: 1.2em;
margin-bottom:-1em;
margin-left:22px;
}
.snippet b {
color: black;
}
.searchresults .linktitle a {
color:#239AFF;
text-decoration:none;
}
.searchresults .url {
font-size: 0.7em;
line-height: 1.2em;
margin-bottom:0.6em;
margin-left:22px;
}
.searchresults .url a {
color:#20A020;
text-decoration:none;
}
img.favicon{
margin: 0px 4px 0px -20px;
width: 16px;
height: 16px;
float: left;
}

Loading…
Cancel
Save