MediaWiki Discussão:Common.css

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

External links icons removed[editar]

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]

Pagebanner menu bug[editar]

Add .toctext {display: inline;} to fix it. --Andyrom75 (discussioni) 22h49min de 4 de novembro de 2015 (UTC)[responder]

Sorry, could you tell me where to add it exactly? Texugo (discussão) 14h18min de 5 de novembro de 2015 (UTC)[responder]
You can add wherever you want on MediaWiki:Common.css. However, if you want to better organize the file, you can divide the code according to its scope as I've done on it:MediaWiki:Common.css. Or maybe, if you don't want to take care for some part of the code, you can follow the example don on sv:MediaWiki:Common.css, where the code related to the Pagebanner, is picked up from it:MediaWiki:Pagebanner.css through the following instruction: @import url('//it.wikivoyage.org/w/index.php?title=MediaWiki:Pagebanner.css&action=raw&ctype=text/css');
In this way, when I've patched the file on it:voy, sv:voy has immediately got the benefit of that patch. It's up to you to choose the preferred way to proceed.
Let me know if you need any further clarification. --Andyrom75 (discussioni) 15h18min de 5 de novembro de 2015 (UTC)[responder]