Pop-up dictionary browser extension for language learning. Successor to Yomichan. (PERSONAL FORK)
1<!DOCTYPE html>
2<html>
3<head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width,initial-scale=1">
6 <title>Frame 1</title>
7 <script src="js/html-test-utilities.js"></script>
8 <script src="js/popup-tests-frame1.js"></script>
9 <style>
10body {
11 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
12 font-size: 14px;
13 padding: 0;
14 margin: 0;
15 background-color: #f8f8f8;
16}
17a, a:visited {
18 color: #1080c0;
19 text-decoration: underline;
20}
21.content {
22 position: absolute;
23 left: 0;
24 top: 0;
25 right: 0;
26 bottom: 0;
27 padding: 0.5em;
28 background-color: #f8f8f8;
29}
30 </style>
31</head>
32<body><div class="content">
33<div>
34 ありがとう
35</div>
36<div>
37 <a href="#" class="fullscreen-link">Toggle fullscreen</a>
38</div>
39</div></body>
40</html>