forked from Gustavo/FrontFocusAgenda
update
This commit is contained in:
@@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
<h3 class="mens">Faça seu login</h3>
|
<h3 class="mens">Faça seu login</h3>
|
||||||
|
|
||||||
|
|
||||||
<form method="POST" action="login.php">
|
<form method="POST" action="login.php">
|
||||||
<div class="campo">
|
<div class="campo">
|
||||||
<label for="emailid">Email</label>
|
<label for="emailid">Email</label>
|
||||||
@@ -40,10 +39,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<!--cabo log-->
|
<!--cabo log-->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
225
style.css
225
style.css
@@ -1,129 +1,122 @@
|
|||||||
* {
|
* {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
|
||||||
|
|
||||||
p,
|
|
||||||
h1,
|
|
||||||
h2,
|
|
||||||
h3 {
|
|
||||||
margin: 0;
|
|
||||||
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
|
|
||||||
}
|
|
||||||
|
|
||||||
label{
|
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
p,
|
||||||
background-image: url(imagens/fundo1.png);
|
h1,
|
||||||
background-size: cover;
|
h2,
|
||||||
background-repeat: no-repeat;
|
h3 {
|
||||||
background-position: center;
|
color: black;
|
||||||
background-attachment: fixed;
|
margin: 0;
|
||||||
|
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
|
||||||
|
}
|
||||||
|
|
||||||
height: 100vh;
|
label{
|
||||||
display: flex;
|
display: block;
|
||||||
justify-content: flex-start;
|
}
|
||||||
align-items: center;
|
|
||||||
padding-left: 300px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
body {
|
||||||
body {
|
height: 100vh;
|
||||||
padding-left: 20px;
|
display: flex;
|
||||||
padding-right: 20px;
|
justify-content: center;
|
||||||
justify-content: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 768px) {
|
||||||
#log {
|
body {
|
||||||
width: 100% !important;
|
padding-left: 20px;
|
||||||
max-width: 320px;
|
padding-right: 20px;
|
||||||
}
|
justify-content: center;
|
||||||
}
|
}
|
||||||
#topo {
|
}
|
||||||
width: 100%;
|
|
||||||
height: 70px;
|
|
||||||
background-color: #111;
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
background: linear-gradient(to right, #C0392B 47%, #7A4951 73%, #114455 87%);
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: flex-start;
|
|
||||||
padding-left: 20px;
|
|
||||||
|
|
||||||
}
|
@media (max-width: 480px) {
|
||||||
|
#log {
|
||||||
|
width: 100% !important;
|
||||||
|
max-width: 320px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#topo {
|
||||||
|
width: 100%;
|
||||||
|
height: 50px;
|
||||||
|
background-color: #111;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
background: linear-gradient(to right, #C0392B 47%, #7A4951 73%, #114455 87%);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: flex-start;
|
||||||
|
padding-left: 20px;
|
||||||
|
|
||||||
#textotop {
|
}
|
||||||
font-size: 48px;
|
|
||||||
margin: 0;
|
|
||||||
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
#log {
|
#textotop {
|
||||||
margin-top: 70px;
|
font-size: 38px;
|
||||||
width: 350px;
|
margin: 0;
|
||||||
display: flex;
|
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||||
flex-direction: column;
|
}
|
||||||
gap: 15px;
|
|
||||||
color: white;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
#campo {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
gap: 15px;
|
|
||||||
align-self: center;
|
|
||||||
}
|
|
||||||
#menslog{
|
|
||||||
font-size: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#emailid, #senhaid {
|
#log {
|
||||||
height: 50px;
|
width: 350px;
|
||||||
width: 100%;
|
display: flex;
|
||||||
padding: 10px;
|
flex-direction: column;
|
||||||
font-size: 16px;
|
gap: 15px;
|
||||||
border: 1px solid #ccc;
|
color: white;
|
||||||
border-radius: 4px;
|
margin-top: 70px; /* Compensa a barra fixa do topo */
|
||||||
box-sizing: border-box;
|
}
|
||||||
}
|
#campo {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 15px;
|
||||||
|
align-self: center;
|
||||||
|
}
|
||||||
|
#menslog{
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
label {
|
#emailid, #senhaid {
|
||||||
display: block;
|
height: 50px;
|
||||||
margin-bottom: 5px;
|
width: 100%;
|
||||||
font-weight: bold;
|
padding: 10px;
|
||||||
color: white;
|
font-size: 16px;
|
||||||
}
|
border: 1px solid #ccc;
|
||||||
|
border-radius: 4px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
form {
|
label {
|
||||||
display: flex;
|
display: block;
|
||||||
flex-direction: column;
|
margin-bottom: 5px;
|
||||||
gap: 15px;
|
font-weight: bold;
|
||||||
width: 100%;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#logbtn {
|
form {
|
||||||
align-self: center;
|
display: flex;
|
||||||
width: 50%;
|
flex-direction: column;
|
||||||
padding: 12px;
|
gap: 15px;
|
||||||
font-size: 18px;
|
width: 100%;
|
||||||
font-weight: bold;
|
}
|
||||||
background-color: #C0392B;
|
|
||||||
color: white;
|
|
||||||
border: none;
|
|
||||||
border-radius: 4px;
|
|
||||||
cursor: pointer;
|
|
||||||
transition: background-color 0.3s;
|
|
||||||
}
|
|
||||||
|
|
||||||
#logbtn:hover {
|
#logbtn {
|
||||||
background-color: #A03224;
|
align-self: center;
|
||||||
}
|
width: 50%;
|
||||||
.mens {
|
padding: 12px;
|
||||||
align-self: center;
|
font-size: 18px;
|
||||||
}
|
font-weight: bold;
|
||||||
|
background-color: #C0392B;
|
||||||
|
color: white;
|
||||||
|
border: none;
|
||||||
|
border-radius: 4px;
|
||||||
|
cursor: pointer;
|
||||||
|
transition: background-color 0.3s;
|
||||||
|
}
|
||||||
|
|
||||||
|
#logbtn:hover {
|
||||||
|
background-color: #A03224;
|
||||||
|
}
|
||||||
|
.mens {
|
||||||
|
align-self: center;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user