MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
body {background: gold} | body {background: gold} | ||
#mw-page-base {background: | #mw-page-base {background: green; color: gold} | ||
Revision as of 12:30, 6 May 2018
/* CSS placed here will be applied to all skins */ body {background: gold} #mw-page-base {background: green; color: gold} /* unvisited link */ a:link { color: yellow; } /* visited link */ a:visited { color: gold; } /* mouse over link */ a:hover { color: white; } /* selected link */ a:active { color: yellow; }