Author: apfelmaennchen
Date: 2008-03-11 00:22:34 +0100 (Tue, 11 Mar 2008)
New Revision: 4546
Modified:
trunk/htroot/yacy/ui/css/base.css
Log:
adjusted display of search results
Modified: trunk/htroot/yacy/ui/css/base.css
===================================================================
--- trunk/htroot/yacy/ui/css/base.css 2008-03-10 19:05:06 UTC (rev 4545)
+++ trunk/htroot/yacy/ui/css/base.css 2008-03-10 23:22:34 UTC (rev 4546)
@@ -24,7 +24,7 @@
div.main {
float:left;
- width:75%;
+ width:70%;
}
/* Sidebar */
@@ -82,10 +82,9 @@
/* YaCy Tables ---------------------------*/
table.ytable {
- font-family:arial;
+ font: normal small Arial, Helvetica, sans-serif;
background-color: #fff;
- margin:10px 0pt 15px;
- font-size: 8pt;
+ margin:10px 0pt 15px;
width: 100%;
text-align: left;
table-layout:fixed;
@@ -93,7 +92,7 @@
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 @@
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;
+}
_______________________________________________
YaCy-svn mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/yacy-svn