mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #1129 from CHOMPStationBot/upstream-merge-9581
[MIRROR] Makes me's in oldchat not be italicized
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
if(input)
|
if(input)
|
||||||
log_subtle(message,src)
|
log_subtle(message,src)
|
||||||
message = "<span class='emote'><B>[src]</B> <I>[input]</I></span>"
|
message = "<span class='emote_subtle'><B>[src]</B> <I>[input]</I></span>"
|
||||||
else
|
else
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
@@ -67,7 +67,11 @@ em {font-style: normal;font-weight: bold;}
|
|||||||
h1.alert, h2.alert {color: #000000;}
|
h1.alert, h2.alert {color: #000000;}
|
||||||
.ghostalert {color: #5c00e6; font-style: italic; font-weight: bold;}
|
.ghostalert {color: #5c00e6; font-style: italic; font-weight: bold;}
|
||||||
|
|
||||||
.emote {font-style: italic;}
|
|
||||||
|
// VOREStation Edit Start
|
||||||
|
.emote {}
|
||||||
|
.emote_subtle {font-style: italic;}
|
||||||
|
// VOREStation Edit End
|
||||||
|
|
||||||
/* Game Messages */
|
/* Game Messages */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user