Jump to content

User:Thomasbkd/global.css

From Meta, a Wikimedia project coordination wiki

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.
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue&display=swap');
/*
body {
	font-family: 'Comic Neue', cursive;
}
*/
.mw-wiki-logo {
	background-image: url('https://static.wikia.nocookie.net/discords-bots/images/d/d7/Dank_Memer-1.png');
}
.mw-wiki-logo:after {
	content: 'WikIpEDiA';
    color: #EE4499;
    font-size: 180%;
    font-weight: bold;
    position: absolute;
    top: 100px;
    left: 10px;
}