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
(thats better)
(a.new)
Line 12: Line 12:
a:hover {
a:hover {
color: #D4A910 !important;
color: #D4A910 !important;
}
a.new {
color: #DF3F3F !important;
}
}

Revision as of 06:49, February 16, 2019

div#content {
    background:#f7f2b9;
}

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

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