mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge branch 'release' of https://github.com/VOREStation/VOREStation # Conflicts: # code/controllers/autotransfer.dm # code/controllers/subsystems/inactivity.dm # code/game/area/Away Mission areas.dm # code/game/area/Space Station 13 areas.dm # code/game/jobs/job/captain.dm # code/game/jobs/job/civilian.dm # code/game/jobs/job/security.dm # code/game/jobs/jobs.dm # code/game/machinery/air_alarm.dm # code/game/machinery/suit_storage_unit.dm # code/game/machinery/suit_storage_unit_vr.dm # code/game/mecha/combat/gorilla.dm # code/game/turfs/simulated/dungeon/wall.dm # code/game/turfs/simulated/wall_types.dm # code/modules/client/preference_setup/loadout/loadout_utility_vr.dm # code/modules/clothing/glasses/glasses.dm # code/modules/clothing/spacesuits/rig/rig_pieces_vr.dm # code/modules/clothing/spacesuits/void/void_vr.dm # code/modules/clothing/under/accessories/holster.dm # code/modules/mob/language/station_vr.dm # code/modules/mob/living/carbon/human/emote_vr.dm # code/modules/mob/living/carbon/human/species/station/station_vr.dm # code/modules/mob/living/carbon/human/species/station/traits_vr/positive.dm # code/modules/mob/new_player/sprite_accessories_vr.dm # code/modules/power/apc.dm # code/modules/power/lighting.dm # code/modules/resleeving/machines.dm # config/jobwhitelist.txt # icons/mob/species/seromi/head.dmi # icons/mob/species/seromi/suit.dmi # icons/mob/species/vulpkanin/helmet.dmi # icons/mob/species/vulpkanin/suit.dmi # maps/tether/submaps/_tether_submaps.dm # maps/tether/tether_areas2.dm # maps/tether/tether_defines.dm # maps/tether/tether_shuttles.dm # nano/templates/apc.tmpl # vorestation.dme
125 lines
4.0 KiB
Plaintext
125 lines
4.0 KiB
Plaintext
client/script = {"<style>
|
|
body {font-family: Verdana, sans-serif;}
|
|
|
|
h1, h2, h3, h4, h5, h6 {color: #0000ff;font-family: Georgia, Verdana, sans-serif;}
|
|
|
|
em {font-style: normal;font-weight: bold;}
|
|
|
|
.motd {color: #638500;font-family: Verdana, sans-serif;}
|
|
.motd h1, .motd h2, .motd h3, .motd h4, .motd h5, .motd h6
|
|
{color: #638500;text-decoration: underline;}
|
|
.motd a, .motd a:link, .motd a:visited, .motd a:active, .motd a:hover
|
|
{color: #638500;}
|
|
|
|
.prefix {font-weight: bold;}
|
|
.log_message {color: #386AFF; font-weight: bold;}
|
|
|
|
/* OOC */
|
|
.ooc {font-weight: bold;}
|
|
.looc {color: #3A9696;}
|
|
.ooc img.text_tag {width: 32px; height: 10px;}
|
|
|
|
.ooc .everyone {color: #002eb8;}
|
|
.ooc .elevated {color: #2e78d9;}
|
|
.ooc .moderator {color: #184880;}
|
|
.ooc .developer {color: #1b521f;}
|
|
.ooc .admin {color: #b82e00;}
|
|
.ooc .event_manager {color: #660033;}
|
|
.ooc .aooc {color: #960018;}
|
|
|
|
/* Admin: Private Messages */
|
|
.pm .howto {color: #ff0000; font-weight: bold; font-size: 200%;}
|
|
.pm .in {color: #ff0000;}
|
|
.pm .out {color: #ff0000;}
|
|
.pm .other {color: #0000ff;}
|
|
|
|
/* Admin: Channels */
|
|
.mod_channel {color: #735638; font-weight: bold;}
|
|
.mod_channel .admin {color: #b82e00; font-weight: bold;}
|
|
.admin_channel {color: #9611D4; font-weight: bold;}
|
|
.event_channel {color: #cc3399; font-weight: bold;}
|
|
|
|
/* Radio: Misc */
|
|
.deadsay {color: #530FAD;}
|
|
.radio {color: #008000;}
|
|
.deptradio {color: #ff00ff;} /* when all other department colors fail */
|
|
.newscaster {color: #750000;}
|
|
|
|
/* Radio Channels */
|
|
.comradio {color: #193A7A;}
|
|
.syndradio {color: #6D3F40;}
|
|
.centradio {color: #5C5C8A;}
|
|
.airadio {color: #FF00FF;}
|
|
.entradio {color: #339966;}
|
|
|
|
.secradio {color: #A30000;}
|
|
.engradio {color: #A66300;}
|
|
.medradio {color: #008160;}
|
|
.sciradio {color: #993399;}
|
|
.supradio {color: #5F4519;}
|
|
.srvradio {color: #6eaa2c;}
|
|
.expradio {color: #555555;}
|
|
|
|
/* Miscellaneous */
|
|
.name {font-weight: bold;}
|
|
.say {}
|
|
.alert {color: #ff0000;}
|
|
h1.alert, h2.alert {color: #000000;}
|
|
.ghostalert {color: #5c00e6; font-style: italic; font-weight: bold;}
|
|
|
|
.emote {font-style: italic;}
|
|
|
|
/* Game Messages */
|
|
|
|
.attack {color: #ff0000;}
|
|
.moderate {color: #CC0000;}
|
|
.disarm {color: #990000;}
|
|
.passive {color: #660000;}
|
|
|
|
.critical {color: #ff0000; font-weight: bold; font-size: 150%;}
|
|
.danger {color: #ff0000; font-weight: bold;}
|
|
.warning {color: #ff0000; font-style: italic;}
|
|
.rose {color: #ff5050;}
|
|
.info {color: #0000CC;}
|
|
.notice {color: #000099;}
|
|
.alium {color: #00ff00;}
|
|
.cult {color: #800080; font-weight: bold; font-style: italic;}
|
|
|
|
.reflex_shoot {color: #000099; font-style: italic;}
|
|
|
|
/* Languages */
|
|
|
|
.alien {color: #543354;}
|
|
.tajaran {color: #803B56;}
|
|
.tajaran_signlang {color: #941C1C;}
|
|
.akhani {color: #AC398C;}
|
|
.skrell {color: #00B0B3;}
|
|
.skrellfar {color: #70FCFF;}
|
|
.soghun {color: #228B22;}
|
|
.solcom {color: #22228B;}
|
|
.changeling {color: #800080;}
|
|
.sergal {color: #0077FF;}
|
|
.birdsongc {color: #CC9900;}
|
|
.vulpkanin {color: #B97A57;}
|
|
.enochian {color: #848A33; letter-spacing:-1pt; word-spacing:4pt; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
|
|
.daemon {color: #5E339E; letter-spacing:-1pt; word-spacing:0pt; font-family: "Courier New", Courier, monospace;}
|
|
.bug {color: #9e9e39;}
|
|
.vox {color: #AA00AA;}
|
|
.zaddat {color: #941C1C;}
|
|
.rough {font-family: "Trebuchet MS", cursive, sans-serif;}
|
|
.say_quote {font-family: Georgia, Verdana, sans-serif;}
|
|
.terminus {font-family: "Times New Roman", Times, serif, sans-serif}
|
|
.interface {color: #330033;}
|
|
.psionic {color: #993399;} /*YWedit*/
|
|
|
|
BIG IMG.icon {width: 32px; height: 32px;}
|
|
|
|
/* Debug Logs */
|
|
.debug_error {color:#FF0000; font-weight:bold}
|
|
.debug_warning {color:#FF0000;}
|
|
.debug_info {}
|
|
.debug_debug {color:#0000FF;}
|
|
.debug_trace {color:#888888;}
|
|
|
|
</style>"}
|