Difference between revisions of "MediaWiki:Common.css"

From Tinkla: Tinkering with Tesla
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
#filehistory { display: none; } /* Hides the "File history" header */
+
#filehistory { display: none !important; } /* Hides the "File history" header */
#ca-history { display: none; } /* Hides the " history" header */
+
#ca-history { display: none !important; } /* Hides the " history" header */
#ca-viewsource { display: none; } /* Hides the "View source" header */
+
#ca-viewsource { display: none !important; } /* Hides the "View source" header */
#mw-imagepage-section-filehistory { display: none; } /* Hides the "file history" table */
+
#mw-imagepage-section-filehistory { display: none !important; } /* Hides the "file history" table */

Revision as of 20:55, 30 April 2019

/* CSS placed here will be applied to all skins */
#filehistory { display: none !important; } /* Hides the "File history" header */
#ca-history { display: none !important; } /* Hides the " history" header */
#ca-viewsource { display: none !important; } /* Hides the "View source" header */
#mw-imagepage-section-filehistory { display: none !important; } /* Hides the "file history" table */