Skip to content

Commit

Permalink
Updates CSS styles
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Jan 25, 2024
1 parent a315884 commit 8d1acc4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
11 changes: 8 additions & 3 deletions code/modules/goonchat/browserassets/css/browserOutput.css
Original file line number Diff line number Diff line change
Expand Up @@ -331,16 +331,20 @@ h1.alert, h2.alert {color: #a4bad6;}
.passive {color: #660000;}

.danger {color: #c51e1e; font-weight: bold;}
.warning {color: #c51e1e; font-style: italic;}
.subtle {color: #4343ca; font-size: 75%; font-style: italic;}
.userdanger {color: #c51e1e; font-weight: bold; font-size: 115%;}
.warning {color: #c5771e; font-style: italic;}
.bigwarning {color: #c5771e; font-style: italic; font-size: 115%;}
.subtle {color: #4343ca; font-size: 75%; font-style: italic;}
.boldannounce {color: #c51e1e; font-weight: bold;}
.rose {color: #ff5050;}
.info {color: #6685f5;}
.debug {color: #ff66ff;}
.notice {color: #6685f5;}
.mentor {color: #e236d8;}
.alium {color: #00ff00;}
.cult {color: #aa1c1c;}
.cult {color: #aa1c1c; font-weight: bold; font-style: italic;}
.cultannounce {color: #aa1c1c; font-style: italic; font-size: 175%;}
.mfauna {color: #c15d2c; font-weight: bold; font-size: 125%;}

/* Languages */
.alien {color: #855d85;}
Expand All @@ -363,6 +367,7 @@ h1.alert, h2.alert {color: #a4bad6;}
.chinese {color: #d4a52a;}
.indian {color: #634c81;}
.iberian {color: #be4ac9;}
.latin {color: #c25396;}

.interface {color: #750e75;}

Expand Down
11 changes: 8 additions & 3 deletions code/modules/goonchat/browserassets/css/browserOutput_white.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,16 +328,20 @@ h1.alert, h2.alert {color: #000080;}
.passive {color: #660000;}

.danger {color: #ff0000; font-weight: bold;}
.warning {color: #ff0000; font-style: italic;}
.subtle {color: #000099; font-size: 75%; font-style: italic;}
.userdanger {color: #ff0000; font-weight: bold; font-size: 115%;}
.warning {color: #ff7800; font-style: italic;}
.bigwarning {color: #ff7800; font-style: italic; font-size: 115%;}
.subtle {color: #000099; font-size: 75%; font-style: italic;}
.boldannounce {color: #ff0000; font-weight: bold;}
.rose {color: #ff5050;}
.info {color: #0000CC;}
.debug {color: #ff00ff;}
.notice {color: #000099;}
.mentor {color: #e236d8;}
.alium {color: #00ff00;}
.cult {color: #800080; font-weight: bold; font-style: italic;}
.cult {color: #800080; font-weight: bold; font-style: italic;}
.cultannounce {color: #800080; font-style: italic; font-size: 175%;}
.mfauna {color: #884422; font-weight: bold; font-size: 125%;}

/* Languages */
.alien {color: #855d85;}
Expand All @@ -360,6 +364,7 @@ h1.alert, h2.alert {color: #000080;}
.chinese {color: #d4a52a;}
.indian {color: #634c81;}
.iberian {color: #be4ac9;}
.latin {color: #c25396;}

.interface {color: #750e75;}

Expand Down
6 changes: 3 additions & 3 deletions code/stylesheet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ h1.alert, h2.alert {color: #000080;}
.disarm {color: #990000;}
.passive {color: #660000;}

.italic {font-style: italic;}
.italic {font-style: italic;}
.bold {font-weight: bold;}
.danger {color: #ff0000; font-weight: bold;}
.userdanger {color: #ff0000; font-weight: bold; font-size: 115%;}
.warning {color: #ff0000; font-style: italic;}
.bigwarning {color: #ff0000; font-style: italic; font-size: 115%;}
.warning {color: #ff7800; font-style: italic;}
.bigwarning {color: #ff7800; font-style: italic; font-size: 115%;}
.boldannounce {color: #ff0000; font-weight: bold;}
.rose {color: #ff5050;}
.info {color: #0000cc;}
Expand Down

0 comments on commit 8d1acc4

Please sign in to comment.