-
Notifications
You must be signed in to change notification settings - Fork 0
/
fw-vimeo-videowall.css
77 lines (63 loc) · 1.12 KB
/
fw-vimeo-videowall.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
/*
Document : fw-vimeo-videowall
Created on : 15 janv. 2010, 09:29:20
Author : Fairweb
*/
div.fwvvw_vthumb {
float:left;
padding:3px;
border: #ebebeb 1px solid;
margin:2px;
cursor:pointer;
}
.fwvvw_nodisplay {
display:none;
}
.fwvvw-album, .fwvvw-user, .fwvvw-group, .fwvvw-channel {
}
.fwclear {
clear:both;
}
#fwvvw_full_video {
margin-top:-250px;
margin-left:-400px;
z-index:100;
width:800px;
height:500px;
background:#000;
color:#FFF;
position:absolute;
padding-top:20px;
border:#ccc 4px solid;
top:50%;
left:50%;
text-align:center;
}
#fwvvw_bg_video {
top:0;
left:0;
z-index:99;
width:100%;
height:100%;
background:url(images/opacity.png) repeat;
color:#FFF;
position: fixed;
}
img.closewindow {
display:block;
position:absolute;
top:10px;
right:10px;
cursor:pointer;
}
/* added in v 1.2 */
.fwvvw-pagination {
clear:both;
}
.fwvvw-pagination a.fwvvw_current_page {
border:#ebebeb 1px solid;
font-weight:bold;
}
.fwvvw-videotitle {
font-size:0.8em;
}