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
(change link color)
(wikitable colors)
Line 18: Line 18:


#footer { background-color: #FFFFE8; }
#footer { background-color: #FFFFE8; }
/* wikitable*/
table.wikitable {background:#fff;margin:1em 0;border:1px solid black;border-collapse:collapse;color:black}
table.wikitable > * > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td, table.wikitable > * > tr > th {border:1px solid #000;padding:0.2em 0.4em}
table.wikitable > * > tr > th {background: #FBC21C;}

Revision as of 03:26, May 27, 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; }

/* wikitable*/
table.wikitable {background:#fff;margin:1em 0;border:1px solid black;border-collapse:collapse;color:black}
table.wikitable > * > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td, table.wikitable > * > tr > th {border:1px solid #000;padding:0.2em 0.4em}
table.wikitable > * > tr > th {background: #FBC21C;}