-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplayer.css
More file actions
executable file
·90 lines (74 loc) · 1.56 KB
/
Copy pathplayer.css
File metadata and controls
executable file
·90 lines (74 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
.info-video {
position: absolute;
z-index: 9999;
color: #ffffff;
padding: 1%;
margin: 2% 8% 2%;
background-color: #040404d9;
font-size: 0.9rem;
font-family: 'Roboto Mono', monospace;
display: none;
}
*, ::after, ::before {
box-sizing: border-box;
background-color: black;
}
video {
height: auto;
width: 100%;
position: relative;
}
.bg-dark {
background-color: #000 !important;
}
footer {
text-align: center;
font-family: sans-serif;
width: 100%;
bottom: 0;
position: fixed;
}
body {
font-family: 'Lato', Calibri, Arial, sans-serif;
}
.mytex {
font-size: 1.5rem;
}
a {
color: #f7f7f7;
font-size: xx-large;
}
a:hover {
color: rgb(189, 189, 189) !important;
}
.back {
text-decoration: none !important;
}
.btn-outline-secondary {
color: #ffffff !important;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
color: #7f7f7f !important;
background-color: #000000 !important;
border-color: #cc0000 !important;
box-shadow: none !important;
}
.webkit-full-screen {
color: #000000 !important;
}
.btn-outline-secondary:hover{
background-color: #00000091 !important;
border-color: #fff;
}
.dash-video-player {
position: relative; /* This position relative is needed to position the menus */
width: auto !important;
margin: 0 auto;
}
video {
width: 100%;
top:5%;
}
::-webkit-scrollbar {
display: none;
}