341 lines
6.6 KiB
CSS
341 lines
6.6 KiB
CSS
|
|
.co-options-menu .fa-gear {
|
|
color: #999;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.co-options-menu .dropdown.open .fa-gear {
|
|
color: #428BCA;
|
|
}
|
|
|
|
.co-img-bg-network {
|
|
background: url('/static/img/network-tile.png') left top repeat, linear-gradient(30deg, #2277ad, #144768) no-repeat left top fixed;
|
|
background-color: #2277ad;
|
|
background-size: auto, 100% 100%;
|
|
}
|
|
|
|
.co-m-navbar {
|
|
background-color: white;
|
|
margin: 0;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.co-fx-box-shadow {
|
|
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
|
|
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
|
|
-ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
|
|
-o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
.co-fx-box-shadow-heavy {
|
|
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
|
|
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
|
|
-ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
|
|
-o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
|
|
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
|
|
}
|
|
|
|
.co-fx-text-shadow {
|
|
text-shadow: rgba(0, 0, 0, 1) 1px 1px 2px;
|
|
}
|
|
|
|
.co-nav-title {
|
|
height: 70px;
|
|
margin-top: -22px;
|
|
}
|
|
|
|
.co-nav-title .co-nav-title-content {
|
|
color: white;
|
|
text-align: center;
|
|
}
|
|
|
|
.co-tab-container {
|
|
padding: 0px;
|
|
}
|
|
|
|
.co-tabs {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
width: 82px;
|
|
background-color: #e8f1f6;
|
|
border-right: 1px solid #DDE7ED;
|
|
|
|
display: table-cell;
|
|
float: none;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.co-tab-content {
|
|
width: 100%;
|
|
display: table-cell;
|
|
float: none;
|
|
padding: 20px;
|
|
}
|
|
|
|
.co-tabs li {
|
|
list-style: none;
|
|
display: block;
|
|
border-bottom: 1px solid #DDE7ED;
|
|
}
|
|
|
|
|
|
.co-tabs li.active {
|
|
background-color: white;
|
|
border-right: 1px solid white;
|
|
margin-right: -1px;
|
|
}
|
|
|
|
.co-tabs li a {
|
|
display: block;
|
|
width: 82px;
|
|
height: 82px;
|
|
line-height: 82px;
|
|
text-align: center;
|
|
font-size: 36px;
|
|
color: gray;
|
|
}
|
|
|
|
.co-tabs li.active a {
|
|
color: black;
|
|
}
|
|
|
|
|
|
.co-main-content-panel {
|
|
margin-bottom: 20px;
|
|
background-color: #fff;
|
|
border: 1px solid transparent;
|
|
padding: 10px;
|
|
|
|
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
|
|
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
|
|
-ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
|
|
-o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
|
|
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
|
|
}
|
|
|
|
.co-tab-panel {
|
|
padding: 0px;
|
|
}
|
|
|
|
|
|
.cor-log-box {
|
|
width: 100%;
|
|
height: 550px;
|
|
position: relative;
|
|
}
|
|
|
|
.co-log-viewer {
|
|
position: absolute;
|
|
top: 20px;
|
|
left: 20px;
|
|
right: 20px;
|
|
height: 500px;
|
|
|
|
padding: 20px;
|
|
|
|
background: rgb(55, 55, 55);
|
|
border: 1px solid black;
|
|
color: white;
|
|
|
|
overflow: scroll;
|
|
}
|
|
|
|
.co-log-viewer .co-log-content {
|
|
font-family: Consolas, "Lucida Console", Monaco, monospace;
|
|
font-size: 12px;
|
|
white-space: pre;
|
|
}
|
|
|
|
.cor-log-box .co-log-viewer-new-logs i {
|
|
margin-left: 10px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.cor-log-box .co-log-viewer-new-logs {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
bottom: 40px;
|
|
right: 30px;
|
|
padding: 10px;
|
|
color: white;
|
|
border-radius: 10px;
|
|
background: rgba(72, 158, 72, 0.8);
|
|
}
|
|
|
|
.co-panel {
|
|
margin-bottom: 40px;
|
|
|
|
/*border: 1px solid #eee;*/
|
|
}
|
|
|
|
.co-panel .co-panel-heading img {
|
|
margin-right: 6px;
|
|
width: 24px;
|
|
}
|
|
|
|
.co-panel .co-panel-heading i.fa {
|
|
margin-right: 6px;
|
|
width: 24px;
|
|
text-align: center;
|
|
}
|
|
|
|
.co-panel .co-panel-heading {
|
|
padding: 6px;
|
|
/*background: #eee;*/
|
|
border-bottom: 1px solid #eee;
|
|
|
|
margin-bottom: 4px;
|
|
font-size: 135%;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.co-panel .co-panel-body {
|
|
padding: 10px;
|
|
}
|
|
|
|
.co-panel .co-panel-button-bar {
|
|
margin-top: 10px;
|
|
padding-top: 10px;
|
|
border-top: 1px solid #eee;
|
|
}
|
|
|
|
.config-setup-tool-element .help-text {
|
|
margin-top: 6px;
|
|
color: #aaa;
|
|
}
|
|
|
|
.config-setup-tool-element .description {
|
|
padding: 6px;
|
|
}
|
|
|
|
.config-setup-tool-element .config-table > tbody > tr > td:first-child {
|
|
padding-top: 14px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.config-setup-tool-element .config-table > tbody > tr > td.non-input {
|
|
padding-top: 8px;
|
|
}
|
|
|
|
.config-setup-tool-element .config-table > tbody > tr > td {
|
|
padding: 8px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.config-setup-tool-element .config-table > tbody > tr > td .config-numeric-field-element {
|
|
width: 100px;
|
|
}
|
|
|
|
.config-setup-tool-element .config-table > tbody > tr > td .config-string-field-element {
|
|
width: 400px;
|
|
}
|
|
|
|
.config-list-field-element .empty {
|
|
color: #ccc;
|
|
margin-bottom: 10px;
|
|
display: block;
|
|
}
|
|
|
|
.config-list-field-element input {
|
|
width: 350px;
|
|
}
|
|
|
|
.config-setup-tool-element .inner-table {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.config-setup-tool-element .inner-table tr td:first-child {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.config-setup-tool-element .inner-table td {
|
|
padding: 6px;
|
|
}
|
|
|
|
.config-setup-tool-element label {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
margin: 4px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.config-file-field-element input {
|
|
display: inline-block;
|
|
width: 78px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.co-checkbox {
|
|
position: relative;
|
|
}
|
|
|
|
.co-checkbox input {
|
|
display: none;
|
|
}
|
|
|
|
.co-checkbox label {
|
|
position: relative;
|
|
padding-left: 28px;
|
|
}
|
|
|
|
.co-checkbox label:before {
|
|
content: '';
|
|
cursor: pointer;
|
|
position: absolute;
|
|
width: 20px;
|
|
height: 20px;
|
|
top: 0;
|
|
left: 0;
|
|
border-radius: 4px;
|
|
|
|
-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
|
|
-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
|
|
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
|
|
|
|
background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
|
|
background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
|
|
background: -o-linear-gradient(top, #222 0%, #45484d 100%);
|
|
background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
|
|
background: linear-gradient(top, #222 0%, #45484d 100%);
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
|
|
}
|
|
|
|
.co-checkbox label:after {
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
|
filter: alpha(opacity=0);
|
|
opacity: 0;
|
|
content: '';
|
|
position: absolute;
|
|
width: 11px;
|
|
height: 7px;
|
|
background: transparent;
|
|
top: 5px;
|
|
left: 4px;
|
|
border: 3px solid #fcfff4;
|
|
border-top: none;
|
|
border-right: none;
|
|
|
|
-webkit-transform: rotate(-45deg);
|
|
-moz-transform: rotate(-45deg);
|
|
-o-transform: rotate(-45deg);
|
|
-ms-transform: rotate(-45deg);
|
|
transform: rotate(-45deg);
|
|
}
|
|
|
|
.co-checkbox label:hover::after {
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
|
|
filter: alpha(opacity=30);
|
|
opacity: 0.3;
|
|
}
|
|
|
|
.co-checkbox input[type=checkbox]:checked + label:after {
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
|
filter: alpha(opacity=100);
|
|
opacity: 1;
|
|
border: 3px solid rgb(26, 255, 26);
|
|
border-top: none;
|
|
border-right: none;
|
|
}
|
|
|
|
|