User:Mark/monobook.css

From Shiptest Wiki
Revision as of 22:56, 19 November 2023 by Mark (talk | contribs) (Undo revision 5588 by Mark (talk))
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.
body {
    background: url("https://shiptest.net/images/layer1.webp"), url("https://shiptest.net/images/layer2.webp"), url("https://shiptest.net/images/layer3.webp");
    background-blend-mode: lighten, lighten, lighten;
    background-repeat: repeat, repeat, repeat;
    background-size: 480px 480px;
    animation: space-parallax linear 200s infinite forwards;
    image-rendering: pixelated;
}

.oo-ui-toolbar-bar {
	background: #444;
}

.wikitable > tr > th, .wikitable > * > tr > th {
	background-color: #292C2C;
	text-align: center;
}

.wikitable {
	background-color:  #191A1A;
	color: #dfdeff;
}

pre, code, .mw-code {
	background-color: #191A1A;
	color: #fff;
	border: 1px solid #eaecf0;
}

.mw-footer {
	background-color: #000;
	color: #fff;
}

.mainpagequote {
	background:#787878;
	color:#eee;
	border:1px solid #eee;
	padding:0.5em;
	text-align:center;
	margin-bottom:0.5em;
}


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

@keyframes space-parallax {
	from {
		background-position: 0 0, 0 0, 0 0;
	}

	to {
		background-position: -2880px 0, -4800px 0, -6720px 0;
	}
}

.mw-body, #p-cactions li a, .pBody {
	color: #ddd;
	background-color: #222;
	border-color: #111;
}

#p-cactions li.selected a, .toc, div.thumbinner, .catlinks {
	color: #ddd;
	background-color: #444;
	border-color: #111;
}

.mw-wiki-logo {
	background-image: url(/w/resources/assets/shiptest-logo-white-small.png);
}

a {
	color: #36f;
}

a:visited {
	color: #86d;
}

#p-personal li a {
	color: #36f;
}