Ações

MediaWiki

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

De Corona Wiki

Linha 11: Linha 11:
 
{
 
{
 
     position: absolute;
 
     position: absolute;
     top: 103%;
+
     top: 103%!important;
     right: 0%;
+
     right: 0%!important;
 
}
 
}
  

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

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

#tagline {
    display: none;
}

#addthistoolbar
span.at-icon-wrapper, svg.at-icon
{
     position: absolute;
    top: 103%!important;
    right: 0%!important;
}

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