From ProventusNova DeveloperWiki
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
} |
} |
||
/* Expand the main content area */ |
|||
.skin-timeless #mw-content { |
|||
⚫ | |||
⚫ | |||
/* Hide "View source" and "History" for non-logged-in users |
|||
body.skin-timeless .vector-menu-tabs a[title="View source"], |
|||
body.skin-timeless .vector-menu-tabs a[title="History"] { |
|||
⚫ | |||
} |
} |
||
*/ |
|||
/* Hide History tab for users who are NOT logged in |
|||
body:not(.mw-user-loggedin) li#ca-history { |
|||
⚫ | |||
} |
|||
*/ |
|||
/* Hide viewsource tab for users who are NOT logged in |
|||
body:not(.mw-user-loggedin) li#ca-viewsource { |
|||
display: none !important; |
|||
} |
|||
*/ |
Latest revision as of 01:38, 9 April 2025
/* CSS placed here will be applied to all skins */
/* Hide "Page tools" */
#p-cactions { display: none !important; }
#catlinks{
display: none !important;
}
/* Hide "View source" for non-logged-in users */
.skin-vector #ca-viewsource {
display: none !important;
}
#ca-talk {
display: none !important;
}
/* Expand the main content area */
.skin-timeless #mw-content {
margin-left: 0 !important;
margin-right: 0 !important;
}