From b53b8983113db64d4796d111e5068457d2eac625 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 24 Aug 2018 14:09:36 +0300 Subject: noscript stub --- vnext/src/style/main.css | 7 +++++++ vnext/src/style/matrix.jpg | Bin 0 -> 236176 bytes vnext/src/views/index.html | 15 +++++++++++++-- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 vnext/src/style/matrix.jpg (limited to 'vnext/src') diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index 05a0e653..a5e0326d 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -92,6 +92,13 @@ html { min-width: 310px; width: auto; } +noscript article { + background-image: url("matrix.jpg"); + background-color: #222; + background-size: cover; + color: #fff; + min-height: 480px; +} *::selection { background: #006699; color: #fff; diff --git a/vnext/src/style/matrix.jpg b/vnext/src/style/matrix.jpg new file mode 100644 index 00000000..745f1564 Binary files /dev/null and b/vnext/src/style/matrix.jpg differ diff --git a/vnext/src/views/index.html b/vnext/src/views/index.html index 2f4864dc..35a876ea 100644 --- a/vnext/src/views/index.html +++ b/vnext/src/views/index.html @@ -43,8 +43,19 @@ - -
+ +
+ +