There are currently 0 stubs. You can help us by expanding these articles!

MediaWiki:Common.css

From Rare Wiki
Revision as of 20:51, March 26, 2020 by Results May Vary (talk | contribs)
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
div#content {
  background:#FAF2CD;
  background-repeat:no-repeat;
  background-position: right center;
  background-attachment: fixed;
  border: 1px solid gold;
}

 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: #FE6060 !important;
}

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

#footer { background-color: #FAF2CD; }

/* 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; }

.editOptions {
	background-color:#ffffe8;
	border: 1px solid #003466;
}

.wikiEditor-ui .wikiEditor-ui-view {
	border: 1px solid #003466;
	border-bottom:none;
}
/* border colors */
#firstHeading {
	border: none;
	border-bottom: 1px solid #003466;
}

hr {
	border: none;
	height: 0px;
	border-bottom: 1px solid #003466;
}

h1, h2 {
	border-bottom: 1px solid #003466;
}

.mw-body, .mw-changeslist-legend {
	border: 1px solid #003466;
}

#mw-previewheader {
	border: none;
	border-bottom: 1px solid #003466;
}

/* Fake link template */
.fakelinks {
	cursor: pointer;
	color: #002bb8;
}
.fakelinks:hover {
	text-decoration: underline;
}

/* dropdowns */
.mw-htmlform-ooui-wrapper .oo-ui-fieldLayout {
    margin-right: 10px;
    display: inline-block;
}
.mw-htmlform-ooui-wrapper .oo-ui-fieldsetLayout-group {
    display: block !important;
}
.mw-htmlform-ooui-wrapper .oo-ui-fieldsetLayout.mw-collapsible .mw-collapsible-toggle .oo-ui-iconElement-icon {
    display: none !important;
}
.mw-htmlform-ooui-wrapper.oo-ui-panelLayout-padded .oo-ui-fieldsetLayout.mw-collapsible .oo-ui-fieldsetLayout-header {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    vertical-align: middle !important;
}