Arquivos
2021-04-14 10:21:43 -03:00

375 linhas
5.5 KiB
CSS
Arquivo Executável

* {
/margin: 0;
padding: 0;
}
/* Configuração página de index.html*/
body {
margin: 0;
}
#menuu ul {
list-style: none;
margin-right: 25px;
text-align: right;
margin-top: -5%;
display: block;
}
#menuu ul li {
display: inline;
}
#menuu ul li a {
padding: 10px 20px;
display: inline-block;
font-size: 16pt;
color: #60a9dc;
text-decoration: none;
}
#menuu ul li a:hover {
color: #1c4945;
}
#logo {
height: 85px;
width: 125px;
display: inline;
}
#codigo {
width: 40%;
margin-left: 36%;
}
#add_bt {
background: #1c4945;
color: #fff;
position: absolute;
border-radius: 5px;
border: solid 1px rgb(236, 228, 228);
right: 20px;
height: 40px;
width: 100px;
margin-top: -38px;
}
.btn_cadastro:hover {
background-color: #259014;
}
#add_bt:hover {
background-color: #259014;
}
.btn_cadastro {
background: #1c4945;
color: #fff;
width: 100%;
height: 40px;
border-radius: 5px;
}
#conta {
border-radius: 5px;
border: solid 2px #1c4945;
}
#entrar {
border-radius: 5px;
border: solid 2px #1c4945;
}
#centro {
margin-top: 7%;
}
/* Configuração página de Login*/
#male {
height: 30px;
width: 30px;
}
#tipo_usuario {
width: 120px;
height: 30px;
}
#female {
height: 30px;
width: 30px;
}
#corpo {
align-items: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
#corpo-cadastro {
position: relative;
width: 60%;
margin: 1%;
background: rgb(248, 247, 247);
border-radius: 5px;
border: solid 2px rgb(236, 228, 228);
font-size: 12pt;
padding: 8px 16px;
outline: none;
}
div#corpo-form {
margin-top: 9%;
}
body#login {
background-color: #609e86;
font-family: arial;
}
div#corpo-form h1 {
padding: 2%;
}
div#corpo-form a {
color: rgb(19, 61, 69);
text-decoration: none;
}
div#corpo-form a:hover {
text-decoration: underline;
}
input[type=submit] {
background-color: #044447;
border: none;
cursor: pointer;
}
/*Página de Cadastro*/
div#corpo-cadastro {
margin-top: 4%;
}
div#msg_certo {
width: 400px;
margin: 10px auto;
padding: 10px;
background-color: #AAFF82/*rgba(50,205,50,.3)*/
;
border: 1px solid rgb(34, 139, 34);
}
div.msg_erro {
width: 400px;
margin: 10px auto;
padding: 10px;
background-color: #FF622D/*rgba(250,128,114,.3)*/
;
border: 1px solid rgb(165, 42, 42);
}
/*cofigurações de uma tabela*/
td {
padding: .7em;
margin: 0;
/*border: 1px solid #ccc;*/
text-align: center;
}
#bottoncadastrar {
display: inline-block;
line-height: 15px;
position: relative;
margin: auto;
left: 20px;
width: 150px;
text-align: center;
margin-top: 5px;
background: #069cc2;
border-radius: 6px;
padding: 15px;
cursor: pointer;
color: rgb(5, 5, 5);
border: none;
font-size: 16px;
}
/* estilização cavas arquivo mapa.php*/
/*canvas{
border: solid 1px;
}*/
/*configuração atlas*/
#menuMapas {
position: fixed;
width: 13%;
height: 100%;
left: 0px;
top: 0px;
font-size: 20;
background-color: #C4C4C4;
}
#mapas {
position: fixed;
width: 55%;
height: 80%;
left: 15%;
top: 10%;
margin: 10px auto 10px auto;
border: solid 3px;
border-radius: 10px;
}
#texto {
position: fixed;
width: 23%;
height: 78%;
left: 73%;
top: 12%;
background: #ebe5a7;
text-align: justify;
border: solid 2px;
border-radius: 5px;
}
#descricaoMapa {
position: fixed;
width: 25%;
height: 80%;
left: 72%;
top: 11%;
background: #ebe5a7;
border: solid 3px;
border-radius: 20px;
}
#menuMapas ul li a {
display: inline-block;
line-height: 3px;
position: relative;
margin: auto;
left: 20px;
width: 60%;
text-align: center;
background: #069cc2;
border-radius: 6px;
padding: 10px;
cursor: pointer;
color: rgb(5, 5, 5);
border: none;
font-size: 16px;
text-decoration: none;
}
img {
border-radius: 10px;
cursor: pointer;
}
.modalVisual {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.8);
}
table.table td a.delete {
color: #F44336;
}
table.table td a.edit {
color: #df8a0b;
}
.modalConteudo {
margin: auto;
display: block;
}
#next {
position: absolute;
top: 30px;
margin-left: 35px;
font-size: 40px;
cursor: pointer;
}
.fechar {
position: absolute;
top: 15px;
right: 35px;
color: #fff;
font-size: 40px;
font-weight: bold;
cursor: pointer;
}
.table-wrapper {
padding: 20px 25px;
margin: 30px 0;
border-radius: 3px;
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.table-title {
padding-bottom: 15px;
padding: 16px 30px;
margin: -20px -25px 10px;
border-radius: 3px 3px 0 0;
}
.table-title h2 {
margin: 5px 0 0;
font-size: 20px;
}
.table-title .btn-group {
float: right;
}
.table-title .btn {
color: #fff;
float: right;
font-size: 13px;
border: none;
min-width: 50px;
border-radius: 2px;
border: none;
outline: none !important;
margin-left: 10px;
}
.table-title .btn i {
float: left;
font-size: 21px;
margin-right: 5px;
}
.table-title .btn span {
float: left;
margin-top: 2px;
}