Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 38: | Line 38: | ||
/* #t-specialpages { display: none !important; } */ | /* #t-specialpages { display: none !important; } */ | ||
− | + | .vector-menu-content:not(.logged-in) { | |
− | + | display: none; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Revision as of 13:12, 14 February 2025
/* Default color background*/
body {
background: #ffffff;
}
/* Head Color backgound*/
#mw-page-base {
background: #005aaa;
/* background: #7690c; */
}
/* Personal links (top right)*/
#p-personal a:link {
color: #ffffff;
}
#footer-icons {
display: none;
}
/* Remove TABS*/
#ca-talk { display: none !important; }
#ca-view { display: none !important; }
/*
#ca-history { display: none !important;}
*/
#ca-watch { display: none !important; }
#ca-unwatch { display: none !important; }
#ca-viewsource { display: none !important; }
#n-help-mediawiki { display: none !important; }
#n-randompage { display: none !important; }
#t-whatlinkshere { display: none !important; }
#t-recentchangeslinked { display: none !important; }
/* #t-specialpages { display: none !important; } */
.vector-menu-content:not(.logged-in) {
display: none;
}