| author | Raphael Velt <raph.velt@gmail.com> |
| Tue, 23 Jul 2013 13:14:21 +0200 | |
| changeset 940 | 843f96e4eebd |
| parent 778 | 525f00c2d6ac |
| permissions | -rw-r--r-- |
| 598 | 1 |
.Ldt-Annotation-Widget { |
2 |
border-style: none solid solid; |
|
3 |
border-width: 1px; |
|
4 |
border-color: #b7b7b7; |
|
5 |
padding: 0 1px 1px; |
|
6 |
margin: 0; |
|
7 |
} |
|
8 |
||
9 |
.Ldt-Annotation-Widget.Ldt-Annotation-ShowTop { |
|
10 |
border-top-style: solid; |
|
11 |
padding-top: 1px; |
|
12 |
} |
|
13 |
||
14 |
.Ldt-Annotation-Inner { |
|
15 |
background: url(img/pinstripe.png); |
|
16 |
padding: 5px; |
|
17 |
margin: 0; |
|
18 |
} |
|
19 |
||
20 |
.Ldt-Annotation-Inner h3 { |
|
21 |
margin: 5px 0; |
|
| 623 | 22 |
font-size: 14px; |
| 598 | 23 |
font-weight: bold; |
24 |
} |
|
25 |
||
| 719 | 26 |
.Ldt-Annotation-Description { |
27 |
max-height: 150px; |
|
28 |
overflow: auto; |
|
29 |
} |
|
30 |
||
|
654
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
31 |
.Ldt-Annotation-Cleared { |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
32 |
clear: both; |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
33 |
} |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
34 |
|
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
35 |
.Ldt-Annotation-MaxMinButton { |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
36 |
float: right; margin: 5px 5px 0; width: 17px; height: 17px; |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
37 |
background: url(img/widget-control.png); background-position: 0 -51px; cursor: pointer; |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
38 |
} |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
39 |
|
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
40 |
.Ldt-Annotation-Social { |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
41 |
float: right; |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
42 |
} |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
43 |
|
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
44 |
.Ldt-Annotation-MaxMinButton:hover { |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
45 |
background-position: -17px -51px; |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
46 |
} |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
47 |
|
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
48 |
.Ldt-Annotation-Minimized div.Ldt-Annotation-MaxMinButton { |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
49 |
background-position: 0 -34px; |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
50 |
} |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
51 |
|
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
52 |
.Ldt-Annotation-Minimized div.Ldt-Annotation-MaxMinButton:hover { |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
53 |
background-position: -17px -34px; |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
54 |
} |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
55 |
|
| 623 | 56 |
.Ldt-Annotation-Inner h3.Ldt-Annotation-MashupOrigin { |
57 |
font-size: 12px; |
|
58 |
} |
|
59 |
||
60 |
.Ldt-Annotation-Title, .Ldt-Annotation-MashupMedia { |
|
| 598 | 61 |
color: #0068c4; |
| 940 | 62 |
text-decoration: none; |
| 598 | 63 |
} |
64 |
||
| 719 | 65 |
.Ldt-Annotation-Type { |
66 |
color: #8080A0; |
|
67 |
} |
|
68 |
||
| 598 | 69 |
.Ldt-Annotation-Time { |
70 |
color: #ff3b77 |
|
71 |
} |
|
72 |
||
73 |
.Ldt-Annotation-Inner p { |
|
|
654
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
74 |
font-size: 12px; |
| 719 | 75 |
line-height: 16px; |
| 598 | 76 |
} |
77 |
||
|
654
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
78 |
.Ldt-Annotation-Label { |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
79 |
font-size: 12px; font-weight: bold; max-width: 90px; float: left; clear: left; |
| 598 | 80 |
} |
81 |
||
|
654
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
82 |
.Ldt-Annotation-Labelled { |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
83 |
margin: 5px 0 0 90px; clear: right; |
| 598 | 84 |
} |
85 |
||
86 |
.Ldt-Annotation-Tags-Block { |
|
87 |
font-size: 12px; |
|
88 |
} |
|
89 |
||
90 |
ul.Ldt-Annotation-Tags { |
|
|
654
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
91 |
list-style: none; padding: 0; |
| 623 | 92 |
} |
93 |
||
94 |
li.Ldt-Annotation-TagLabel { |
|
95 |
display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px; |
|
96 |
background: url(img/tag.png) left top no-repeat; |
|
97 |
cursor: pointer; |
|
| 598 | 98 |
} |
99 |
||
| 623 | 100 |
.Ldt-Annotation-TagLabel span { |
101 |
display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0; |
|
102 |
background: url(img/tag.png) right top no-repeat; |
|
103 |
} |
|
104 |
||
105 |
li.Ldt-Annotation-TagLabel:hover { |
|
106 |
background-position: left -23px; |
|
| 598 | 107 |
} |
108 |
||
| 623 | 109 |
.Ldt-Annotation-TagLabel:hover span { |
110 |
background-position: right -23px; |
|
111 |
} |
|
112 |
||
113 |
.Ldt-Annotation-MashupOrigin { |
|
114 |
display: none; |
|
115 |
} |
|
116 |
||
117 |
.Ldt-Annotation-isMashup .Ldt-Annotation-MashupOrigin { |
|
118 |
display: block; |
|
| 598 | 119 |
} |
120 |
||
121 |
.Ldt-Annotation-Empty .Ldt-Annotation-HiddenWhenEmpty { |
|
122 |
display: none; |
|
123 |
} |
|
124 |
||
125 |
.Ldt-Annotation-Minimized .Ldt-Annotation-HiddenWhenMinimized { |
|
126 |
display: none; |
|
127 |
} |
|
128 |
||
|
654
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
129 |
.Ldt-Annotation-EmptyBlock { |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
130 |
display: none; |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
131 |
} |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
623
diff
changeset
|
132 |