aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
Diffstat (limited to 'webAO')
-rw-r--r--webAO/styles/chatbox/trilogy.css17
-rw-r--r--webAO/styles/chatbox/trilogy.svg4
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