MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 33: Line 33:
}
}
#p-cactions>li>a{
#p-cactions>*{
background:none !important;
background:none !important;
}
}
#p-cactions>li{
#p-cactions>*{
background:none !important;
background:none !important;
}
}
}
}

Revision as of 22:05, 15 December 2022

/* CSS placed here will be applied to all skins */
#footer { display: none; }
#p-tb{display:none !important;}
body{font-family:Times New Roman !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;
	margin-left:25%;
	}
	
	#p-cactions>*{
	background:none !important;	
	}
	#p-cactions>*{
		background:none !important;	
	}
	}