Jump to content

Template:Main Page/minerva.css

Kufuma Wikipedia
.globgris {
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:-40px -15px;
	width:100%;
	border:1.5px solid #ADF7F0;
	vertical-align:top;
}
.globgris-inner {
	width:100%; margin-bottom:2px; vertical-align:top; font-size:95%; background:transparent;
}
/* This template is loaded on the main page to address T32405
 Please feel free to adapt the code, translate this message.
 Updates can be found in https://gist.github.com/jdlrobson/dbb124296ed2a1fc7242018c7b589059 */
@media screen and ( max-width: 720px ) {
    body.skin-minerva td,
    body.skin-minerva tr,
    body.skin-minerva .mp-column,
    body.skin-minerva .floatleft,
    body.skin-minerva .floatright,
    body.skin-minerva tbody,
    body.skin-minerva table {
        display: block !important;
        float: none !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box;
    }
}

@media screen {
	html.skin-theme-clientpref-night body.ns-0 table a:not(.mw-selflink):not(.new) {
		color: var( --color-progressive ) !important;
	}
	html.skin-theme-clientpref-night body.ns-0 table a.new {
		color: var( --color-destructive ) !important;
	}
	html.skin-theme-clientpref-night body.ns-0 table a.mw-selflink {
		color: inherit !important;
	}
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os body.ns-0 table a:not(.mw-selflink):not(.new) {
		color: var( --color-progressive ) !important;
	}
	html.skin-theme-clientpref-os body.ns-0 table a.new {
		color: var( --color-destructive ) !important;
	}
	html.skin-theme-clientpref-os body.ns-0 table a.mw-selflink {
		color: inherit !important;
	}
}