Logo y estilos para enlazar con GitLab desde el sitio

This commit is contained in:
Manuel Cillero 2018-06-06 17:44:45 +02:00
parent 0a17edd515
commit 54411d0d56
2 changed files with 31 additions and 7 deletions

View file

@ -597,7 +597,17 @@ a.dpe-flexible-photos-link:hover {
}
#socket .container {
padding-top: 8px;
padding-bottom: 2px;
padding-bottom: 3.6em;
}
#legal {
position: absolute;
margin-top: 2.8em;
line-height: 1.6em;
}
#legal a {
color: #ffbf00;
font-weight: 700;
font-size: 14px;
}
@ -642,7 +652,8 @@ a.dpe-flexible-photos-link:hover {
.av-share-box ul li a {
font-size: 18px;
}
#top #wrap_all .av-social-link-github:hover a {
#top #wrap_all .av-social-link-github:hover a,
#top #wrap_all .av-social-link-gitlab:hover a {
color: #fff;
background-color: #bd2c00;
}
@ -751,4 +762,8 @@ a.dpe-flexible-photos-link:hover {
padding-left: 10px;
background-position: 6px 28px;
}
/* Hide link about use of cookies */
#legal span.legal-cookies {
display: none;
}
}