1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 22:17:45 +00:00

More rest web ui stuff;

This commit is contained in:
Maru 2017-10-12 20:28:28 -03:00
parent b8fb48c441
commit c38fed20b3
3 changed files with 10 additions and 13 deletions

View file

@ -11,19 +11,16 @@
*/ */
.s-left-half { .s-left-half {
left: 0; left: 0;
background: #003d65 ; /* Old browsers */ background: #232326;
background: -webkit-linear-gradient(#053250 0%, #13143F 100%); /* box-shadow: inset -4px 0px 4px -3px #1a1a1ab3; */
background: -o-linear-gradient(#053250 0%, #13143F 100%);
background: linear-gradient(#053250 0%, #13143F 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053250', endColorstr='#13143F',GradientType=0 );
box-shadow: inset -4px 0px 4px -3px #1a1a1ab3;
color: white; color: white;
} }
.s-right-half { .s-right-half {
right: 0; right: 0;
background: #232326; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00233B', endColorstr='#090915',GradientType=0 );
border-left: 6px solid #1a1a20; background: linear-gradient(#00233B 0%, #090915 100%);
border-left: 6px solid #16161b;
padding: 0; padding: 0;
} }
@ -36,7 +33,7 @@
} }
.s-login-box { .s-login-box {
background: #1a1a20; background: #16161b;
position: relative; position: relative;
z-index: 15; z-index: 15;
padding: 0; padding: 0;
@ -67,7 +64,7 @@
padding: 7px 0 7px 7px; padding: 7px 0 7px 7px;
width: 100%; width: 100%;
margin-top: 8px; margin-top: 8px;
font-size: 13px; font-size: 13.5px;
color: white; color: white;
} }
@ -168,7 +165,7 @@ h2.text-center{
font-size: 17px; font-size: 17px;
margin-top: 25px; margin-top: 25px;
color: white; color: white;
border-bottom: 3px solid #443C6B; border-bottom: 3px solid #43348D;
margin-bottom: 15px; margin-bottom: 15px;
} }
@ -180,7 +177,7 @@ h2.text-center{
.s-link-badge-github { .s-link-badge-github {
background: #fff url("../img/github-icon.png") 10px 7px no-repeat; background: #fff url("../img/github-icon.png") 10px 7px no-repeat;
color: #333; color: #333;
border-bottom-color: #474747; border-bottom-color: #808080;
} }
div.login-card{ div.login-card{

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 51 KiB

View file

@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sapphire - Account Creation</title> <title>Sapphire Create Account</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/styles.css"> <link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="assets/css/global.css"> <link rel="stylesheet" href="assets/css/global.css">