Difference between revisions of "MediaWiki:Common.css"

From Longnecker House
Jump to: navigation, search
Line 1: Line 1:
 
body {background: goldenrod}
 
body {background: goldenrod}
#mw-page-base {background: gray; color: gold}
+
#mw-page-base {background: 5f9ea0; color: khaki}
  
  

Revision as of 15:18, 3 March 2019

body {background: goldenrod}
#mw-page-base {background: 5f9ea0; color: khaki}


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

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

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

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


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