Navigation menu

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

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

.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;
}

/* Help icon */
#mw-indicator-mw-helplink a {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3E help %3C/title%3E%3Cpath d='M10 0a10 10 0 1 0 10 10A10 10 0 0 0 10 0zm1 16H9v-2h2zm2.71-7.6a2.64 2.64 0 0 1-.33.74 3.16 3.16 0 0 1-.48.55l-.54.48c-.21.18-.41.35-.58.52a2.54 2.54 0 0 0-.47.56A2.3 2.3 0 0 0 11 12a3.79 3.79 0 0 0-.11 1H9.08a8.9 8.9 0 0 1 .07-1.25 3.28 3.28 0 0 1 .25-.9 2.79 2.79 0 0 1 .41-.67 4 4 0 0 1 .58-.58c.17-.16.34-.3.51-.44a3 3 0 0 0 .43-.44 1.83 1.83 0 0 0 .3-.55 2 2 0 0 0 .11-.72 2.06 2.06 0 0 0-.17-.86 1.71 1.71 0 0 0-1-.9 1.7 1.7 0 0 0-.5-.1 1.77 1.77 0 0 0-1.53.68 3 3 0 0 0-.5 1.82H6.16a4.74 4.74 0 0 1 .28-1.68 3.56 3.56 0 0 1 .8-1.29 3.88 3.88 0 0 1 1.28-.83A4.59 4.59 0 0 1 10.18 4a4.44 4.44 0 0 1 1.44.23 3.51 3.51 0 0 1 1.15.65 3.08 3.08 0 0 1 .78 1.06 3.54 3.54 0 0 1 .29 1.45 3.39 3.39 0 0 1-.13 1.01z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}

/* Dropdown arrow */
.oo-ui-indicator-down {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ctitle%3Edown%3C/title%3E%3Cpath d='M10.085 2.943L6.05 6.803l-3.947-3.86L1.05 3.996l5 5 5-5z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

.oo-ui-indicator-up {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ctitle%3Eup%3C/title%3E%3Cpath d='M10.035 9.026L6 5.168 2.053 9.026 1 7.974l5-5 5 5z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

.mw-plusminus-pos {
    color: #529552;
}

.mw-plusminus-neg {
    color: #c96565;
}