Abrir menu principal

Mudanças

MediaWiki:Common.css

657 bytes adicionados, 11h39min de 8 de julho de 2019
sem sumário de edição
display:block;
height: auto;
}
 
/* Make clickable text on links invisible. */
li#n-icone {
color:#f6f6f6;
visibility: visible;
font-size:0em;
}
#n-icone:hover ::after, #n-icone ::after {
content: '';
display:inline-block;
width: 100px;
height: 100px;
 
background: url('https://www.lcc.ufmg.br/wiki/images/LogoCenapadMG_wiki.png');
}
 
/* Every image need to have its own rule defined. */
#n-icone::after{
background: url('https://www.lcc.ufmg.br/wiki/images/LogoCenapadMG_wiki.png');
}
 
#n-icone:hover ::after {
background: url('https://www.lcc.ufmg.br/wiki/images/LogoCenapadMG_wiki.png');
}
#n-icone:hover ::after, #n-icone ::after{
background-repeat: no-repeat;
background-size: contain;
}
 
#mw-panel .portal .body li#n-icone {
font-size:0em;
padding:10px;
}
.mobileonly {display: inline;}
}
.borda-menu-mobile{
border: 1px solid black;
border-radius: 10px;
}
/*.mw-highlight pre {
font-size: 90%;
}*/