Jump to content

MediaWiki:Gadget-chara.user.css

From LithoGraphica
Revision as of 01:24, 6 August 2026 by Reversedragon (talk | contribs) (demo currently working)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
/* ==UserStyle==
@name           "Chara" demo
@description    Customize Undertale player name
@version        1.0.0
@author         ApricotSpark
@namespace      github.com/openstyles/stylus
==/UserStyle== */

/* For this style to actually do anything, you'll need a user styles add-on. Install the style with this URL, then edit it:
https://research.moraleconomy.au/index.php?action=raw&title=MediaWiki:Gadget-chara.user.css */

.player-name-utdr .default { display: none; } /* delete default name - leave this line alone */

.player-name-undertale:after, .player-name-deltarune:after, .player-name-auldernet:after
  { content: "PlayerNameHere"; }  /* Edit this line only. Put your desired player name in the quotes */

/* uncomment this line (make it look like the block above) to give the Angel a different name */
/* .player-name-deltarune:after { content: "PlayerNameHere"; } */
/* uncomment this line to give Auldernet's player character "Unterberg" a different name */
/* .player-name-auldernet:after { content: "PlayerNameHere"; } */


/* [[Category:Hue configuration Gadgets]] [[Category:Skins for use on AO3]] */