yacy_search_server/skins/default.css
auron_x e126598a0f *) small enhancement to webinterface, progressbars are now not stretched images, but <div>'s with colored background
-> all skin files were set to use green progressbars (should be changed to colors fitting the skins appearence)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2751 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-10-12 17:10:28 +00:00

222 lines
2.3 KiB
CSS

/* Skin */
body {
background-color:#F8F8FF;
}
a:link {
color:#00008B;
}
a:link:hover {
color:#0000FF;
}
/* Menu */
.menugroup h3, .SubMenugroup h3, .SubMenu h3 {
background-color: #4070a0;
color:white;
}
a.MenuItemLink, ul.SubMenu em {
background-color: #bdcdd4;
color: black;
}
a:hover.MenuItemLink {
color:#0088BB;
}
/* Head */
div.head h1 {
background-color:#4070a0;
color:white;
}
/* Tables */
.TableHeader {
background-color: #88aaaa;
}
.TableCellDark {
background-color: #bbcccc;
}
.TableCellLight {
background-color: #ddeeee;
}
.TableCellSummary {
background-color: #ffbbaa;
}
.TableCellPassive {
background-color: lightgrey;
}
.TableCellActive {
background-color: #ffbbaa;
}
/* Blog and Wiki*/
.Post {
background-color:#eee;
}
.PostSubject {
background-color:#8aa;
}
.PostSubject a {
color:black;
}
.PostInfo {
background-color:#bdcdd4;
}
/* Wiki */
.WikiTOCBox {
border: 1px solid #aaa;
background-color: #F8F8FF;
}
a.unknown {
color:#990000;
}
a.known {
color:#009900;
}
a.extern {
color:#000099;
}
/* in Bookmarks */
.bookmark {
border-bottom:1px #000 dashed;
}
a.bookmarkTitle {
color: #4070a0;
}
a:hover.bookmarkTitle {
color: #4070a0;
}
a.bookmarkTags {
color: #007050;
}
a:hover.bookmarkTags {
color: #4070a0;
}
a.bookmarkAction {
color: #999999;
}
.Tags {
border-left: 2px solid black;
}
/* in Status.html */
.ProgressBar {
border: #CAD5E3 solid 1px;
}
div.ProgressBarFill {
background-color:#71D500;
}
/* Copyright info */
.info {
border-top:1px solid gray;
}
/* Searchresults */
.searchresults {
border-top:1px #000 dashed;
}
.searchresults .url a {
color:#008000;
}
.snippetLoading {
color:#999999;
}
.snippetError {
color:red;
}
/* other */
.settingsValue {
color:#556699;
}
.Headline {
background-color: #4070a0;
color: white;
}
.Heading {
background-color: #4070a0;
}
.error, .warning {
color:red;
}
.success {
color:green;
}
.Message {
background-color: #eeeeee;
}
.example {
background-color:#D3D3D3;
}
/* Log */
body#ViewLog pre {
background-color:white;
}
/* Forms */
fieldset {
background-color:#ddeeee;
border:1px solid #aaa;
}
legend {
background-color:#88aaaa;
}
form dt, dl.pairs dt {
background-color:#bbcccc;
}
form dd, dl.pairs dd {
background-color:#ddeeee;
}