MediaWiki:Wikibound.css: differenze tra le versioni

nessun oggetto della modifica
Nessun oggetto della modifica
Nessun oggetto della modifica
 
(19 versioni intermedie di 2 utenti non mostrate)
Riga 333: Riga 333:
     content: "";
     content: "";
     background: url(https://it.wikibound.info/w/images/a/a5/Nuvole_wikibound.png);
     background: url(https://it.wikibound.info/w/images/a/a5/Nuvole_wikibound.png);
     width: 1920px;
     width: 100%;
     height: 236px;
     height: 236px;
     max-width: 100%;
     max-width: 100%;
Riga 376: Riga 376:
     text-rendering: auto;
     text-rendering: auto;
     line-height: 1;
     line-height: 1;
     width: 25px;
     width: 21px;
     padding-right: 3px;
     padding-right: 3px;
     text-align: center;
     text-align: center;
Riga 386: Riga 386:
#mw-panel>div:nth-child(5) li>a:before {content: '\f552 ';} /* Strumenti */
#mw-panel>div:nth-child(5) li>a:before {content: '\f552 ';} /* Strumenti */
#mw-panel>div:nth-child(6) li>a:before {content: '\f0ac ';} /* In altre lingue */
#mw-panel>div:nth-child(6) li>a:before {content: '\f0ac ';} /* In altre lingue */
/* Icone social */
#socialIcone {
    margin-top: 9px;
    width: 191px;
    display: flex;
    justify-content: center;
}
#socialIcone a {
    color: #fff;
    font-size: 23px;
    height: 33px;
    width: 33px;
    border-radius: 10px;
    margin-right: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: left;
    box-shadow: 0 1px 2px rgba(0,0,0,.5)
}
.socialFacebook {background-color: #1877f2;}
.socialInstagram {background-color: #e1306c;}
.socialTelegram {background-color: #0088cc;}
.socialTwitter {background-color: #1da1f2;}
.socialYouTube {background-color: #ff0000;}
#socialIcone a:hover {
text-decoration: none;
background-color: #eae3dc;
color: #000;
}