-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathall.css
42 lines (37 loc) · 755 Bytes
/
all.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
.vshare {
aspect-ratio: 16/9;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
div.vshare {
box-sizing: border-box;
border: 1px solid __border__;
cursor: pointer;
background-image: url(video.svg);
background-position: top left;
background-repeat: no-repeat;
background-size: 5em 5em;
}
iframe.vshare__left,
div.vshare__left {
float: left;
margin-right: 1em;
}
iframe.vshare__right,
div.vshare__right {
float: right;
margin-left: 1em;
}
iframe.vshare__center,
div.vshare__center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
iframe.vshare__none,
div.vshare__none {
margin: 1px 3px 1px 3px;
}