yacy_search_server/htroot/yacy/ui/css/base.css
apfelmaennchen e071f759d2 YaCy-UI: small optical changes
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5172 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-09-16 21:39:14 +00:00

273 lines
4.7 KiB
CSS

/* Main */
div.main {
float:left;
margin-top:1.5em;
width:75%;
height:100%;
}
/* Searchbox */
.searchbox {
float:left;
width:800px;
}
.searchbox .boxed h3 {
font-family: Helvetica,Arial,sans-serif;
display:block;
padding:5px 15px;
margin-top: 0;
margin-bottom: 0px;
text-decoration: none;
font-weight: bold;
font-size: 14px;
color: black;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #999;
background: url(../img/box800.png) no-repeat;
}
#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;
}
.filter {
width: 190px;
margin-bottom: .5em;
padding: 2px 5px;
border: 1px solid #CCCCCC;
font: normal small Arial, Helvetica, sans-serif;
color: #999999;
}
.selector {
width: 120px;
margin-bottom: .5em;
padding: 2px 5px;
border: 1px solid #CCCCCC;
font: normal small Arial, Helvetica, sans-serif;
color: #999999;
}
.small {
font: normal small Arial, Helvetica, sans-serif;
font-size: 9px;
}
.normal {
font: normal small Arial, Helvetica, sans-serif;
}
/* Sidebar */
div.sidebar {
margin-right: 1em;
float:left;
width:250px;
}
.menu img {
width: 32px;
height: 32px;
padding: 2px 15px 2px 2px;
vertical-align: middle;
}
.menu img.logo {
width: 256px;
height: 128px;
padding: 2px 16px 2px 8px;
vertical-align: middle;
}
img {
vertical-align: top;
}
.sidebar .boxed h3 {
-family: Helvetica,Arial,sans-serif;
display:block;
padding:5px 15px;
margin-top: 0;
margin-bottom: 0px;
text-decoration: none;
weight: bold;
size: 14px;
color: black;
background: url(../img/box250.png) no-repeat;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #999;
}
/* Boxed Style */
.boxed{
margin-top: 1em;
margin-bottom: 1em;
}
.boxed .content {
font-family: Helvetica,Arial,sans-serif;
border: 1px solid #000000;
padding: 5px 0 0 10px;
}
/* YaCy Flexigrid ---------------------------*/
.flexigrid div.fbutton .add {
background: url(../img/add.png) no-repeat center left;
}
.flexigrid div.fbutton .delete {
background: url(../img/close.png) no-repeat center left;
}
/* 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.0em;
margin-left: 5px;
}
div.searchselect {
width:100%;
margin-top: 1.0em;
margin-left: 5px;
background-color:#F0F0F6;
}
div.searchresults.hidden {
display:none;
}
.searchresults h3.linktitle, .searchselect 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, .searchselect .linktitle a {
color:#239AFF;
text-decoration:none;
}
.searchresults .url, .searchselect .url {
font-size: 0.9em;
line-height: 1.2em;
margin-bottom:0.6em;
margin-left:22px;
}
.searchresults .url a, .searchselect .url a {
color:#20A020;
text-decoration:none;
}
img.favicon{
width: 16px;
height: 16px;
vertical-align: middle;
margin-left: -20px;
}
/* <dl>, <dd>, <dt> */
dl.pairs dd {
float:right;
padding: 2px;
margin-right:15px;
}
dl.pairs dt {
float:left;
text-align:left;
padding: 5px;
}
/* jQuery Accordion */
.basic {
font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
width: 250px;
}
.basic div {
background-color: white;
margin-bottom : 10px;
border: none;
margin: 0px;
padding: 5px 10px 5px 10px;
border: 1px solid black;
text-decoration: none;
font-size: 14px;
}
.basic p {
}
.basic h3 {
cursor:pointer;
display:block;
padding:4px 12px;
margin-top: 0;
margin-bottom: 0px;
text-decoration: none;
/* font-weight: bold; */
font-size: 12px;
color: #27537a;
background: url(../img/box250.png) no-repeat;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #999;
}
.basic h3:hover {
}
.basic h3.selected {
}
#tagcloud {
text-align: justify;
line-height: 120%;
}
#tagcloud a {
cursor:pointer;
}
#tagcloud a:hover {
background-color:#e6EEEE;
}
.hidden {
display:hidden;
}