| author | ymh <ymh.work@gmail.com> |
| Tue, 22 Oct 2024 07:03:54 +0200 | |
| changeset 1076 | 510fd2a482f4 |
| parent 1072 | ac1eacb3aa33 |
| permissions | -rw-r--r-- |
| 876 | 1 |
.Ldt-Annotation-Widget { |
2 |
border-style: none solid solid; |
|
3 |
border-width: 1px; |
|
4 |
border-color: #b7b7b7; |
|
5 |
padding: 0 1px 1px; |
|
| 880 | 6 |
margin: 0; |
| 876 | 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; |
|
| 880 | 17 |
margin: 0; |
| 876 | 18 |
} |
19 |
||
20 |
.Ldt-Annotation-Inner h3 { |
|
21 |
margin: 5px 0; |
|
| 880 | 22 |
font-size: 14px; |
| 902 | 23 |
font-weight: bold; |
| 876 | 24 |
} |
25 |
||
| 984 | 26 |
.Ldt-Annotation-Description { |
27 |
max-height: 150px; |
|
28 |
overflow: auto; |
|
29 |
} |
|
30 |
||
| 923 | 31 |
.Ldt-Annotation-Cleared { |
32 |
clear: both; |
|
33 |
} |
|
34 |
||
35 |
.Ldt-Annotation-MaxMinButton { |
|
| 924 | 36 |
float: right; margin: 5px 5px 0; width: 17px; height: 17px; |
|
1072
ac1eacb3aa33
Migrate source and build to vite.js
ymh <ymh.work@gmail.com>
parents:
1007
diff
changeset
|
37 |
background: url(./img/widget-control.png); background-position: 0 -51px; cursor: pointer; |
| 924 | 38 |
} |
39 |
||
40 |
.Ldt-Annotation-Social { |
|
41 |
float: right; |
|
| 923 | 42 |
} |
43 |
||
44 |
.Ldt-Annotation-MaxMinButton:hover { |
|
45 |
background-position: -17px -51px; |
|
46 |
} |
|
47 |
||
48 |
.Ldt-Annotation-Minimized div.Ldt-Annotation-MaxMinButton { |
|
49 |
background-position: 0 -34px; |
|
50 |
} |
|
51 |
||
52 |
.Ldt-Annotation-Minimized div.Ldt-Annotation-MaxMinButton:hover { |
|
53 |
background-position: -17px -34px; |
|
54 |
} |
|
55 |
||
| 902 | 56 |
.Ldt-Annotation-Inner h3.Ldt-Annotation-MashupOrigin { |
57 |
font-size: 12px; |
|
58 |
} |
|
59 |
||
60 |
.Ldt-Annotation-Title, .Ldt-Annotation-MashupMedia { |
|
| 876 | 61 |
color: #0068c4; |
| 1007 | 62 |
text-decoration: none; |
| 876 | 63 |
} |
64 |
||
| 982 | 65 |
.Ldt-Annotation-Type { |
66 |
color: #8080A0; |
|
67 |
} |
|
68 |
||
| 876 | 69 |
.Ldt-Annotation-Time { |
70 |
color: #ff3b77 |
|
71 |
} |
|
72 |
||
73 |
.Ldt-Annotation-Inner p { |
|
| 923 | 74 |
font-size: 12px; |
| 983 | 75 |
line-height: 16px; |
| 876 | 76 |
} |
77 |
||
| 923 | 78 |
.Ldt-Annotation-Label { |
79 |
font-size: 12px; font-weight: bold; max-width: 90px; float: left; clear: left; |
|
80 |
} |
|
81 |
||
82 |
.Ldt-Annotation-Labelled { |
|
83 |
margin: 5px 0 0 90px; clear: right; |
|
| 876 | 84 |
} |
85 |
||
| 880 | 86 |
.Ldt-Annotation-Tags-Block { |
87 |
font-size: 12px; |
|
88 |
} |
|
89 |
||
| 876 | 90 |
ul.Ldt-Annotation-Tags { |
| 923 | 91 |
list-style: none; padding: 0; |
| 876 | 92 |
} |
93 |
||
| 902 | 94 |
li.Ldt-Annotation-TagLabel { |
95 |
display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px; |
|
| 904 | 96 |
background: url(img/tag.png) left top no-repeat; |
97 |
cursor: pointer; |
|
| 876 | 98 |
} |
99 |
||
| 902 | 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 |
||
| 904 | 105 |
li.Ldt-Annotation-TagLabel:hover { |
106 |
background-position: left -23px; |
|
107 |
} |
|
108 |
||
109 |
.Ldt-Annotation-TagLabel:hover span { |
|
110 |
background-position: right -23px; |
|
111 |
} |
|
112 |
||
| 902 | 113 |
.Ldt-Annotation-MashupOrigin { |
114 |
display: none; |
|
115 |
} |
|
116 |
||
117 |
.Ldt-Annotation-isMashup .Ldt-Annotation-MashupOrigin { |
|
118 |
display: block; |
|
| 876 | 119 |
} |
| 880 | 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 |
||
| 924 | 129 |
.Ldt-Annotation-EmptyBlock { |
130 |
display: none; |
|
131 |
} |
|
132 |