From 488a6a6927d79379686657576064506cc0f5e230 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Wed, 28 Apr 2021 07:02:26 -0700 Subject: [PATCH] woops --- .../tgui-panel/styles/goon/chat-dark.scss | 235 +++++++++++++++-- .../tgui-panel/styles/goon/chat-light.scss | 236 ++++++++++++++++-- 2 files changed, 442 insertions(+), 29 deletions(-) diff --git a/tgui/packages/tgui-panel/styles/goon/chat-dark.scss b/tgui/packages/tgui-panel/styles/goon/chat-dark.scss index 7449922611..c244ae2d7f 100644 --- a/tgui/packages/tgui-panel/styles/goon/chat-dark.scss +++ b/tgui/packages/tgui-panel/styles/goon/chat-dark.scss @@ -287,6 +287,16 @@ em { font-weight: bold; } +.looc { + color: #6699CC; + font-weight: bold; +} + +.antagooc { + color: #b8002e; + font-weight: bold; +} + .adminobserverooc { color: #0099cc; font-weight: bold; @@ -302,11 +312,28 @@ em { font-weight: bold; } +/* @adminobserver compatability*/ +.adminobserver { + color: #996600; + font-weight: bold; +} + .admin { color: #5975da; font-weight: bold; } +/* cit-specific mentorsay*/ +.mentorsay { + color: #E236D8; + font-weight: bold; +} + +.mentorsay_admin { + color: #8A2BE2; + font-weight: bold; +} + .name { font-weight: bold; } @@ -382,14 +409,6 @@ em { color: #3434fd; } -.greenteamradio { - color: #34fd34; -} - -.yellowteamradio { - color: #fdfd34; -} - .yell { font-weight: bold; } @@ -523,6 +542,20 @@ em { color: #059223; } +/* hornichems */ +.userlove { + color: #ff42a6; + font-style: italic; + font-weight: bold; + text-shadow: 0 0 6px #82365e; +} + +.love { + color: #ff4591; + font-style: italic; + text-shadow: 0 0 6px #994449; +} + .cult { color: #973e3b; } @@ -616,12 +649,155 @@ em { font-size: 185%; } +.umbra { + color: #5000A0; +} + +.umbra_emphasis { + color: #5000A0; + font-weight: bold; + font-style: italic; +} + +.umbra_large { + color: #5000A0; + font-weight: bold; + font-style: italic; + font-size: 3; +} + .deconversion_message { color: #a947ff; font-size: 185%; font-style: italic; } +/* coggers dosen't exist on tg :( */ +/* from decon_msg: font-size: 185% == font-size 3*/ +.brass { + color: #BE8700; +} + +.heavy_brass { + color: #BE8700; + font-weight: bold; + font-style: italic; +} + +.large_brass { + color: #BE8700; + font-size: 185%; + } + +.big_brass { + color: #BE8700; + font-size: 185%; + font-weight: bold; + font-style: italic; +} + +.ratvar { + color: #BE8700; + font-size: 6; + font-weight: bold; + font-style: italic; +} + +.alloy { + color: #42474D; +} + +.heavy_alloy { + color: #42474D; + font-weight: bold; + font-style: italic; +} + +.nezbere_large { + color: #42474D; + font-size: 185%; + font-weight: bold; + font-style: italic; +} + +.nezbere { + color: #42474D; + font-weight: bold; + font-style: italic; +} + +.nezbere_small { + color: #42474D; +} + +.sevtug_large { + color: #AF0AAF; + font-size: 185%; + font-weight: bold; + font-style: italic; +} + +.sevtug { + color: #AF0AAF; + font-weight: bold; + font-style: italic; +} + +.sevtug_small { + color: #AF0AAF; +} + +.inathneq_large { + color: #1E8CE1; + font-size: 185%; + font-weight: bold; + font-style: italic; +} + +.inathneq { + color: #1E8CE1; + font-weight: bold; + font-style: italic; +} + +.inathneq_small { + color: #1E8CE1; +} + +.nzcrentr_large { + color: #DAAA18; + font-size: 185%; + font-weight: bold; + font-style: italic; +} + +.nzcrentr { + color: #DAAA18; + font-weight: bold; + font-style: italic; +} + +.nzcrentr_small { + color: #DAAA18; +} + +.neovgre_large { + color: #6E001A; + font-size: 185%; + font-weight: bold; + font-style: italic; +} + +.neovgre { + color: #6E001A; + font-weight: bold; + font-style: italic; +} + +.neovgre_small { + color: #6E001A; +} + .ghostalert { color: #6600ff; font-style: italic; @@ -681,7 +857,7 @@ em { .command_headset { font-weight: bold; - font-size: 160%; + font-size: 125%; } .small { @@ -710,9 +886,14 @@ em { font-size: 185%; } +.yellowtext { + color: #FFCC00; + font-size: 185%; +} + .clown { color: #ff70c1; - font-size: 160%; + font-size: 125%; font-family: "Comic Sans MS", cursive, sans-serif; font-weight: bold; } @@ -728,6 +909,11 @@ em { font-style: italic; } +/*jacq */ +.spooky { + color: #FF9100; +} + .hypnophrase { color: #202020; font-weight: bold; @@ -757,6 +943,31 @@ em { } } +.velvet { + color: #660015; + font-weight: bold; + animation: velvet 5000ms infinite; + animation-direction: alternate; +} + +@keyframes velvet { + 0% { + color: #400020; + } + 40% { + color: #FF0000; + } + 50% { + color: #FF8888; + } + 60% { + color: #FF0000; + } + 100% { + color: #400020; + } +} + .phobia { color: #dd0000; font-weight: bold; @@ -782,10 +993,6 @@ em { width: auto; } -.bigicon { - font-size: 2.5em; -} - .memo { color: #638500; text-align: center; diff --git a/tgui/packages/tgui-panel/styles/goon/chat-light.scss b/tgui/packages/tgui-panel/styles/goon/chat-light.scss index 431a326c91..599f45c3c0 100644 --- a/tgui/packages/tgui-panel/styles/goon/chat-light.scss +++ b/tgui/packages/tgui-panel/styles/goon/chat-light.scss @@ -11,7 +11,7 @@ html, body { } body { - background: #fff; + background: #E0E0E0; /*CIT CHANGE - darkens chatbox a lil*/ font-family: Verdana, sans-serif; font-size: 13px; line-height: 1.2; @@ -305,6 +305,16 @@ em { font-weight: bold; } +.looc { + color: #6699CC; + font-weight: bold; +} + +.antagooc { + color: #b8002e; + font-weight: bold; +} + .adminobserverooc { color: #0099cc; font-weight: bold; @@ -320,11 +330,28 @@ em { font-weight: bold; } +/* @adminobserver compatability*/ +.adminobserver { + color: #996600; + font-weight: bold; +} + .admin { color: #4473ff; font-weight: bold; } +/* cit-specific mentorsay*/ +.mentorsay { + color: #E236D8; + font-weight: bold; +} + +.mentorsay_admin { + color: #8A2BE2; + font-weight: bold; +} + .name { font-weight: bold; } @@ -403,14 +430,6 @@ em { color: #0000ff; } -.greenteamradio { - color: #00ff00; -} - -.yellowteamradio { - color: #d1ba22; -} - .yell { font-weight: bold; } @@ -563,6 +582,19 @@ h1.alert, h2.alert { color: #14a833; } +.userlove { + color: #FF1493; + font-style: italic; + font-weight: bold; + text-shadow: 0 0 6px #ff6dbc; +} + +.love { + color: #ff006a; + font-style: italic; + text-shadow: 0 0 6px #ff6d6d; +} + .cult { color: #973e3b; } @@ -656,12 +688,156 @@ h1.alert, h2.alert { font-size: 185%; } +/* compatability */ +.umbra { + color: #5000A0; +} + +.umbra_emphasis { + color: #5000A0; + font-weight: bold; + font-style: italic; +} + +.umbra_large { + color: #5000A0; + font-weight: bold; + font-style: italic; + font-size: 3; +} + .deconversion_message { color: #5000A0; font-size: 185%; font-style: italic; } +/* coggers dosen't exist on tg :( */ +/* from decon_msg: font-size: 185% == font-size 3*/ +.brass { + color: #BE8700; +} + +.heavy_brass { + color: #BE8700; + font-weight: bold; + font-style: italic; +} + +.large_brass { + color: #BE8700; + font-size: 185%; + } + +.big_brass { + color: #BE8700; + font-size: 185%; + font-weight: bold; + font-style: italic; +} + +.ratvar { + color: #BE8700; + font-size: 6; + font-weight: bold; + font-style: italic; +} + +.alloy { + color: #42474D; +} + +.heavy_alloy { + color: #42474D; + font-weight: bold; + font-style: italic; +} + +.nezbere_large { + color: #42474D; + font-size: 185%; + font-weight: bold; + font-style: italic; +} + +.nezbere { + color: #42474D; + font-weight: bold; + font-style: italic; +} + +.nezbere_small { + color: #42474D; +} + +.sevtug_large { + color: #AF0AAF; + font-size: 185%; + font-weight: bold; + font-style: italic; +} + +.sevtug { + color: #AF0AAF; + font-weight: bold; + font-style: italic; +} + +.sevtug_small { + color: #AF0AAF; +} + +.inathneq_large { + color: #1E8CE1; + font-size: 185%; + font-weight: bold; + font-style: italic; +} + +.inathneq { + color: #1E8CE1; + font-weight: bold; + font-style: italic; +} + +.inathneq_small { + color: #1E8CE1; +} + +.nzcrentr_large { + color: #DAAA18; + font-size: 185%; + font-weight: bold; + font-style: italic; +} + +.nzcrentr { + color: #DAAA18; + font-weight: bold; + font-style: italic; +} + +.nzcrentr_small { + color: #DAAA18; +} + +.neovgre_large { + color: #6E001A; + font-size: 185%; + font-weight: bold; + font-style: italic; +} + +.neovgre { + color: #6E001A; + font-weight: bold; + font-style: italic; +} + +.neovgre_small { + color: #6E001A; +} + .ghostalert { color: #5c00e6; font-style: italic; @@ -721,7 +897,7 @@ h1.alert, h2.alert { .command_headset { font-weight: bold; - font-size: 160%; + font-size: 125%; /* 160% default, changed so command can scream less */ } .small { @@ -750,9 +926,14 @@ h1.alert, h2.alert { font-size: 185%; } +.yellowtext { + color: #FFCC00; + font-size: 185%; +} + .clown { color: #FF69Bf; - font-size: 160%; + font-size: 125%; font-family: "Comic Sans MS", cursive, sans-serif; font-weight: bold; } @@ -768,6 +949,10 @@ h1.alert, h2.alert { font-style: italic; } +.spooky { /* cit specific, used by jacq */ + color: #FF9100; +} + .hypnophrase { color: #0d0d0d; font-weight: bold; @@ -797,6 +982,31 @@ h1.alert, h2.alert { } } +.velvet { /* cit specific, used by MKU */ + color: #660015; + font-weight: bold; + animation: velvet 5000ms infinite; + animation-direction: alternate; +} + +@keyframes velvet { + 0% { + color: #400020; + } + 40% { + color: #FF0000; + } + 50% { + color: #FF8888; + } + 60% { + color: #FF0000; + } + 100% { + color: #400020; + } +} + .phobia { color: #dd0000; font-weight: bold; @@ -822,10 +1032,6 @@ h1.alert, h2.alert { width: auto; } -.bigicon { - font-size: 2.5em; -} - .memo { color: #638500; text-align: center;