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 edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Remove default styling from page indicators */
/* 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;
}

Latest revision as of 01:30, 13 July 2025

/* CSS placed here will be applied to all skins */
/* Remove default styling from page indicators */