Mudanças entre as edições de "MediaWiki:Group-user.css"
Linha 14: | Linha 14: | ||
#ca-viewsource { display:block!important; } /** View source tab; this tab is available for users who belong to user groups that don't have the permission to edit pages. With it the user can view the source text of the page without being able to modify it. */ | #ca-viewsource { display:block!important; } /** View source tab; this tab is available for users who belong to user groups that don't have the permission to edit pages. With it the user can view the source text of the page without being able to modify it. */ | ||
− | .hide-anonymous{ display:inline!important; } | + | .hide-anonymous{ display:inline-block!important; } |
Edição atual tal como às 20h27min de 21 de março de 2019
/* CSS placed here will affect registered users only */ #ca-nstab-main { display:block!important; } /** Page tab */ #ca-nstab-user { display:block!important; } /** User page tab (the Page tab on personal user pages) */ #ca-talk { display:block!important; } /** Discussion tab */ #ca-view { display:block!important; } /** Read tab (from the prepackaged skins this tab is available only in the Vector skin) */ #ca-edit { display:block!important; } /** Edit tab */ #ca-history { display:block!important; } /** View history/History tab */ #ca-watch { display:block!important; } /** the Watch tab for adding the page to the watchlist */ #ca-unwatch { display:block!important; } /** the Unwatch tab for removing the page from the watchlist */ #ca-delete { display:block!important; } /** Delete tab (in the Vector skins it's displayed with the More drop-down menu) */ #ca-move { display:block!important; } /** Move tab (in the Vector skin it's part of the More drop-down menu) */ #ca-protect { display:block!important; } /** Protect tab (as the previous two, with the Vector skin it's in the More drop-down menu) */ #ca-viewsource { display:block!important; } /** View source tab; this tab is available for users who belong to user groups that don't have the permission to edit pages. With it the user can view the source text of the page without being able to modify it. */ .hide-anonymous{ display:inline-block!important; }