Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Gadget-Timeless.css: Difference between revisions

MediaWiki interface page
No edit summary
 
m (1 revision imported: Import custom interface messages)
 
(No difference)

Latest revision as of 11:07, 11 June 2022

/* This css will load for all Timeless users on desktop and mobile unlike [[MediaWiki:Timeless.css]] */

.skin-timeless #mw-content-container {
	background-color: rgb(180, 201, 243); /* #b4c9f3 */
}

@media screen and (min-width: 1340px) {
	.skin-timeless #mw-site-navigation .sidebar-chunk,
	.skin-timeless #mw-related-navigation .sidebar-chunk {
		background-color: rgb(238, 244, 255); /* #eef4ff */
	}
}

/* mobile stuff */
.skin-timeless #mw-header-nav-hack {
	background-color: rgb(238, 244, 255); /* #eef4ff */
}

@media screen and (max-width: 850px) {
	.ambox,
	.cmbox,
	.imbox,
	.tmbox,
	.ombox {
		width: 100%!important;
		margin-left: 0!important;
		margin-right: 0!important;
	}
}