There are currently 0 stubs. You can help us by expanding these articles!

Difference between revisions of "MediaWiki:Common.css"

From Rare Wiki
Jump to navigationJump to search
(fixed colors)
(change link color)
Line 7: Line 7:
  }
  }


a {
a.visited {
color: #D4A910 !important;
color: #D4A910 !important;
}
}
a:hover {
a.visited:hover {
color: #D4A910 !important;
color: #D4A910 !important;
}
}

Revision as of 22:46, May 7, 2019

div#content {
    background:#FFFFE8;
}

 body {
  background: url(https://rarewiki.com/w/images/8/8a/Wiki-background.jpg) repeat;
 }

a.visited {
	color: #D4A910 !important;
}
a.visited:hover {
	color: #D4A910 !important;
}
a.new {
	color: #DF3F3F !important;
}

#footer { background-color: #FFFFE8; }