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
(common.css)
 
(gold)
Line 4: Line 4:


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

Revision as of 06:22, February 16, 2019

div#content {
    background:#f7f2b9;
}

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

a {
	color: gold !important;
}
a:hover {
	color: gold !important;
}