mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-27 22:57:15 +01:00
6 lines
363 B
Plaintext
6 lines
363 B
Plaintext
// 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>")
|