Difference between revisions of "MediaWiki:Common.css"

From Slavic Interest Group
Jump to: navigation, search
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: #fffff0}
 
#mw-page-base {background: #c20606; color: gold}
 
#mw-page-base {background: #c20606; color: gold}
  

Revision as of 20:23, 6 May 2018

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

body {background: #fffff0}
#mw-page-base {background: #c20606; color: gold}


/* unvisited link */
a:link {
    color: white;
}

/* visited link */
a:visited {
    color: gray;
}

/* mouse over link */
a:hover {
    color: white;
}

/* selected link */
a:active {
    color: yellow;
}