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/rc3assembly.css

346 lines
4.8 KiB

/* Skin */
@font-face {
font-family: orbitron;
src: url(/env/fonts/Orbitron-VariableFont_wght.ttf);
}
@font-face {
font-family: rajdhani;
src: url(/env/fonts/Rajdhani-Medium.ttf);
}
* {
font-family:rajdhani;
font-weight: bold;
}
body {
background-color:#100E23;
color:#FFFFFF;
}
a:link {
color:#FFFFFF;
background-color:transparent;
}
a:visited {
color:#FFFFFF;
background-color:transparent;
}
a:hover {
color: #01A08F;
background-color:transparent;
}
.navbar-default {
background-color: #000000;
border-color: #e7e7e7;
}
/* Menu */
.menugroup h3 {
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-khtml-border-top-left-radius: 3px;
-khtml-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: #FFF900;
font-weight: bold;
padding-top:6px;
padding-bottom:6px;
color:#100E23;
font-family:orbitron;
}
.SubMenugroup h3, .SubMenu h3 {
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #5090D0;
font-weight: bold;
padding-top:2px;
padding-bottom:2px;
color:white;
}
a.MenuItemLink, ul.SubMenu em {
background-color: #02FAE0;
color:#100E23;
}
div.SubMenu h3 {
padding: 6px 10px;
font-family: orbitron;
background-color: #02FAE0;
color:#100E23;
}
a:hover.MenuItemLink {
background-color:#01A08F;
color:#18294A;
}
/* Head */
div.head h1 {
background-color:transparent;
text-align:left;
padding-left:70px;
color:#18294A;
}
/* Tables */
table {
}
.TableHeader {
background-color: #01A08F;
color:white;
}
.TableCellDark {
background-color: #02180C;
}
.TableCellLight {
background-color: #043D1D;
}
.TableCellDark:target, .TableCellLight:target {
background-color: #FFCCCC;
}
.TableCellSummary {
background-color: #FFCCCC;
}
.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:#100E23;
}
/* Searchresults */
fieldset.maininput, fieldset.yacys {
background-color:#100E23;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
form.search.small h2 {
border-bottom:1px solid #CAD5E3;
}
.searchresults {
/*border-top:1px #000 dashed;*/
margin-top: 15px;
}
.searchresults h4 a {
font-size:1.3em;
font-weight:normal;
color:#FFFFFF;
text-decoration: none;
margin-bottom: 5px;
}
.searchresults h4 a:hover {
color:#FFFFFF;
text-decoration: underline;
}
.snippetLoaded {
font-size:1.2em;
line-height: 1.2;
}
.snippetLoaded strong {
color:black;
}
.searchresults .url a {
font-size:1.2em;
color:#086020;
text-decoration: none;
line-height: 1.2;
}
.searchresults .url a:hover {
color:#086020;
text-decoration: underline;
}
/* 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:#100E23;
color:#FFFFFF;
border:2px solid #01A08F;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
input, select, textarea, button {
color: #FFFFFF;
background-color: #222100;
}
legend {
font-family:orbitron;
background-color:#01A08F;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-align:left;
font-weight: bold;
color:white;
}
legend a:link {
color:white;
}
legend a:hover {
color:white;
}
form dt, dl.pairs dt {
font-weight:bold;
}
form dd, dl.pairs dd {
}