Initial commmit
This commit is contained in:
commit
88383f90e5
1174 changed files with 227188 additions and 0 deletions
111
static/app.css
Normal file
111
static/app.css
Normal file
|
@ -0,0 +1,111 @@
|
|||
@font-face {
|
||||
font-family: 'BloodSeeker';
|
||||
src: url('fonts/bloodseeker.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Xolonium';
|
||||
src: url('fonts/xolonium-regular.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
body, .list-header {
|
||||
background: #080809;
|
||||
font-family: "Xolonium";
|
||||
}
|
||||
|
||||
.movie-card {
|
||||
/*background: #0a0d40;*/
|
||||
background: #1b1f24;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.schedule-poster {
|
||||
width: 15em;
|
||||
height: 15em;
|
||||
object-fit: fill;
|
||||
padding: .5em;
|
||||
}
|
||||
|
||||
.btn {
|
||||
color: white;
|
||||
border: unset;
|
||||
background: #6f0b51;
|
||||
}
|
||||
|
||||
.btn:hover {
|
||||
background: #a80f7a;
|
||||
}
|
||||
|
||||
.neon-border {
|
||||
border: #6f0b51 1px solid;
|
||||
}
|
||||
|
||||
.site-title {
|
||||
font-size: 20pt;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.site-title:hover {
|
||||
color: #6f0b51 !important;
|
||||
}
|
||||
|
||||
.header {
|
||||
border-bottom: #6f0b51 solid 2px;
|
||||
}
|
||||
|
||||
.bloodseeker {
|
||||
font-family: "BloodSeeker";
|
||||
}
|
||||
|
||||
.header-link {
|
||||
text-decoration: none;
|
||||
font-size: 15pt;
|
||||
}
|
||||
|
||||
.header-link:hover {
|
||||
color: #6f0b51 !important;
|
||||
}
|
||||
|
||||
.selected-link {
|
||||
color: #6f0b51 !important;
|
||||
}
|
||||
|
||||
.movie-modal {
|
||||
position: fixed; /* Stay in place */
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100vw; /* Full width */
|
||||
height: 100vh; /* Full height */
|
||||
overflow: auto; /* Enable scroll if needed */
|
||||
background: #080809;
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
/* Modal Content/Box */
|
||||
.movie-modal-content {
|
||||
background: #1b1f24;
|
||||
min-height: 20rem;
|
||||
margin: 15% auto; /* 15% from the top and centered */
|
||||
padding: 20px;
|
||||
width: 80%; /* Could be more or less, depending on screen size */
|
||||
}
|
||||
|
||||
.hover-pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.delete-button:hover, .logout-button:hover, .close-button:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.tabs > li {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.tabs > li:hover {
|
||||
color: #6f0b51 !important;
|
||||
}
|
4124
static/bootstrap/bootstrap-grid.css
vendored
Normal file
4124
static/bootstrap/bootstrap-grid.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
1
static/bootstrap/bootstrap-grid.css.map
Normal file
1
static/bootstrap/bootstrap-grid.css.map
Normal file
File diff suppressed because one or more lines are too long
7
static/bootstrap/bootstrap-grid.min.css
vendored
Normal file
7
static/bootstrap/bootstrap-grid.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
static/bootstrap/bootstrap-grid.min.css.map
Normal file
1
static/bootstrap/bootstrap-grid.min.css.map
Normal file
File diff suppressed because one or more lines are too long
4123
static/bootstrap/bootstrap-grid.rtl.css
vendored
Normal file
4123
static/bootstrap/bootstrap-grid.rtl.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
1
static/bootstrap/bootstrap-grid.rtl.css.map
Normal file
1
static/bootstrap/bootstrap-grid.rtl.css.map
Normal file
File diff suppressed because one or more lines are too long
7
static/bootstrap/bootstrap-grid.rtl.min.css
vendored
Normal file
7
static/bootstrap/bootstrap-grid.rtl.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
static/bootstrap/bootstrap-grid.rtl.min.css.map
Normal file
1
static/bootstrap/bootstrap-grid.rtl.min.css.map
Normal file
File diff suppressed because one or more lines are too long
0
static/bootstrap/bootstrap-reboot.css
vendored
Normal file
0
static/bootstrap/bootstrap-reboot.css
vendored
Normal file
1
static/bootstrap/bootstrap-reboot.css.map
Normal file
1
static/bootstrap/bootstrap-reboot.css.map
Normal file
File diff suppressed because one or more lines are too long
0
static/bootstrap/bootstrap-reboot.min.css
vendored
Normal file
0
static/bootstrap/bootstrap-reboot.min.css
vendored
Normal file
1
static/bootstrap/bootstrap-reboot.min.css.map
Normal file
1
static/bootstrap/bootstrap-reboot.min.css.map
Normal file
File diff suppressed because one or more lines are too long
0
static/bootstrap/bootstrap-reboot.rtl.css
vendored
Normal file
0
static/bootstrap/bootstrap-reboot.rtl.css
vendored
Normal file
1
static/bootstrap/bootstrap-reboot.rtl.css.map
Normal file
1
static/bootstrap/bootstrap-reboot.rtl.css.map
Normal file
File diff suppressed because one or more lines are too long
0
static/bootstrap/bootstrap-reboot.rtl.min.css
vendored
Normal file
0
static/bootstrap/bootstrap-reboot.rtl.min.css
vendored
Normal file
1
static/bootstrap/bootstrap-reboot.rtl.min.css.map
Normal file
1
static/bootstrap/bootstrap-reboot.rtl.min.css.map
Normal file
File diff suppressed because one or more lines are too long
4197
static/bootstrap/bootstrap-utilities.css
vendored
Normal file
4197
static/bootstrap/bootstrap-utilities.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
1
static/bootstrap/bootstrap-utilities.css.map
Normal file
1
static/bootstrap/bootstrap-utilities.css.map
Normal file
File diff suppressed because one or more lines are too long
7
static/bootstrap/bootstrap-utilities.min.css
vendored
Normal file
7
static/bootstrap/bootstrap-utilities.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
0
static/bootstrap/bootstrap-utilities.min.css.map
Normal file
0
static/bootstrap/bootstrap-utilities.min.css.map
Normal file
4188
static/bootstrap/bootstrap-utilities.rtl.css
vendored
Normal file
4188
static/bootstrap/bootstrap-utilities.rtl.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
1
static/bootstrap/bootstrap-utilities.rtl.css.map
Normal file
1
static/bootstrap/bootstrap-utilities.rtl.css.map
Normal file
File diff suppressed because one or more lines are too long
7
static/bootstrap/bootstrap-utilities.rtl.min.css
vendored
Normal file
7
static/bootstrap/bootstrap-utilities.rtl.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
0
static/bootstrap/bootstrap-utilities.rtl.min.css.map
Normal file
0
static/bootstrap/bootstrap-utilities.rtl.min.css.map
Normal file
10880
static/bootstrap/bootstrap.css
vendored
Normal file
10880
static/bootstrap/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
1
static/bootstrap/bootstrap.css.map
Normal file
1
static/bootstrap/bootstrap.css.map
Normal file
File diff suppressed because one or more lines are too long
7
static/bootstrap/bootstrap.min.css
vendored
Normal file
7
static/bootstrap/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
static/bootstrap/bootstrap.min.css.map
Normal file
1
static/bootstrap/bootstrap.min.css.map
Normal file
File diff suppressed because one or more lines are too long
0
static/favicon-16x16.png
Normal file
0
static/favicon-16x16.png
Normal file
0
static/fonts/bloodseeker.ttf
Normal file
0
static/fonts/bloodseeker.ttf
Normal file
0
static/fonts/xolonium-regular.ttf
Normal file
0
static/fonts/xolonium-regular.ttf
Normal file
19
static/js/app.js
Normal file
19
static/js/app.js
Normal file
|
@ -0,0 +1,19 @@
|
|||
let mn = {
|
||||
"getToken": function () {
|
||||
let cookies = document.cookie.replace(";", "").split(" ");
|
||||
|
||||
try {
|
||||
return cookies[0].split("=")[1].trim();
|
||||
} catch (_) {
|
||||
return ""
|
||||
}
|
||||
},
|
||||
"setNav": function (link) {
|
||||
let links = document.getElementsByClassName("header-link");
|
||||
[...links].forEach(link_el => {
|
||||
if (link_el.id === link) {
|
||||
document.getElementById(link).classList.add("selected-link")
|
||||
}
|
||||
});
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue