Common.css
From Montana Tech High Performance Computing
/* CSS placed here will be applied to all skins */
#ca-talk { display:none!important; }
global $wgUser;
if ( !$wgUser->isAllowed( 'edit' ) ) {
#ca-viewsource { display:none !important; };
}