✨ add theme hotaru
1713
resource/static/theme-hotaru/css/core.css
Normal file
47
resource/static/theme-hotaru/css/darkmode.css
Normal file
@@ -0,0 +1,47 @@
|
||||
/* Dark mode */
|
||||
|
||||
#darkmodeButton {
|
||||
background-color: black;
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
position: fixed;
|
||||
bottom: 2rem;
|
||||
right: 0.5rem;
|
||||
z-index: 9999;
|
||||
border-radius: 50%;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
body.dark #darkmodeButton {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
body.dark {
|
||||
background: #263236;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
body.dark table.table-striped tr.even {
|
||||
background-color: #212f36;
|
||||
}
|
||||
|
||||
body.dark table.table-striped tr.odd {
|
||||
background-color: #2f3c42;
|
||||
}
|
||||
|
||||
body.dark tr.expandRow {
|
||||
background-color: #263238 !important;
|
||||
}
|
||||
|
||||
body.dark .panel {
|
||||
background-color: #384d58;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
body.dark .panel h3, body.dark .panel span {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
body.dark .page-section {
|
||||
border-bottom: 1px solid #212f36;
|
||||
}
|
||||
312
resource/static/theme-hotaru/css/main.css
Normal file
@@ -0,0 +1,312 @@
|
||||
body {
|
||||
margin: 0;
|
||||
color: #616366;
|
||||
background: url(../img/bg_parts.png) repeat-y left top, url(../img/bg.png) repeat left top;
|
||||
}
|
||||
|
||||
a {
|
||||
-webkit-transition: all ease-in .15s;
|
||||
-moz-transition: all ease-in .15s;
|
||||
-ms-transition: all ease-in .15s;
|
||||
-o-transition: all ease-in .15s;
|
||||
transition: all ease-in .15s;
|
||||
}
|
||||
|
||||
th {
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table {
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
.container {
|
||||
padding-left: 24px;
|
||||
padding-right: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.container {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.page-section {
|
||||
padding-top: 48px;
|
||||
padding-bottom: 55px;
|
||||
border-bottom: 1px solid #edeff2;
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
.page-section {
|
||||
padding-top: 25px;
|
||||
padding-bottom: 35px;
|
||||
}
|
||||
}
|
||||
|
||||
.location-header {
|
||||
padding: 0 0 20px 0;
|
||||
}
|
||||
|
||||
.location-header .h4 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.location-header .h4 small {
|
||||
display: block;
|
||||
padding: 3px 0 0 0;
|
||||
color: #919699;
|
||||
font-size: 12px;
|
||||
font-weight: 300;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.location-info {
|
||||
margin: 0 0 -5px 0;
|
||||
font-size: 14px;
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
-webkit-transform: translateX(0) translateY(0);
|
||||
transform: translateX(0) translateY(0);
|
||||
-webkit-transition: all ease-in .25s, transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
|
||||
-moz-transition: all ease-in .25s, transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
|
||||
transition: all ease-in .25s, transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
|
||||
}
|
||||
|
||||
.location-info>li {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.location-header>i {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.location-progress .progress {
|
||||
margin: 0 0 15px 0;
|
||||
}
|
||||
|
||||
.progress {
|
||||
background-color: #d5dade;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
background: linear-gradient(to right, #44ce78 0%, #43ce9f 100%) !important;
|
||||
}
|
||||
|
||||
.progress-bar-danger {
|
||||
background: #d9534f !important;
|
||||
}
|
||||
|
||||
.progress-bar-warning {
|
||||
background: #f0ad4e !important;
|
||||
}
|
||||
|
||||
.progress-sm {
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
.table {
|
||||
/* font-size: 0.9rem; */
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.table>thead>tr>th:first-child {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.table>thead>tr>th:last-child {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.hotaru-cover p,
|
||||
h1 {
|
||||
color: white;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (min-width: 992px) {
|
||||
.hotaru-cover {
|
||||
background: url(../img/tenshi_l.png) center no-repeat;
|
||||
background-size: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 992px) {
|
||||
|
||||
#location,
|
||||
tr td:nth-child(4) {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.hotaru-cover {
|
||||
background: url(../img/tenshi_l.png) center no-repeat;
|
||||
background-size: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 720px) {
|
||||
|
||||
#type,
|
||||
tr td:nth-child(3) {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#location,
|
||||
tr td:nth-child(4) {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#uptime,
|
||||
tr td:nth-child(5) {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.hotaru-cover {
|
||||
background: url(../img/tenshi.png) no-repeat;
|
||||
background-size: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
|
||||
#type,
|
||||
tr td:nth-child(3) {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#location,
|
||||
tr td:nth-child(4) {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#uptime,
|
||||
tr td:nth-child(5) {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#load,
|
||||
tr td:nth-child(6) {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.hotaru-cover {
|
||||
background: url(../img/tenshi.png) no-repeat;
|
||||
background-size: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 533px) {
|
||||
|
||||
#type,
|
||||
tr td:nth-child(3) {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#location,
|
||||
tr td:nth-child(4) {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#uptime,
|
||||
tr td:nth-child(5) {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#traffic,
|
||||
tr td:nth-child(8) {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#load,
|
||||
tr td:nth-child(6) {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.hotaru-cover {
|
||||
background: url(../img/tenshi.png) no-repeat;
|
||||
background-size: 100%;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 450px) {
|
||||
body {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#name,
|
||||
tr td:nth-child(2) {
|
||||
min-width: 20px;
|
||||
max-width: 60px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#type,
|
||||
tr td:nth-child(3) {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#location,
|
||||
tr td:nth-child(4) {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#uptime,
|
||||
tr td:nth-child(5) {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#traffic,
|
||||
tr td:nth-child(8) {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#hdd,
|
||||
tr td:nth-child(11) {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#cpu,
|
||||
#ram {
|
||||
min-width: 20px;
|
||||
max-width: 40px;
|
||||
}
|
||||
|
||||
.hotaru-cover {
|
||||
background: url(../img/tenshi.png) no-repeat;
|
||||
background-size: 100%;
|
||||
}
|
||||
}
|
||||
BIN
resource/static/theme-hotaru/img/bg.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
resource/static/theme-hotaru/img/bg_parts.png
Normal file
|
After Width: | Height: | Size: 7.8 KiB |
BIN
resource/static/theme-hotaru/img/clients/AD.png
Normal file
|
After Width: | Height: | Size: 268 B |
BIN
resource/static/theme-hotaru/img/clients/AE.png
Normal file
|
After Width: | Height: | Size: 279 B |
BIN
resource/static/theme-hotaru/img/clients/AF.png
Normal file
|
After Width: | Height: | Size: 855 B |
BIN
resource/static/theme-hotaru/img/clients/AG.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
resource/static/theme-hotaru/img/clients/AL.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
resource/static/theme-hotaru/img/clients/AM.png
Normal file
|
After Width: | Height: | Size: 312 B |
BIN
resource/static/theme-hotaru/img/clients/AR.png
Normal file
|
After Width: | Height: | Size: 442 B |
BIN
resource/static/theme-hotaru/img/clients/AT.png
Normal file
|
After Width: | Height: | Size: 284 B |
BIN
resource/static/theme-hotaru/img/clients/AU.png
Normal file
|
After Width: | Height: | Size: 893 B |
BIN
resource/static/theme-hotaru/img/clients/AZ.png
Normal file
|
After Width: | Height: | Size: 651 B |
BIN
resource/static/theme-hotaru/img/clients/BA.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
resource/static/theme-hotaru/img/clients/BB.png
Normal file
|
After Width: | Height: | Size: 618 B |
BIN
resource/static/theme-hotaru/img/clients/BD.png
Normal file
|
After Width: | Height: | Size: 534 B |
BIN
resource/static/theme-hotaru/img/clients/BE.png
Normal file
|
After Width: | Height: | Size: 269 B |
BIN
resource/static/theme-hotaru/img/clients/BF.png
Normal file
|
After Width: | Height: | Size: 624 B |
BIN
resource/static/theme-hotaru/img/clients/BG.png
Normal file
|
After Width: | Height: | Size: 311 B |
BIN
resource/static/theme-hotaru/img/clients/BH.png
Normal file
|
After Width: | Height: | Size: 617 B |
BIN
resource/static/theme-hotaru/img/clients/BI.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
resource/static/theme-hotaru/img/clients/BJ.png
Normal file
|
After Width: | Height: | Size: 272 B |
BIN
resource/static/theme-hotaru/img/clients/BN.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
resource/static/theme-hotaru/img/clients/BO.png
Normal file
|
After Width: | Height: | Size: 449 B |
BIN
resource/static/theme-hotaru/img/clients/BR.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
resource/static/theme-hotaru/img/clients/BS.png
Normal file
|
After Width: | Height: | Size: 736 B |
BIN
resource/static/theme-hotaru/img/clients/BT.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
resource/static/theme-hotaru/img/clients/BW.png
Normal file
|
After Width: | Height: | Size: 298 B |
BIN
resource/static/theme-hotaru/img/clients/BY.png
Normal file
|
After Width: | Height: | Size: 372 B |
BIN
resource/static/theme-hotaru/img/clients/BZ.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
resource/static/theme-hotaru/img/clients/CA.png
Normal file
|
After Width: | Height: | Size: 626 B |
BIN
resource/static/theme-hotaru/img/clients/CD.png
Normal file
|
After Width: | Height: | Size: 863 B |
BIN
resource/static/theme-hotaru/img/clients/CF.png
Normal file
|
After Width: | Height: | Size: 437 B |
BIN
resource/static/theme-hotaru/img/clients/CG.png
Normal file
|
After Width: | Height: | Size: 416 B |
BIN
resource/static/theme-hotaru/img/clients/CH.png
Normal file
|
After Width: | Height: | Size: 354 B |
BIN
resource/static/theme-hotaru/img/clients/CI.png
Normal file
|
After Width: | Height: | Size: 268 B |
BIN
resource/static/theme-hotaru/img/clients/CL.png
Normal file
|
After Width: | Height: | Size: 518 B |
BIN
resource/static/theme-hotaru/img/clients/CM.png
Normal file
|
After Width: | Height: | Size: 568 B |
BIN
resource/static/theme-hotaru/img/clients/CN.png
Normal file
|
After Width: | Height: | Size: 834 B |
BIN
resource/static/theme-hotaru/img/clients/CO.png
Normal file
|
After Width: | Height: | Size: 314 B |
BIN
resource/static/theme-hotaru/img/clients/CR.png
Normal file
|
After Width: | Height: | Size: 295 B |
BIN
resource/static/theme-hotaru/img/clients/CU.png
Normal file
|
After Width: | Height: | Size: 847 B |
BIN
resource/static/theme-hotaru/img/clients/CV.png
Normal file
|
After Width: | Height: | Size: 623 B |
BIN
resource/static/theme-hotaru/img/clients/CY.png
Normal file
|
After Width: | Height: | Size: 800 B |
BIN
resource/static/theme-hotaru/img/clients/CZ.png
Normal file
|
After Width: | Height: | Size: 747 B |
BIN
resource/static/theme-hotaru/img/clients/DE.png
Normal file
|
After Width: | Height: | Size: 311 B |
BIN
resource/static/theme-hotaru/img/clients/DJ.png
Normal file
|
After Width: | Height: | Size: 893 B |
BIN
resource/static/theme-hotaru/img/clients/DK.png
Normal file
|
After Width: | Height: | Size: 298 B |
BIN
resource/static/theme-hotaru/img/clients/DM.png
Normal file
|
After Width: | Height: | Size: 607 B |
BIN
resource/static/theme-hotaru/img/clients/DO.png
Normal file
|
After Width: | Height: | Size: 453 B |
BIN
resource/static/theme-hotaru/img/clients/DZ.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
resource/static/theme-hotaru/img/clients/EC.png
Normal file
|
After Width: | Height: | Size: 839 B |
BIN
resource/static/theme-hotaru/img/clients/EE.png
Normal file
|
After Width: | Height: | Size: 311 B |
BIN
resource/static/theme-hotaru/img/clients/EG.png
Normal file
|
After Width: | Height: | Size: 483 B |
BIN
resource/static/theme-hotaru/img/clients/ER.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
resource/static/theme-hotaru/img/clients/ES.png
Normal file
|
After Width: | Height: | Size: 459 B |
BIN
resource/static/theme-hotaru/img/clients/ET.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
resource/static/theme-hotaru/img/clients/FI.png
Normal file
|
After Width: | Height: | Size: 298 B |
BIN
resource/static/theme-hotaru/img/clients/FJ.png
Normal file
|
After Width: | Height: | Size: 837 B |
BIN
resource/static/theme-hotaru/img/clients/FM.png
Normal file
|
After Width: | Height: | Size: 484 B |
BIN
resource/static/theme-hotaru/img/clients/FR.png
Normal file
|
After Width: | Height: | Size: 268 B |
BIN
resource/static/theme-hotaru/img/clients/GA.png
Normal file
|
After Width: | Height: | Size: 312 B |
BIN
resource/static/theme-hotaru/img/clients/GB.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
resource/static/theme-hotaru/img/clients/GD.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
resource/static/theme-hotaru/img/clients/GE.png
Normal file
|
After Width: | Height: | Size: 433 B |
BIN
resource/static/theme-hotaru/img/clients/GH.png
Normal file
|
After Width: | Height: | Size: 518 B |
BIN
resource/static/theme-hotaru/img/clients/GM.png
Normal file
|
After Width: | Height: | Size: 323 B |
BIN
resource/static/theme-hotaru/img/clients/GQ.png
Normal file
|
After Width: | Height: | Size: 769 B |
BIN
resource/static/theme-hotaru/img/clients/GR.png
Normal file
|
After Width: | Height: | Size: 329 B |
BIN
resource/static/theme-hotaru/img/clients/GT.png
Normal file
|
After Width: | Height: | Size: 407 B |
BIN
resource/static/theme-hotaru/img/clients/GW.png
Normal file
|
After Width: | Height: | Size: 270 B |
BIN
resource/static/theme-hotaru/img/clients/GY.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
resource/static/theme-hotaru/img/clients/HK.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
resource/static/theme-hotaru/img/clients/HN.png
Normal file
|
After Width: | Height: | Size: 396 B |
BIN
resource/static/theme-hotaru/img/clients/HR.png
Normal file
|
After Width: | Height: | Size: 791 B |
BIN
resource/static/theme-hotaru/img/clients/HT.png
Normal file
|
After Width: | Height: | Size: 471 B |
BIN
resource/static/theme-hotaru/img/clients/HU.png
Normal file
|
After Width: | Height: | Size: 311 B |
BIN
resource/static/theme-hotaru/img/clients/ID.png
Normal file
|
After Width: | Height: | Size: 307 B |
BIN
resource/static/theme-hotaru/img/clients/IE.png
Normal file
|
After Width: | Height: | Size: 268 B |
BIN
resource/static/theme-hotaru/img/clients/IL.png
Normal file
|
After Width: | Height: | Size: 645 B |
BIN
resource/static/theme-hotaru/img/clients/IN.png
Normal file
|
After Width: | Height: | Size: 570 B |
BIN
resource/static/theme-hotaru/img/clients/IQ.png
Normal file
|
After Width: | Height: | Size: 327 B |
BIN
resource/static/theme-hotaru/img/clients/IR.png
Normal file
|
After Width: | Height: | Size: 564 B |
BIN
resource/static/theme-hotaru/img/clients/IS.png
Normal file
|
After Width: | Height: | Size: 316 B |
BIN
resource/static/theme-hotaru/img/clients/IT.png
Normal file
|
After Width: | Height: | Size: 267 B |
BIN
resource/static/theme-hotaru/img/clients/JM.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
resource/static/theme-hotaru/img/clients/JO.png
Normal file
|
After Width: | Height: | Size: 830 B |
BIN
resource/static/theme-hotaru/img/clients/JP.png
Normal file
|
After Width: | Height: | Size: 471 B |
BIN
resource/static/theme-hotaru/img/clients/KE.png
Normal file
|
After Width: | Height: | Size: 912 B |
BIN
resource/static/theme-hotaru/img/clients/KG.png
Normal file
|
After Width: | Height: | Size: 737 B |
BIN
resource/static/theme-hotaru/img/clients/KH.png
Normal file
|
After Width: | Height: | Size: 680 B |
BIN
resource/static/theme-hotaru/img/clients/KI.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
resource/static/theme-hotaru/img/clients/KM.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
resource/static/theme-hotaru/img/clients/KN.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
resource/static/theme-hotaru/img/clients/KP.png
Normal file
|
After Width: | Height: | Size: 651 B |
BIN
resource/static/theme-hotaru/img/clients/KR.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
resource/static/theme-hotaru/img/clients/KW.png
Normal file
|
After Width: | Height: | Size: 685 B |
BIN
resource/static/theme-hotaru/img/clients/KZ.png
Normal file
|
After Width: | Height: | Size: 554 B |