Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wiki:documentation [2025/08/11 22:50] – [Discussion] scumsuckwiki:documentation [2025/08/11 22:50] (current) – [Discussion] scumsuck
Line 73: Line 73:
 This code hides "Real Name" and makes it so screen readers don't read it. This code hides "Real Name" and makes it so screen readers don't read it.
  
-''+<code>
 .comment_name .block span { .comment_name .block span {
   font-size: 0;   font-size: 0;
   visibility: hidden;   visibility: hidden;
 } }
- +</code>
-''+
  
 This code replaces the text with "Username" or whatever you want it to read instead. This code replaces the text with "Username" or whatever you want it to read instead.
  
-''+<code>
 .comment_name .block span::after { .comment_name .block span::after {
   content: 'Username:';   content: 'Username:';
Line 89: Line 88:
   visibility: visible;   visibility: visible;
 } }
- +</code>
-''+
  
 Supposedly entering your e-mail allows you to get notifications for comments, but I haven't been able to get email notifications as an admin.  For now, the e-mail just lets you have [[https://wiki.scumsuck.com/wiki:documentation#avatars|an avatar]]. Supposedly entering your e-mail allows you to get notifications for comments, but I haven't been able to get email notifications as an admin.  For now, the e-mail just lets you have [[https://wiki.scumsuck.com/wiki:documentation#avatars|an avatar]].