diff --git a/design/css/cvm.css b/design/css/cvm.css deleted file mode 100644 index 61d6b5c..0000000 --- a/design/css/cvm.css +++ /dev/null @@ -1,262 +0,0 @@ -html, body -{ - font-family: 'Open Sans', sans-serif; - background-color: #E4EAEA; -} - -h1, h2, h3, h4, h5 -{ - margin: 0px; - color: #343352; -} - -h1 -{ - margin-bottom: 7px; -} - -h2 -{ - margin-bottom: 9px; -} - -h3 -{ - font-size: 20px; -} - -p -{ - margin: 5px 0px; -} - -table -{ - -} - -th -{ - text-align: left; -} - -table.vpsinfo td -{ - padding: 2px 13px; -} - -.clear -{ - clear: both; -} - -.wrapper -{ - width: 900px; - margin: 0px auto; -} - -.header -{ - font-size: 40px; - font-weight: bold; -} - -.main -{ - position: relative; - background-color: #F1F1F1; - padding: 9px 13px; - border: 2px solid #817F9D; - padding-left: 225px; - min-height: 400px; -} - -.sidebar -{ - position: absolute; - top: 16px; - left: 8px; - width: 200px; - background-color: #DCDCDC; -} - -.sidebar a.button -{ - display: block; - padding: 5px 8px; - text-decoration: none; - color: #343352; - font-size: 18px; - font-weight: bold; - padding-left: 30px; - background-repeat: no-repeat; - background-position: 8px 10px; -} - -.sidebar a.button:hover -{ - background-color: #CDCCDE; -} - -#button_overview -{ - background-image: url(../images/icon_overview.png); -} - -#button_statistics -{ - background-image: url(../images/icon_statistics.png); -} - -#button_webshell -{ - background-image: url(../images/icon_webshell.png); -} - -#button_ip -{ - background-image: url(../images/icon_ip.png); -} - -#button_reinstall -{ - background-image: url(../images/icon_reinstall.png); -} - -#button_backup -{ - background-image: url(../images/icon_backup.png); -} - -#button_api -{ - background-image: url(../images/icon_api.png); -} - -#button_alerts -{ - background-image: url(../images/icon_alerts.png); -} - -.quota-item -{ - float: left; - width: 203px; - margin-right: 23px; - margin-bottom: 10px; -} - -.quota-bar -{ - position: relative; - border: 1px solid #343352; - width: 100%; - height: 18px; -} - -.quota-bar-inner -{ - background-color: #12005E; - height: 100%; -} - -.quota-bar-label -{ - position: absolute; - top: 0px; - left: 0px; - right: 0px; - bottom: 0px; - font-size: 13px; - font-weight: bold; - color: white; - padding-left: 5px; - text-shadow: 0px 0px 3px #000673, 0px 0px 1px #000000, 0px 0px 3px #000000, 0px 0px 2px #000673; - -webkit-text-shadow: 0px 0px 3px #000673, 0px 0px 1px #000000, 0px 0px 3px #000000, 0px 0px 2px #000673; - -moz-text-shadow: 0px 0px 3px #000673, 0px 0px 1px #000000, 0px 0px 3px #000000, 0px 0px 2px #000673; - -o-text-shadow: 0px 0px 3px #000673, 0px 0px 1px #000000, 0px 0px 3px #000000, 0px 0px 2px #000673; - -ms-text-shadow: 0px 0px 3px #000673, 0px 0px 1px #000000, 0px 0px 3px #000000, 0px 0px 2px #000673; -} - -.quota-item.wide -{ - width: 316px; -} - -.quota-item.last -{ - margin-right: 0px; -} - -.quota -{ - margin-bottom: 19px; -} - -.infobox -{ - border: 1px solid #B0B0B0; - background-color: #EDEDED; - padding: 6px 9px; -} - -.controlbox -{ - margin-bottom: 23px; -} - -.controlbutton -{ - border: 2px solid #343352; - font-size: 24px; - color: #343352; - text-align: center; - font-weight: bold; - float: left; - text-decoration: none; - padding: 9px; - margin-right: 12px; - width: 189px; -} - -.controlbutton.last -{ - margin-right: 0px; -} - -.controlbutton img -{ - display: block; - margin: 0px auto; -} - -.controlbutton:hover -{ - background-color: #CDD0E1; -} - -.controlbutton.disabled, .constrolbutton.disabled:hover -{ - border: 2px solid #737379; - background-color: #9B9B9B; - cursor: default; -} - -.online -{ - color: #078812; - font-weight: bold; -} - -.offline -{ - color: #A7101C; - font-weight: bold; -} - -.suspended -{ - color: #5B5F6B; - font-weight: bold; -} diff --git a/design/images/button_restart.png b/design/images/button_restart.png deleted file mode 100644 index 03ffe2d..0000000 Binary files a/design/images/button_restart.png and /dev/null differ diff --git a/design/images/button_start.png b/design/images/button_start.png deleted file mode 100644 index b631414..0000000 Binary files a/design/images/button_start.png and /dev/null differ diff --git a/design/images/button_stop.png b/design/images/button_stop.png deleted file mode 100644 index 8ace279..0000000 Binary files a/design/images/button_stop.png and /dev/null differ diff --git a/design/images/icon_alerts.png b/design/images/icon_alerts.png deleted file mode 100644 index 1e8e454..0000000 Binary files a/design/images/icon_alerts.png and /dev/null differ diff --git a/design/images/icon_api.png b/design/images/icon_api.png deleted file mode 100644 index 61fcf18..0000000 Binary files a/design/images/icon_api.png and /dev/null differ diff --git a/design/images/icon_backup.png b/design/images/icon_backup.png deleted file mode 100644 index 67fd357..0000000 Binary files a/design/images/icon_backup.png and /dev/null differ diff --git a/design/images/icon_ip.png b/design/images/icon_ip.png deleted file mode 100644 index 2fbdc5f..0000000 Binary files a/design/images/icon_ip.png and /dev/null differ diff --git a/design/images/icon_overview.png b/design/images/icon_overview.png deleted file mode 100644 index 293bf1d..0000000 Binary files a/design/images/icon_overview.png and /dev/null differ diff --git a/design/images/icon_reinstall.png b/design/images/icon_reinstall.png deleted file mode 100644 index 97335a6..0000000 Binary files a/design/images/icon_reinstall.png and /dev/null differ diff --git a/design/images/icon_statistics.png b/design/images/icon_statistics.png deleted file mode 100644 index fe13c4a..0000000 Binary files a/design/images/icon_statistics.png and /dev/null differ diff --git a/design/images/icon_webshell.png b/design/images/icon_webshell.png deleted file mode 100644 index db1fb79..0000000 Binary files a/design/images/icon_webshell.png and /dev/null differ diff --git a/design/images/loading.gif b/design/images/loading.gif deleted file mode 100644 index ef371f1..0000000 Binary files a/design/images/loading.gif and /dev/null differ diff --git a/design/images/logo.png b/design/images/logo.png deleted file mode 100644 index c309d8e..0000000 Binary files a/design/images/logo.png and /dev/null differ diff --git a/design/index.html b/design/index.html deleted file mode 100644 index a6fb2c6..0000000 --- a/design/index.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - CVM - - - - - - -
-
- -
-
- -

Overview

- - -
-
-

Disk space

-
-
-
55/100GB
-
-
-
-

RAM

-
-
-
241/1024MB
-
-
-
-

Traffic

-
-
-
80/1000GB
-
-
-
-
- - - -
-

VPS configuration

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
StatusRunning Stopped Suspended
Server locationAtlanta, US
Operating systemDebian 6 x64
IPv4 Addresses98.142.213.226, 204.12.235.84
IPv6 Addresses2607:f7a0:1:1::24:6
Guaranteed RAM768MB
Burstable RAM1024MB
Disk space100GB
Traffic1000GB
Bandwidth100mbps
-
- - - - -
-
- - diff --git a/design/js/cvm.js b/design/js/cvm.js deleted file mode 100644 index be19542..0000000 --- a/design/js/cvm.js +++ /dev/null @@ -1,17 +0,0 @@ -var command_running = false; - -$(function(){ - $('.button-loader').click(function(){ - if(command_running === false) - { - $('.button-loader').addClass('disabled').click(function(event){ - event.preventDefault(); - event.stopPropagation(); - return false; - }); - - $(this).children('.button-icon').addClass('running')[0].src = "images/loading.gif"; - command_running = true; - } - }); -});