Ações

MediaWiki

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

De Corona Wiki

Linha 9: Linha 9:
 
#addthistoolbar
 
#addthistoolbar
 
{
 
{
    position: absolute;
+
    position: absolute;
 
     top: 100%;
 
     top: 100%;
 
     right: 0%;
 
     right: 0%;
Linha 16: Linha 16:
 
#addthis_config
 
#addthis_config
 
{
 
{
     services_exclude: reddit
+
     services_exclude: 'reddit'
 
}
 
}
  

Edição das 12h06min de 5 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;
}