diff --git a/design/css/cvm.css b/design/css/cvm.css index 097708c..7324ea5 100644 --- a/design/css/cvm.css +++ b/design/css/cvm.css @@ -17,7 +17,7 @@ h1 h2 { - margin-top: 9px; + margin-bottom: 9px; } h3 @@ -30,6 +30,21 @@ p margin: 5px 0px; } +table +{ + +} + +th +{ + text-align: left; +} + +table.vpsinfo td +{ + padding: 2px 13px; +} + .clear { clear: both; @@ -109,11 +124,21 @@ p 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); +} + .quota-item { float: left; - width: 182px; - margin-right: 24px; + width: 203px; + margin-right: 23px; margin-bottom: 10px; } @@ -151,10 +176,75 @@ p .quota-item.wide { - width: 285px; + 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; +} + +.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 new file mode 100644 index 0000000..03ffe2d Binary files /dev/null and b/design/images/button_restart.png differ diff --git a/design/images/button_start.png b/design/images/button_start.png new file mode 100644 index 0000000..b631414 Binary files /dev/null and b/design/images/button_start.png differ diff --git a/design/images/button_stop.png b/design/images/button_stop.png new file mode 100644 index 0000000..8ace279 Binary files /dev/null and b/design/images/button_stop.png differ diff --git a/design/images/icon_api.png b/design/images/icon_api.png new file mode 100644 index 0000000..61fcf18 Binary files /dev/null and b/design/images/icon_api.png differ diff --git a/design/images/icon_backup.png b/design/images/icon_backup.png new file mode 100644 index 0000000..67fd357 Binary files /dev/null and b/design/images/icon_backup.png differ diff --git a/design/index.html b/design/index.html index aba8e32..de8ca6e 100644 --- a/design/index.html +++ b/design/index.html @@ -16,12 +16,14 @@ Overview Statistics Reinstall + Backups WebShell IP Allocation + API

Overview

-

Consolidated traffic example

+

Disk space

@@ -37,7 +39,7 @@
241/1024MB
-
+

Traffic

@@ -47,6 +49,69 @@
+ + +
+

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/graphics/icon_api.svg b/graphics/icon_api.svg new file mode 100644 index 0000000..b78d9b3 --- /dev/null +++ b/graphics/icon_api.svg @@ -0,0 +1,66 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/graphics/icon_backup.xcf b/graphics/icon_backup.xcf new file mode 100644 index 0000000..4f7c9fa Binary files /dev/null and b/graphics/icon_backup.xcf differ diff --git a/graphics/restart.svg b/graphics/restart.svg new file mode 100644 index 0000000..825f6c2 --- /dev/null +++ b/graphics/restart.svg @@ -0,0 +1,61 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/graphics/start.svg b/graphics/start.svg new file mode 100644 index 0000000..c9562f0 --- /dev/null +++ b/graphics/start.svg @@ -0,0 +1,73 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/graphics/stop.svg b/graphics/stop.svg new file mode 100644 index 0000000..ca361d7 --- /dev/null +++ b/graphics/stop.svg @@ -0,0 +1,63 @@ + + + + + + + + + + image/svg+xml + + + + + + + + +