From bb07f7c3ac00c26f30d6367b50c3840e34c90cbb Mon Sep 17 00:00:00 2001 From: FreeCorn Date: Thu, 22 Aug 2024 03:16:40 -0600 Subject: [PATCH] delete streams folder --- streams/43styles.css | 33 ------------------ streams/airbenz/index.html | 70 -------------------------------------- streams/jimbo/index.html | 70 -------------------------------------- streams/styles.css | 33 ------------------ 4 files changed, 206 deletions(-) delete mode 100644 streams/43styles.css delete mode 100644 streams/airbenz/index.html delete mode 100644 streams/jimbo/index.html delete mode 100644 streams/styles.css diff --git a/streams/43styles.css b/streams/43styles.css deleted file mode 100644 index 8c3bb86..0000000 --- a/streams/43styles.css +++ /dev/null @@ -1,33 +0,0 @@ -body, html { - font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', sans-serif; - margin: 0; - padding: 0; - height: 100%; - background-color: black; - font-size: 16px; /* Establish a base font size */ -} - -.container { - width: 100%; - height: 100%; - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; -} - -.video-container, .image-container { - width: 100%; - display: flex; - justify-content: center; - align-items: center; - width: calc(90vh * 4 / 3); - max-width: 100vw; - overflow: hidden; /* Ensure no overflow occurs */ -} - -.video-container video, .image-container img { - width: 100%; - height: 100%; - object-fit: contain; /* Ensure the image/video covers the container without stretching */ -} diff --git a/streams/airbenz/index.html b/streams/airbenz/index.html deleted file mode 100644 index b62ca3b..0000000 --- a/streams/airbenz/index.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - - -Airbenz TV - - - - -
-
- -
- -
- - - - diff --git a/streams/jimbo/index.html b/streams/jimbo/index.html deleted file mode 100644 index c8e6134..0000000 --- a/streams/jimbo/index.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - - -Bloxeleste Gaming - - - - -
-
- -
- -
- - - - diff --git a/streams/styles.css b/streams/styles.css deleted file mode 100644 index b3e987b..0000000 --- a/streams/styles.css +++ /dev/null @@ -1,33 +0,0 @@ -body, html { - font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', sans-serif; - margin: 0; - padding: 0; - height: 100%; - background-color: black; - font-size: 16px; /* Establish a base font size */ -} - -.container { - width: 100%; - height: 100%; - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; -} - -.video-container, .image-container { - width: 100%; - display: flex; - justify-content: center; - align-items: center; - width: calc(90vh * 16 / 9); - max-width: 100vw; - overflow: hidden; /* Ensure no overflow occurs */ -} - -.video-container video, .image-container img { - width: 100%; - height: 100%; - object-fit: contain; /* Ensure the image/video covers the container without stretching */ -}