-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
95 lines (79 loc) · 1.35 KB
/
style.css
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
90
91
92
93
94
95
iframe {
width: 100%;
height: 1200px;
border: 0;
padding-top: 20px;
}
.logo {
width: 35px;
height: 35px;
}
li.nav-item {
padding: 0 10px;
}
.video-selector {
font-size:20px;
float: left;
margin-right: 10px;
/* margin-left: 15px; */
}
.editor {
margin-top: 2rem;
}
.modal-header {
padding: 0.4rem 1rem !important;
}
.modal-body {
padding: 0 1rem !important;
}
.mediaPlayer {
border: 1px dotted #cfcfcf;
float: left;
}
.embedPreview {
font-size: 0.7em;
padding: 0.4em 0.6em;
min-height: 6em;
}
.thumbPreview {
border: 1px dotted #cfcfcf;
float: left;
}
.video-thumbnail {
position: relative;
display: inline-block;
cursor: pointer;
margin: 30px;
}
.overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 1;
text-align:center;
}
.overlay i
{
color:#fff;
top: 40%;
transform: translate(-50%,0);
position: absolute;
font-size:70px;
opacity: 0; /* will show only once thumbnail is selected */
}
/* Bootstrap styling overrides */
.jumbotron {
padding: 2rem 2rem 1rem 2rem !important;
}
.row {
margin-top: 1rem;
}
.display-4 {
font-size: 3rem !important;
}
.navbar-brand {
font-size: 1rem !important;
}