MediaWiki:Gadget-skinTogglesMobile.css

This is an old revision of this page, as edited by Alex (talk | contribs) at 01:45, 13 October 2024 (Created page with ".mw-ui-icon-portletlink-wgl-darkmode-toggle { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3E lightbulb %3C/title%3E%3Cpath fill='%2354595d' d='M8 19a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-1H8zm9-12a7 7 0 1 0-12 4.9S7 14 7 15v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1c0-1 2-3.1 2-3.1A7 7 0 0 0 17 7z'/%3E%3C/svg%3E"); } body.wgl-theme-dark .mw-ui-icon-portletlink-wgl-darkmode-toggle, body.wgl-t..."). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

After saving, you may need to bypass your browser's cache to see the changes. For further information, see Wikipedia:Bypass your cache.

  • In most Windows and Linux browsers: Hold down Ctrl and press F5.
  • In Safari: Hold down ⇧ Shift and click the Reload button.
  • In Chrome and Firefox for Mac: Hold down both ⌘ Cmd+⇧ Shift and press R.
.mw-ui-icon-portletlink-wgl-darkmode-toggle {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3E lightbulb %3C/title%3E%3Cpath fill='%2354595d' d='M8 19a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-1H8zm9-12a7 7 0 1 0-12 4.9S7 14 7 15v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1c0-1 2-3.1 2-3.1A7 7 0 0 0 17 7z'/%3E%3C/svg%3E");
}

body.wgl-theme-dark .mw-ui-icon-portletlink-wgl-darkmode-toggle,
body.wgl-theme-browntown .mw-ui-icon-portletlink-wgl-darkmode-toggle {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Ebright%3C/title%3E%3Cpath d='M17.07 7.07V2.93h-4.14L10 0 7.07 2.93H2.93v4.14L0 10l2.93 2.93v4.14h4.14L10 20l2.93-2.93h4.14v-4.14L20 10zM10 16a6 6 0 1 1 6-6 6 6 0 0 1-6 6'/%3E%3Ccircle cx='10' cy='10' r='4.5'/%3E%3C/svg%3E");
}