MediaWiki:Common.css/src/extension/MultimediaViewer.scss

From Terraria Wiki
Jump to navigation Jump to search

This page is one of the SCSS pages which are the basis for MediaWiki:Common.css. After you edit this page, you will need to recompile them for your changes to take effect. See Terraria Wiki:CSS to learn more.

/********* Extension:MultimediaViewer *********/

/* Reset link color to default (from Vector skin) */
/* (this entire thing could be styled to fit the currently active theme, but as
 * long as it uses default Vector styling, the links should too, in order to be readable) */
.mw-mmv-main a {
	color: #0645ad;
}

/* same for text color in attribution warning */
.mw-mmv-dialog .mw-mmv-dialog-warning {
	color: #202122;
}


/* offset for wiki.gg topbar */
.mw-mmv-overlay, .mw-mmv-wrapper, .mw-mmv-image-wrapper{
	top: var(--layout-topbar-height);
}
.mw-mmv-options-button, .mw-mmv-close, .mw-mmv-fullscreen {
	/* buttons on top right */
	margin-top: calc(14px + var(--layout-topbar-height));/* 14px is the original value */
}
.mw-mmv-next-image, .mw-mmv-prev-image{
	/* "<" and ">" buttons. */
	margin-top: var(--layout-topbar-height);
}