Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Nicole Sharp (talk | contribs) |
Nicole Sharp (talk | contribs) |
||
Line 1: | Line 1: | ||
/* Cascading stylesheets (CSS) placed here will be applied to all skins. */ | /* Cascading stylesheets (CSS) placed here will be applied to all skins. */ | ||
+ | div #content { background: black; } | ||
#content a:link { color: fuchsia; } | #content a:link { color: fuchsia; } | ||
#content a:visited { color: maroon; } | #content a:visited { color: maroon; } | ||
#content a:hover { background: yellow; } | #content a:hover { background: yellow; } | ||
#content a:active { background: lime; } | #content a:active { background: lime; } |
Revision as of 2022-04-18T20:19:06
/* Cascading stylesheets (CSS) placed here will be applied to all skins. */
div #content { background: black; }
#content a:link { color: fuchsia; }
#content a:visited { color: maroon; }
#content a:hover { background: yellow; }
#content a:active { background: lime; }