User:AlexBot2004/common.css

From Metroid Wiki

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.
/* Infobox styling */
.infobox {
	float: right;
	width: 300px;
	border: 2px solid #6e3c80;
	border-radius: 20px;
	font-family: arial, sans-serif;
	font-size: 11px;
	margin: 0 0 1em 1em;
	background-color: #3c0252;
}

.infobox-sub {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	border-spacing: 0;
}

.infobox-sub th,
.infobox-sub td {
	background-color: #1f0827;
	border: 1px solid #6e3c80;
	padding: 3px;
}

.infobox-sub th {
	width: 30%;
	text-align: right;
}

.infobox-sub tr:first-child th:first-child,
.infobox-sub tr:first-child td:first-child {
	border-top-left-radius: 15px;
}

.infobox-sub tr:first-child th:last-child,
.infobox-sub tr:first-child td:last-child {
	border-top-right-radius: 15px;
}

.infobox-sub tr:last-child th:first-child,
.infobox-sub tr:last-child td:first-child {
	border-bottom-left-radius: 15px;
}

.infobox-sub tr:last-child th:last-child,
.infobox-sub tr:last-child td:last-child {
	border-bottom-right-radius: 15px;
}

/* Skin */
#mw-head {
  background-color: #000000;
}

body {
    background-color: #000000;
}

#content.mw-body {
    background-color: #221826;
}

.mw-body {
    border: 1px solid #56425e;
}

h1, h2, h3, h4, h5, h6 {
    color: #FFFFFF;
}

.mw-body, .parsoid-body {
    color: #FFFFFF;
}

#searchInput {
    background-color: #FFFFFF;
}

a {
    color: #8db8f0;
}

a:visited {
    color: #6c8fba;
}

a.new {
    color: #cd7575;
}

a.new:visited {
    color: #ad5e5e;
}

.infobox {
	float: right;
}

.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
    background-color: #000000;
}

.toc, .toccolours {
    background-color: #000000;
}

.tocnumber {
    color: #d3d3d3;
}

.catlinks {
    background-color: #000000;
}

.mw-footer li {
    color: #ffffff;
}

div.thumbinner {
    border: 1px solid #a2a9b1;
    background-color: #000000;
}

li.gallerybox div.thumb {
    border: 1px solid #a2a9b1;
    background-color: #000000;
}

.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
    color: #b38bb3;
}

.mw-parser-output a.external {
    color: #538ff3;
}

.diff-addedline .diffchange {
    background: #515064;
}

.diff-deletedline .diffchange {
    background: #a19372;
}

.editOptions {
    background-color: #422d48;
    color: #d7d7d7;
    border: 1px solid #6a567a;
}

.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button {
    color: #e77e7e;
}

/* bullet image */
body ul {list-style-image: url("//cdn.wikimg.net/metroidwiki/images/7/7a/Bullet.png");}

#pagehistory li.selected {
    background-color: #ffffff33;
    color: #ffffff;
}

body.page-Main_Page h1.firstHeading {
	display: none !important;
}