Jump to content

MediaWiki:Common.css: Difference between revisions

From Flowcode Help
ReeceL (talk | contribs)
Created page with "CSS placed here will be applied to all skins: .noautonum .tocnumber { display: none; }"
 
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 */
.noautonum .tocnumber { display: none; }
.noautonum .tocnumber { display: none; }
.element {
  --background-color-base-fixed: transparent;
}

Revision as of 15:16, 9 July 2026

/* CSS placed here will be applied to all skins */
.noautonum .tocnumber { display: none; }

.element {
  --background-color-base-fixed: transparent;
}