aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/styles')
-rw-r--r--webAO/styles/classic.css31
1 files changed, 25 insertions, 6 deletions
diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css
index b0a84cf..4546777 100644
--- a/webAO/styles/classic.css
+++ b/webAO/styles/classic.css
@@ -19,7 +19,7 @@ img {
}
.text_green {
- color: #0f0;
+ color: #00f700;
}
.text_red {
@@ -27,7 +27,7 @@ img {
}
.text_orange {
- color: #ffa500;
+ color: #f77339;
}
.text_yellow {
@@ -78,7 +78,7 @@ img {
}
#client_chatcontainer {
- filter:none;
+ filter: none;
}
#client_name {
@@ -111,13 +111,13 @@ img {
border-style: ridge groove groove ridge;
border-width: 0.15em;
border-radius: 0.3em;
- background-color: rgb(0, 0, 0, 0.5);
- top: 66.5%;
+ background-color: rgb(0, 0, 16, 0.5);
+ top: 66.5%;
position: absolute;
word-break: keep-all;
overflow-wrap: break-word;
text-align: justify;
- text-justify: inter-word;
+ text-justify: inter-word;
overflow: hidden;
scroll-behavior: smooth;
}
@@ -193,6 +193,25 @@ img {
.menu_content {
background-color: #847342;
+ border: #735a42 solid 1px;
+}
+
+.menu_text {
+ color: #7b2900;
+ background-color: #f7f7f7;
+ border: 1px solid #bd9484;
+ border-radius: 3px;
+ padding: 0 4px;
+}
+
+.menu_icon {
+ display: inline-block;
+ width: 1.5em;
+ height: 1.5em;
+ background-color: #631818;
+ border: 2px ridge #dec6bd;
+ border-radius: 2px;
+ margin-bottom: 2px;
}
.client_button {