| Server IP : 23.111.136.34 / Your IP : 216.73.216.136 Web Server : Apache System : Linux servidor.eurohost.com.br 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : meusitei ( 1072) PHP Version : 5.6.40 Disable Function : show_source, system, shell_exec, passthru, proc_open MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/meusitei/public_html/painel/front/suspensao/ |
Upload File : |
/*
* Globals
*/
html,
body {
height: 100%;
background-color: #557cf2;
}
body {
display: -ms-flexbox;
display: flex;
color: #fff;
font-family: Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;
font-size: 1rem;
line-height: 1.6;
}
.cover-container {
max-width: 72em;
}
.cover {
padding: 0 1.5rem;
}
.masthead
{
margin-bottom: 2rem;
}
/* Links */
a
{
color: #1247e9;
}
a:focus, a:hover
{
color: #1247e9;
}
/* Botão padrão customizado */
.cover .btn-lg {
padding: .75rem 1.25rem;
font-weight: 700;
}
.btn-secondary {
color: #fff;
text-shadow: none; /*Previne herença do `body` */
background-color: #98bf49;
border: .05rem solid #98bf49;
border-top-left-radius: 2rem;
border-top-right-radius: 2rem;
border-bottom-right-radius: 2rem;
border-bottom-left-radius: 2rem;
margin-top: 1rem !important;
}
.btn-secondary:hover, .btn-secondary:focus
{
color: #ffffff;
background-color: #7c9e37;
border-top-color: #769635;
border-right-color: #769635;
border-bottom-color: #769635;
border-left-color: #769635;
}
/* Fonts */
.font-um {
font-size: 4.5rem;
font-weight: 400;
}
.font-dois {
font-size: 2.0rem;
font-weight: 400;
}
.font-normal {
font-size: 1.25rem;
color: #d9e2ff;
font-weight: 400;
}
/* Alert
.alert-info::before {
content: "\f255";
color: #a2b8fa;
}*/
.alert-info
{
max-width: 32em;
background-color: #f3f5ff;
border-top-color: #f3f5ff;
border-right-color: #f3f5ff;
border-bottom-color: #f3f5ff;
border-left-color: #f3f5ff;
color: #3b59b2;
margin-top:40px;
margin-right: auto;
margin-left: auto;
margin-bottom:40px;
}
.text-xs-left
{
text-align: left;
}
.alert
{
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: currentcolor;
border-right-color: currentcolor;
border-bottom-color: currentcolor;
border-left-color: currentcolor;
border-image-source: none;
border-image-slice: 100%;
border-image-width: 1;
border-image-outset: 0;
border-image-repeat: stretch stretch;
padding-left: 3.5rem;
}
.alert-danger, .alert-info, .alert-success, .alert-warning
{
border-left-width: 5px;
border-left-style: solid;
border-left-color: #a2b8fa;
position: relative;
}
.alert-info
{
border-left-color: #a2b8fa;
}
.alert-info a
{
text-decoration-color: currentcolor;
text-decoration-line: underline;
text-decoration-style: solid;
/* Footer */
.mastfoot {
color: rgba(255, 255, 255, .5);
}