MediaWiki:Vector.css: Difference between revisions

From Sasara Wiki
Jump to navigation Jump to search
Created page with "All CSS here will be loaded for users of the Vector skin: .mw-category-group h3 { display:none; visibility:hidden; }"
 
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */


.mw-category-group h3 {
/* Hide things we don't use */
#ca-talk, .mw-category-group h3 {
   display:none;
   display:none;
   visibility:hidden;
   visibility:hidden;
}
}
/* [[Category:Backend]] */

Revision as of 01:42, 9 June 2025

/* All CSS here will be loaded for users of the Vector skin */

/* Hide things we don't use */
#ca-talk, .mw-category-group h3 {
  display:none;
  visibility:hidden;
}

/* [[Category:Backend]] */