ميډياويکي:Gadget-Global-Calculator.css: د بياکتنو تر منځ توپير
ونگبڼه
د "←* * On-Wiki calculator script. See [[Template:Calculator]]. Created by [[User:Bawolff]] * License: Creative Commons Attribution-ShareAlike 3.0 and 4.0 International Public License * Canonical source: https://mdwiki.org/wiki/MediaWiki:Gadget-calculator.css: ←Minerva has some confusing styling of input boxes: body.skin-minerva input.calculator-field-live:not(.cdx-text-input__input):not(.cdx-checkbox__input):not(.cdx-radio__input) { background: reve..." تورو مخ جوړ شو |
و Protected "ميډياويکي:Gadget-Global-Calculator.css" ([سمول=يواځې پازوالان پرېښودل] (نامحدوده) [لېږدول=يواځې پازوالان پرېښودل] (نامحدوده)) |
(بې توپيره)
| |
د ۰۳:۱۵, ۱۷ مارچ ۲۰۲۵ پورې تازه بڼه
/**
* On-Wiki calculator script. See [[Template:Calculator]]. Created by [[User:Bawolff]]
* License: Creative Commons Attribution-ShareAlike 3.0 and 4.0 International Public License
* Canonical source: https://mdwiki.org/wiki/MediaWiki:Gadget-calculator.css
*/
/* Minerva has some confusing styling of input boxes */
body.skin-minerva input.calculator-field-live:not(.cdx-text-input__input):not(.cdx-checkbox__input):not(.cdx-radio__input) {
background: revert;
border: revert;
}
@media screen {
/* Allow people to make fallback content */
html.client-js .calculatorgadget-enabled {
display: revert !important;
}
html.client-js .calculatorgadget-fallback {
display: none;
}
}