Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Nicole Sharp (talk | contribs) (Created page with "→Cascading stylesheets (CSS) placed here will be applied to all skins.: a:link { color: fuchsia; } a:visited { color: red; } a:hover { background: yellow; } a:active { ba...") |
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. */ | ||
− | a:link { color: fuchsia; } | + | #content a:link { color: fuchsia; } |
− | a:visited { color: red; } | + | #content a:visited { color: red; } |
− | a:hover { background: yellow; } | + | #content a:hover { background: yellow; } |
− | a:active { background: lime; } | + | #content a:active { background: lime; } |
Revision as of 2022-04-18T20:06:24
/* Cascading stylesheets (CSS) placed here will be applied to all skins. */
#content a:link { color: fuchsia; }
#content a:visited { color: red; }
#content a:hover { background: yellow; }
#content a:active { background: lime; }