diff --git a/src/templates/bootstrap/dom.html b/src/templates/bootstrap/dom.html deleted file mode 100644 index 0fdde77..0000000 --- a/src/templates/bootstrap/dom.html +++ /dev/null @@ -1,13 +0,0 @@ -
-
- -
- -
-
-
    -
    -
    -
    diff --git a/src/templates/bootstrap/style.css b/src/templates/bootstrap/style.css deleted file mode 100644 index fcfcfcd..0000000 --- a/src/templates/bootstrap/style.css +++ /dev/null @@ -1,36 +0,0 @@ -.gm_bootstrap .gm-video { - background: transparent; - background-size: contain; - background-position: center; - width: 99%; -} - -.gm_bootstrap { - background-color: black; -} - -.gm_bootstrap .gm-toolbars { - position: absolute; - width: 47px; - height: 100%; - top: 0; - right: 0; - margin: 0; -} - -.gm_bootstrap .gm-toolbar { - position: absolute; - top: 5%; - right: 0; - margin: 0; -} - -.gm_bootstrap li img { - margin: auto; -} - -@media (min-width: 1200px) { - .gm_bootstrap li img { - width: 85%; - } -} diff --git a/src/templates/fullscreen/dom.html b/src/templates/fullscreen/dom.html deleted file mode 100644 index d75fb4e..0000000 --- a/src/templates/fullscreen/dom.html +++ /dev/null @@ -1,14 +0,0 @@ - - -
    -
    - -
    -
    -
    -
      -
      -
      -
      - - diff --git a/src/templates/fullscreen/script.js b/src/templates/fullscreen/script.js deleted file mode 100644 index e69de29..0000000 diff --git a/src/templates/fullscreen/style.css b/src/templates/fullscreen/style.css deleted file mode 100644 index 483334d..0000000 --- a/src/templates/fullscreen/style.css +++ /dev/null @@ -1,41 +0,0 @@ -.gm-fullscreen { - position: absolute; - top: 0; - left: 0; - margin: 0; - padding: 0; - display: block; - width: 100%; - height: 97%; - background-color: black; -} - -.gm-fullscreen .gm-fullscreen-message { - display: block; - padding: 0; - margin: 0; - height: 100%; - width: 100%; - background: white; - background-size: cover; -} - -.gm-video .hide { - display: none; -} - -.gm-fullscreen .gm-video { - background: transparent; - position: absolute; - top: 0; - left: 0; - width: 95%; - height: 100%; - padding: 0; -} - -.gm-toolbars { - position: absolute; - top: 0; - right: 0; -} diff --git a/src/templates/fullwindow/dom.html b/src/templates/fullwindow/dom.html deleted file mode 100644 index 0d5f39d..0000000 --- a/src/templates/fullwindow/dom.html +++ /dev/null @@ -1,9 +0,0 @@ -
      -
      - -
      -
      - -
      -
      - diff --git a/src/templates/fullwindow/script.js b/src/templates/fullwindow/script.js deleted file mode 100644 index e69de29..0000000 diff --git a/src/templates/fullwindow/style.css b/src/templates/fullwindow/style.css deleted file mode 100644 index 73715a8..0000000 --- a/src/templates/fullwindow/style.css +++ /dev/null @@ -1,31 +0,0 @@ -.gm_fullwindow { - position: absolute; - top: 0; - left: 0; - margin: 0; - padding: 0; - display: block; - width: 100%; - height: 97%; - min-height: 560px; - background-color: black; -} - -.gm_fullwindow .gm-video { - background: transparent; - position: absolute; - top: 0; - left: 0; - width: calc(95% - 50px); - height: 100%; - padding: 0; -} - -.gm_fullwindow .toolbar { - position: absolute; - top: 10px; - right: 0; - padding-right: 10px; - margin: 0; - width: 50px; -} diff --git a/src/templates/renderer/dom.html b/src/templates/renderer/dom.html deleted file mode 100644 index ac68bf7..0000000 --- a/src/templates/renderer/dom.html +++ /dev/null @@ -1,12 +0,0 @@ -
      -
      -
      - -
      -
      -
      -
        -
        -
        -
        -
        diff --git a/src/templates/renderer/script.js b/src/templates/renderer/script.js deleted file mode 100644 index e69de29..0000000 diff --git a/src/templates/renderer/style.css b/src/templates/renderer/style.css deleted file mode 100644 index 73550f7..0000000 --- a/src/templates/renderer/style.css +++ /dev/null @@ -1,23 +0,0 @@ -.gm-template-renderer .device-renderer { - position: relative; - border-collapse: separate; - border-radius: 3px; - padding: 40px 10px 40px 10px; - margin-left: auto; - margin-right: auto; - background-color: black; -} - -.gm-template-renderer .gm-video { - background: transparent url('../../assets/images/spinner-material.svg') no-repeat center; - width: 1024px; - height: 600px; - margin-right: 60px; -} - -.gm-template-renderer .gm-toolbars { - position: absolute; - top: 0; - right: 0; - width: 60px; -} diff --git a/src/templates/renderer_minimal/dom.html b/src/templates/renderer_minimal/dom.html deleted file mode 100644 index 8f9960e..0000000 --- a/src/templates/renderer_minimal/dom.html +++ /dev/null @@ -1,9 +0,0 @@ -
        -
        - -
        -
        - -
        - -
        diff --git a/src/templates/renderer_minimal/script.js b/src/templates/renderer_minimal/script.js deleted file mode 100644 index e69de29..0000000 diff --git a/src/templates/renderer_minimal/style.css b/src/templates/renderer_minimal/style.css deleted file mode 100644 index 91467c5..0000000 --- a/src/templates/renderer_minimal/style.css +++ /dev/null @@ -1,41 +0,0 @@ -.gm-template-renderer_minimal { - position: absolute; - top: 0; - left: 0; - margin: 0; - padding: 0; - display: block; - width: 100%; - height: 100%; - min-height: 560px; - background-color: black; -} - -.gm-template-renderer_minimal .gm-video { - position: fixed; - top: 0; - left: 0; - width: calc(100vw - 57px); - height: 100vh; - padding: 0; - margin: 0; - background: transparent url('../../assets/images/loader.svg') center no-repeat; - background-size: 40%; -} - -.gm-template-renderer_minimal .gm-toolbar { - position: absolute; - top: 10px; - right: 0; - padding-right: 5px; - margin: 0; - width: 50px; -} - -.gm-template-renderer_minimal .gm-version-number { - position: fixed; - right: 5px; - bottom: 5px; - z-index: 2; - color: white; -} diff --git a/src/templates/renderer_no_toolbar/dom.html b/src/templates/renderer_no_toolbar/dom.html deleted file mode 100644 index fb7335a..0000000 --- a/src/templates/renderer_no_toolbar/dom.html +++ /dev/null @@ -1,7 +0,0 @@ -
        -
        - -
        -
        diff --git a/src/templates/renderer_no_toolbar/script.js b/src/templates/renderer_no_toolbar/script.js deleted file mode 100644 index e69de29..0000000 diff --git a/src/templates/renderer_no_toolbar/style.css b/src/templates/renderer_no_toolbar/style.css deleted file mode 100644 index a530541..0000000 --- a/src/templates/renderer_no_toolbar/style.css +++ /dev/null @@ -1,23 +0,0 @@ -.gm-template-renderer_no_toolbar { - position: absolute; - top: 0; - left: 0; - margin: 0; - padding: 0; - display: block; - width: 100%; - height: 100%; - min-height: 560px; - background-color: black; -} - -.gm-template-renderer_no_toolbar .gm-video { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - padding: 0; - background: transparent url('../../assets/images/loader.svg') center no-repeat; - background-size: 40%; -} diff --git a/src/templates/renderer_partial/dom.html b/src/templates/renderer_partial/dom.html deleted file mode 100644 index 8f9960e..0000000 --- a/src/templates/renderer_partial/dom.html +++ /dev/null @@ -1,9 +0,0 @@ -
        -
        - -
        -
        - -
        - -
        diff --git a/src/templates/renderer_partial/script.js b/src/templates/renderer_partial/script.js deleted file mode 100644 index e69de29..0000000 diff --git a/src/templates/renderer_partial/style.css b/src/templates/renderer_partial/style.css deleted file mode 100644 index 7530b7e..0000000 --- a/src/templates/renderer_partial/style.css +++ /dev/null @@ -1,74 +0,0 @@ -.gm-template-renderer_partial { - top: 0; - left: 0; - margin: 0; - padding: 0; - display: block; - min-height: 800px; - height: 100%; - background-color: black; -} - -.gm-template-renderer_partial .gm-wrapper { - top: 0; - left: 0; - margin: 0; - padding: 0; - display: block; - width: 100%; - height: 100%; -} - -.gm-template-renderer_partial .gm-video-wrapper { - position: relative; - top: 0; - left: 0; - margin: 0; - padding: 0; - display: block; - width: 100%; - height: 100%; -} - -.gm-template-renderer_partial .gm-video { - position: relative; - top: 0; - left: 0; - width: calc(95% - 50px); - height: 100%; - padding: 0; - background: transparent url('../../assets/images/loader.svg') center no-repeat; - background-size: 40%; -} - -.gm-template-renderer_partial .gm-toolbar { - position: absolute; - top: 10px; - right: 0; - padding-right: 5px; - margin: 0; - width: 50px; -} - -.gm-template-renderer_partial .gm-version-number { - position: fixed; - right: 5px; - bottom: 5px; - z-index: 2; - color: white; -} - -@media only screen and (max-width: 650px) { - .gm-overlay { - left: auto; - width: calc(100vw - 100px); - right: 55px; - min-height: 0; - } -} - -@media only screen and (min-width: 475px) { - .gm-click-to-unmute { - left: calc(50% - 190px) !important; - } -}