User:Ainz Ooal Gown/global.css
Appearance
From Meta, a Wikimedia project coordination wiki
This is an archived version of this page, as edited by Ainz Ooal Gown (talk | contribs) at 17:29, 12 July 2020 (Disabling). It may differ significantly from the current version .
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Timeless dark theme @import url(//meta.wikimedia.org/wiki/User:Aron_Manning/dark-theme.css?action=raw&ctype=text/css); */ /* Different colors for links to other projects */ #bodyContenta.extiw[href*="www.mediawiki.org/w"]{ border-bottom:1pxdotted#999; color:black; } #bodyContenta.extiw[href*="commons.wikimedia.org/w"]{ color:#4D9; } #bodyContenta.extiw[href*=".wikipedia.org/w"]{ color:green; } #bodyContenta.extiw[href*=".wiktionary.org/w"]{ color:#9400D3; } #bodyContenta.extiw[href*=".wikiquote.org/w"]{ color:#FF00FF; } #bodyContenta.extiw[href*=".wikisource.org/w"]{ color:#00008B; } #bodyContenta.extiw[href*=".wikinews.org/w"]{ color:#4AE; } #bodyContenta.extiw[href*=".wikiversity.org/w"]{ color:#FF8C00; } #bodyContenta.extiw[href*="species.wikimedia.org/w"]{ color:#F08080; } #bodyContenta.extiw[href*="incubator.wikimedia.org/w"]{ color:#808000; } #bodyContenta.extiw[href*="wikibooks.org/w"]{ color:orange; } #bodyContenta.extiw[href*=".wikivoyage.org/w"]{ color:#BDB76B; } #bodyContenta.extiw[href*="www.wikidata.org/w"]{ color:#00CED1; } /* Hide the log out link */ #pt-logout{display:none!important;}