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
(a.new)
m
Line 16: Line 16:
color: #DF3F3F !important;
color: #DF3F3F !important;
}
}
#footer { background-color: #f7f2b9; }

Revision as of 06:51, 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;
}

#footer { background-color: #f7f2b9; }