MediaWiki:Gadget-Timeless.css: Difference between revisions
MediaWiki interface page
More actions
Syncing contents from hacksguidewiki:MediaWiki:Gadget-Timeless.css hacksguidewiki:Special:PermanentLink/29 |
(No difference)
|
Latest revision as of 01:13, 28 October 2024
/* 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;
}
}