diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-03-04 12:35:53 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2023-03-04 12:35:53 +0100 |
| commit | cec0754edd5a3e79b1fd51083a1674cceaec1bc5 (patch) | |
| tree | 13fc70171f38f8b243526e2663ab7a64d6337097 | |
| parent | ae0ef40f6f710596e2c2f26c51ff1a4ed0dea466 (diff) | |
finally fix trilogy chatbox
| -rw-r--r-- | webAO/styles/chatbox/trilogy.css | 17 | ||||
| -rw-r--r-- | webAO/styles/chatbox/trilogy.svg | 4 |
2 files changed, 13 insertions, 8 deletions
diff --git a/webAO/styles/chatbox/trilogy.css b/webAO/styles/chatbox/trilogy.css index 05b98b7..2bed827 100644 --- a/webAO/styles/chatbox/trilogy.css +++ b/webAO/styles/chatbox/trilogy.css @@ -44,14 +44,14 @@ #client_name { display: block; - background-color: #2989bd; top: 0; - left: 10%; - padding: 0 10px; + left: 5%; + padding: 0 3em; height: 20%; - min-width: 15%; - border: 1px white; - border-style: solid none solid none; + min-width: 10%; + border-image-source: url('trilogy.svg'); + border-image-slice: 4 fill; + border-image-width: 30px; position: absolute; z-index: 1; } @@ -65,7 +65,7 @@ display: block; width: 100%; margin: auto; - height: 90%; + height: 80%; top: 10%; position: absolute; word-break: keep-all; @@ -75,7 +75,8 @@ overflow: hidden; scroll-behavior: smooth; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAL0lEQVQImWOQ98nYzGsVupnXKnSzvE8GCmaASWBTgF8S3VhkNgOySnRTiJdENxYAYC1Ff2vnYrkAAAAASUVORK5CYII=) repeat; - border: 1px white; + border-top: 1px solid white; + border-bottom: 0.1em solid white; border-style: solid none solid none; } diff --git a/webAO/styles/chatbox/trilogy.svg b/webAO/styles/chatbox/trilogy.svg new file mode 100644 index 0000000..5544199 --- /dev/null +++ b/webAO/styles/chatbox/trilogy.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 90 90" xmlns="http://www.w3.org/2000/svg"> +<path transform="matrix(.99608 0 0 .99608 .090012 .090008)" d="m89.763 63.531-26.128 26.189-36.993 0.043265-26.189-26.128-0.043265-36.993 26.128-26.189 36.993-0.043265 26.189 26.128z" fill="#2989bc" stroke="#fff"/> +</svg>
\ No newline at end of file |
