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
(this too)
(trying this for color)
Line 1: Line 1:
div#content {
div#content {
     background:#FFFFE8;
     background:#F8EEBB;
}
}


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


Line 22: Line 22:
}
}


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


/* wikitable*/
/* wikitable*/
table.wikitable {background:#f8eebb;margin:1em 0;border:1px solid gold;border-collapse:collapse;}
table.wikitable {background:#FFFFE8;margin:1em 0;border:1px solid gold;border-collapse:collapse;}
table.wikitable > * > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td, table.wikitable > * > tr > th {border:1px solid #0A2139;padding:0.2em 0.4em}
table.wikitable > * > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td, table.wikitable > * > tr > th {border:1px solid #0A2139;padding:0.2em 0.4em}
table.wikitable > * > tr > th {background: #1F4973; color:gold;}
table.wikitable > * > tr > th {background: #1F4973; color:gold;}


table.infobox a { color: gold }
.infobox#game a { color: gold }
 
.infobox#game a.new { color: #FE6060; }
table.infobox a.new { color: red }
.infobox#game a.extiw { color: #E9EDA6; }
 
table.infobox a.new { color: #e9eda6; }

Revision as of 15:02, February 18, 2020

div#content {
    background:#F8EEBB;
}

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

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

.page-Main_Page table img {
  max-width: 100% !important;
  height: auto !important;
}

#footer { background-color: #F8EEBB; }

/* wikitable*/
table.wikitable {background:#FFFFE8;margin:1em 0;border:1px solid gold;border-collapse:collapse;}
table.wikitable > * > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td, table.wikitable > * > tr > th {border:1px solid #0A2139;padding:0.2em 0.4em}
table.wikitable > * > tr > th {background: #1F4973; color:gold;}

.infobox#game a { color: gold }
.infobox#game a.new { color: #FE6060; }
.infobox#game a.extiw { color: #E9EDA6; }