MediaWiki:Common.css: Difference between revisions
From Driverspedia
CostasAthan (talk | contribs) Created page with "→CSS placed here will be applied to all skins: →CookieWarning banner extension's CSS styling code: .mw-cookiewarning-container { top: auto; bottom: 0; hei..." |
CostasAthan (talk | contribs) No edit summary |
||
| Line 6: | Line 6: | ||
bottom: 0; | bottom: 0; | ||
height: 20%; | height: 20%; | ||
} | |||
#mw-cookiewarning-container a:visited { | |||
color: LightCyan; | |||
} | } | ||
Revision as of 15:07, 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: LightCyan;
}
