<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ======= for king9 ======= 
img {
-webkit-filter: grayscale(30%);
filter: grayscale(30%);
}
html {
-webkit-filter: grayscale(80%);
}*/

.black-ribbon {
  position: fixed;
  z-index: 9999;
  width: 70px;
}
@media only all and (min-width: 768px) {
  .black-ribbon {
    width: auto;
  }
}

.stick-left { left: 0; }
.stick-right { right: 0; }
.stick-top { top: 0; }
.stick-bottom { bottom: 0; }

/* ======= for king9 ======= */


.navbar-custom {
    background-color:#0033cc;
    color:#ffffff;
    border-radius:0;
}

.navbar-custom .navbar-nav &gt; li &gt; a {
    color:#ffffff;
}
.navbar-custom .navbar-nav &gt; .active &gt; a, .navbar-nav &gt; .active &gt; a:hover, .navbar-nav &gt; .active &gt; a:focus {
    color: #ffffff;
    background-color:transparent;
}
.navbar-custom .navbar-brand {
    color:#ffffff;
}
.nav.nav-tabs.nav-justified.list-group-item-warning li a {
	color: #ffffff;
}
.panel-heading .panel-title {
	color: #ffffff;
}
.nav.nav-tabs.list-group-item-warning li a {
	color: #ffffff;
}</pre></body></html>