<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import 'adminlte/adminlte.min.css';
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/SourceSansPro/SourceSansPro-Light.ttf') format('truetype'), url('../fonts/SourceSansPro/SourceSansPro-Light.woff') format('woff'), url('../fonts/SourceSansPro/SourceSansPro-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/SourceSansPro/SourceSansPro-It.ttf') format('truetype'), url('../fonts/SourceSansPro/SourceSansPro-It.woff') format('woff'), url('../fonts/SourceSansPro/SourceSansPro-It.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/SourceSansPro/SourceSansPro-Regular.ttf') format('truetype'), url('../fonts/SourceSansPro/SourceSansPro-Regular.woff') format('woff'), url('../fonts/SourceSansPro/SourceSansPro-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/SourceSansPro/SourceSansPro-Bold.ttf') format('truetype'), url('../fonts/SourceSansPro/SourceSansPro-Bold.woff') format('woff'), url('../fonts/SourceSansPro/SourceSansPro-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/SourceSansPro/SourceSansPro-BoldIt.ttf') format('truetype'), url('../fonts/SourceSansPro/SourceSansPro-BoldIt.woff') format('woff'), url('../fonts/SourceSansPro/SourceSansPro-BoldIt.woff2') format('woff2');
}
/* Bootstrap 3 legacy grid styles for compatibility */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.col-xs-1 {
  -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-xs-2 {
  -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-xs-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-xs-5 {
  -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-xs-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-xs-8 {
  -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-xs-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-xs-11 {
  -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-xs-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
/* "Scooper" to transmit LESS variables for JS use *****************************/
#scooper {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  content: "headings-font-weight:300|brand-primary:#2cb2ff|body-bg:#32383d|page-bg:#32383d|brand-primary-contrast:#f4f6f9";
  display: none;
}
body {
  background-color: #32383d;
}
.navbar-blue {
  background-color: #2e81b1;
}
.navbar-expand .navbar-nav .nav-link {
  color: #f4f6f9;
}
.navbar-expand .navbar-nav .active .nav-link,
.navbar-expand .navbar-nav .nav-link:hover {
  color: #000;
}
.navbar .btn-primary {
  color: #f4f6f9;
  background-color: #545b62;
  border-color: #545b62;
}
.navbar .btn-primary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: none;
}
#topmenu-toggle {
  position: absolute;
  right: 0.5rem;
  top: 0.5em;
}
@media (min-width: 600px) {
  #topmenu-toggle {
    display: none;
  }
}
#topmenu-toggle a:hover,
#topmenu-toggle a:active {
  color: #f4f6f9;
}
#user-menu {
  margin-right: 1rem;
}
@media (max-width: 599px) {
  .navbar {
    display: block;
  }
  #navbar-toggle {
    display: inline-block;
  }
  #navbar-toggle a {
    display: inherit;
  }
  #navbar-menu,
  #user-menu {
    display: none;
  }
  #navbar-menu.show,
  #user-menu.show {
    display: block;
  }
  #navbar-menu li {
    text-align: center;
  }
  #user-menu {
    margin-top: 0.5rem;
    margin-right: 0;
    text-align: center;
  }
  #navbar-menu li {
    display: inline;
  }
}
.content .btn-primary {
  background-color: #2e81b1;
  border-color: #2e81b1;
}
.content .btn-primary:hover {
  background-color: #2cb2ff;
  border-color: #2cb2ff;
}
.sidebar {
  overflow-x: hidden;
}
.sidebar .portlet-decoration {
  overflow: hidden;
}
.sidebar .portlet-title {
  padding: 0.5rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  overflow: hidden;
}
[class*="sidebar-dark-"] .portlet-title {
  background: inherit;
  color: #d0d4db;
}
.sidebar .portlet-title {
  width: 100%;
  padding: 1.7rem 1rem 0.5rem;
  opacity: 1;
  transition: opacity 0.3s ease, width 0.3s ease;
  white-space: nowrap;
}
.sidebar-collapse .main-sidebar.sidebar-focused .sidebar .portlet-title,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .sidebar .portlet-title {
  width: auto;
  opacity: 1;
}
.sidebar-mini.sidebar-collapse .sidebar .portlet-title {
  width: 0;
  opacity: 0;
}
.nav-sidebar a {
  padding-left: 55px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  color: #c2c7d0;
  display: block;
  padding: 0.5rem 1rem 0.5rem 55px;
}
.nav-sidebar .nav-item {
  display: inline;
  width: 100%;
  transition: width 0.3s linear, visibility 0.3s ease;
}
[class*="sidebar-dark-"] .nav-sidebar &gt; .nav-item.menu-open &gt; a,
[class*="sidebar-dark-"] .nav-sidebar &gt; .nav-item:hover &gt; a,
[class*="sidebar-dark-"] .nav-sidebar &gt; .nav-item &gt; a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #f4f6f9;
}
.sidebar-mini.sidebar-collapse .nav-sidebar .nav-item {
  width: 3.1rem;
  overflow: hidden;
}
.sidebar-collapse .main-sidebar.sidebar-focused .nav-item,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-item {
  width: 100%;
}
.nav-pills a:not(.active):hover {
  color: #2cb2ff;
}
.nav-sidebar a svg {
  float: left;
  position: absolute;
  top: 0.7rem;
  left: 1.5rem;
  font-size: 1.2rem;
  margin-right: 0.2rem;
  text-align: center;
  width: 1.6rem !important;
}
.nav-sidebar li ul li a svg {
  left: 0.9rem;
  transition: margin-left 0.3s linear, visibility 0.3s ease;
}
.sidebar-mini.sidebar-collapse .nav-sidebar li ul li a svg {
  margin-left: -10px;
}
.sidebar-collapse .main-sidebar.sidebar-focused li ul li a svg,
.sidebar-mini.sidebar-collapse .sidebar:hover li ul li a svg {
  margin-left: 0.55rem;
}
#navbar-toggle a {
  color: rgba(44, 178, 255, 0.8);
}
#navbar-toggle a:hover {
  color: #f4f6f9;
}
.nav-sidebar &gt; .nav-item ul {
  padding-left: 20px;
}
.no-offset {
  margin-left: 0 !important;
}
.content-wrapper &gt; .content {
  padding-top: 20px;
}
#mini .content-wrapper &gt; .content {
  padding: 0;
}
.breadcrumb {
  background-color: #343a40;
}
.breadcrumb li {
  margin-left: 5px;
}
.breadcrumb li::before {
  content: '\\';
  margin-right: 5px;
}
.breadcrumb li:first-of-type::before {
  content: '';
  margin-right: 0;
}
.btn-default.hover,
.btn-default:active,
.btn-default:hover {
  border-color: #3b4149;
}
.input-group-addon {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(244, 246, 249, 0.7);
  background-color: #282d31;
  background-clip: padding-box;
  border: 1px solid #282d31;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.input-group input:first-of-type {
  border-right-width: 0;
}
.input-group-btn .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-servercontrol {
  margin: 0 5px;
}
.btn-servercontrol:first-of-type {
  margin-left: 0;
}
.btn-servercontrol:last-of-type {
  margin-right: 0;
}
.pager {
  margin: 20px 0;
  text-align: right;
  font-size: 13px;
}
.yiiPager {
  display: inline-block;
  margin: -6px 0 0 15px;
  padding-left: 0;
  margin-bottom: 0;
  float: right;
}
.yiiPager &gt; li {
  display: inline;
}
.yiiPager &gt; li a {
  position: relative;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-left: none;
  background: #373d43;
  padding: 5px 10px;
  line-height: 1.5;
}
.yiiPager &gt; li:first-child &gt; a {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}
.yiiPager &gt; li:first-child &gt; a,
.yiiPager &gt; li:first-child &gt; span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.yiiPager &gt; li:last-child &gt; a,
.yiiPager &gt; li:last-child &gt; span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.yiiPager &gt; li a:hover {
  background-color: #343a40;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  margin-bottom: 2px;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #343a40;
}
.table td,
.table th {
  border: none;
  padding: 0.75rem;
  text-align: left;
}
.table thead th {
  border: none;
}
table th {
  vertical-align: middle !important;
}
table thead th,
.filters td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
table &gt; tbody &gt; tr &gt; td,
table &gt; tbody &gt; tr &gt; th,
table &gt; tfoot &gt; tr &gt; td,
table &gt; tfoot &gt; tr &gt; th,
table &gt; thead &gt; tr &gt; td,
table &gt; thead &gt; tr &gt; th {
  padding: 0.75rem;
  line-height: 1.42857143;
  vertical-align: top;
}
table tr:first-of-type &gt; th,
table tr:first-of-type &gt; td {
  border-top: 0;
}
.table-striped tbody tr:nth-of-type(2n+1),
table tr.even {
  background-color: #373d43;
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
table td a {
  font-weight: bolder;
}
img {
  max-width: 100%;
}
label {
  margin-bottom: 0;
}
.required .required {
  color: #dd4b39;
}
#status_banner {
  float: right;
}
#Server_domain {
  display: inline-block;
  width: 49%;
}
.subdomain_domain {
  display: inline-block;
}
#subdomain_domain {
  display: inline-block;
}
#jarDropDown {
  position: relative;
}
#jarDropDownButton {
  margin-bottom: 0.75rem;
}
#jarDropDownFilter {
  margin-bottom: 0.375rem;
}
#jarDropDownContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(244, 246, 249, 0.7);
  background-color: #282d31;
  background-clip: padding-box;
  border: 1px solid #282d31;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: none;
  z-index: 1;
}
#jarDropDownContentScroll {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 330px;
}
#jarDropDownContent span {
  font-weight: bolder;
  background-color: #2d3237;
  display: block;
  margin: 5px -0.75rem;
  padding: 2px 0.75rem 2px 0.75rem;
}
#jarDropDownContent a {
  display: block;
}
.hintRow {
  vertical-align: middle;
}
.hintRow a {
  float: right;
}
.default.hintRow {
  text-align: left;
}
.hint {
  cursor: help;
}
.hintText {
  display: none;
  position: absolute;
  top: -3px;
  left: 20px;
  z-index: 1;
  width: 230px;
  border-radius: 3px;
  border-top: 3px solid #117a8b;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #3a4147;
  padding: 10px;
}
.row.server-list {
  margin: 0 0 1rem 0;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #343a40;
  line-height: 1.42857143;
}
.row.server-list:hover,
.row.server-list:hover {
  cursor: pointer;
  background-color: #373d43;
}
.row.server-list &gt; div {
  margin: 0.75rem 0;
}
.row.server-list &gt; div:first-of-type {
  padding-left: 0.75rem;
}
.row.server-list &gt; div:last-of-type {
  padding-right: 0.75rem;
}
.row.server-list a {
  font-weight: bolder;
}
.row.server-list a:hover {
  color: #008ddf;
}
.row.server-list img {
  margin-top: -3px;
}
.pull-left {
  display: inline;
}
.pull-left img {
  margin-top: -3px;
}
.stat {
  margin-bottom: 1rem;
  text-align: center;
}
.stat .title {
  font-weight: 700;
}
.stat div:first-of-type {
  margin: 1rem auto 0 auto;
}
.detail-view .display-upper td,
.detail-view .display-sub td {
  text-align: center;
}
.detail-view .display-sub,
.list-view .display-sub {
  font-size: 1.5em;
}
.suspended {
  font-size: 0.7em;
  color: gray;
}
#chat-ajax,
#log-ajax {
  width: 100%;
  max-width: 100%;
  height: 400px;
  margin-bottom: 0.75rem;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(244, 246, 249, 0.7);
  background-color: #2d3237;
  background-clip: padding-box;
  border: 1px solid #2d3237;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  overflow-y: scroll;
}
#log-ajax {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 0.9em;
}
.console-date {
  color: gray;
}
.console-source-multicraft {
  color: gray;
}
.console-source-server {
  color: #dd4b39;
}
.console-source-connection {
  color: #dd4b39;
}
.console-level-info {
  color: gray;
}
.console-level-severe {
  color: #dd4b39;
}
.console-level-warning {
  color: #dd4b39;
}
.console-ip-addr {
  color: gray;
}
.list-view .summary,
.list-view .sorter {
  font-size: 0.8em !important;
}
.grid-view .summary,
.grid-view .sorter {
  margin: 0 0 5px 0;
  text-align: right;
  font-size: 0.8em !important;
}
.grid-view .empty {
  font-style: italic;
}
.ftp-table {
  margin-top: 8px;
}
.ftp-table td {
  vertical-align: middle;
}
.ftp-table td:nth-child(1) {
  position: relative;
}
.ftp-table td:nth-child(1) input {
  margin-top: 10px;
}
.ftp-table th:nth-child(2),
.ftp-table td:nth-child(2) {
  position: relative;
  min-width: 16px;
  padding: 0.75rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .ftp-table td:nth-child(1) input {
    position: absolute;
    margin-top: 0;
    top: calc(0.75rem + 5px);
    left: 0.75rem;
  }
  .ftp-table th:nth-child(2) img,
  .ftp-table td:nth-child(2) img {
    position: absolute;
    top: calc(0.75rem + 5px);
    left: 50%;
    margin-left: -8px;
  }
  #users-grid .ftp_access {
    display: inline-block;
    width: 50%;
    margin-right: 0.75rem;
  }
}
#about .row {
  max-width: 80%;
  margin: auto;
  text-align: center;
}
#about .row:last-of-type {
  margin-bottom: 1rem;
}
#about .row a {
  border-bottom: solid 1px rgba(0, 0, 0, 0.125);
  padding: 1rem 0;
}
#about .row:last-of-type a {
  border-bottom: none;
}
#poweredby {
  margin-top: 26px;
  font-size: 90%;
  text-align: right;
}
#mini .content-wrapper {
  padding-top: 25%;
}
#mini {
  width: 360px;
  margin: auto;
}
#mini .branding {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 0.75rem;
  text-align: center;
}
#mini .branding img {
  margin-right: 0.5rem;
}
#mini .card {
  background-color: #3a4147;
}
#mini .card-header {
  padding: 0 1.25rem;
}
#mini .navbar-nav {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
}
#mini .nav-link {
  padding: 0.75rem 1rem;
  font-weight: bolder;
}
#mini .introbar {
  margin: 1.25rem -1.25rem -1.25rem -1.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  background-color: #343a40;
  overflow: hidden;
}
#mini .introbar a {
  display: block;
  margin-left: -24px;
  border-top: solid 1px rgba(0, 0, 0, 0.125);
  padding: 0.375rem 0.75rem;
  text-align: center;
}
#mini .introbar a:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
#mini .introbar a:hover {
  background-color: #373d43;
}
#mini .introbar img {
  margin-right: 0.75rem;
}
.callout {
  background-color: #3a4147;
}
.infoBox,
.errorMessage,
.flash-success,
.flash-error,
.flash-notice {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #3a4147;
  padding: 1rem;
}
.infoBox,
.flash-notice {
  border-left: calc(3px + 2px) solid #117a8b;
}
.flash-success {
  border-left: calc(3px + 2px) solid #00a65a;
}
.errorMessage,
.flash-error {
  border-left: calc(3px + 2px) solid #dd4b39;
  font-weight: bolder;
}
.progress-bar {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.12);
}
input#refresh_ival {
  margin: 0 5px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(244, 246, 249, 0.7);
  background-color: #2d3237;
  background-clip: padding-box;
  border: 1px solid #2d3237;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control {
  background-color: #2d3237;
  border-color: #2d3237;
  color: rgba(244, 246, 249, 0.7);
}
.form-control:focus {
  background-color: #282d31;
  border-color: #282d31;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: rgba(40, 45, 49, 0.3);
  border-color: rgba(40, 45, 49, 0.3);
  color: #222;
}
.dropdown-menu {
  background-color: #3a4147;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.content-wrapper .dropdown .dropdown-item {
  color: #f4f6f9;
}
@media (min-width: 720px) {
  .plugin_version_info {
    float: right;
    width: 40%;
    min-width: 350px;
    max-height: 400px;
    overflow-y: scroll;
    border: none;
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #343a40;
    margin: 0 0 2rem 2rem;
  }
  .plugin_version_table {
    margin-bottom: 0;
    border: none;
    box-shadow: none;
  }
}
.plugin_action_pending {
  display: inline;
}
.main-footer {
  background-color: #373d43;
  border-top-color: #373d43;
}
.mini .main-footer {
  text-align: center;
}
</pre></body></html>