MediaWiki:Common.css: Difference between revisions
From The Rinclub Index
Jump to navigationJump to search
Created page with "→CSS placed here will be applied to all skins: →Remove default styling from page indicators: .mw-indicators, .mw-indicator { background: none !important; border: none !important; padding: 0 !important; margin: 0 !important; list-style: none !important; display: inline !important; } →style or strip styles from grimy template text: .grimy-template-text { background: none !important; border: none !important; padding: 0 !import..." |
(No difference)
|
Revision as of 01:27, 13 July 2025
/* CSS placed here will be applied to all skins */
/* Remove default styling from page indicators */
.mw-indicators,
.mw-indicator {
background: none !important;
border: none !important;
padding: 0 !important;
margin: 0 !important;
list-style: none !important;
display: inline !important;
}
/* style or strip styles from grimy template text */
.grimy-template-text {
background: none !important;
border: none !important;
padding: 0 !important;
margin: 0 !important;
display: inline !important;
}