yacy_search_server/htroot/yacy/user/default.css
orbiter 3441ec3928 - some small changes to highslide integration to get it working... (does not work yet)
- performance enhancement for url list parser

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4495 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-02-18 23:49:03 +00:00

552 lines
8.0 KiB
CSS
Executable File

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
extended with material from YaCy developers (was: base.css)
*/
* {
margin: 0;
padding: 0;
}
body {
background: #FFFFFF url(images/background.gif) repeat-x;
font: normal small Arial, Helvetica, sans-serif;
color: #808080;
}
form {
}
fieldset {
border: none;
}
legend {
display: none;
}
h1, h2, h3 {
margin-top: 0em;
margin: 0;
color: #239AFF;
}
h2 {
margin-bottom: .6em;
font-size: 1.8em;
}
h3 {
margin-bottom: 0em;
font-size: 1em;
line-height: 1.2em;
}
p, blockquote, ul, ol {
margin-bottom: 1.5em;
line-height: 1.2em;
}
p {
}
blockquote {
}
ul {
margin-left: 2em;
list-style: square;
}
ul li {
}
ol {
margin-left: 2em;
list-style: lower-roman;
}
ol li {
}
a {
color: #FFA020;
}
a:hover {
text-decoration: none;
color: #20A020;
}
img {
border: none;
}
/* Boxed Style */
.boxed {
margin-bottom: 1em;
background: #F7F7F7;
border: 1px solid #F0F0F0;
}
.boxed .title {
height: 29px;
padding: 10px 0 0 27px;
background: #239AFF url(images/arrow2.gif) no-repeat 10px 50%;
text-transform: uppercase;
font-size: 1.2em;
color: #FFFFFF;
}
.boxed .content {
padding: 9px;
}
/* Header */
#header {
width: 92%;
height: 60px;
margin: 0 auto;
background: #239AFF;
}
/* Header > Logo */
#logo {
float: left;
padding: 5px 0 0 0;
}
#logo h1 {
text-transform: uppercase;
font-size: 2em;
}
#logo h2 {
margin: 0;
text-transform: uppercase;
font-size: 1.2em;
}
#logo a {
text-decoration: none;
color: #FFFFFF;
}
/* Header > Top Menu */
#topmenu {
float: right;
}
#topmenu ul {
margin: 0;
padding: 40px 0 0 0;
list-style: none;
line-height: normal;
}
#topmenu li {
display: inline
}
#topmenu a {
display: block;
float: left;
margin: 0 0 0 16px;
padding: 0 0 0 12px;
text-transform: uppercase;
text-decoration: none;
font-size: x-small;
font-weight: bold;
color: #FFFFFF;
}
#topmenu a:hover {
text-decoration: underline
}
#topmenuhome {
background: url(images/house.gif) no-repeat left center;
}
#topmenutree {
background: url(images/tree.gif) no-repeat left center;
}
#topmenucontact {
background: url(images/letter.gif) no-repeat left center;
}
/* Menu */
#menu {
width: 92%;
height: 40px;
margin: 0 auto;
}
#menu ul {
margin: 0;
list-style: none;
line-height: normal;
}
#menu li {
display: inline;
}
#menu a {
display: block;
float: left;
height: 26px;
padding: 14px 18px 0 20px;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
color: #20A020;
}
#menu a:hover {
text-decoration: underline;
}
#menu .first a {
padding-left: 0;
background: none;
}
/* Content */
#content {
width: 92%;
padding-left: 10px;
margin: 0 auto;
padding: 20px 0;
}
/* Content > Main */
#main {
float: left;
width: 70%;
}
/* Content > Main > Example */
#example {
}
/* Content > Main > Welcome */
#welcome {
margin: 0 0 1em 0;
padding: 10px 0 1.5em 0;
/* border-bottom: 1px solid #CCCCCC; */
}
#searchtext {
width: 400px;
margin-bottom: .5em;
padding: 2px 5px;
border: 1px solid #CCCCCC;
font: normal small Arial, Helvetica, sans-serif;
color: #999999;
}
#searchbutton {
width: 100px;
margin-bottom: .5em;
padding: 2px 5px;
border: 1px solid #CCCCCC;
font: normal small Arial, Helvetica, sans-serif;
color: #999999;
}
/* Content > Sidebar */
#sidebar {
float: right;
width: 220px;
}
/* Content > Sidebar > Login */
#login {
}
#login label {
display: block;
}
#login #inputtext1, #login #inputtext2 {
width: 180px;
margin-bottom: .5em;
padding: 2px 5px;
border: 1px solid #CCCCCC;
font: normal small Arial, Helvetica, sans-serif;
color: #999999;
}
#login #inputsubmit1 {
float: right;
width: 60px;
margin-right: 7px;
border: 1px solid #CCCCCC;
border-top-color: #FFFFFF;
border-left-color: #FFFFFF;
font: normal small Arial, Helvetica, sans-serif;
}
#login p {
margin: 0;
padding-top: .2em;
font-size: x-small;
}
/* Content > Sidebar > Updates*/
#updates {
}
#updates ul {
margin: 0;
list-style: none;
}
#updates li {
margin-bottom: 1em;
}
#updates h3 {
margin: 0;
padding: 0 0 0 10px;
background: url(images/arrow1.gif) no-repeat left center;
font-size: x-small;
}
#updates p {
margin: 0;
padding: 0 0 0 10px;
line-height: normal;
font-size: .85em;
}
#updates a {
text-decoration: none;
}
/* Content > Sidebar > Partners*/
#partners {
}
/* Footer */
#footer {
clear: both;
width: 92%;
margin: 0 auto 2em auto;
background: #F7F7F7;
border: 1px solid #F0F0F0;
}
/* Footer > Legal */
#legal {
margin: 0;
padding: 8px;
text-align: center;
color: #808080;
}
#legal a {
font-weight: bold;
color: #808080;
}
/* Footer > Links */
#links {
margin: 0;
padding: 10px;
text-align: center;
}
/* YaCy additions */
div.searchresults {
padding-top:0.4em;
margin-bottom:0.4em;
}
div.searchresults.hidden {
display:none;
}
h3.linktitle {
margin:2px;
padding-left: 20px;
}
img.favicon{
margin: 0px 4px 0px -20px;
width: 16px;
height: 16px;
float: left;
}
div.urlactions {
float:left;
clear:left;
margin: 0px 6px 0px 2px;
}
div.urlactions a {
display:block;
width: 12px;
height: 12px;
margin: 2px 0px;
}
a.bookmarkTags {
font-weight:bold;
white-space:nowrap;
}
a.bookmarkTitle {
font-size:17px;
font-weight:bold;
}
a.BookmarkLink {
background:url(/env/grafics/addlink.png) left center no-repeat;
padding-left:15px;
}
a.bookmarklink:hover, div.searchresults:hover a.bookmarklink, div.searchresults.hover a.bookmarklink {
background:url(/env/grafics/bookmark.gif) center center no-repeat;
}
a.recommendlink:hover, div.searchresults:hover a.recommendlink, div.searchresults.hover a.recommendlink {
background:url(/env/grafics/plus.gif) center center no-repeat;
}
a.deletelink:hover, div.searchresults:hover a.deletelink, div.searchresults.hover a.deletelink {
background:url(/env/grafics/minus.gif) center center no-repeat;
}
img.deleteIcon, img.recommendIcon {
height: 11px;
width: 11px;
}
img.bookmarkIcon {
height: 18px;
width: 18px;
}
.snippet {
font-style:italic;
color: #808080;
line-height: 1.2em;
margin-bottom:0em;
margin-left:22px;
}
.snippet b {
color: black;
}
.searchresults .linktitle a {
color:#239AFF;
text-decoration:none;
}
.searchresults .url {
line-height: 1.2em;
margin-bottom:0.6em;
margin-left:22px;
}
.searchresults .url a {
color:#20A020;
text-decoration:none;
}
div.ProgressBarCaption {
float:left;
width:70px;
}
div.ProgressBar {
float:left;
width:100px;
height:10px;
}
div.ProgressBarFill {
margin:0px;
padding:0px;
height:100%; /*not valid value for Netscape 8*/
}
#resCounter {
/* left part of the progress bar */
position: absolute;
left: 1em;
}
#resProgBar {
height: 1.5em;
margin: 1em auto;
position: relative; /* for "relative" absolute pos of children */
text-align: left;
width: 100%;
float: none;
}
#resNav {
/* right part of the progress bar */
position: absolute;
right: 1em;
}
#resNav a {
color:#239AFF;
}
#resProgFill {
position: absolute;
left: 0px;
top: 0px;
}
.thumbcontainer {
margin: 2px;
width: 100px;
height: 160px; /* 96px thumbnail + some lines of text */
float: left;
}
a.thumblink {
display:block;
width: 96px;
height: 96px;
margin: 2px;
line-height: 96px;
text-align: center;
overflow: hidden;
}
.thumblink img {
vertical-align: bottom;
}