mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
[admin] Makes nonstandard radio frequencies have a colour different from Common (#5041)
* Makes nonstandard radio freqs a different colour * Updates browserOutput.css for radio colorchange
This commit is contained in:
@@ -15,7 +15,10 @@ GLOBAL_LIST_INIT(freqtospan, list(
|
|||||||
"[FREQ_SYNDICATE]" = "syndradio",
|
"[FREQ_SYNDICATE]" = "syndradio",
|
||||||
"[FREQ_CENTCOM]" = "centcomradio",
|
"[FREQ_CENTCOM]" = "centcomradio",
|
||||||
"[FREQ_CTF_RED]" = "redteamradio",
|
"[FREQ_CTF_RED]" = "redteamradio",
|
||||||
"[FREQ_CTF_BLUE]" = "blueteamradio"
|
//yogs start -- alternative radio freqs being a different color
|
||||||
|
"[FREQ_CTF_BLUE]" = "blueteamradio",
|
||||||
|
"[FREQ_COMMON]" = "commonradio"
|
||||||
|
//yogs end
|
||||||
))
|
))
|
||||||
|
|
||||||
/atom/movable/proc/say(message, bubble_type, var/list/spans = list(), sanitize = TRUE, datum/language/language = null, ignore_spam = FALSE, forced = null)
|
/atom/movable/proc/say(message, bubble_type, var/list/spans = list(), sanitize = TRUE, datum/language/language = null, ignore_spam = FALSE, forced = null)
|
||||||
|
|||||||
@@ -276,7 +276,8 @@ em {font-style: normal; font-weight: bold;}
|
|||||||
.binarysay {color: #20c20e; background-color: #000000; display: block;}
|
.binarysay {color: #20c20e; background-color: #000000; display: block;}
|
||||||
.binarysay a {color: #00ff00;}
|
.binarysay a {color: #00ff00;}
|
||||||
.binarysay a:active, .binarysay a:visited {color: #88ff88;}
|
.binarysay a:active, .binarysay a:visited {color: #88ff88;}
|
||||||
.radio {color: #008000;}
|
.radio {color: #839e85;} /* yogs -- general radio usage, noncommon*/
|
||||||
|
.commonradio {color: #008000;} /* yogs -- Standard green radio chatter, for common only*/
|
||||||
.sciradio {color: #993399;}
|
.sciradio {color: #993399;}
|
||||||
.comradio {color: #204090;} /* yogs */
|
.comradio {color: #204090;} /* yogs */
|
||||||
.secradio {color: #a30000;}
|
.secradio {color: #a30000;}
|
||||||
|
|||||||
@@ -41,7 +41,8 @@ em {font-style: normal; font-weight: bold;}
|
|||||||
.binarysay {color: #20c20e; background-color: #000000; display: block;}
|
.binarysay {color: #20c20e; background-color: #000000; display: block;}
|
||||||
.binarysay a {color: #00ff00;}
|
.binarysay a {color: #00ff00;}
|
||||||
.binarysay a:active, .binarysay a:visited {color: #88ff88;}
|
.binarysay a:active, .binarysay a:visited {color: #88ff88;}
|
||||||
.radio {color: #008000;}
|
.radio {color: #839e85;} /* yogs -- general radio usage, noncommon*/
|
||||||
|
.commonradio {color: #008000;} /* yogs -- Standard green radio chatter, for common only*/
|
||||||
.sciradio {color: #993399;}
|
.sciradio {color: #993399;}
|
||||||
.comradio {color: #204090;} /* yogs */
|
.comradio {color: #204090;} /* yogs */
|
||||||
.secradio {color: #a30000;}
|
.secradio {color: #a30000;}
|
||||||
|
|||||||
Reference in New Issue
Block a user