MediaWiki:Timeless.css

From IdleOn MMO Wiki
Revision as of 17:12, 24 September 2021 by imported>Wekhter

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.
#mw-content-container {
	background: url(https://static.miraheze.org/idleonwiki/9/9f/Background_Beach.png) no-repeat center center fixed;
	background-size: cover;
}

.mw-body a, .mw-body a:visited, .mw-portlet-body a, .mw-portlet-body a:visited,
.mw-parser-output a.extiw, .mw-parser-output a.extiw:active, .mw-parser-output a.extiw:visited, .mw-parser-output a.external, .mw-parser-output a.external:visited{color:#531CB3;}
.mw-body a:hover, .mw-body a:visited:hover, .mw-portlet-body a:hover, .mw-portlet-body a:visited:hover,
.mw-parser-output a.extiw:hover, .mw-parser-output a.extiw:active:hover, .mw-parser-output a.external:hover, 
.mw-parser-output a.extiw:visited:hover, .mw-parser-output a.external:visited:hover{color: #944BBB;}

#mw-content,
#mw-site-navigation .sidebar-chunk,
#mw-related-navigation .sidebar-chunk {
	background: #D5D7DA;
	border: 1px solid #8D8E90;
	box-shadow: 0 0 10px rgb(63 91 105 / 25%);
	border-radius: 3px;
}

#mw-content{
	border-radius:0 0 3px 3px;
	border-top-width: 0;
}

#mw-site-navigation .sidebar-chunk,
#mw-related-navigation .sidebar-chunk{
	background: rgb(213, 215, 218, .9);
}

#p-logo {
	border-radius: 3px;
	border: 1px solid #0c0d1c;
	box-shadow: 0 0 10px rgb(63 91 105 / 25%);
	margin-top: 1em;
	padding: 0;
}

@media screen and (min-width: 851px) {
	.mw-wiki-logo.fallback {
		width: 13em;
		height: 13em;
		background-size: cover;
		margin: 0;
		max-width: 100%;
	}
}

/* ----- DARK MODE ----- */
.client-dark-mode #mw-content-container {
	background: url(https://static.miraheze.org/idleonwiki/2/24/NightDesertBG.png) no-repeat center center fixed;
	background-size: cover;
}

/* ----- EDITOR ----- */
.oo-ui-labelElement-label {
	color: Black;
}

.label{
	color:black;
}

.codeEditor-status-worker
{
	color:red;
}

.CodeMirror pre.CodeMirror-line {
    font-size: 13px;
    line-height: 17px;
}

.mw-body .mw-parser-output table a > img, .mw-body .mw-parser-output table .floatnone > img {
    height: auto !important;
    max-width: 100% !important;
}