diff options
| author | stonedDiscord <Tukz@gmx.de> | 2024-02-14 02:24:29 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2024-02-14 02:24:29 +0100 |
| commit | 19642ed86d8b49881e3d39c1948f12ba95157968 (patch) | |
| tree | 0cf74293a46215b870679477e287b9a121832985 | |
| parent | e2a80fcaf2e19c5418ed17d627f5d93f73c721a8 (diff) | |
fix dgs
| -rw-r--r-- | public/client.html | 2 | ||||
| -rw-r--r-- | webAO/styles/chatbox/dgs.css | 6 | ||||
| -rw-r--r-- | webAO/styles/chatbox/dgs_chat_bg.png | bin | 674 -> 7515 bytes |
3 files changed, 4 insertions, 4 deletions
diff --git a/public/client.html b/public/client.html index d8de174..f4075b7 100644 --- a/public/client.html +++ b/public/client.html @@ -520,7 +520,7 @@ <option value="dynamic" selected>Use characters</option> <option value="aa">AA</option> <option value="dd">DD / SoJ</option> - <option value="dgs">DGS</option> + <option value="dgs">Chronicles</option> <option value="plvsaa">PL vs AA</option> <option value="trilogy">Trilogy</option> <option value="future">Future theme</option> diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css index 77b8db0..5d650b9 100644 --- a/webAO/styles/chatbox/dgs.css +++ b/webAO/styles/chatbox/dgs.css @@ -68,8 +68,8 @@ min-width: 20%; color: #fff7de; text-shadow: 0 0 4px #000; - border: 1px solid #a59252; - background-image: linear-gradient(#635529, #8c7d42); + border: 0.05em solid #9e9150; + background-image: linear-gradient(#625726, #87793f); left: 4%; top: 0; border-radius: 3px; @@ -88,7 +88,7 @@ margin: auto; height: 80%; border-image-source: url("dgs_chat_bg.png"); - border-image-slice: 12 fill; + border-image-slice: 45 fill; border-image-width: 0.8em; border-width: 0.8em; bottom: 0; diff --git a/webAO/styles/chatbox/dgs_chat_bg.png b/webAO/styles/chatbox/dgs_chat_bg.png Binary files differindex 5f5d99a..5b6bbcd 100644 --- a/webAO/styles/chatbox/dgs_chat_bg.png +++ b/webAO/styles/chatbox/dgs_chat_bg.png |
