-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
54 lines (43 loc) · 1.09 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
.ytsl-click_div {
cursor: pointer;
}
.ytsl-click_div:hover .ytsl-play_b {
background: url("yt-sl-play.png") no-repeat scroll -101px -13px rgba(0, 0, 0, 0);
}
.ytsl-wrapper,
.ytsl-wrapper .ytsl-click_div {
position: relative;
padding-bottom: 56.25%;
height: 0;
}
.ytsl-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ytsl-play_b {
background: url("yt-sl-play.png") no-repeat scroll 2px -13px rgba(0, 0, 0, 0);
height: 62px;
left: 50%;
margin-left: -45px;
margin-top: -33px;
position: absolute;
top: 50%;
width: 100px;
}
.ytsl-title_grad {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABiCAQAAAA7fHH2AAAAQUlEQVQYV22KQQoAIAzDyv7/Et/oVlGZVCfkkIYamsENXESyi8vc0u/PKZ6o8+7fZ0h8ShRYnD+BFKToRJkHFpkM2hZSxuyWpEYAAAAASUVORK5CYII=");
background-position: center top;
height: 98px;
}
.ytsl-title_text {
color: #eeeeee;
font-family: Roboto,Arial,Helvetica,sans-serif;
font-size: 17px;
overflow: hidden;
padding: 12px 16px 4px;
text-overflow: ellipsis;
white-space: nowrap;
}