2017-03-02 04:49:46 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
2019-02-20 03:45:02 +00:00
< meta name = "viewport" content = "width=device-width,initial-scale=1" / >
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" >
2020-04-26 20:56:14 +00:00
< link rel = "icon" type = "image/png" href = "/mixed/img/icon32.png" sizes = "32x32" >
2019-11-02 14:10:03 +00:00
< 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" >
2017-03-26 05:39:40 +00:00
< link rel = "stylesheet" type = "text/css" href = "/mixed/lib/bootstrap/css/bootstrap.min.css" >
< link rel = "stylesheet" type = "text/css" href = "/mixed/lib/bootstrap/css/bootstrap-theme.min.css" >
2017-03-02 04:49:46 +00:00
< style type = "text/css" >
body {
padding: 10px;
}
2019-10-13 22:23:59 +00:00
h3 {
margin-top: 10px;
}
label {
font-weight: normal;
}
#mini {
text-align: center;
}
#full {
display: none;
}
2017-03-02 04:49:46 +00:00
.btn-group {
display: flex;
2019-10-13 21:40:51 +00:00
justify-content: center;
2019-09-28 16:36:34 +00:00
margin-top: 10px;
white-space: nowrap;
2017-03-02 04:49:46 +00:00
}
2019-10-13 22:23:59 +00:00
html:root[data-mode=full] #mini {
display: none;
}
html:root[data-mode=full] #full {
display: initial;
}
.link-group {
display: block;
line-height: 1.5em;
margin: 0 -10px;
padding: 0.5em 10px;
cursor: pointer;
color: #333;
text-decoration: none;
background-color: transparent;
transition: background-color 0.125s linear 0s;
max-width: none;
}
.link-group:hover,
.link-group:active {
color: #333;
text-decoration: none;
}
.link-group:hover>.link-group-label,
.link-group:active>.link-group-label {
text-decoration: underline;
}
.link-group:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.link-group:active {
background-color: rgba(0, 0, 0, 0.1);
}
.link-group-icon {
width: 16px;
height: 16px;
text-align: center;
vertical-align: middle;
display: inline-block;
margin-right: 0.25em;
}
.link-group-icon>input {
margin: 0;
padding: 0;
}
.link-group-icon>.glyphicon {
top: 0;
}
.link-group-label {
vertical-align: middle;
}
2019-11-24 16:42:27 +00:00
.toggle {
width: 60px;
height: 34px;
position: relative;
overflow: hidden;
}
.toggle-group {
position: absolute;
width: 200%;
left: 0;
top: 0;
bottom: 0;
user-select: none;
}
.toggle-group.toggle-group-animated {
transition: transform 0.35s;
}
.toggle-on,
.toggle-off {
position: absolute;
top: 0;
bottom: 0;
margin: 0;
border: 0;
border-radius: 0;
}
.toggle-on {
padding-right: 24px;
left: 0;
right: 50%;
}
.toggle-off {
padding-left: 24px;
left: 50%;
right: 0;
}
.toggle-handle {
position: relative;
margin: 0 auto;
padding-top: 0;
padding-bottom: 0;
height: 100%;
width: 0;
border-width: 0 1px;
}
.toggle>input[type=checkbox] {
display: none;
}
.toggle>input[type=checkbox]:not(:checked)~.toggle-group {
transform: translateX(-50%);
}
2017-03-02 04:49:46 +00:00
< / style >
< / head >
< body >
2019-10-13 22:23:59 +00:00
< div id = "mini" >
< div >
2019-11-24 16:42:27 +00:00
< label class = "btn btn-primary toggle" >
< input type = "checkbox" id = "enable-search" / >
< div class = "toggle-group" >
< span class = "btn btn-primary toggle-on" > On< / span >
< span class = "btn btn-default active toggle-off" > Off< / span >
< span class = "btn btn-default toggle-handle" > < / span >
< / div >
< / label >
2019-10-13 22:23:59 +00:00
< / div >
< div class = "btn-group" >
2019-10-20 14:30:44 +00:00
< a title = "Search (Alt + Insert) (Middle click to open in new tab)" class = "btn btn-default btn-xs action-open-search" > < span class = "glyphicon glyphicon-search" > < / span > < / a >
< a title = "Options (Middle click to open in new tab)" class = "btn btn-default btn-xs action-open-options" > < span class = "glyphicon glyphicon-wrench" > < / span > < / a >
2019-10-20 02:54:58 +00:00
< a title = "Help" class = "btn btn-default btn-xs action-open-help" > < span class = "glyphicon glyphicon-question-sign" > < / span > < / a >
2019-10-13 22:23:59 +00:00
< / div >
2019-09-28 16:36:34 +00:00
< / div >
2019-10-13 22:23:59 +00:00
< div id = "full" >
< h3 id = "extension-info" > Yomichan< / h3 >
< label class = "link-group" >
< span class = "link-group-icon" > < input type = "checkbox" id = "enable-search2" / > < / span > < span class = "link-group-label" > Enable content scanning< / span >
< / label >
< a class = "link-group action-open-options" >
< span class = "link-group-icon" > < span class = "glyphicon glyphicon-chevron-right" > < / span > < / span > < span class = "link-group-label" > Options< / span >
< / a >
2019-10-13 22:38:17 +00:00
< a class = "link-group action-open-search" >
< span class = "link-group-icon" > < span class = "glyphicon glyphicon-chevron-right" > < / span > < / span > < span class = "link-group-label" > Search< / span >
< / a >
2019-10-13 22:23:59 +00:00
< a class = "link-group action-open-help" >
< span class = "link-group-icon" > < span class = "glyphicon glyphicon-chevron-right" > < / span > < / span > < span class = "link-group-label" > Help< / span >
< / a >
2019-09-28 16:36:34 +00:00
< / div >
2017-07-25 05:44:19 +00:00
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-08-22 23:44:31 +00:00
2017-07-16 20:14:28 +00:00
< script src = "/bg/js/options.js" > < / script >
2017-08-15 04:43:09 +00:00
< script src = "/bg/js/util.js" > < / script >
2017-08-14 03:50:43 +00:00
2020-04-19 18:27:15 +00:00
< script src = "/bg/js/context-main.js" > < / script >
2017-03-02 04:49:46 +00:00
< / body >
< / html >