Abrir menu principal

Mudanças

MediaWiki:Common.css

937 bytes adicionados, 11h39min de 8 de julho de 2019
sem sumário de edição
/** o código CSS colocado aqui será aplicado a todos os temas */
/* To make images responsive */
img {
max-width:100%;
height:auto;
}
/*Style for bash scripts: pre tags with class "bash"*/
border-radius: 10px;
}
 
img {
max-width: 100%;
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: none;}
 
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
.mobileonly {display: inline;}
}
/*.mw-highlight pre {
font-size: 90%;
}*/