Página principal: mudanças entre as edições
De SupraWiki
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 9: | Linha 9: | ||
<html> | <html> | ||
<head> | <head> | ||
< | <style> | ||
/*! CSS Used from: https://supramais.com.br/includes/css/bootstrap.min.css */ | |||
*,::after,::before{box-sizing:border-box;} | *,::after,::before{box-sizing:border-box;} | ||
h4{margin-top:0;margin-bottom:.5rem;} | #start-page h4{margin-top:0;margin-bottom:.5rem;} | ||
p{margin-top:0;margin-bottom:1rem;} | #start-page p{margin-top:0;margin-bottom:1rem;} | ||
a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;} | #start-page a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;} | ||
a:hover{color:#0056b3;text-decoration:underline;} | #start-page a:hover{color:#0056b3;text-decoration:underline;} | ||
img{vertical-align:middle;border-style:none;} | #start-page img{vertical-align:middle;border-style:none;} | ||
h4{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit;} | #start-page h4{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit;} | ||
h4{font-size:1.5rem;} | #start-page h4{font-size:1.5rem;} | ||
.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;} | #start-page .row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;} | ||
.col-lg-12,.col-lg-4{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;} | #start-page .col-lg-12,.col-lg-4{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;} | ||
@media (min-width:992px){ | @media (min-width:992px){ | ||
.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;} | #start-page .col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;} | ||
.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;} | #start-page .col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;} | ||
} | } | ||
.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;} | #start-page .btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;} | ||
.btn:focus,.btn:hover{text-decoration:none;} | #start-page .btn:focus,.btn:hover{text-decoration:none;} | ||
.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);} | #start-page .btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);} | ||
.btn:disabled{opacity:.65;} | #start-page .btn:disabled{opacity:.65;} | ||
.btn:not(:disabled):not(.disabled){cursor:pointer;} | #start-page .btn:not(:disabled):not(.disabled){cursor:pointer;} | ||
.btn:not(:disabled):not(.disabled):active{background-image:none;} | #start-page .btn:not(:disabled):not(.disabled):active{background-image:none;} | ||
.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d;} | #start-page .btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d;} | ||
.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62;} | #start-page .btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62;} | ||
.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5);} | #start-page .btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5);} | ||
.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d;} | #start-page .btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d;} | ||
.btn-secondary:not(:disabled):not(.disabled):active{color:#fff;background-color:#545b62;border-color:#4e555b;} | #start-page .btn-secondary:not(:disabled):not(.disabled):active{color:#fff;background-color:#545b62;border-color:#4e555b;} | ||
.btn-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5);} | #start-page .btn-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5);} | ||
img.rounded-circle{border-radius:50%!important;} | #start-page img.rounded-circle{border-radius:50%!important;} | ||
.mb-5{margin-bottom:3rem!important;} | #start-page .mb-5{margin-bottom:3rem!important;} | ||
.text-center{text-align:center!important;} | #start-page .text-center{text-align:center!important;} | ||
.font-weight-bold{font-weight:700!important;} | #start-page .font-weight-bold{font-weight:700!important;} | ||
@media print{ | @media print{ | ||
*,::after,::before{text-shadow:none!important;box-shadow:none!important;} | #start-page *,::after,::before{text-shadow:none!important;box-shadow:none!important;} | ||
a:not(.btn){text-decoration:underline;} | #start-page a:not(.btn){text-decoration:underline;} | ||
img{page-break-inside:avoid;} | #start-page img{page-break-inside:avoid;} | ||
p{orphans:3;widows:3;} | #start-page p{orphans:3;widows:3;} | ||
} | } | ||
/*! CSS Used from: https://supramais.com.br/includes/css/carousel.css */ | /*! CSS Used from: https://supramais.com.br/includes/css/carousel.css */ | ||
.marketing .col-lg-4{margin-bottom:1.5rem;text-align:center;} | #start-page .marketing .col-lg-4{margin-bottom:1.5rem;text-align:center;} | ||
.marketing .col-lg-4 p{margin-right:.75rem;margin-left:.75rem;} | #start-page .marketing .col-lg-4 p{margin-right:.75rem;margin-left:.75rem;} | ||
/*! CSS Used from: https://supramais.com.br/includes/css/supra.css?n=867 */ | /*! CSS Used from: https://supramais.com.br/includes/css/supra.css?n=867 */ | ||
.marketing .col-lg-4 a{color:#5a5a5a;} | #start-page .marketing .col-lg-4 a{color:#5a5a5a;} | ||
.marketing .col-lg-4 a:hover{color:#dc3545;text-decoration:none;} | #start-page .marketing .col-lg-4 a:hover{color:#dc3545;text-decoration:none;} | ||
.marketing h4{margin:11px 0 11px 0;} | #start-page .marketing h4{margin:11px 0 11px 0;} | ||
.marketing h4{font-size:21px;} | #start-page .marketing h4{font-size:21px;} | ||
.marketing .col-lg-4 a.btn,.marketing .col-lg-4,.rounded-circle{transition:all 0.3s ease;} | #start-page .marketing .col-lg-4 a.btn,.marketing .col-lg-4,.rounded-circle{transition:all 0.3s ease;} | ||
.marketing .col-lg-4.transition:hover,.marketing .col-lg-4:hover p,.marketing .col-lg-4:hover h4{color:#666;} | #start-page .marketing .col-lg-4.transition:hover,.marketing .col-lg-4:hover p,.marketing .col-lg-4:hover h4{color:#666;} | ||
.marketing .col-lg-4 a.btn{display:none;position:absolute;} | #start-page .marketing .col-lg-4 a.btn{display:none;position:absolute;} | ||
img.rounded-circle{border:10px solid #F5F5F5;} | #start-page img.rounded-circle{border:10px solid #F5F5F5;} | ||
img.rounded-circle{min-height:205px!important;width:205px;!important} | #start-page img.rounded-circle{min-height:205px!important;width:205px;!important} | ||
.marketing .col-lg-4:hover img.rounded-circle,img.rounded-circle:hover{border:10px solid #C0C0C0;} | #start-page .marketing .col-lg-4:hover img.rounded-circle,img.rounded-circle:hover{border:10px solid #C0C0C0;} | ||
.transition{transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;} | #start-page .transition{transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;} | ||
</style> | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
<div class="row"> | <div class="row" id="start-page"> | ||
<div class="col-lg-12 mb-5"> | <div class="col-lg-12 mb-5"> | ||
<h4 class="text-center">Informações precisas e seguras com mais | <h4 class="text-center">Informações precisas e seguras com mais | ||
Edição das 17h53min de 23 de abril de 2024
ERP SupraMAIS
Integre todos os processos em uma única solução
O SupraMais possui usabilidade amigável e parametrizável para adaptar ao seu modelo de operação. Integra e automatiza os processos contribuindo para o crescimento sustentável de seu negócio, além disso, disponibiliza informações confiáveis e precisas para auxiliar o gestor na tomada de decisões.
