equal
deleted
inserted
replaced
|
1 /* AnnotationsListWidget */ |
|
2 |
|
3 .Ldt-AnnotationsListWidget { |
|
4 } |
|
5 .Ldt-AnnotationsListWidget a { |
|
6 text-decoration: none; |
|
7 } |
|
8 ul.Ldt-AnnotationsList-ul { |
|
9 list-style: none; |
|
10 padding: 2px; |
|
11 margin: 0; |
|
12 } |
|
13 li.Ldt-AnnotationsList-li { |
|
14 width: 100%; |
|
15 clear: both; |
|
16 margin: 2px 0; |
|
17 padding: 2px 0; |
|
18 min-height: 60px; |
|
19 } |
|
20 .Ldt-AnnotationsList-li:hover { |
|
21 background: url(img/pinstripe-grey.png); |
|
22 } |
|
23 .Ldt-AnnotationsList-highlight { |
|
24 background: #F7268E; |
|
25 color: #ffffff; |
|
26 } |
|
27 .Ldt-AnnotationsList-ThumbContainer { |
|
28 float: left; |
|
29 width: 80px; |
|
30 height: 50px; |
|
31 text-align: center; |
|
32 margin: 2px 0; |
|
33 } |
|
34 .Ldt-AnnotationsList-Thumbnail { |
|
35 border: none; |
|
36 max-width: 100%; |
|
37 max-height: 100%; |
|
38 margin: 0 auto; |
|
39 } |
|
40 .Ldt-AnnotationsList-Duration { |
|
41 color: #f7268e; |
|
42 float: right; |
|
43 text-align: right; |
|
44 font-size: 12px; |
|
45 margin: 2px; |
|
46 } |
|
47 h3.Ldt-AnnotationsList-Title, #accordeon h3.Ldt-AnnotationsList-Title { |
|
48 color: #0068c4; |
|
49 font-size: 14px; |
|
50 line-height: 1.2em; |
|
51 margin: 0 2px 0 82px; |
|
52 font-weight: bold; |
|
53 } |
|
54 h3.Ldt-AnnotationsList-Title a, #accordeon h3.Ldt-AnnotationsList-Title a { |
|
55 color: #0068c4 ; |
|
56 } |
|
57 p.Ldt-AnnotationsList-Description, #accordeon p.Ldt-AnnotationsList-Description { |
|
58 margin: 2px 0 2px 82px; |
|
59 line-height: 1.2em; |
|
60 font-size: 12px; |
|
61 color: #666666; |
|
62 } |
|
63 ul.Ldt-AnnotationsList-Tags { |
|
64 list-style: none; |
|
65 padding: 0; |
|
66 margin: 2px 0 8px 82px; |
|
67 } |
|
68 li.Ldt-AnnotationsList-Tag-Li { |
|
69 display: inline-block; |
|
70 margin: 2px; |
|
71 background: #0068c4; |
|
72 color: #fff; |
|
73 padding: 2px; |
|
74 font-size: 12px; |
|
75 } |
|
76 li.Ldt-AnnotationsList-Tag-Li:hover { |
|
77 background: #F7268E; |
|
78 } |