From 6097578c59973aed35db3bdb533307da67be537d Mon Sep 17 00:00:00 2001 From: Egor Ananyin Date: Sat, 24 Jul 2021 09:42:16 +0300 Subject: [PATCH] Base: Add a test page for CSS opacity property --- Base/res/html/misc/opacity.html | 70 +++++++++++++++++++++++++++++++++ Base/res/html/misc/welcome.html | 1 + 2 files changed, 71 insertions(+) create mode 100644 Base/res/html/misc/opacity.html diff --git a/Base/res/html/misc/opacity.html b/Base/res/html/misc/opacity.html new file mode 100644 index 0000000000..4dfa51770c --- /dev/null +++ b/Base/res/html/misc/opacity.html @@ -0,0 +1,70 @@ + + + + + +
+ 100% opacity +
+
+ 70% opacity +
+
+ 50% opacity +
+
+ 30% opacity +
+
+ 0% opacity +
+
+ Blending with other colors +
+ 100% opacity +
+
+ 70% opacity +
+
+ 50% opacity +
+
+ 30% opacity +
+
+ 0% opacity +
+
+
+ 70% opacity +
+ 50% opacity inside 70% opacity +
+
+ + diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index 8f34b1298e..dbc740f4bd 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -47,6 +47,7 @@

Some small test pages: