implemented global style
This commit is contained in:
parent
d993d8a2bc
commit
bf9b7604ce
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
<script src="./res/index/script.js"></script>
|
<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/global.css">
|
||||||
|
<link rel="stylesheet" href="./res/index/style.css">
|
||||||
|
|
||||||
<title>Fabrika Hrádek Tour</title>
|
<title>Fabrika Hrádek Tour</title>
|
||||||
</head>
|
</head>
|
||||||
|
2
map.html
2
map.html
@ -8,6 +8,8 @@
|
|||||||
<link rel="icon" type="image/x-icon" href="http://207.180.212.190/fht/favicon.ico">
|
<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/map/style.css">
|
||||||
|
<link rel="stylesheet" href="./res/global.css">
|
||||||
|
|
||||||
<script src="./res/map/script.js"></script>
|
<script src="./res/map/script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
body
|
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;
|
-webkit-background-size: cover;
|
||||||
-moz-background-size: cover;
|
-moz-background-size: cover;
|
||||||
-o-background-size: cover;
|
-o-background-size: cover;
|
||||||
|
@ -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
|
#textPole
|
||||||
{
|
{
|
||||||
width: 55.5vh;
|
width: 55.5vh;
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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="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">
|
<link rel="stylesheet" href="./panorama/style.css">
|
||||||
<script src="./panorama/script.js"></script>
|
<script src="./panorama/script.js"></script>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user