| author | veltr |
| Fri, 30 Nov 2012 15:36:06 +0100 | |
| changeset 84 | 0c699d2767f8 |
| parent 50 | 89e152523cb6 |
| child 86 | 4857ac3892e3 |
| permissions | -rw-r--r-- |
| 31 | 1 |
.more-info-wrap{ |
2 |
padding-right: 10px; |
|
3 |
} |
|
4 |
.more-info{ |
|
5 |
text-align: left; |
|
6 |
} |
|
7 |
.more-info th{ |
|
8 |
font-weight: 600; |
|
9 |
font-style: normal; |
|
10 |
font-size: 12px; |
|
11 |
width: 78px; |
|
12 |
} |
|
13 |
.more-info td{ |
|
14 |
padding-bottom: 12px; |
|
15 |
font-size: 12px; |
|
16 |
} |
|
17 |
.more-info a{ |
|
18 |
text-decoration: underline; |
|
19 |
} |
|
20 |
.more-info a:hover{ |
|
21 |
text-decoration: none; |
|
22 |
} |
|
23 |
.info-title a{ |
|
24 |
color:#30036d; |
|
25 |
font-size: 14px; |
|
26 |
font-weight: bold; |
|
27 |
} |
|
28 |
.info-duration td{ |
|
29 |
color: #de2500; |
|
30 |
} |
|
31 |
.info-author a{ |
|
32 |
color: #7628df; |
|
33 |
} |
|
34 |
.cloner{ |
|
|
41
3ec2343f2b85
Refactoring to have common code between editor and player
veltr
parents:
38
diff
changeset
|
35 |
float: right; margin-bottom: 8px; |
| 31 | 36 |
} |
37 |
.list-video{ |
|
|
41
3ec2343f2b85
Refactoring to have common code between editor and player
veltr
parents:
38
diff
changeset
|
38 |
height: auto; |
|
3ec2343f2b85
Refactoring to have common code between editor and player
veltr
parents:
38
diff
changeset
|
39 |
margin-left: -10px; |
| 50 | 40 |
max-height: 450px; |
| 31 | 41 |
} |
42 |
.item-video:hover, |
|
43 |
.item-video.active{ |
|
44 |
background: url(../img/arrow-item-video-sprite.png) left center no-repeat; |
|
45 |
} |
|
46 |
.time-length{ |
|
47 |
margin-bottom: 5px; |
|
48 |
} |
|
49 |
.item-video .frise{ |
|
50 |
width: 100%; |
|
51 |
height: 8px; |
|
52 |
background-color: #999999; |
|
53 |
display: block; |
|
54 |
} |
|
| 43 | 55 |
.title-video a { |
56 |
color: #30036d; |
|
57 |
} |
|
58 |
.item-video .title-video a:hover { |
|
59 |
text-decoration: underline; |
|
60 |
} |
|
| 31 | 61 |
.item-video .frise{ |
62 |
border:none; |
|
63 |
} |
|
64 |
.bloc-video{ |
|
65 |
padding-left: 10px; |
|
66 |
} |
|
67 |
.video { |
|
68 |
height: 400px; |
|
69 |
width: 620px; |
|
70 |
} |
|
71 |
.bloc-pvw{ |
|
72 |
margin-top: 7px; |
|
73 |
} |
|
74 |
.popin-content h2{ |
|
75 |
margin: 0; |
|
76 |
border:none; |
|
| 33 | 77 |
} |
78 |
.Ldt-Ctrl { |
|
79 |
margin-bottom: 6px; |
|
80 |
} |
|
81 |
.Ldt-Slider { |
|
82 |
margin: 0; |
|
| 43 | 83 |
} |
84 |
.frise-segment { |
|
85 |
cursor: pointer; |
|
86 |
} |
|
| 49 | 87 |
.segment-info .pointer { |
88 |
margin-left: -10px; |
|
89 |
} |
|
| 50 | 90 |
|
91 |
.media-segment-popin .pointer{ |
|
92 |
margin-left: 105px |
|
93 |
} |
|
94 |
||
95 |
.media-segment-popin { |
|
96 |
top: 2px; width: 230px; margin-left: -116px; |
|
97 |
display: none; |
|
98 |
} |
|
99 |
||
100 |
.media-segment-list { |
|
101 |
margin: 8px 0 0; |
|
102 |
padding-bottom: 1px; |
|
103 |
position: relative; |
|
104 |
} |
|
105 |
||
106 |
.active .media-segment-section, .media-segment:hover .media-segment-section { |
|
107 |
-moz-box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff; |
|
108 |
-webkit-box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff; |
|
109 |
box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff; |
|
110 |
} |
|
111 |
||
112 |
.mashup-link { |
|
113 |
display: none; |
|
114 |
font-size: 13px; |
|
115 |
color: #30036D; |
|
116 |
margin-top: 5px; |
|
117 |
} |
|
118 |
||
119 |
.mashup-link a { |
|
120 |
color: #30036D; |
|
121 |
font-weight: 600; |
|
122 |
text-decoration: underline; |
|
123 |
} |
|
124 |
||
125 |
.mashup-link a:hover { |
|
126 |
text-decoration: none; |
|
127 |
} |