diff --git a/baseTemplate/static/baseTemplate/assets/finalLoginPageCSS/allCss.css b/baseTemplate/static/baseTemplate/assets/finalLoginPageCSS/allCss.css index fe6aee3d5..5c059ba8c 100755 --- a/baseTemplate/static/baseTemplate/assets/finalLoginPageCSS/allCss.css +++ b/baseTemplate/static/baseTemplate/assets/finalLoginPageCSS/allCss.css @@ -55,7 +55,7 @@ pre,pre code{white-space:pre-wrap}.clear,.form-row:after,.row:after{clear:both}. .search-choice-close:before, .ui-icon-closethick:before, .ui-dialog-titlebar-close:before, -.icon-clock-os:before, +.icon-clock-os:before, .icon-close:before { content: "\f00d"; } @@ -1533,3 +1533,113 @@ pre,pre code{white-space:pre-wrap}.clear,.form-row:after,.row:after{clear:both}. .icon-meanpath:before { content: "\f20c"; } + +/*customized mzou*/ +.text-white { + color: #FFFFFF; +} +.mt-5 { + margin-top: 5px; +} +.mt-10 { + margin-top: 10px; +} +.mt-20 { + margin-top: 20px; +} +.mt-30 { + margin-top: 30px; +} +.mr-10 { + margin-right: 10px; +} +.mb-10 { + margin-bottom: 10px; +} +.mb-20 { + margin-bottom: 20px; +} +.mb-30 { + margin-bottom: 30px; +} +.ml-10 { + margin-left: 10px; +} +.my-10 { + margin-top: 10px; + margin-bottom: 10px; +} +.my-20 { + margin-top: 20px; + margin-bottom: 20px; +} +.my-30 { + margin-top: 30px; + margin-bottom: 30px; +} + +.mx-5 { + margin-left: 5px; + margin-right: 5px; +} +.mx-10 { + margin-left: 10px; + margin-right: 10px; +} +.mx-20 { + margin-left: 20px; + margin-right: 20px; +} +.mx-30 { + margin-left: 30px; + margin-right: 30px; +} +.text-bold { + font-weight: 600; +} +.rounded { + border-radius: 3px; +} + +.btn-outline-light { + color: #f8f9fa; + background-color: transparent; + background-image: none; + border-color: #f8f9fa; +} +.btn-outline-light:hover { + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; + text-decoration: none; +} + +.flex { + display: flex; +} +.flex-wrap { + flex-wrap: wrap; +} +@media (max-width: 992px) { +.hidden-md { + display: none; +} +} +.img-thumbnail { + padding: .25rem; + background-color: #fff; + border: 1px solid #dee2e6; + border-radius: .25rem; + max-width: 100%; + height: auto; +} + +img { +vertical-align: middle; +border-style: none; +} + +@media (max-width: 720px) { + .text-center-sm { + text-align: center; +} \ No newline at end of file diff --git a/loginSystem/templates/loginSystem/login.html b/loginSystem/templates/loginSystem/login.html index f51bfadae..a0631e00a 100755 --- a/loginSystem/templates/loginSystem/login.html +++ b/loginSystem/templates/loginSystem/login.html @@ -91,6 +91,14 @@ + @@ -102,123 +110,128 @@ - - -
-
- -
-
-
-

CyberPanel v 1.9

-

Web Hosting Control Panel

-
-
    -
  • - - LiteSpeed -
  • -
  • - - Multiple PHPs -
  • -
  • - - Request throttling. -
  • -
-
-
-
- -
- -
-
-

- - - - - Administrative area - Provide username and password to login. - -

-
-
- -
- - - - -
-
-
-
- - - - -
- -
- -
-
- -
-
- - - -
-
-
-
-

Could Not Login, Error message: {$ errorMessage $}

-
-
- - -
+ +

Powered By OpenLiteSpeed/LiteSpeed Enterprise. Built For Speed, Security and + Reliability.

+
+
+ +
+
+
+
+
    +
  • +
    + +
    +
    +

    + Change Logs +

    +

    + Learn about new releases and features. +

    +
    + +
  • +
-
+
+
+
+
+

+ + CyberPanel + v 1.9 +

+

Web Hosting Control Panel

+
+
+
+
+
+ + + + +
+
+
+
+ + + + +
+ +
+ + +
+
+ +
+
+ + + +
+
+
+
+
+

Could Not Login, Error message: {$ errorMessage $}

+
+
+
+ - + \ No newline at end of file diff --git a/static/images/cyber-panel-logo.svg b/static/images/cyber-panel-logo.svg new file mode 100644 index 000000000..ca8ed1d30 --- /dev/null +++ b/static/images/cyber-panel-logo.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/images/cyberpanel-banner-graphics.png b/static/images/cyberpanel-banner-graphics.png new file mode 100644 index 000000000..812972739 Binary files /dev/null and b/static/images/cyberpanel-banner-graphics.png differ diff --git a/static/images/new-design-list-websites-square.png b/static/images/new-design-list-websites-square.png new file mode 100644 index 000000000..2ce99c720 Binary files /dev/null and b/static/images/new-design-list-websites-square.png differ