Ações

MediaWiki

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

De Corona Wiki

Linha 22: Linha 22:
  
 
#addthistoolbar
 
#addthistoolbar
'service' => 'facebook'
 
 
{
 
{
     'service' => 'twitter'
+
     button:facebook;
 +
{
 +
    button:twitter;
 
},
 
},
 
{
 
{
     'service' => 'linkedin',
+
     button:linkedin;
 
},
 
},
 
{
 
{
     'service' => 'whatsapp'
+
     button:whatsapp;
 
},
 
},
 
{
 
{
     'service' => 'email'
+
     button:email;
 
}
 
}

Edição das 11h28min de 5 de maio de 2020

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

#tagline {
    display: none;
}

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

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

#addthistoolbar
{
    button:facebook;
{
    button:twitter;
},
{
    button:linkedin;
},
{
    button:whatsapp;
},
{
    button:email;
}