Difference between revisions of "MediaWiki:Common.css"

From Tinkla: Tinkering with Tesla
m
m
Line 7: Line 7:
 
#mw-page-header-links { display: none !important;}
 
#mw-page-header-links { display: none !important;}
 
table.zebra tr.stripe { background-color: rgb(200,200,200); }
 
table.zebra tr.stripe { background-color: rgb(200,200,200); }
 +
.stripe { background-color: red; }

Revision as of 13:07, 15 February 2022

/* 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 */
#mw-portlet-body { display: none !important;}
#mw-page-header-links { display: none !important;}
table.zebra tr.stripe { background-color: rgb(200,200,200); }
.stripe { background-color: red; }