
| Path : /home/gujo45me/public_html/anmar/delivery/css/ |
| Disable Functions : exec,passthru,shell_exec,system System : Linux server-604606.appsiete.com 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 [ Home ][ Zone-h ][ Jumping ][ Symlink ][ Mass Depes ][ Command ] |
| Current File : /home/gujo45me/public_html/anmar/delivery/css/delivery.css |
/*cd /xampp/htdocs/ubiapp-front/css*/
/*stylus -w style.styl*/
/*stylus -w /xampp/htdocs/ubiapp-front/css/style.styl*/
@font-face {
font-family: 'Swiss';
src: url("../font/swiss/swissek.ttf");
}
@font-face {
font-family: 'OpenSans-Light';
src: url("../font/open-sans/OpenSans-Light.ttf");
}
@font-face {
font-family: 'OpenSans';
src: url("../font/open-sans/OpenSans-Regular.ttf");
}
@font-face {
font-family: 'Proxima Nova Light';
src: url("../font/proxima-nova/ProximaNova-Light.ttf");
}
#wrap {
height: 100%;
background-image: url("../img/login_background.jpg");
background-position: center;
background-size: cover;
background-repeat: repeat-y;
font-family: 'OpenSans';
position: relative;
text-align: center;
color: #fff;
}
#wrap .container {
padding-top: 5px;
}
#wrap h1 {
font-family: 'Swiss';
font-size: 2em;
margin-top: -10px;
}
#wrap p {
font-family: 'OpenSans-Light';
font-size: 1.3em;
}
#wrap p:last-child {
font-family: 'OpenSans-Light';
font-size: 1em;
}
#wrap hr {
border: 1px solid #00bf8f;
width: 70%;
}
#wrap .logo{
position: relative;
margin: 0 auto;
top: 0;
}
.container img{
width: 60px;
height: 60px;
}
a {
color: #039be5;
}
a:hover {
text-decoration: underline;
}
#btn_login:hover {
opacity: 0.85;
}
body > .grid {
height: 100%;
}
.column {
max-width: 1160px;
}
.ui.segment{
padding-top: 18px !important;
box-shadow: 0 0 20px 0 rgba(136,136,136,0.50) !important;
}
.form_footer{
text-align: center !important;
justify-content: left !important;
}
footer {
width: 100%;
margin-top: 1em;
font-family: 'Proxima Nova Light';
font-size: 0.9em;
color: #fff;
}
footer #copy {
margin-top: 1em;
text-align: center;
}
footer #copy a{
color: #fff;
}
/*======================================*/
/* ESTILOS TABLA */
/*======================================*/
tbody tr td, thead tr th {
text-align: center!important;
font-size: 0.9rem!important;
}
/*======================================*/
/* GOOGLE MAPS */
/*======================================*/
#map {
height: 100%;
width: 100%;
vertical-align: top;
}
/*======================================*/
/* MEDIA QUERYS */
/*======================================*/
@media screen and (max-width: 1100px) {
#wrap .container {
padding-top: 20px;
}
.container img{
width: 55px;
height: 55px;
}
#wrap h1{
font-size: 1.5em;
}
#wrap p:last-child {
font-size: 1.1em;
}
}
@media screen and (max-width: 600px) {
.container img{
width: 45px;
height: 45px;
}
#wrap h1{
font-size: 1.3em;
}
}