You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
202 lines
3.7 KiB
202 lines
3.7 KiB
/* Search */
|
|
|
|
#searchtext {
|
|
width: 280px;
|
|
margin-top: 1em;
|
|
margin-bottom: .5em;
|
|
padding: 2px 5px;
|
|
border: 1px solid #CCCCCC;
|
|
font: normal small Arial, Helvetica, sans-serif;
|
|
color: #999999;
|
|
}
|
|
|
|
#searchbutton {
|
|
width: 100px;
|
|
margin-top: 1em;
|
|
margin-bottom: .5em;
|
|
padding: 2px 5px;
|
|
border: 1px solid #CCCCCC;
|
|
font: normal small Arial, Helvetica, sans-serif;
|
|
color: #999999;
|
|
}
|
|
|
|
/* Main */
|
|
|
|
div.main {
|
|
float:left;
|
|
width:70%;
|
|
}
|
|
|
|
/* Sidebar */
|
|
|
|
div.sidebar {
|
|
margin-top: 1.5em;
|
|
margin-left: 2em;
|
|
float:left;
|
|
width:250px;
|
|
}
|
|
|
|
/* Boxed Style */
|
|
|
|
.searchbox {
|
|
float:left;
|
|
width:600px;
|
|
}
|
|
|
|
.boxed{
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.boxed .title {
|
|
display: block;
|
|
height: 25px;
|
|
padding: 5px 0 0 10px;
|
|
font-weight: bold;
|
|
font-family: Helvetica,Arial,sans-serif;
|
|
background: url(../img/tab.png) no-repeat;
|
|
}
|
|
.sidebar .boxed .title {
|
|
display: block;
|
|
height: 25px;
|
|
padding: 5px 0 0 10px;
|
|
font-weight: bold;
|
|
font-family: Helvetica,Arial,sans-serif;
|
|
background: url(../img/box250.png) no-repeat;
|
|
}
|
|
|
|
.searchbox .boxed .title {
|
|
display: block;
|
|
height: 25px;
|
|
padding: 5px 0 0 10px;
|
|
font-weight: bold;
|
|
font-family: Helvetica,Arial,sans-serif;
|
|
background: url(../img/box600.png) no-repeat;
|
|
}
|
|
|
|
.boxed .content {
|
|
font-family: Helvetica,Arial,sans-serif;
|
|
border: 1px solid #000000;
|
|
padding: 5px 0 0 10px;
|
|
}
|
|
|
|
/* YaCy Tables ---------------------------*/
|
|
|
|
table.ytable {
|
|
font: normal small Arial, Helvetica, sans-serif;
|
|
background-color: #fff;
|
|
margin:10px 0pt 15px;
|
|
width: 100%;
|
|
text-align: left;
|
|
table-layout:fixed;
|
|
}
|
|
table.ytable thead tr th, table.ytable tfoot tr th {
|
|
background-color: #e6EEEE;
|
|
border: 1px solid #FFF;
|
|
font: bold small Arial, Helvetica, sans-serif;
|
|
padding: 4px;
|
|
}
|
|
table.ytable thead tr .header {
|
|
background-image: url(../img/bg.gif);
|
|
background-repeat: no-repeat;
|
|
background-position: center right;
|
|
cursor: pointer;
|
|
}
|
|
table.ytable tbody td {
|
|
color: #3D3D3D;
|
|
padding: 4px;
|
|
background-color: #FFF;
|
|
vertical-align: top;
|
|
/* white-space: nowrap; */
|
|
text-overflow:ellipsis;
|
|
overflow:hidden;
|
|
}
|
|
table.ytable tbody tr.odd td {
|
|
background-color:#F0F0F6;
|
|
}
|
|
table.ytable thead tr .headerSortUp {
|
|
background-image: url(../img/asc.gif);
|
|
}
|
|
table.ytable thead tr .headerSortDown {
|
|
background-image: url(../img/desc.gif);
|
|
}
|
|
table.ytable thead tr .headerSortDown, table.ytable thead tr .headerSortUp {
|
|
background-color: #8dbdd8;
|
|
}
|
|
|
|
/* YaCy Bookmarks ---------------------------*/
|
|
.url {
|
|
padding-top: 1px;
|
|
font-size: 0.9em;
|
|
line-height: 1.2em;
|
|
margin-bottom:0.6em;
|
|
}
|
|
h3.linktitle {
|
|
margin-top:2px;
|
|
margin-bottom: -0.5em;
|
|
font-size: 1.0em;
|
|
line-height: 1.2em;
|
|
color:#239AFF;
|
|
}
|
|
.url a {
|
|
color:#20A020;
|
|
text-decoration:none;
|
|
}
|
|
.desc {
|
|
font-style:italic;
|
|
font-size: 0.9em;
|
|
color: #808080;
|
|
line-height: 1.2em;
|
|
margin-bottom:-1em;
|
|
}
|
|
|
|
/* YaCy Search ---------------------------*/
|
|
|
|
div.searchresults {
|
|
width:100%;
|
|
margin-top: 1.5em;
|
|
margin-left: 5px;
|
|
}
|
|
div.searchresults.hidden {
|
|
display:none;
|
|
}
|
|
|
|
.searchresults h3.linktitle {
|
|
margin:2px;
|
|
padding-left: 20px;
|
|
margin-bottom: -0.5em;
|
|
font-size: 1.0em;
|
|
line-height: 1.2em
|
|
}
|
|
.snippet {
|
|
font-style:italic;
|
|
font-size: 0.9em;
|
|
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.9em;
|
|
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;
|
|
}
|
|
|