Easter Eggs Wiki
Advertisement

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/**Keep fonts on top**/
@import url('https://fonts.googleapis.com/css?family=Bellota|Abril+Fatface|Helios|Hello+Paris|Summer+Loving|Nixie+One|Bobby+Jones|Arima+Madurai|Quinta|Object+Sans|Morganite|Coves|Fixer|Bilbo+Swash+Caps|Marck+Script|Henny+Penny|Eater|Bench+Nine|BigelowRules|Almend+Display|IM+Fell+DW+Pica|Coiny|Black+Melody|Yeseva+One|The+Girl+Next+Door|Josefin+Sans+Light|Modak|Noteworthy|Mark+Felt|Lobster|Nunito|Rubik|Amatic+SC|Annie+Use+Your+Telescope|Bad+Script|Caveat|Caveat+Brush|Cedarville+Cursive|Chewy|Cinzel|Coming+Soon|Concert+One|Courgette|Crafty+Girls|Comfortaa|Damion|Dancing+Script|Darker+Grotesque|Delius|Didact+Gothic|Dosis|Gloria+Hallelujah|Gochi+Hand|Great+Vibes|Indie+Flower|Itim|Josefin+Sans|Just+Me+Again+Down+Here|Kalam|Kaushan+Script|Lacquer|Lexend+Peta|Long+Cang|Luckiest+Guy|Ma+Shan+Zheng|Mali|Merienda|Nanum+Pen+Script|Neucha|Nunito|Pacifico|Pangolin|Patrick+Hand|Patrick+Hand+SC|Permanent+Marker|Press+Start+2P|Quicksand|Reenie+Beanie|Rock+Salt|Rubik|Sacramento|Satisfy|Schoolbell|Shadows+Into+Light|Short+Stack|Single+Day|Sniglet|Sue+Ellen+Francisco|Tajawal|Ubuntu+Condensed|Unkempt|Work+Sans|Yellowtail|Dekko|Nunito|Jua|Lexend+Zetta|Cherry+Cream+Soda|Lobster|Pacifico|Fredoka+One|Cinzel+Decorative|Ms+Pgothic|Rum+Raisin|');

/**RainbowUserName Coding**/
@keyframes RainbowUserName{
	from {
    -webkit-filter:hue-rotate(15deg);
            filter:hue-rotate(15deg);
    }
  to {
    -webkit-filter:hue-rotate(360deg);
            filter:hue-rotate(360deg);
    }
}

/***Colored Usernames!***/
a[href*="-Moonlight_glitch-"],
a[href*="/-Moonlight_glitch-"],
a[href$=":-Moonlight_glitch-"]:not(.wds-community-header),
a[href$="/-Moonlight_glitch-"]:not(.wds-community-header) {
    color: white !important;
    text-shadow: 4px 4px 4px pink;
    animation: RainbowUserName 1s infinite !important;
    font-family:Dancing script;
    font-weight: italic;
}
Advertisement