forked from BulmaTemplates/bulma-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvideo-player.css
More file actions
59 lines (57 loc) · 1.1 KB
/
Copy pathvideo-player.css
File metadata and controls
59 lines (57 loc) · 1.1 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
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.has-text-muted {
color: #95A5A6;
}
.spacer {
height:20px;
}
.nav-left .searchbox {
margin-top: 10px;
}
.avatar-photo {
border-radius: 50px;
}
.video-title {
font-size: 1.5em;
font-weight: 500;
}
.box.video-description {
padding:20px 20px 5px 20px;
}
.video-description-more {
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
margin-top: -15px;
}
.related-card .video-title {
display:block;
font-size: 13px;
font-weight: 500;
}
.related-card .video-account,.related-card .video-views {
display:block;
font-size: 11px;
color: #95A5A6;
}
.related-card img {
height:68px;
}
.related-card.media .media, .related-card.media+.media {
border-top: none;
}
.related-list .autoplay {
padding-bottom: 10px;
}
.related-list .autoplay .autoplay-title {
font-weight: bold;
}
.related-list .autoplay .autoplay-toggle {
float:right;
}
.related-list .autoplay .autoplay-toggle .fa{
font-size: 13px;
padding:5px 10px;
}