Difference between revisions of "MediaWiki:Common.css"

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

Revision as of 15:25, 3 March 2019

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