1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-04 10:12:31 +01:00

qbit: fixed login page

This commit is contained in:
gilbN 2019-09-13 21:32:09 +02:00
parent 34ec015653
commit 9d383939fb

View File

@ -12,7 +12,11 @@
/* https://github.com/gilbN/theme.park */
@import url(https://use.fontawesome.com/releases/v5.0.7/css/all.css);
:root {
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed;
--progress-color: #cc7b19;
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
@ -90,6 +94,24 @@ a, h2, h3, h4, .mochaTitlebar h3 {
color: #fff;
}
/* Login */
#error_msg {
text-transform: uppercase;
color: #D8000C;
background-color: #FFD2D2;
font-family: Helvetica, Arial, sans-serif;
left: 50%;
top: 20%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
margin-left: auto;
margin-right: auto;
text-align: center;
position: absolute;
border-radius: 4px;
}
#main {
margin-left: auto;
margin-right: auto;
@ -103,7 +125,7 @@ a, h2, h3, h4, .mochaTitlebar h3 {
padding-top: 0;
/* background: rgba(0, 0, 0, 0.25); */
width: 400px;
height: 350px;
height: 460px;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
@ -123,7 +145,7 @@ a, h2, h3, h4, .mochaTitlebar h3 {
text-align: left;
font-size: 12px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
font-weight: 300 !important;
font-weight: 300 !important;
padding: 10px;
position: absolute;
left: 50%;
@ -131,7 +153,6 @@ a, h2, h3, h4, .mochaTitlebar h3 {
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
zoom: 1.5;
}
label {
cursor: default;
@ -222,6 +243,60 @@ li.divider {
border-top: 1px solid rgba(255, 255, 255, .25) !important;
}
#main input[type="text" i] {
color: #FFF;
background-color: rgba(0,0,0,.25);
border-width: 0px;
outline: none;
border: none;
border-radius: 4px;
width: 250px;
height: 24px;
padding: 7px 12px;
}
#main input[type="text" i]:focus {
background-color: rgba(0,0,0,.45);
}
#main input[type="password" i] {
color: #FFF;
background-color: rgba(0,0,0,.25);
border-width: 0px;
outline: none;
border: none;
border-radius: 4px;
width: 250px;
height: 24px;
padding: 7px 12px;
}
#main input[type="password" i] {
background-color: rgba(0,0,0,.45);
}
#main input[type="submit" i] {
padding: 6px 15px !important;
width: 100%;
margin-top: 35px;
background-color: rgba(0, 0, 0, 0.25);
border: none;
border-radius: 4px;
color: #fff;
outline: none;
text-transform: uppercase;
font-size: 18px;
font-weight: 300;
height: 44px;
line-height: 1.3333333;
}
#loginform input[type="submit" i]:hover {
background-color: rgb(0, 0, 0, .45) !important;
padding: 6px 15px;
border-radius: 4px;
cursor: pointer;
border: none;
color: #fff;
}
/*right click menu */
.contextMenu {
border: 1px solid transparent;