You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yacy_search_server/skins/vega-aqua.css

1 line
3.9 KiB

/* Skin vega-aqua */
/* This file is maintained by Thomas S<><53><EFBFBD><EFBFBD> <th-suess@gmx.de> */
body {
background-color:#FFFFFF;
color:black;
}
a:link {
color:#00008B;
background-color:transparent;
}
a:visited {
color:#00008B;
background-color:transparent;
}
a:hover {
color:#0000FF;
background-color:transparent;
}
/* Menu */
.menugroup h3, .SubMenugroup h3, .SubMenu h3 {
background-color: #a3a9b7;
color: black;
}
a.MenuItemLink, ul.SubMenu em {
background-color: #ccd2de;
color: black;
}
a:hover.MenuItemLink {
color:#0088BB;
background-color:transparent;
}
/* Head */
div.head h1 {
background-color: #a3a9b7;
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: #6a7180;
color: #000000;
}
/* Tables */
.TableHeader {
background-color: #a3a9b7;
}
.TableCellDark {
background-color: #c2c8d4;
}
.TableCellLight {
background-color: #ccd2de;
}
.TableCellSummary {
background-color: #ffbbaa;
}
.TableCellActive {
background-color: #ffbbaa;
}
/* Blog and Wiki*/
.Post {
background-color: #eee;
}
.PostSubject {
background-color: #a3a9b7;
border-color: #6a7180;
border-style: solid;
border-width: 1px;
}
.PostSubject a {
color: black;
}
.PostInfo {
background-color: #ccd2de;
}
/* Wiki */
.WikiTOCBox {
border: 1px solid #aaa;
background-color: #FFFFFF;
}
a.unknown {
color: #990000;
}
a.known {
color: #009900;
}
a.extern {
color: #000099;
}
/* in Bookmarks */
.bookmark {
border-bottom-color: #000;
border-bottom-style: dashed;
border-bottom-width: 1px;
}
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-style: solid;
border-left-width: 2px;
}
.diff { background-color: #E8E8EE; }
.diff .unchanged { color: #333; }
.diff .added { color: #090; background-color: #B5F0B5; }
.diff .deleted { color: #B00; background-color: #F9B5B5; }
/* in Status.html */
.ProgressBar {
border: #6a7180 solid 1px;
}
div.ProgressBarFill {
background-color: #71d500;
}
/* Copyright info */
.info {
border-top:1px solid gray;
}
/* Searchresults */
form.search.small h2 {
border-bottom:1px solid #CAD5E3;
}
.searchresults {
/*border-top:1px #000 dashed;*/
}
.searchresults h4 a {
font-size:1.1em;
}
.searchresults .url a {
color:#008000;
}
.snippetLoading {
color:#999999;
}
.snippetLoaded strong {
background:#dddddd;
}
.snippetError {
color:red;
}
.searchHighlight1 { font-weight: bold; color: #FFFF64; }
.searchHighlight2 { font-weight: bold; color: #FF9B9B; }
.searchHighlight3 { font-weight: bold; color: #0F0; }
.searchHighlight4 { font-weight: bold; color: #0FF; }
.searchHighlight5 { font-weight: bold; color: #C90; }
.searchHighlight6 { font-weight: bold; color: #C9F; }
/* other */
.settingsValue {
color:#556699;
}
.Headline {
background-color: #4070a0;
color: white;
}
.Heading {
background-color: #a3a9b7;
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: #6a7180;
}
.error, .warning {
color:red;
}
.success {
color:green;
}
.Message {
background-color: #eeeeee;
}
.example {
background-color:#D3D3D3;
}
.hides:hover .hoverShow { background-color: #FFFFFF; }
/* Log */
body#ViewLog pre {
background-color:white;
}
/* Forms */
fieldset {
background-color: #dcdce4;
border-color: #6a7180;
border-style: solid;
border-width: 1px;
color: black;
}
/* input, select, textarea, button {
color: black;
background-color: white;
} */
legend {
background-color: #ccd2de;
border-color: #6a7180;
border-style: solid;
border-width: 1px;
}
form dt, dl.pairs dt {
background-color: #c2c8d4;
}
form dd, dl.pairs dd {
background-color: #ccd2de;
}