From Festipedia, hosted by the FR Heritage Group
| This page is loaded as a part of the Calculator gadget, which is enabled by default.
|
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Wikipedia:Bypass your cache.
/* 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;
}
}