implemented global style

This commit is contained in:
Václav Šmejkal 2023-05-29 19:03:49 +02:00
parent d993d8a2bc
commit bf9b7604ce
Signed by: ENGO150
GPG Key ID: 4A57E86482968843
5 changed files with 15 additions and 2 deletions

View File

@ -7,8 +7,8 @@
<script src="./res/index/script.js"></script>
<link rel="stylesheet" href="./res/index/style.css">
<link rel="stylesheet" href="./res/global.css">
<link rel="stylesheet" href="./res/index/style.css">
<title>Fabrika Hrádek Tour</title>
</head>

View File

@ -8,6 +8,8 @@
<link rel="icon" type="image/x-icon" href="http://207.180.212.190/fht/favicon.ico">
<link rel="stylesheet" href="./res/map/style.css">
<link rel="stylesheet" href="./res/global.css">
<script src="./res/map/script.js"></script>
</head>
<body>

View File

@ -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;

View File

@ -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;

View File

@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="http://207.180.212.190/fht/favicon.ico">
<link rel="stylesheet" href="./global.css">
<link rel="stylesheet" href="./panorama/style.css">
<script src="./panorama/script.js"></script>