diff --git a/index.html b/index.html new file mode 100644 index 0000000..7cba61c --- /dev/null +++ b/index.html @@ -0,0 +1,23 @@ + + + + + + + + + + + + + Fabrika Hrádek Tour + + +
+ + + +
+ + + \ No newline at end of file diff --git a/res/global.css b/res/global.css new file mode 100644 index 0000000..73bc7c8 --- /dev/null +++ b/res/global.css @@ -0,0 +1,9 @@ +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; +} \ No newline at end of file diff --git a/res/index/script.js b/res/index/script.js new file mode 100644 index 0000000..870c12b --- /dev/null +++ b/res/index/script.js @@ -0,0 +1,5 @@ +function move(url) +{ + console.log(url); + open(url); +} \ No newline at end of file diff --git a/res/index/style.css b/res/index/style.css new file mode 100644 index 0000000..9e10d0c --- /dev/null +++ b/res/index/style.css @@ -0,0 +1,51 @@ +#textPole +{ + width: 55.5vh; + height: 25.5vh; + resize: none; + border-radius: 0.5vh; + font-size: 1.7vh; + user-select: none; +} + +#TlacitkaVzhled +{ + display: flex; + flex-direction: column; + position: absolute; + margin-top: 50vh; + padding:auto; + margin-left: 15vh; +} + +.tlacitko +{ + margin-bottom: 10px; + border-radius: 4px; + border-width: 2px; + border-color: #111D13; + width: 35vh; + height: 7vh; + color: #111D13; + font-size: larger; + /*14; 12; 27; 23; 21; 50; 59; 58*/ +} + +#textPole +{ + border-color: #3E392F; + background: #6F7270; + color: #C1BFBE; +} +.tlacitko +{ + color: #C1BFBE;; + background: #9E6812; + border-color: #4D2B09; + margin-bottom: 1vh; + border-radius: 0.84vh; + border-width: 0.32vh; + width: 35vh; + height: 7vh; + font-size: larger; +} \ No newline at end of file