yacy_search_server/htroot/yacy/ui/css/ywidget.css
2008-05-17 19:29:21 +00:00

91 lines
1.8 KiB
CSS

.ywidget {
font-family: Helvetica,Arial,sans-serif;
width: 250px;
}
.ywidget div.items {
margin: 0px;
padding: 10px;
background-color: white;
height: 200px;
overflow:hidden;
border: none;
border: 1px solid black;
text-decoration: none;
font-size: 0.7em;
}
.ywidget div.nav {
display:block;
padding:3px 12px;
margin-top: 0px;
margin-bottom: 0px;
background: url(../img/box250f.png) no-repeat;
background-position: bottom;
border-bottom: 1px solid #FFFFFF;
border-top: 1px solid #999;
text-align: right;
}
.ywidget div.head {
display:block;
padding-left:5px;
padding-top:4px;
margin-top: 0;
margin-bottom: 0px;
background: url(../img/box250.png) no-repeat;
background-position: top;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #999;
white-space: nowrap;
text-overflow:ellipsis;
overflow:hidden;
}
.ywidget .head a {
cursor:pointer;
text-decoration: none;
font-weight: bold;
font-size: 0.8em;
color: black;
}
.ywidget p.desc {
font-style:italic;
color: #808080;
line-height: 1.0em;
margin-bottom:-0.5em;
}
.ywidget h4 {
padding-top: 10px;
margin-bottom: -0.6em;
line-height: 0.5em
text-decoration: none;
}
.ywidget h4 a {
color:#239AFF;
text-decoration: none;
}
.ywidget p.date {
line-height: 1.0em;
margin-bottom:0.8em;
color:#20A020;
}
.ywidget img {
padding: 4px 4px 4px 4px;
vertical-align: middle;
}
.ywidget img.clickable {
cursor:pointer;
}
.input {
width: 180px;
margin-bottom: .5em;
padding: 2px 5px;
border: 1px solid #CCCCCC;
font: normal small Arial, Helvetica, sans-serif;
color: #999999;
}
.select {
width: 75px;
margin-bottom: .5em;
padding: 2px 5px;
border: 1px solid #CCCCCC;
font: normal small Arial, Helvetica, sans-serif;
color: #999999;
}