yacy_search_server/htroot/yacy/ui/css/yacyui-portalsearch.css
luccioman 74fec066f4 Converted more URLs to pure relative ones.
Easier YaCy peer configuration behind a reverse proxy subfolder : no
need for the reverse proxy to rewrite HTML links or URLs in css files.

Tested on Debian Jessie with an apache2 reverse proxy.

See related mantis issues http://mantis.tokeek.de/view.php?id=106 and
http://mantis.tokeek.de/view.php?id=701
2016-11-12 10:51:54 +01:00

109 lines
1.9 KiB
CSS

.ui-dialog .ui-dialog-title {
font-size: 14px;
}
.ui-dialog .ui-dialog-buttonpane button {
font-size: 14px;
}
#yacylivesearch form * { display: inline; }
#ysearch .fancy {
height:18px;
background: white;
background-image: url(../yacy/ui/img-2/magnify.png);
background-repeat: no-repeat;
background-position: 2px 1px;
padding-left: 20px;
border-width: thin;
border-color: #239AFF;
border-style: solid;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#ypopup * {
inherit: none;
margin: 0;
padding: 0;
font-size: 12px;
text-align: left;
font-family:Verdana,Arial,sans-serif;
}
#ypopup .url {
padding-top: 1px;
font-size: 0.9em;
line-height: 1.2em;
padding-left: 18px;
}
#ypopup .date {
font-size: 0.9em;
line-height: 1.2em;
margin-bottom: 0.8em;
padding-left: 18px;
}
#ypopup .url a {
color:#20A020;
text-decoration:none;
}
#ypopup h3.linktitle {
font-size: 1.0em;
line-height: 1.2em;
color:#239AFF;
padding-left: 18px;
border-bottom: none;
}
#ypopup h3.linktitle a {
text-decoration:none;
color:#239AFF;
}
#ypopup .desc {
font-style:italic;
font-size: 0.9em;
color: #808080;
line-height: 1.2em;
padding-left: 18px;
}
#ypopup .favicon {
width: 16px;
height: 16px;
vertical-align: middle;
margin-left: -18px;
}
.classic {
font-size: 12px;
text-align: left;
}
.classic .linktitle, .classic .url, .classic .date, .classic .desc {
margin-left: 40px;
}
.ymsg {
margin-left: -20px;
color:#239AFF;
}
.ymsg img {
width: 50px;
height: 32px;
vertical-align: middle;
border: 0;
}
#ypopup .yloading {
margin-top: 150px;
margin-left: -12px;
text-align: center;
}
ul.nav {
inherit: none;
padding-left: 0px;
margin-bottom: 0px;
margin-top: 5px;
margin-left: -5px;
}
ul.nav li {
inherit: none;
line-height: 1.0em;
list-style-image:none;
list-style-type:square;
list-style-position:outside;
font-family:Verdana,Arial,sans-serif;
font-size: 12px;
}
ul.nav li a {
text-decoration: none;
}