Padel-Tournaments-System/frontend/normal_user/_main page/pojedynczy_turniej/zapisy na turniej/style.css

168 lines
2.3 KiB
CSS

@import "../../../../_global/style.css";
@import "css/dropdown.css";
/*Layer 0*/
html {
background-image: url(src/tlo_logowanie.png);
background-attachment: fixed;
background-size: cover;
font-family: Montserrat, serif;
}
* {
/*border: 2px solid red;*/
box-sizing: border-box;
text-align: center;
}
/*Layer 1*/
.container {
display: flex;
height: 100vh;
justify-content: center;
align-items: center;
}
/*Layer 2*/
.form {
width: 40%;
height: 50%;
background-color: #EBEBEB;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
border-radius: 2%;
}
/*Layer 3*/
.login_header {
height: 15%;
width: 100%;
background-color: #ffffff;
}
.loginBox {
width: 60%;
display: flex;
flex-direction: column;
}
.login_footer {
height: 10%;
width: 100%;
padding-top: 1%;
background-color: #ffffff;
}
/*layer 4*/
.whitebox {
width: 100%;
height: 100%;
padding-top: 0%;
padding-bottom: 5%;
background-color: white;
}
/*Elements*/
.myButton {
/*Outside*/
width: 60%;
display: inline-block;
cursor: pointer;
border-radius: 15px;
border: 1px solid;
margin: 4% auto auto auto;
/*Inside*/
background-color: #007C36;
padding: 10px 0;
text-align: center;
/*Text*/
font-family: Montserrat, serif;
font-style: normal;
font-size: 18px;
color: #ffffff;
font-weight: 600;
}
#ID_input {
/*Outside*/
margin: auto;
width: 80%;
/*Inside*/
text-align: left;
padding-top: 2%;
padding-bottom: 2%;
}
.logoImg {
margin: 1% auto;
width: 20%;
}
.descriptor {
/* Alignment */
margin-bottom: 2%;
margin-top: 5%;
margin-left: 10%;
float: left;
/* Text */
font-family: 'Montserrat', serif;
font-size: 20px;
font-weight: 600;
text-align: left;
color: #828282;
}
/*##### LINKS TODO WITH HEADER #####*/
/* unvisited link */
a:link {
color: #000000;
}
/* visited link */
a:visited {
color: #000000;
}
/* mouse over link */
a:hover {
color: #818181;
}
/* selected link */
a:active {
color: #000000;
}
#closelog {
float: right;
}
#title {
margin-bottom: 3%;
font-family: 'Montserrat', serif;
font-style: normal;
font-weight: 600;
font-size: 28px;
}