aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/styles')
-rw-r--r--webAO/styles/chatbox/aa.css12
-rw-r--r--webAO/styles/chatbox/yttd.css13
2 files changed, 18 insertions, 7 deletions
diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css
index 3efde89..2d1f530 100644
--- a/webAO/styles/chatbox/aa.css
+++ b/webAO/styles/chatbox/aa.css
@@ -78,10 +78,7 @@
left: 0;
top: 0;
height: 13%;
- min-width: 3.25em;
- text-justify: distribute;
- letter-spacing: 0.075em;
- font-weight: bold;
+ min-width: 3.25em;
background: rgba(56, 56, 163, 0.5);
box-shadow: 0.075em 0.075em rgba(0, 56, 163, 0.5) inset;
padding: 0 2%;
@@ -92,6 +89,13 @@
z-index: 1;
}
+#client_name p {
+ text-justify: distribute;
+ letter-spacing: 0.075em;
+ margin: 1px;
+ font-weight: bold;
+}
+
#client_chat {
display: block;
position: absolute;
diff --git a/webAO/styles/chatbox/yttd.css b/webAO/styles/chatbox/yttd.css
index 28261af..8eddeb0 100644
--- a/webAO/styles/chatbox/yttd.css
+++ b/webAO/styles/chatbox/yttd.css
@@ -48,16 +48,22 @@
display: block;
top: 0;
left: 0;
+ height: 27%;
+ height: calc(30% - 6px);
min-width: 10%;
- background-color: rgba(0, 0, 0, 0.5);
- color: #fef9ad;
- padding: 2% 3%;
+ background-color: rgba(0, 0, 0, 0.5);
border-style: double;
border-color: #ffa500;
position: absolute;
z-index: 1;
}
+#client_name p{
+ margin: 0;
+ padding: 2% 3%;
+ color: #fef9ad;
+}
+
#client_chat {
display: block;
position: absolute;
@@ -66,6 +72,7 @@
width: calc(100% - 6px);
margin: auto;
height: 70%;
+ height: calc(70% - 6px);
border-style: double;
border-color: #ffa500;
background-color: rgba(0, 0, 0, 0.5);