annotate hoverDemo.html @ 137:de4b1e200500 default tip

from https://archive.org/details/AquinasLexicon/mode/2up
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Sat, 03 May 2025 22:47:32 +0100
parents 4be71cc75f64
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
115
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
1 <!DOCTYPE HTML>
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
2 <html xmlns="http://www.w3.org/1999/xhtml">
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
3 <head>
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
4 <title>Hover demo</title>
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
5 </head>
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
6 <style>
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
7 .kinovar { color:red; font-size:20px;}
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
8 .slavic { color: blue;}
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
9 #result {top:10px;left:10px;}
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
10 .floater { position: fixed; background-color:white; border:2px solid
117
4be71cc75f64 on click now
ht
parents: 115
diff changeset
11 black; padding:4px; visibility: hidden}
115
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
12 .word { color:blue;}
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
13 </style>
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
14 <script
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
15 src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
16 <script src="findWord.js"></script>
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
17 <div id="result" class="floater"></div>
117
4be71cc75f64 on click now
ht
parents: 115
diff changeset
18 <h1>Click demo</h1>
4be71cc75f64 on click now
ht
parents: 115
diff changeset
19 <div>
115
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
20 <p><span class="kinovar"><span id="selection_index3337"
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
21 class="selection_index"></span>По f7-мъ часЁ твори1тъ сщ7eнникъ начaло
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
22 съ кади1ломъ и3 со свэщeю, цrкимъ двeремъ tвeрзєннымъ, и3 поeтъ:
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
23 Х</span>rт0съ воскRсе: <span class="kinovar">со стіхи2. И# по стісёхъ
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
24 pал0мъ: Б</span>лгcви2 душE моS гDа: <span class="kinovar">И#
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
25 є3ктеніA. Тaже каfjсма nбhчнаz.</span></p>
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
26 <div class="slavic"> <input value="Works around other tags!"></input>
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
27 <p><span
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
28 id="selection_index3737" class="selection_index"></span>(л. рo7з
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
29 њб.)</p>
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
30 <p><span class="kinovar"><span id="selection_index3738"
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
31 class="selection_index"></span>Во вт0рникъ вeчера</span> </p>
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
32 <p><span
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
33 class="kinovar"><span id="selection_index3739"
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
34 class="selection_index"></span>tдaніе прaздника
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
35 пaсхи.</span></p>
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
36 <p><span class="kinovar"><span
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
37 id="selection_index3740" class="selection_index"></span>По f7-мъ часЁ
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
38 твори1тъ сщ7eнникъ начaло съ кади1ломъ и3 со свэщeю, цrкимъ двeремъ
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
39 tвeрзєннымъ, и3 поeтъ: Х</span>rт0съ воскRсе: <span class="kinovar">со
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
40 стіхи2. И# по стісёхъ pал0мъ: Б</span>лгcви2 душE моS гDа: <span
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
41 class="kinovar">И# є3ктеніA. Тaже каfjсма nбhчнаz.<input value="Works
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
42 around inline tags too"></input></span></p>
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
43 <p><span class="kinovar"><span
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
44 id="selection_index3741" class="selection_index"></span>На ГDи
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
45 воззвaхъ: поeмъ стіхи6ры самоглaсны, слэпaгw, на ѕ7. Глaсъ
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
46 в7:</span></p>
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
47 </div>
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
48 </div>
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
49 <body>
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
50
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
51
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
52
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
53 <hr/>
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
54 <address><a href="mailto:ht@inf.ed.ac.uk">Henry S. Thompson</a></address>
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
55 <!-- Created: Sat Mar 23 17:06:33 GMTST 2019 -->
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
56 <!-- hhmts start -->
117
4be71cc75f64 on click now
ht
parents: 115
diff changeset
57 Last modified: Sat Mar 23 17:48:39 GMTST 2019
115
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
58 <!-- hhmts end -->
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
59 </body>
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
60
b3d53c87d7ea towards dictionary lookup support
ht
parents:
diff changeset
61 </html>