MediaWiki:Common.css: Difference between revisions

From Driverspedia
No edit summary
No edit summary
 
Line 9: Line 9:


#mw-cookiewarning-container a:visited {
#mw-cookiewarning-container a:visited {
color: LightCyan;
color: LightYellow;
}
}

Latest revision as of 15:10, 11 April 2020

/* CSS placed here will be applied to all skins */

/* CookieWarning banner extension's CSS styling code */
.mw-cookiewarning-container {
    top: auto;
    bottom: 0;
    height: 20%;
}

#mw-cookiewarning-container a:visited {
	color: LightYellow;
}