Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | /* | + | #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; | |
| − | + | } | |
| − | |||
| − | |||
| − | |||
| − | |||
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;
}