Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 21: | Line 21: | ||
} | } | ||
| − | # | + | #turnkey-credit { |
| − | + | display: none !important; | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
Latest revision as of 00:43, 17 April 2026
#p-tb { display: none; } /* Tools */
#p-cactions { display: none; } /* abas (editar, histórico) */
/* Remove "View history" */
#ca-history {
display: none;
}
/* Remove "View source" */
#ca-viewsource {
display: none;
}
}
/* Esconde aba Discussion */
#ca-talk {
display: none;
}
#footer-info {
display: none !important;
}
#turnkey-credit {
display: none !important;
}