This commit is contained in:
2022-06-01 17:31:21 +02:00
parent 770a51fa94
commit e7da9dda76
39 changed files with 722 additions and 741 deletions

View File

@ -0,0 +1,16 @@
@media screen and (min-width: 769px) {
form {
width: 50%!important;
}
}
@media screen and (min-width: 1200px) {
form {
/* width: 25%!important; */
padding: 8rem!important;
}
}
textarea {
height: 20vh!important;
}

View File

@ -1,130 +0,0 @@
/** FORM */
label {
display: block;
margin: 0;
font-size: .875rem;
font-weight: 400;
line-height: 1.8;
color: #0a0a0a;
}
input {
appearance: none;
background-color: rgb(254, 254, 254);
border-bottom-color: rgb(202, 202, 202);
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(202, 202, 202);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(202, 202, 202);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(202, 202, 202);
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-top-style: solid;
border-top-width: 1px;
box-shadow: rgba(10, 10, 10, 0.1) 0px 1px 2px 0px inset;
box-sizing: border-box;
color: rgb(10, 10, 10);
cursor: text;
display: block;
font-size: 16px;
font-stretch: 100%;
height: 2.3rem;
line-height: 1.5rem;
padding: 0.5rem;
width: 100%;
/* font-style normal
font-variant-caps normal
font-variant-east-asian normal
font-variant-ligatures normal
font-variant-numeric normal
font-weight 400
letter-spacing normal
margin-bottom 16px
margin-left 0px
margin-right 0px
margin-top 0px
overflow-x visible
overflow-y visible
padding-bottom 8px
padding-left 8px
padding-right 8px
padding-top 8px
text-align start
text-indent 0px
text-rendering auto
text-shadow none
text-size-adjust 100%
text-transform none
transition-delay 0s, 0s, 0s
transition-duration 0.5s, 0.25s, 0.5s
transition-property box-shadow, border-color, -webkit-box-shadow
transition-timing-function ease, ease-in-out, ease
width 468.5px */
}
.container {
display: flex;
justify-content: center;
align-items: center;
}
.loginForm {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.loginForm > form {
display: inline-flex;
}
button {
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
border-style: solid;
border-width: 0;
cursor: pointer;
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
font-weight: normal;
line-height: normal;
margin: 0 0 1.11111rem;
position: relative;
text-align: center;
text-decoration: none;
display: inline-block;
padding: 0.6rem 1.25rem;
font-size: 0.88889rem;
background-color: rgb(7, 142, 181);
border-color: #007095;
color: #FFFFFF;
transition: background-color 300ms ease-out;
box-shadow: 5px 5px 15px -11px #007095;
}
button:hover {
}
#adminSettings {
padding: 1.5rem;
border-radius: 2px;
-webkit-box-shadow: 0px 2px 28px 5px #000000;
box-shadow: 0px 27px 34px 2px rgb(0 0 0 / 49%);
}

19
public/css/login_form.css Normal file
View File

@ -0,0 +1,19 @@
form > div {
display: block;
margin: 0 auto 2rem auto;
}
form > div:focus-within {
border-block-color: white!important;
-webkit-box-shadow:1px 16px 29px -5px rgba(255,255,255,0.26)!important;
box-shadow: 1px 16px 29px -5px rgba(255,255,255,0.26)!important;
}
form > button {
display: block;
margin: auto;
}
form input {
width: 80%!important;
}

View File

@ -1,3 +1,60 @@
ul li a span svg {
display: inline-block;
width: 1rem;
height: 1rem;
}
.memberCard label {
background-color:white;
color: #078eb5!important;
}
.memberCard {
width: 10rem!important;
}
.memberCard label:hover {
background-color:#078eb5!important;
color: white!important;
}
#profile {
display: flex;
}
.bg-blue-500 {
background-color:#078eb5!important;
}
.text-blue-500 {
color: #078eb5!important;
}
.bg-cadoles {
background-color: #078eb5!important;
}
#main img {
display: block;
margin: 2.5rem auto;
}
html,
body {
margin: 0;
height: 100%;
width: 100%;
}
main {
height: 100%;
width: 100%;
}
.arcadContent {
padding: 1rem;
}
a {
text-decoration: none;
}
@ -7,8 +64,7 @@ a {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Lato', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Roboto', sans-serif;
}
.wrapper{
position: fixed;
@ -17,22 +73,17 @@ a {
height: 100%;
width: 100%;
background: rgb(36, 36, 36);
/*background: linear-gradient(90deg, #f92c78, #4114a1);*/
/* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
/* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
transition: all 0.6s ease-in-out;
transition: all 0.2s ease-in-out;
z-index: 19;
}
#active:checked ~ .wrapper{
/*left: 0;*/
right:0;
}
.menu-btn{
position: absolute;
z-index: 20;
right: 20px;
/*left: 20px; */
top: 20px;
top: 2.5vh;
height: 50px;
width: 50px;
text-align: center;
@ -40,11 +91,7 @@ a {
border-radius: 50%;
font-size: 20px;
cursor: pointer;
/*color: #fff;*/
/*background: linear-gradient(90deg, #f92c78, #4114a1);*/
/* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
/* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
transition: all 0.3s ease-in-out;
transition: all 0.2s ease-in-out;
}
.menu-btn span,
.menu-btn:before,
@ -70,7 +117,7 @@ a {
width: 100%;
height: 100%;
pointer-events: none;
transition: background .6s;
transition: background .2s;
}
/* closing animation */
@ -99,6 +146,10 @@ a {
margin: 15px 0;
}
.wrapper ul li a {
transition-property: font-size;
transition-duration: 1s;
transition-delay: .1s;
text-decoration: none;
font-size: 30px;
font-weight: 500;
@ -109,21 +160,23 @@ a {
line-height: 50px;
margin: 5px 30px;
opacity: 0;
transition: all 0.3s ease;
transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
/* transition: all 0.3s ease;
transition: transform .2s cubic-bezier(0.215, 0.61, 0.355, 1); */
}
.wrapper ul li a:after{
.wrapper ul li a:hover{
position: absolute;
content: "";
background: #fff;
font-size: 36px;
text-shadow: #bbb 0 0 1px, #fff 0 -1px 2px, #fff 0 -3px 2px, rgba(0,0,0,0.8) 0 30px 25px;
/* background: #fff; */
/*background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);*/
/*background: linear-gradient(375deg, #1cc7d0, #2ede98);*/
width: 100%;
height: 100%;
/* height: 100%;
left: 0;
top: 0;
top: 0; */
border-radius: 50px;
transform: scaleY(0);
/* transform: scaleY(0); */
z-index: -1;
transition: transform 0.3s ease;
}
@ -131,48 +184,32 @@ a {
transform: scaleY(1);
}
.wrapper ul li a:hover{
color: rgb(7, 142, 181)
/* color: rgb(7, 142, 181) */
}
input[type="checkbox"]{
#active{
display: none;
}
.content{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: -1;
text-align: center;
width: 100%;
color: #202020;
}
.content .title{
font-size: 40px;
font-weight: 700;
}
.content p{
font-size: 35px;
font-weight: 600;
}
#active:checked ~ .wrapper ul li a{
opacity: 1;
}
.wrapper ul li a{
transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.2s, transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translateX(100px);
}
#active:checked ~ .wrapper ul li a{
transform: none;
transition-timing-function: ease, cubic-bezier(.1,1.3,.3,1);
transition-delay: .6s;
transition-delay: .2s;
transform: translateX(-20vh);
}
/** endNavbar */
#main
{
max-width:1280px;
max-width:100%;
min-height:100%;
margin:0 auto;
position:relative;
@ -180,31 +217,29 @@ input[type="checkbox"]{
footer{
position:absolute;
bottom:0;
footer {
/* position:absolute;
bottom:0; */
width:100%;
font-size: 14px;
font-family: Roboto,sans-serif;
font-weight: 300;
color: rgb(74, 74, 74);
line-height: 18px;
padding: 1.2rem;
}
#logo img {
margin: 1rem 1rem;
padding: 2.5vh;
display: inline-block;
}
/* header {
height: 10vh;
} */
@media screen and (min-width: 769px) {
aside {
left: 0;
position: absolute;
}
}
aside {
margin-left: 1rem;
}
.side-menu {
@ -215,6 +250,29 @@ aside {
margin: 0;
padding: 0.77778rem 0;
}
.custom-icon {
filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(192deg) brightness(108%) contrast(60%);
width: 1.2rem;
height: 1.2rem;
}
.profile-icon {
width: 3.2rem!important;
height: 3.2rem;
}
.custom-icon-white {
filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(192deg) brightness(108%) contrast(60%);
width: 1.2rem;
height: 1.2rem;
}
.admin-links {
display: flex;
align-items: center;
justify-content: space-between;
}
.side-menu li {
margin-top: 0.8rem;
@ -223,7 +281,6 @@ aside {
.side-menu li a{
color: #008CBA;
display: block;
margin: 0;
}
@ -235,67 +292,111 @@ footer a:hover {
color: #035d7a;
}
/* footer a:after {
background: none repeat scroll 0 0 transparent;
bottom: 0;
content: "";
display: block;
height: 2px;
left: 50%;
position: absolute;
background: #fff;
transition: width 0.3s ease 0s, left 0.3s ease 0s;
width: 0;
}
footer a:hover:after {
width: 100%;
left: 0;
} */
/* footer a {
color: #008CBA;
text-decoration: underline 0.15em rgba(255, 255, 255, 0);
transition: text-decoration-color 300ms;
}
footer a:hover {
text-decoration-color:#035d7a;
} */
body a, footer a {
footer a {
box-shadow: inset 0 0 0 0 #54b3d6;
color: #54b3d6;
margin: 0 -.25rem;
padding: 0 .25rem;
transition: color .3s ease-in-out, text-decoration .3s ease-in-out;
transition: color .2s ease-in-out, text-decoration .3s ease-in-out;
}
body a:hover {
footer a:hover {
/* box-shadow: inset 100% 0 0 0 #54b3d6; */
text-decoration: underline 0.15em rgba(255, 255, 255, 0);
color: #54b3d6;
background-color: rgba(0, 0, 0, 0.11);
}
/* .flashlight {
color: hsla(0,0%,0%,0);
perspective: 80px;
outline: none;
/* Profile card */
.profileCard {
max-width: 100%;
}
#flash {
display: inline-block;
text-shadow: #bbb 0 0 1px, #fff 0 -1px 2px, #fff 0 -3px 2px, rgba(0,0,0,0.8) 0 30px 25px;
transition: margin-left 0.3s cubic-bezier(0, 1, 0, 1);
body {
padding: 10px;
}
.light {
display: inline-block;
text-shadow: #111 0 0 1px, rgba(255,255,255,0.1) 0 1px 3px;
.app-wrapper {
display:flex;
height:100%;
width:100%;
flex-direction:column;
}
.app-header {
padding: 7px;
flex-grow: 0;
}
.app-frame {
background: #F7F7F7;
width: 100%;
border: none;
flex-grow: 1;
overflow: hidden;
}
.app-frame::-webkit-scrollbar {
display: none;
}
#arcadLogo {
max-width: 25%;
}
.podium-container {
display: flex;
justify-content: center;
margin-bottom: 20px; }
.podium-container .podium {
display: flex;
align-items: flex-end; }
.podium-container .podium .pod {
width: 120px;
overflow: hidden; }
.podium-container .podium .pod .pod-stair {
background-color: #3298dc;
border: 1px solid white;
justify-content: center;
align-items: center;
display: flex;
border-radius: 4px 4px 0 0; }
.podium-container .podium .pod.first .pod-stair {
height: 120px;
width: 120px; }
.podium-container .podium .pod.first .pod-stair .pod-position {
font-size: 200%; }
.podium-container .podium .pod.second .pod-stair {
height: 72px;
width: 120px; }
.podium-container .podium .pod.second .pod-stair .pod-position {
font-size: 150%; }
.podium-container .podium .pod.third .pod-stair {
height: 36px;
width: 120px; }
.podium-container .podium .pod .pod-position {
font-size: 100%;
font-weight: bolder;
color: #fff; }
.podium-container .podium .pod .pod-player {
text-align: center;
margin-bottom: 20px; }
.podium-container .podium .pod .pod-player .player-crown {
fill: #ffdd57;
height: 3rem !important;
width: 3rem; }
.podium-container .podium .pod .pod-player .player-nickname {
display: block;
font-weight: bolder;
font-size: 1.5rem;
width: 120px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
padding: 0 5px 0 5px; }
.podium-container .podium .pod .pod-player .player-score {
display: block;
font-weight: bolder;
font-size: 1rem;
}
li:hover .light {
text-shadow: #fff 0 0 4px, #fcffbb 0 0 20px;
transform: rotateY(-60deg);
transition: transform 0.3s cubic-bezier(0, 0.75, 0, 1), text-shadow 0.1s ease-out;
} */