yacy_search_server/skins/pdblue.css
Michael Peter Christen 0e2ee00fea added an index deletion servlet and some style changes for the
'dangerous' engage-button
2013-04-29 19:30:53 +02:00

384 lines
5.7 KiB
CSS

/* Skin */
body {
background-color:#FFFFFF;
color:#18294A;
}
a:link {
color:#18294A;
background-color:transparent;
}
a:link:hover {
color: #65AC2A;
background-color:transparent;
}
/* Menu */
.menugroup h3 {
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-khtml-border-top-left-radius: 5px;
-khtml-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
background-color: #5090D0;
color:white;
}
.SubMenugroup h3, .SubMenu h3 {
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #5090D0;
color:white;
}
a.MenuItemLink, ul.SubMenu em {
background-color: #DEE6F3;
color:#18294A;
}
a:hover.MenuItemLink {
background-color:transparent;
color:#18294A;
}
/* Head */
div.head h1 {
background-color:transparent;
text-align:left;
padding-left:70px;
color:#18294A;
}
/* Tables */
table {
}
.TableHeader {
background-color: #65AC2A;
color:white;
}
.TableCellDark {
background-color: #DEE6F3;
}
.TableCellLight {
background-color: #ECF1F8;
}
.TableCellDark:target, .TableCellLight:target {
background-color: #FFCCCC;
}
.TableCellSummary {
background-color: #FFCCCC;
border:1px solid #888888;
}
.TableCellActive {
background-color: #ffbbaa;
}
/* Blog and Wiki*/
.Post {
background-color:#eee;
}
.PostSubject {
background-color:#8aa;
}
.PostSubject a {
color:#18294A;
}
.PostInfo {
background-color:#bdcdd4;
}
/* 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:1px #000 dashed;
}
a.bookmarkTitle {
color: #5090D0;
}
a:hover.bookmarkTitle {
color: #5090D0;
}
a.bookmarkTags {
color: #007050;
}
a:hover.bookmarkTags {
color: #5090D0;
}
a.bookmarkAction {
color: #999999;
}
.Tags {
border-left: 2px solid #18294A;
}
.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: #FFFFFF solid 1px;
}
div.ProgressBarFill {
background-color:#DEE6F3;
}
/* Copyright info */
div#api {
position:absolute;
top:3px;
right:20px;
z-index: 100;
}
div#yacylivesearch {
float:right;
margin-right: 90px;
margin-top: -24px;
}
/* Searchresults */
fieldset.maininput, fieldset.yacys {
background-color:#DEE6F3;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
form.search.small h2 {
border-bottom:1px solid #CAD5E3;
}
.searchresults {
/*border-top:1px #000 dashed;*/
}
.searchresults h4 a {
font-size:1.2em;
font-weight:normal;
text-decoration:underline;
color:#2200CC;
}
.searchresults h4 a:link:hover {
color:#2200CC;
}
.snippetLoaded strong {
color:black;
}
.searchresults .url a {
color:#008000;
}
.searchresults .url a:link:hover {
color:#008000;
}
/* other */
.settingsValue {
color:#556699;
}
.Headline {
background-color: #5090D0;
color: white;
}
.Heading {
background-color: #5090D0;
}
.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:#DEE6F3;
color:#18294A;
border:0px solid #DEE6F3;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
/* input, select, textarea, button {
color: black;
background-color: white;
} */
legend {
background-color:#65AC2A;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-align:left;
color:white;
}
legend a:link {
color:white;
}
legend a:link:hover {
color:white;
}
form dt, dl.pairs dt {
background-color:#DEE6F3;
font-weight:bold;
}
form dd, dl.pairs dd {
background-color:#DEE6F3;
}
.submitready {
height:20px;
width:160px;
font-size:1.2em;
text-indent:9px;
color:white;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
border: 0px;
background:#5090D0;
background-image:url("/env/grafics/ok.png");
background-size: 16px 16px;
background-repeat:no-repeat;
background-position: 2px center;
}
.submitready:hover {
background:#65AC2A;
background-image:url("/env/grafics/ok.png");
background-size: 16px 16px;
background-repeat:no-repeat;
background-position: 2px center;
}
.dangerdisarmed {
height:20px;
width:160px;
font-size:1.2em;
text-indent:9px;
color:white;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
border: 0px;
background:#dddddd;
}
.dangerready {
height:20px;
width:160px;
font-size:1.2em;
text-indent:9px;
color:white;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
border: 0px;
background:#ff6000;
background-image:url("/env/grafics/construction.gif");
background-size: 24px 16px;
background-repeat:no-repeat;
background-position: 4px center;
}
.dangerready:hover {
background:#ff0000;
background-image:url("/env/grafics/construction.gif");
background-size: 24px 16px;
background-repeat:no-repeat;
background-position: 4px center;
}