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.
/* CSS placed here will be applied to all skins */
@import url("/load.php?mode=articles&articles=MediaWiki:SpoilerTags.css");
$( '#discord-widget' ).html( '<iframe src="https://discord.com/widget?id=1300515638615474250&theme=dark" width="280" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>' );
/* Users */
/* - Admins - */
a[href$="LBMapping12"],
a[href$="/LBMapping12"] {
background:linear-gradient(80deg,#FFA343,#FFCC33,#FFFF66)
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
a[href$="User:LBMapping12"]::before {
content: '';
vertical-align: middle;
display: inline-block;
width: 17px;
height: 20px;
background: url('https://topicalballs.skywiki.org/images/topicalballswiki/b/b0/LB-icon.png') no-repeat center center;
background-size: cover;
margin-right: 4px;
}
/*****Custom cursor *****/
/*Global cursor */
body {
cursor: url('/wiki/Special:FilePath/BallCursor.png'), pointer;
}
/*Link cursor */
a:hover {
cursor: url('/wiki/Special:FilePath/BallCursorHover.png'), pointer;
}