48 |
49 |
50 |
51 |
52 |
53 |
--------------------------------------------------------------------------------
/templates/default/css/custom.css:
--------------------------------------------------------------------------------
1 | body { background: #ebebeb url('../img/bg.png'); }
2 | .content { background: #ffffff; padding: 20px; border-radius: 5px; border: 1px #cecece solid; -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1); -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1); box-shadow: 0 1px 10px rgba(0, 0, 0, .1); margin-bottom: 20px; }
3 | .table { background: #ffffff; margin-bottom: 0; border-collapse: collapse; border-radius: 3px; }
4 | .table th, .table td { text-align: center; }
5 | .progress { margin-bottom: 0; }
6 | #ram, #hdd { min-width: 35px; max-width: 100px; }
7 | @media only screen and (max-width: 768px) {
8 | #host, tr td:nth-child(4) { display:none; visibility:hidden; }
9 | #location, tr td:nth-child(5) { display:none; visibility:hidden; }
10 | }
11 | @media only screen and (max-width: 420px) {
12 | #type, tr td:nth-child(3) { display:none; visibility:hidden; }
13 | #host, tr td:nth-child(4) { display:none; visibility:hidden; }
14 | #location, tr td:nth-child(5) { display:none; visibility:hidden; }
15 | }
16 | @media only screen and (max-width: 320px) {
17 | body { font-size: 10px; }
18 | .content { padding: 0; }
19 | #name, tr td:nth-child(2) { min-width: 10px; max-width: 25px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
20 | #type, tr td:nth-child(3) { display:none; visibility:hidden; }
21 | #host, tr td:nth-child(4) { display:none; visibility:hidden; }
22 | #location, tr td:nth-child(5) { display:none; visibility:hidden; }
23 | #uptime, tr td:nth-child(6) { display:none; visibility:hidden; }
24 | }
25 |
--------------------------------------------------------------------------------
/templates/default/img/bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojeda/ServerStatus/167b150fc31e860c515523db20047f522fe57f13/templates/default/img/bg.png
--------------------------------------------------------------------------------
/templates/default/index.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |