alta usuarios
This commit is contained in:
66
public/users/login/formu.css
Executable file
66
public/users/login/formu.css
Executable 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
53
public/users/reg/formr.css
Executable 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
BIN
public/users/reg/puerta.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 196 KiB |
Reference in New Issue
Block a user