-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
85 lines (65 loc) · 1.29 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
#mainbody{
width:80%;
margin: 20px auto;
background: aliceblue;
}
#title{
text-align: center;
}
#main-video{
width:80%;
margin: 20px auto;
}
.suggested-videos{
background: white;
margin: 0px auto;
float: left;
overflow: auto;
height: 475px;
width: 31%;
}
.suggested-videos ul{
padding: 0 10px;
}
.suggested-videos ul li{
list-style-type: none;
margin: 20px 0;
}
.wait{
height: 94%;
position: absolute;
width: 31%;
background: rgba(0,0,0,0.7);
}
#countdown{
color: white;
font-size: 25px;
margin: auto;
width: 60%;
}
.video-player{
float: left;
}
a.suggested-video-title{
float: right;
width: 65%;
}
.video-box{
width: 100%;
margin: auto;
}
img.suggested-video-thumbnail {
width: 100px;
}
.img-overlay{
height: 75px;
position: absolute;
width: 100px;
background: rgba(0,0,0,0.5);
display: none;
}
.contenthover { padding:20px 20px 10px 20px; }
.contenthover, .contenthover h3, contenthover a { color:#fff; }
.contenthover h3, .contenthover p { margin:0 0 10px 0; line-height:1.4em; padding:0; }
.contenthover a.mybutton { display:block; float:left; padding:5px 10px; background:#3c9632; color:#fff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.contenthover a.mybutton:hover { background:#34742d }