2019-10-12 16:59:51 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
|
|
<title>Yomichan Popup Preview</title>
|
2019-11-02 14:10:03 +00:00
|
|
|
<link rel="icon" type="image/png" href="/mixed/img/icon16.png" sizes="16x16">
|
|
|
|
<link rel="icon" type="image/png" href="/mixed/img/icon19.png" sizes="19x19">
|
|
|
|
<link rel="icon" type="image/png" href="/mixed/img/icon38.png" sizes="38x38">
|
|
|
|
<link rel="icon" type="image/png" href="/mixed/img/icon48.png" sizes="48x48">
|
|
|
|
<link rel="icon" type="image/png" href="/mixed/img/icon64.png" sizes="64x64">
|
|
|
|
<link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128">
|
2019-10-13 16:10:00 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="/fg/css/client.css" id="client-css">
|
2019-10-12 16:59:51 +00:00
|
|
|
<style>
|
|
|
|
html {
|
|
|
|
transition: background-color 0.25s linear 0s, color 0.25s linear 0s;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
html.dark {
|
|
|
|
background-color: #1e1e1e;
|
|
|
|
color: #d4d4d4;
|
|
|
|
}
|
|
|
|
html, body {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial ,sans-serif;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
2019-10-13 15:57:40 +00:00
|
|
|
iframe.yomichan-float {
|
2019-10-12 16:59:51 +00:00
|
|
|
resize: none;
|
|
|
|
}
|
|
|
|
.vertical-align-outer {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.vertical-align-outer::before {
|
|
|
|
content: "";
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 0;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.vertical-align-inner {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
white-space: normal;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.horizontal-size {
|
|
|
|
max-width: 400px;
|
|
|
|
padding: 15px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
.example-text-container {
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 1.25em;
|
|
|
|
height: 1.25em;
|
|
|
|
}
|
|
|
|
.popup-placeholder {
|
|
|
|
height: 250px;
|
|
|
|
padding-top: 10px;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0);
|
|
|
|
}
|
|
|
|
.placeholder-info {
|
|
|
|
visibility: hidden;
|
|
|
|
opacity: 0;
|
|
|
|
transition: opacity 0.5s linear 0s, visibility 0s linear 0.5s;
|
|
|
|
}
|
|
|
|
.placeholder-info.placeholder-info-visible {
|
|
|
|
visibility: visible;
|
|
|
|
opacity: 1;
|
|
|
|
transition: opacity 0.5s linear 0s, visibility 0s linear 0s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.options {
|
|
|
|
float: right;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
.theme-button {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 0.5em;
|
|
|
|
text-decoration: none;
|
|
|
|
cursor: pointer;
|
|
|
|
white-space: nowrap;
|
|
|
|
line-height: 0;
|
|
|
|
}
|
|
|
|
.theme-button>input {
|
|
|
|
vertical-align: middle;
|
|
|
|
margin: 0 0.25em 0 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.theme-button>span {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.theme-button:hover>span {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="vertical-align-outer"><div class="vertical-align-inner"><div class="horizontal-size">
|
|
|
|
<div class="example-text-container">
|
|
|
|
<div class="options"><label class="theme-button"><input type="checkbox" id="theme-dark-checkbox" /><span>dark</span></label></div>
|
|
|
|
<span id="example-text">読め</span>
|
|
|
|
</div>
|
|
|
|
<div class="popup-placeholder">
|
|
|
|
<div class="vertical-align-outer"><div class="vertical-align-inner placeholder-info">
|
|
|
|
This page uses the dictionaries you have installed in order to show a preview.
|
|
|
|
If you see this message, make sure you have a dictionary installed.
|
|
|
|
</div></div>
|
|
|
|
</div>
|
|
|
|
</div></div></div>
|
|
|
|
|
2019-11-26 22:29:52 +00:00
|
|
|
<script src="/mixed/js/core.js"></script>
|
2019-11-26 23:47:16 +00:00
|
|
|
<script src="/mixed/js/dom.js"></script>
|
2019-12-10 03:45:28 +00:00
|
|
|
<script src="/mixed/js/api.js"></script>
|
2019-12-08 09:10:19 +00:00
|
|
|
<script src="/mixed/js/text-scanner.js"></script>
|
2019-11-26 23:47:16 +00:00
|
|
|
|
2019-10-12 16:59:51 +00:00
|
|
|
<script src="/fg/js/document.js"></script>
|
|
|
|
<script src="/fg/js/frontend-api-receiver.js"></script>
|
|
|
|
<script src="/fg/js/popup.js"></script>
|
|
|
|
<script src="/fg/js/source.js"></script>
|
|
|
|
<script src="/fg/js/popup-proxy-host.js"></script>
|
|
|
|
<script src="/fg/js/frontend.js"></script>
|
2019-12-01 20:22:37 +00:00
|
|
|
<script src="/bg/js/settings/popup-preview-frame.js"></script>
|
2019-10-12 16:59:51 +00:00
|
|
|
</body>
|
|
|
|
</html>
|