MediaWiki Discussão:Common.css

O conteúdo da página não é suportado noutras línguas.
Fonte: Wikiversidade

Hello, we have noticed that after the deployment of MediaWiki 1.20wmf1 an old local customised diff style has not been removed from this page. 1.20 brings a new, greatly improved diff style which is no longer compatible with older customisations. To prevent the new release from worsening rather than improving your diffs, a global interface editor has agreed to help you by removing the old code in a week from now unless you object. You'll then be able to see if the new style suits you or needs a new customisation. I hope this helps, Nemo bis (discussão) 20h57min de 5 de Agosto de 2012 (UTC)

Done - Hoo man (discussão) 10h36min de 19 de Agosto de 2012 (UTC)

Simplificação[editar código-fonte]

O código

.newpage {
    color:       green;
    font-weight: bold
}

pode ser simplificado para

.newpage {
    color:       green;
}

pois o negrito já é colocado por padrão pelo próprio MediaWiki.

Além disso, o trecho

/* Caracteres adicionados/removidos */
.mw-plusminus-pos { color:#00B000 }
.mw-plusminus-neg { color:#FF2050 }
.mw-plusminus-null { color:#999 }
 /*

não é mais necessário e já pode ser removido. Helder 13h40min de 19 de Agosto de 2012 (UTC)

Boa, feito. --Solstag (discussão) 21h29min de 19 de Agosto de 2012 (UTC)

External links icons removed[editar código-fonte]

Hello! If this CSS adds or modifies icons shown after external links, you'll be interested in knowing that such icons have been removed from MediaWiki core, a change which will reach this wiki in few days. You may want to consider whether you still need them. If you have questions, please ask at bugzilla:63725. Regards, Nemo 09h45min de 10 de abril de 2014 (UTC)[responder]