From bf9b7604ce6965e7e2a31f2f81d67f128e510e2d Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Mon, 29 May 2023 19:03:49 +0200 Subject: [PATCH] implemented global style --- index.html | 2 +- map.html | 2 ++ res/global.css | 2 +- res/index/style.css | 10 ++++++++++ res/panorama.html | 1 + 5 files changed, 15 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 7cba61c..519dd1b 100644 --- a/index.html +++ b/index.html @@ -7,8 +7,8 @@ - + Fabrika Hrádek Tour diff --git a/map.html b/map.html index d5f233e..eb60fdb 100644 --- a/map.html +++ b/map.html @@ -8,6 +8,8 @@ + + diff --git a/res/global.css b/res/global.css index 73bc7c8..0ed0253 100644 --- a/res/global.css +++ b/res/global.css @@ -1,6 +1,6 @@ body { - background: url("http://207.180.212.190/fht/fabrika_imgs/23.jpg") no-repeat center center fixed; + background: url("http://207.180.212.190/fht/background.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; diff --git a/res/index/style.css b/res/index/style.css index 9e10d0c..815d7dd 100644 --- a/res/index/style.css +++ b/res/index/style.css @@ -1,3 +1,13 @@ +body +{ + background: url("http://207.180.212.190/fht/fabrika_imgs/23.jpg") no-repeat center center fixed; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; + user-select: none; +} + #textPole { width: 55.5vh; diff --git a/res/panorama.html b/res/panorama.html index fde9825..3373e94 100644 --- a/res/panorama.html +++ b/res/panorama.html @@ -6,6 +6,7 @@ +