Ações

MediaWiki

Mudanças entre as edições de "Common.css"

De Corona Wiki

Linha 11: Linha 11:
 
span.at-icon-wrapper, svg.at-icon
 
span.at-icon-wrapper, svg.at-icon
 
{
 
{
     width: 3em!important;
+
     width: 2em!important;
     height: 3em!important;
+
     height: 2em!important;
 
}
 
}

Edição das 10h14min de 5 de maio de 2020

.page-Página_principal #firstHeading {
    display: none;
}

#tagline {
    display: none;
}


/*increase the size of the buttons to 3em */
span.at-icon-wrapper, svg.at-icon
{
    width: 2em!important;
    height: 2em!important;
}