MediaWiki:Common.css: Difference between revisions

From Slavic Interest Group
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


body {background: #c20606
body {background: #c20606

Revision as of 13:33, 6 May 2018

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

body {background: #c20606
#mw-page-base {background: #c20606; 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;
}