-
Notifications
You must be signed in to change notification settings - Fork 30
/
styles.css
41 lines (40 loc) · 813 Bytes
/
styles.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
.lazyvideo_placeholder {
width: 100%;
}
a.lazyvideo{
display:block;
}
.lazyvideo_container {
/*margin: 0 auto;*/
max-width: 560px;
position: relative;
}
.lazyvideo_container .lazyvideo_playbutton {
left: 40%;
position: absolute;
z-index: 1000 !important;
top: 40%;
width: 20%;
height: 25%;
background-image: url([[pix:filter_oembed|darkbutton]]);
background-repeat: no-repeat;
background-size: 100% auto;
}
.lazyvideo_container:hover .lazyvideo_playbutton, .lazyvideo_playbutton:hover {
background-image: url([[pix:filter_oembed|purplebutton]]);
}
.lazyvideo_title, .lazyvideo_footer {
position: absolute;
background-color:#000;
width:100%;
color:#DDD;
}
.lazyvideo_title {
top:0;
}
.lazyvideo_footer{
bottom:0;
}
.lazyvideo_text {
padding: 5px;
}