MediaWiki:Common.css: Difference between revisions

From bwCloud-OS
Jump to navigation Jump to search
Admin (talk | contribs)
Created page with "CSS placed here will be applied to all skins: #ca-viewsource, #ca-history { display: none; }"
 
Admin (talk | contribs)
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#ca-viewsource, #ca-history {
/* "View source"-Tab ausblenden */
  display: none;
#ca-viewsource { display: none; }
}
/* "History"-Tab ausblenden */
#ca-history { display: none; }

Revision as of 13:14, 22 September 2025

/* CSS placed here will be applied to all skins */
/* "View source"-Tab ausblenden */
#ca-viewsource { display: none; }
/* "History"-Tab ausblenden */
#ca-history { display: none; }