MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 2: Line 2:
#footer { display: none; }
#footer { display: none; }
#p-tb{display:none !important;}
#p-tb{display:none !important;}
body{font-family:Monospace !important;}
body{font-family:Tahoma !important;}


#ca-nstab-main { display: none !important; }
#ca-nstab-main { display: none !important; }

Revision as of 00:58, 16 December 2022

/* CSS placed here will be applied to all skins */
#footer { display: none; }
#p-tb{display:none !important;}
body{font-family:Tahoma !important;}

#ca-nstab-main { display: none !important; }
#ca-nstab-user { display: none !important; }
#ca-talk { display: none !important; }
#ca-view { display: none !important; }
#ca-formedit { display: none !important; }
#ca-history { display: none !important;}
#ca-watch { display: none !important; }
#ca-unwatch { display: none !important; }
/*#ca-edit { display: none !important; }
#ca-delete { display: none !important; }
#ca-move { display: none !important; }*/
#ca-protect { display: none !important; }
#ca-viewsource { display: none !important; }
#editpage-copywarn { display: none !important; }
#n-recentchanges { display: none !important; }
#n-help-mediawiki { display: none !important; }
#p-navigation-label{ display: none !important; }
#p-search-label{ display: none !important; }
/*#p-cactions>div>ul{ float:right;}*/
#p-cactions{ right:0 !important;left:inherit !important;}
#pt-anoncontribs{ display: none !important; }
#pt-anontalk{ display: none !important; }
#column-one{ padding-top:2.8em !important; }
#content{ 
	width:700px !important;
	border-right:1px solid black !important;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
	margin-left:25%;
	}
#p-logo{display:none !important;}
#p-cactions *{
	background:none !important;
	border:none !important;
}