|
|
|
@ -65,31 +65,31 @@ table.contentdom {
|
|
|
|
|
div.ys {
|
|
|
|
|
clear: inherit;
|
|
|
|
|
float:left;
|
|
|
|
|
}
|
|
|
|
|
#searchbutton {
|
|
|
|
|
width: 95px;
|
|
|
|
|
}
|
|
|
|
|
#searchbutton {
|
|
|
|
|
width: 95px;
|
|
|
|
|
height: 48px;
|
|
|
|
|
margin: 20px 0px 0px 8px;
|
|
|
|
|
/* border: 1px solid #CCCCCC; */
|
|
|
|
|
/* border: 1px solid #CCCCCC; */
|
|
|
|
|
font: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
/* color: #999999; */
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
/* color: #999999; */
|
|
|
|
|
}
|
|
|
|
|
.filter {
|
|
|
|
|
width: 190px;
|
|
|
|
|
margin-bottom: .5em;
|
|
|
|
|
padding: 2px 0px 2px 0px /* top right bottom left */
|
|
|
|
|
border: 1px solid #CCCCCC;
|
|
|
|
|
font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
|
|
|
|
|
margin-bottom: .5em;
|
|
|
|
|
padding: 2px 0px 2px 0px /* top right bottom left */
|
|
|
|
|
border: 1px solid #CCCCCC;
|
|
|
|
|
font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
/* color: #999999; */
|
|
|
|
|
}
|
|
|
|
|
.selector {
|
|
|
|
|
width: 120px;
|
|
|
|
|
margin-bottom: .5em;
|
|
|
|
|
padding: 2px 0px 2px 0px; /* top right bottom left */
|
|
|
|
|
border: 1px solid #CCCCCC;
|
|
|
|
|
font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
|
|
|
|
|
margin-bottom: .5em;
|
|
|
|
|
padding: 2px 0px 2px 0px; /* top right bottom left */
|
|
|
|
|
border: 1px solid #CCCCCC;
|
|
|
|
|
font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
/* color: #999999; */
|
|
|
|
|
}
|
|
|
|
@ -175,42 +175,41 @@ img.help {
|
|
|
|
|
/* YaCy Bookmarks ---------------------------*/
|
|
|
|
|
.url {
|
|
|
|
|
padding-top: 1px;
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
|
line-height: 1.2em;
|
|
|
|
|
margin-bottom:0.6em;
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
|
line-height: 1.2em;
|
|
|
|
|
margin-bottom:0.6em;
|
|
|
|
|
}
|
|
|
|
|
h3.linktitle {
|
|
|
|
|
h3.linktitle {
|
|
|
|
|
margin-top:2px;
|
|
|
|
|
margin-bottom: -0.5em;
|
|
|
|
|
font-size: 1.0em;
|
|
|
|
|
margin-bottom: -0.5em;
|
|
|
|
|
font-size: 1.0em;
|
|
|
|
|
line-height: 1.2em;
|
|
|
|
|
color:#239AFF;
|
|
|
|
|
color:#239AFF;
|
|
|
|
|
}
|
|
|
|
|
.url a {
|
|
|
|
|
color:#20A020;
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
.url a {
|
|
|
|
|
color:#20A020;
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
}
|
|
|
|
|
.desc {
|
|
|
|
|
.desc {
|
|
|
|
|
font-style:italic;
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
|
color: #808080;
|
|
|
|
|
line-height: 1.2em;
|
|
|
|
|
margin-bottom:-1em;
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
|
color: #808080;
|
|
|
|
|
line-height: 1.2em;
|
|
|
|
|
margin-bottom:-1em;
|
|
|
|
|
}
|
|
|
|
|
.bm_input {
|
|
|
|
|
width: 340px;
|
|
|
|
|
.bm_input, .bm_select {
|
|
|
|
|
padding: 2px 0px 2px 0px /* top right bottom left */
|
|
|
|
|
border: 1px solid #CCCCCC;
|
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
|
|
|
|
|
font-size: 1.0em;
|
|
|
|
|
margin: 0px 0px 2px 10px;
|
|
|
|
|
}
|
|
|
|
|
.bm_input { width: 240px; }
|
|
|
|
|
.bm_select { width: 100px; }
|
|
|
|
|
.bm_dialog label { margin: 6px 0px 2px 10px;}
|
|
|
|
|
.bm_dialog {
|
|
|
|
|
margin: 10px 10px 10px 10px;
|
|
|
|
|
font-size: .9em;
|
|
|
|
|
margin: 5px 5px 5px 5px;
|
|
|
|
|
font-size: 1.1em;
|
|
|
|
|
}
|
|
|
|
|
#yfolder {
|
|
|
|
|
margin: 5px 5px 10px 20px; /* top right bottom left */
|
|
|
|
|
#yfolder {
|
|
|
|
|
max-height: 250px;
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
@ -270,5 +269,7 @@ h3.linktitle {
|
|
|
|
|
padding: 1px 0px 0px 18px;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filetree ul, .filetree li {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|