##// END OF EJS Templates
Update templates
Update templates

File last commit:

r35:1d0c19b50218
r35:1d0c19b50218
Show More
header.css
71 lines | 1.2 KiB | text/css | LassoCssLexer
#igp-top-bar{
background-image: linear-gradient(-45deg,#0071B8 50%, #38B5E6 50%);
height:35px;
}
.nav-social a {
float: left;
text-align: center;
line-height: 23px;
width: 25px;
height: 25px;
border-radius: 50px;
border: 1px solid white;
margin-right: 10px;
color: #fff !important;
margin-top:5px;
}
.nav-social a:hover{
background-color: #277ea0;
}
#nav-igp .nav-link {
color: #2068A0;
border-style: solid;
border-color: white; /* ---- valor temporal ----- */
border-width: 3px 0px;
margin-left: .5rem;
}
#nav-igp a.active, #nav-igp a:hover{
border-top: 3px solid #38B5E6;
color: #38B5E6;
}
.nav-contacto{
margin-top: 5px;
}
ul.nav-contacto li{
font-size: 14px;
margin-left: 10px;
display: inline;
color: #fff;
}
.nav-contacto>li:last-of-type {
padding-left: 10px;
border-left: 1px solid white;
}
ul.nav-contacto li a{
color: #fff;
text-decoration: none;
padding: 3px 8px 3px 8px;
}
ul.nav-contacto li a:hover{
color: #fff;
text-decoration: none;
padding: 3px 8px 3px 8px;
background-color: #004f81;
border-radius:10px;
}
.logo-minam{
width: 240px;
margin-left: -30px;
}
.logo-igp{
height: 40px;
}