null
This commit is contained in:
mynah
2019-03-21 03:35:13 +01:00
15 changed files with 254 additions and 25 deletions

66
public/users/login/formu.css Executable file
View File

@@ -0,0 +1,66 @@
section.hero{
height: calc(100vh - 50px);
min-height:730px;
background-repeat: no-repeat;
background-attachment: fixed;
background-size:cover;
background-image:url("puerta.jpg");
background-position: center center;
}
section.reg{
background:black;
margin-top:30px;
padding-top:10px;
padding-bottom:10px;
}
section.reg:hover{
background:#c22a39;
cursor: pointer;
}
article.login{
background: rgba(33, 33, 33, 0.8);
color:white;
margin: auto 0px auto auto;
padding: 1px 0px;
text-align: center;
min-width: 300px;
max-width: 500px;
width: 36%;
min-height: 100vh;
}
article.login p{
margin: 10vh auto 20px;
font-size: 2em;
}
article.login form{
font-size:1.2em;
width:80%;
margin:auto;
}
label{
display:block;
margin:10px 5px 15px 10px;
}
form.login > input{
width: 100%;
height: 10vh;
font-size: 1.3em;
max-height: 50px;
}
form.login > input#submit {
display:block;
margin:30px auto;
width:200px;
height:60px;
}
a,a:visited {
text-decoration: none;
color: inherit;
}

53
public/users/reg/formr.css Executable file
View File

@@ -0,0 +1,53 @@
section.hero{
height: calc(100vh - 25px);
min-height:730px;
background-repeat: no-repeat;
background-attachment: fixed;
background-size:cover;
background-image:url("puerta.jpg");
background-position: center center;
}
article.reg{
background: rgba(33, 33, 33, 0.8);
color:white;
margin: auto auto auto auto;
padding: 1px 0px;
text-align: center;
min-width: 300px;
max-width: 500px;
width: 36%;
min-height: 100vh;
}
article.reg p{
margin: 10vh auto 20px;
font-size: 2em;
}
article.reg form{
font-size:1.2em;
width:80%;
margin:auto;
}
label{
display:block;
text-align:left;
margin:10px 5px 15px 10px;
}
form.reg > input{
width: 100%;
height: 10vh;
font-size: 1.3em;
max-height: 50px;
}
form.reg > input#submit {
display:block;
margin:30px auto;
width:200px;
height:60px;
}

BIN
public/users/reg/puerta.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB