Ações

MediaWiki

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

De Corona Wiki

Linha 24: Linha 24:
 
     width: 1.5em!important;
 
     width: 1.5em!important;
 
     height: 1.5em!important;
 
     height: 1.5em!important;
 +
}
 +
 +
li#footer-termsofuse {
 +
    float: left;
 +
    margin-right: 2em;
 
}
 
}

Edição das 17h32min de 7 de maio de 2020

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

#tagline {
    display: none;
}

#addthistoolbar
{
    position: absolute;
    top: 100%;
    right: 0%;
}

#addthis_config
{
    services_exclude: 'reddit'
}

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

li#footer-termsofuse {
    float: left;
    margin-right: 2em;
}