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
m
(fixed colors)
Line 1: Line 1:
div#content {
div#content {
     background:#f7f2b9;
     background:#FFFFE8;
}
}


Line 17: Line 17:
}
}


#footer { background-color: #f7f2b9; }
#footer { background-color: #FFFFE8; }

Revision as of 05:08, March 15, 2019

div#content {
    background:#FFFFE8;
}

 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: #FFFFE8; }