<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">mw-progress-indicator{display:inline-block;position:relative;vertical-align:middle;background-color:transparent;outline:0;width:16px;height:16px}mw-progress-indicator .progressIndicatorSvg{position:absolute}mw-progress-indicator .mw-progress-indicator-gutter{fill:none;stroke-width:3px;stroke:#000;stroke-opacity:.1}mw-progress-indicator .mw-progress-indicator-shadow{fill:#000;opacity:.15}mw-progress-indicator .mw-progress-indicator{fill:none;stroke-dashoffset:0;transition:stroke-dasharray .15s linear;stroke:#09f;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);stroke-width:3px}mw-progress-indicator[indeterminate] .mw-progress-indicator{-webkit-animation:mw-progress-indicator-IndeterminateAnimation 1.3s linear infinite;animation:mw-progress-indicator-IndeterminateAnimation 1.3s linear infinite}mw-progress-indicator[value="0"] .mw-progress-indicator{display:none}mw-progress-indicator[size=xsmall] .mw-progress-indicator,mw-progress-indicator[size=xsmall] .mw-progress-indicator-gutter{stroke-width:3px}mw-progress-indicator[size=small] .mw-progress-indicator,mw-progress-indicator[size=small] .mw-progress-indicator-gutter{stroke-width:4px}mw-progress-indicator[size=medium] .mw-progress-indicator,mw-progress-indicator[size=medium] .mw-progress-indicator-gutter{stroke-width:5px}mw-progress-indicator[size=large] .mw-progress-indicator,mw-progress-indicator[size=large] .mw-progress-indicator-gutter,mw-progress-indicator[size=xlarge] .mw-progress-indicator,mw-progress-indicator[size=xlarge] .mw-progress-indicator-gutter{stroke-width:6px}mw-progress-indicator[size=xsmall]{width:16px;height:16px}mw-progress-indicator[size=small]{width:24px;height:24px}mw-progress-indicator[size=medium]{width:32px;height:32px}mw-progress-indicator[size=large]{width:48px;height:48px}mw-progress-indicator[size=xlarge]{width:64px;height:64px}@-webkit-keyframes mw-progress-indicator-IndeterminateAnimation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes mw-progress-indicator-IndeterminateAnimation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}mw-tristate-checkbox{display:inline-block;height:14px;width:14px;outline:none}mw-tristate-checkbox svg{position:absolute;height:14px;width:14px}mw-tristate-checkbox .mw-tristate-checkbox-background{fill:#fff}mw-tristate-checkbox .mw-tristate-checkbox-default{fill:#9b9b9b}mw-tristate-checkbox .mw-tristate-checkbox-hover{display:none;fill:grey}mw-tristate-checkbox .mw-tristate-checkbox-focus{display:none;fill:#488fcd}mw-tristate-checkbox .mw-tristate-checkbox-indeterminate{display:none}mw-tristate-checkbox .mw-tristate-checkbox-checked{fill:#404040;display:none}mw-tristate-checkbox[disabled]{opacity:.35}mw-tristate-checkbox:focus .mw-tristate-checkbox-focus,mw-tristate-checkbox:hover .mw-tristate-checkbox-hover,mw-tristate-checkbox[checked] .mw-tristate-checkbox-checked{display:inline}mw-tristate-checkbox[checked=mixed] .mw-tristate-checkbox-indeterminate{display:inline;fill:#404040}mw-tristate-checkbox[checked=mixed] .mw-tristate-checkbox-checked{display:none}
</pre></body></html>