Skip to content
Snippets Groups Projects
Commit 78d35aee authored by Dos Santos Gomes Lais's avatar Dos Santos Gomes Lais
Browse files

Upload New File

parent dffec649
No related branches found
No related tags found
No related merge requests found
style.css 0 → 100644
/* Configurações gerais do corpo */
body {
background: url('download.jpg') no-repeat center center fixed; /* Troque o URL para a imagem desejada */
background-size: cover;
color: white;
height: 185vh;
margin: 0;
border: 1px solid transparent;
box-sizing: border-box;
font-family: 'Arial', sans-serif;
overflow-x: hidden;
}
/* Efeito de opacidade no fundo */
.bg-image {
opacity: 0.7;
}
/* Estilo do cabeçalho */
h1 {
color: white;
border: none;
box-shadow: none;
background-color: rgba(0, 0, 0, 0.5);
background-image: linear-gradient(0deg, rgba(70, 0, 127, 0.8), rgba(101, 3, 182, 0.8), rgba(70, 0, 127, 0.8));
border-top: 3px solid rgba(0, 0, 0, 0.5);
border-bottom: 3px solid rgba(0, 0, 0, 0.5);
margin-top: 1.33em;
padding: 0.5em;
font-family: 'Verdana', sans-serif;
text-align: center;
}
/* Ocultar elementos com classe .graphe */
.graphe {
display: none;
}
/* Estilos para o conteúdo da página */
body > * {
padding-left: 10px;
font-size: 1.5em;
}
h1 > * {
font-size: 1.8em;
}
/* Estilo dos rótulos */
label {
display: block;
color: black;
font-style: oblique;
font-family: 'Verdana', sans-serif;
}
label span {
display: inline-block;
width: 5em;
height: 1.5em;
}
/* Estilo dos campos de entrada e área de texto */
input, textarea {
font-family: 'Courier', monospace;
padding: 2px 0.3em;
width: 8em;
font-size: 1.2em;
line-height: 1.33em;
color: rgb(152, 152, 152);
margin-top: 5px;
text-align: center;
}
/* Estilo dos botões */
button {
display: inline-block;
background-color: rgb(70, 0, 127);
border-radius: 10px;
border: 3px solid rgb(70, 0, 127);
color: #ffffff;
font-size: 20px;
font-family: 'Rockwell';
padding: 10px;
width: 120px;
text-align: center;
cursor: pointer;
margin: 20px 160px;
transition-duration: 0.4s;
}
button:hover {
background-color: rgb(255, 255, 255);
color: rgb(70, 0, 127);
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
/* Estilo para links */
a.delete:hover {
color: red;
}
/* Estilo para o mapa */
#map {
height: 500px;
width: 1000px;
margin: 20px auto;
border: 3px solid rgb(70, 0, 127);
border-radius: 4%;
box-shadow: 1px 1px 12px rgb(0, 0, 0);
}
/* Centralização de configurações */
#settings {
text-align: center;
align-items: center;
}
/* Comportamento suave de rolagem */
html {
scroll-behavior: smooth;
}
/* Estilo para seções específicas */
#home, #bouton {
margin: 20px auto;
width: 300px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment