From 65ad652aa950c55158441c520d96856d6391d013 Mon Sep 17 00:00:00 2001 From: sD Date: Thu, 13 Feb 2020 17:51:10 +0100 Subject: add a wrapper around the ic controls for theming --- webAO/client.html | 173 ++++++++++++++++++++++++----------------------- webAO/styles/classic.css | 12 ++++ 2 files changed, 101 insertions(+), 84 deletions(-) diff --git a/webAO/client.html b/webAO/client.html index 51418b3..1429da8 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -56,103 +56,108 @@

-
+ - - -
- -
-
- -
-
-
-
-
-
-
- - - -
-
- - - - -
+
+ + +
+ +
+
+ +
+
+
+
+

- - - -
-
- Actions - -
+
diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css index 765b340..f8ceb79 100644 --- a/webAO/styles/classic.css +++ b/webAO/styles/classic.css @@ -113,6 +113,18 @@ img { opacity: 0.5; } +#client_iccontrols { + width: 100%; +} + +#client_iccontrols:after { + pointer-events: none; + background: repeating-linear-gradient(transparent, transparent 3px, rgb(255, 255, 255, 0.2) 3px, rgb(255, 255, 255, 0.2) 4px); + width: 100%; + height: 100%; + opacity: 0.5; +} + .menu_content { background-color: #847342; } -- cgit