Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Created page with "CSS placed here will be applied to all skins: .mwe-popups.mwe-popups-is-tall .mwe-popups-extract { color: black; }"
 
No edit summary
Line 2: Line 2:
.mwe-popups.mwe-popups-is-tall .mwe-popups-extract {
.mwe-popups.mwe-popups-is-tall .mwe-popups-extract {
     color: black;
     color: black;
}
.mwe-popups.mwe-popups-is-not-tall .mwe-popups-extract {
color: black;
}
}

Revision as of 13:44, 10 April 2022

/* CSS placed here will be applied to all skins */
.mwe-popups.mwe-popups-is-tall .mwe-popups-extract {
    color: black;
}

.mwe-popups.mwe-popups-is-not-tall .mwe-popups-extract {
	color: black;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.