| author | veltr |
| Thu, 08 Nov 2012 18:24:47 +0100 | |
| changeset 41 | 3ec2343f2b85 |
| parent 38 | 9c00ea9005f9 |
| child 43 | 5a5024bc74e6 |
| permissions | -rw-r--r-- |
| 31 | 1 |
.title-video-wrap a{ |
2 |
background-image: none; |
|
3 |
} |
|
4 |
.more-info-wrap{ |
|
5 |
padding-right: 10px; |
|
6 |
} |
|
7 |
.more-info{ |
|
8 |
text-align: left; |
|
9 |
} |
|
10 |
.more-info th{ |
|
11 |
font-weight: 600; |
|
12 |
font-style: normal; |
|
13 |
font-size: 12px; |
|
14 |
width: 78px; |
|
15 |
} |
|
16 |
.more-info td{ |
|
17 |
padding-bottom: 12px; |
|
18 |
font-size: 12px; |
|
19 |
} |
|
20 |
.more-info a{ |
|
21 |
text-decoration: underline; |
|
22 |
} |
|
23 |
.more-info a:hover{ |
|
24 |
text-decoration: none; |
|
25 |
} |
|
26 |
.info-title a{ |
|
27 |
color:#30036d; |
|
28 |
font-size: 14px; |
|
29 |
font-weight: bold; |
|
30 |
} |
|
31 |
.info-duration td{ |
|
32 |
color: #de2500; |
|
33 |
} |
|
34 |
.info-author a{ |
|
35 |
color: #7628df; |
|
36 |
} |
|
37 |
.cloner{ |
|
|
41
3ec2343f2b85
Refactoring to have common code between editor and player
veltr
parents:
38
diff
changeset
|
38 |
float: right; margin-bottom: 8px; |
| 31 | 39 |
} |
40 |
.list-video{ |
|
|
41
3ec2343f2b85
Refactoring to have common code between editor and player
veltr
parents:
38
diff
changeset
|
41 |
height: auto; |
|
3ec2343f2b85
Refactoring to have common code between editor and player
veltr
parents:
38
diff
changeset
|
42 |
margin-left: -10px; |
| 31 | 43 |
} |
44 |
.item-video:hover, |
|
45 |
.item-video.active{ |
|
46 |
background: url(../img/arrow-item-video-sprite.png) left center no-repeat; |
|
47 |
} |
|
48 |
.time-length{ |
|
49 |
margin-bottom: 5px; |
|
50 |
} |
|
51 |
.item-video .frise{ |
|
52 |
width: 100%; |
|
53 |
height: 8px; |
|
54 |
background-color: #999999; |
|
55 |
display: block; |
|
56 |
} |
|
57 |
.item-video .frise{ |
|
58 |
border:none; |
|
59 |
} |
|
60 |
.bloc-video{ |
|
61 |
padding-left: 10px; |
|
62 |
} |
|
63 |
.video { |
|
64 |
height: 400px; |
|
65 |
width: 620px; |
|
66 |
} |
|
67 |
.bloc-pvw{ |
|
68 |
margin-top: 7px; |
|
69 |
} |
|
70 |
.popin-content h2{ |
|
71 |
margin: 0; |
|
72 |
border:none; |
|
| 33 | 73 |
} |
74 |
.Ldt-Ctrl { |
|
75 |
margin-bottom: 6px; |
|
76 |
} |
|
77 |
.Ldt-Slider { |
|
78 |
margin: 0; |
|
|
38
9c00ea9005f9
update bg-col.png edition
Anthony Ly <anthonyly.com@gmail.com>
parents:
35
diff
changeset
|
79 |
} |