equal
deleted
inserted
replaced
14 |
14 |
15 /* general class for all buttons */ |
15 /* general class for all buttons */ |
16 .Ldt-button { |
16 .Ldt-button { |
17 |
17 |
18 } |
18 } |
19 |
|
20 .Ldt-AnnotationsWidget { |
|
21 font-size: 62.5%; |
|
22 font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
23 background-color:#eeeeee; |
|
24 padding:5px; |
|
25 background:url('imgs/wire_pattern.png') repeat scroll transparent ; |
|
26 border-color: #b6b8b8; |
|
27 border-width: 1px; |
|
28 border-style: solid; |
|
29 } |
|
30 |
19 |
31 .Ldt-SegmentsWidget { |
20 .Ldt-SegmentsWidget { |
32 background-color: #b6b8b7; |
21 background-color: #b6b8b7; |
33 overflow: auto; /* clear the floats */ |
22 overflow: auto; /* clear the floats */ |
34 margin-top: 1px; |
23 margin-top: 1px; |
57 } |
46 } |
58 #Ldt-Hat{ |
47 #Ldt-Hat{ |
59 height:3px; |
48 height:3px; |
60 } |
49 } |
61 |
50 |
62 #Ldt-Annotations{ |
51 .Ldt-AnnotationsWidget { |
63 padding-left:5px; |
52 font-size: 12px; |
64 width:470px; |
53 font-family: "Arial", "Verdana", "sans-serif"; |
65 float:left; |
54 background-color:#eeeeee; |
66 font-size: 62.5%; |
55 background:url('imgs/wire_pattern.png') repeat scroll transparent ; |
|
56 border-color: #b6b8b8; |
|
57 border-width: 1px; |
|
58 border-style: solid; |
|
59 } |
|
60 |
|
61 .Ldt-Annotation-DoubleBorder { |
|
62 border: 1px solid white; |
|
63 } |
|
64 |
|
65 .Ldt-AnnotationContent { |
|
66 padding:5px; |
|
67 padding-left: 12px; |
|
68 |
67 } |
69 } |
68 |
70 |
69 .Ldt-SaTitle{ |
71 .Ldt-SaTitle{ |
70 padding-top:2px; |
72 padding-top:2px; |
71 padding-bottom:5px; |
73 padding-bottom:3px; |
72 font-size:18px; |
74 font-size: 12pt; |
73 color : #0068c4; |
75 color : #0068c4; |
74 } |
76 } |
75 #Ldt-Show-Arrow{ |
|
76 position:relative; |
|
77 background:url(imgs/grey_arrow_Show.png); |
|
78 width:27px; |
|
79 height:13px; |
|
80 margin-top:12px; |
|
81 margin-left:-10px; |
|
82 z-index:999; |
|
83 } |
|
84 |
|
85 |
77 |
86 .Ldt-SaDescription{ |
78 .Ldt-SaDescription{ |
87 font-size:12px; |
79 font-size:12px; |
88 } |
80 } |
89 #Ldt-Show-Tags{ |
81 |
90 position:relative; |
|
91 height:13px; |
|
92 margin-top:-10px; |
|
93 border: solid 1px #000; |
|
94 } |
|
95 #Ldt-ShowAnnotation-video{ |
|
96 position:absolute; |
|
97 z-index: 999; |
|
98 padding:5px; |
|
99 background:url(imgs/transBlack.png); |
|
100 font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
101 color:#FFF; |
|
102 } |
|
103 #Ldt-ShowAnnotation-audio{ |
|
104 position:relative; |
|
105 padding:5px; |
|
106 background-color:#cfcfcf; |
|
107 font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
108 color:#4D4D4D; |
|
109 } |
|
110 .Ldt-SaKeyword{ |
82 .Ldt-SaKeyword{ |
111 background-color:#b9b9b9; |
83 background-color:#b9b9b9; |
112 color:#4D4D4D; |
84 color:#4D4D4D; |
113 padding:5px; |
85 padding:5px; |
114 font-weight:bold; |
86 font-weight:bold; |