mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
Replace all modular HTML spans with defines spans
In total: - Adds span defines for `reallybig hypnophrase`, `big warning`, `header` - Fixes a missing apostrophe for hypno stare - Makes a special exception for cuddling.dm, which uses an irregular span - Puts the spans file back
This commit is contained in:
5
code/__SPLURTCODE/DEFINES/spans.dm
Normal file
5
code/__SPLURTCODE/DEFINES/spans.dm
Normal file
@@ -0,0 +1,5 @@
|
||||
// This file is maintained for exotic span types
|
||||
#define span_reallybig_hypnophrase(str) ("<span class='reallybig hypnophrase'>" + str + "</span>")
|
||||
#define span_big_warning(str) ("<span class='big warning'>" + str + "</span>")
|
||||
#define span_header(str) ("<span class='header'>" + str + "</span>")
|
||||
#define span_umbra(str) ("<span class='umbra'>" + str + "</span>")
|
||||
Reference in New Issue
Block a user