Difference between revisions of "MediaWiki:Common.css"

From Slavic Interest Group
Jump to: navigation, search
Line 2: Line 2:
  
  
body {background: gold}
+
body {background: c20606
#mw-page-base {background: crimson; color: gold}
+
#mw-page-base {background: c20606; color: gold}
  
  

Revision as of 12:10, 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;
}