MediaWiki:Common.css: Difference between revisions
From MaRDI portal
No edit summary |
No edit summary Tag: Manual revert |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.test-formula .mwe-math-mathml-a11y { | |||
clip: auto !important; | clip: auto !important; | ||
overflow: visible !important; | overflow: visible !important; | ||
Line 8: | Line 8: | ||
opacity: 1 !important; | opacity: 1 !important; | ||
} | } | ||
.mwe-math-fallback-image-inline, | .test-mathml { | ||
display: none !important; | |||
} | |||
/*.mwe-math-fallback-image-inline, | |||
.mwe-math-fallback-image-display { | .mwe-math-fallback-image-display { | ||
display: none !important; | display: none !important; | ||
}*/ | }*/ | ||
.no-pagination .dataTables_length { | |||
display: none; | |||
} | |||
.no-pagination .row:nth-of-type(3) { | |||
display: none; | |||
} | |||
.no-filter .dataTables_filter { | |||
display: none; | |||
} | |||
.nav-item.p-wikibase-otherprojects-dropdown { | |||
display: none; | |||
} |
Latest revision as of 16:27, 10 December 2024
/* CSS placed here will be applied to all skins */
.test-formula .mwe-math-mathml-a11y {
clip: auto !important;
overflow: visible !important;
position: static !important;
width: auto !important;
height: auto !important;
opacity: 1 !important;
}
.test-mathml {
display: none !important;
}
/*.mwe-math-fallback-image-inline,
.mwe-math-fallback-image-display {
display: none !important;
}*/
.no-pagination .dataTables_length {
display: none;
}
.no-pagination .row:nth-of-type(3) {
display: none;
}
.no-filter .dataTables_filter {
display: none;
}
.nav-item.p-wikibase-otherprojects-dropdown {
display: none;
}