Abrir menu principal

Mudanças

MediaWiki:Common.css

1 149 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 */
 
 
/*Style for bash scripts: pre tags with class "bash"*/
pre.bash {
background-color: black;
color: white#e6e6e6; font-size: 1.16em15em;
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}
.aviso{
padding: 8px5px 20px 5px 12px;
background: #F0F0E7;
border: 2px 1.5px solid #CC9933; font-family: sansmonospace, monospace; font-size: 1.16em;}.bem_vindo{ padding:10px; font-serifsize:1.3em; background:#F2F5FD; border: 1px solid #C7D0F8; text-align:center; 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, "Trebuchet MS", Helvetica#n-icone ::after {content: '';display:inline-block;width: 100px;height: 100px; background: url('https://www.lcc.ufmg.br/wiki/images/LogoCenapadMG_wiki.png'); word} /* Every image need to have its own rule defined. */#n-spacingicone::after{background: url('https: 4px//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%;
}*/