MediaWiki:Group-user.css: Difference between revisions

From TLG
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:


/* this setting adds space above cr notice */
/* this setting adds space above cr notice */
#editpage-copywarn
#editpage-copywarn {margin-top:3px;}

Revision as of 09:36, July 1, 2023

/* CSS rules below affect registered users only */

/* these settings add back the following: ... */
#n-Recent-Changes {display:block;}
#p-tb {display:block;}
#ca-viewsource {display:block;}
#t-whatlinkshere {display:block;}
#t-specialpages {display:block;}
#t-info {display:block;}

/* this setting eliminates second SP */
#n-Special-Pages {display:none;}

/* this setting reduces Tools to five */
#t-permalink {display:none;}

/* this setting adds space above cr notice */
#editpage-copywarn {margin-top:3px;}