yacy_search_server/htroot/yacy/ui/css/base.css
apfelmaennchen 40ab13c886 YaCy-Ui: small bug fixes
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5604 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-02-13 11:00:34 +00:00

329 lines
7.2 KiB
CSS

/* Body */
body {
font-size: 62.5%;
}
/* Main */
div.main {
float:left;
margin-top:1.5em;
width:75%;
height:100%;
}
/* Sidebar */
div.sidebar {
margin-right: 1em;
float:left;
width:250px;
}
.yresult .favicon {
width: 16px;
height: 16px;
padding: 5px 1px 1px 15px; /* top right bottom left */
}
/* Admin Console */
.banner {
margin-top: 20px;
margin-bottom: 0px;
}
table.adminconsole {
width:100%;
margin:8px 0px 6px 0px;
display:inline-block;
}
table.adminconsole td {
width: 63px;
text-align:center;
}
table.adminconsole td.head {
text-align:left;
}
table.adminconsole h3 {
margin-top: 15px;
margin-bottom: 5px;
text-decoration:none;
font-size: 12px;
}
table.adminconsole img {
width: 32px;
height: 32px;
padding: 1px 1px 7px 1px; /* top right bottom left */
vertical-align: middle;
}
table.adminconsole a {
text-decoration:none;
}
/* Searchbox */
table.contentdom {
width:100%;
text-align:center;
margin:8px 0px 6px 0px;
border:1px solid #CCCCCC;
display:inline-block;
}
div.ys {
clear: inherit;
float:left;
}
#searchbutton {
width: 95px;
height: 48px;
margin: 20px 0px 0px 8px;
/* border: 1px solid #CCCCCC; */
font: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
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;
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;
font-size: 12px;
/* color: #999999; */
}
.small {
font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
}
.normal {
font: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
}
.menu img.logo {
width: 256px;
height: 128px;
padding: 2px 16px 2px 8px;
vertical-align: middle;
}
img {
vertical-align: top;
}
img.help {
vertical-align: middle;
padding-bottom:5px;
padding-left: 6px;
}
/* YaCy Flexigrid ---------------------------*/
.flexigrid div.fbutton .pictures {
background: url(../img-2/pictures.png) no-repeat center left;
}
.flexigrid div.fbutton .help {
background: url(../img-2/question_blue.png) no-repeat center left;
}
.flexigrid div.fbutton .delete {
background: url(../img-2/cancel.png) no-repeat center left;
}
.flexigrid div.fbutton .edit {
background: url(../img-2/pencil.png) no-repeat center left;
}
.flexigrid div.fbutton .import {
background: url(../img-2/download.png) no-repeat center left;
}
.flexigrid div.fbutton .rss {
background: url(../img-2/rss_round.png) no-repeat center left;
}
.flexigrid div.fbutton .xml {
background: url(../img-2/code.png) no-repeat center left;
}
.flexigrid div.fbutton .bookmark {
background: url(../img/bookmark.png) no-repeat center left;
}
.flexigrid div.fbutton .blacklist {
background: url(../img/blacklist.png) no-repeat center left;
}
.flexigrid div.fbutton .crawl {
background: url(../img/crawl.png) no-repeat center left;
}
.flexigrid div.fbutton .next {
background: url(../img/next.png) no-repeat center left;
}
.flexigrid div.fbutton .prev {
background: url(../img/prev.png) no-repeat center left;
}
.flexigrid div.fbutton .load {
background: url(../img/flexigrid/load.png) no-repeat center left;
}
.flexigrid div.fbutton .addTag {
background: url(../img/tags/tag_blue_add.png) no-repeat center left;
}
.flexigrid div.fbutton .editTag {
background: url(../img/tags/tag_blue_edit.png) no-repeat center left;
}
.flexigrid div.fbutton .deleteTag {
background: url(../img/tags/tag_blue_delete.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;
}
.bm_input {
width: 340px;
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;
}
.bm_dialog {
margin: 10px 10px 10px 10px;
font-size: .9em;
}
/* YaCy Search Results ---------------------------*/
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;
}
#yfolder {
margin: 5px 5px 10px 20px; /* top right bottom left */
max-height: 250px;
overflow-x: hidden;
overflow-y: auto;
}
#tagcloud {
margin: 10px 10px 10px 7px; /* top right bottom left */
text-align: justify;
line-height: 1.2em;
}
#tagcloud a {
cursor:pointer;
}
#tagcloud a:hover {
background-color:#e6EEEE;
}
.hidden {
display:hidden;
}
/* overrides for ui-tab styles
-------------------------------------*/
#tabs-container .ui-tabs-nav li a:link,
#tabs-container .ui-tabs-nav li a:visited,
#tabs-container .ui-tabs-nav li a:hover,
#tabs-container .ui-tabs-nav li a:active,
#tabs-container .ui-tabs-nav li.ui-tabs-selected a:link,
#tabs-container .ui-tabs-nav li.ui-tabs-selected a:visited,
#tabs-container .ui-tabs-nav li.ui-tabs-selected a:hover,
#tabs-container .ui-tabs-nav li.ui-tabs-selected a:active { font-size: 1.1em; font-style: bold; padding-left: 5px;}
#tabs-container .ui-tabs-panel { padding:0px 0px; font-size:11px; }
/* overrides for ui-accordion styles
-------------------------------------*/
#sidebar .ui-accordion-header a { display: block; font-size: 1.1em; font-style:bold; padding: .25em .25em .25em 1.5em; }
#sidebar .ui-accordion-header .ui-icon { position: absolute; left: .25em; top: 50%; margin-top: -8px; }
#sidebar .ui-accordion-content { padding: 0.8em 0.5em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; font-size:11px;}