-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathdb_viewer.html
171 lines (140 loc) · 5.99 KB
/
db_viewer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<!--
Copyright (c) 2013 The vg programmers. All rights reserved.
SPDX-License-Identifier: ISC
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" defer="defer" src="db_viewer.js"></script>
<style type="text/css">
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,800&subset=latin,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Inconsolata");
/* Reset a few things */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; }
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,
address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,
b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,
thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,
hgroup,menu,nav,section,summary,time,mark,audio,video,input,select
{ margin: 0; padding: 0; border: 0; outline: 0;
font-size: 100%;
font-family: inherit;
background: transparent; color: inherit;
vertical-align: baseline; }
ol, ul { list-style: none }
/* Mui generic */
.mu-invisible-relayout { display: none }
.mu-invisible { visibility: hidden }
/* Labels & text */
.mu-label.mu-label-text { text-transform: uppercase }
.mu-label-text + input { margin-left: 1ex }
input + .mu-label-text { margin-left: 1ex }
.mu-label-text + select { margin-left:1ex }
/* Menu */
.mu-menu { font-weight: 300;
font-family: "Open Sans";
background:#444;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding-left: 1ex;
padding-right: 1ex; }
.mu-menu:hover { color: gray }
/* Checkboxes */
.mu-bool:hover { background: gray; color: black }
/* Select list */
.mu-select li span { padding-right: 0.2em; padding-left: 0.2em}
.mu-select { margin-left: -0.2em /* padding */ }
.mu-selected > span { background: gray; color: black; }
.mu-select li { cursor : default; }
.mu-select li span:hover { background: gray; color: black; }
.mu-link { color: gray; text-decoration: none; }
.mu-link:after { content: "\2009»"; font-weight: 400; font-size:1.3em;
color: #909090;
line-height: 0; }
.mu-link:hover { text-decoration: underline; }
/* db_viewer specific */
body { color: gray;
background-color: black;
/* background-image: url(http://basehold.it/i/18/ffffff); */
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
text-size-adjust: none;
font-size: 0.875em;
line-height: 1.5em;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
min-width: 54em;
margin: 3em; }
#r-app h1 { font-weight: 400; }
/* Page header */
#r-header { display: block; }
#r-header h1 { display: inline }
#r-version { display: inline; font-size:0.75em; margin-left: 1ex;
line-height:0; }
/* UI */
#r-ui { width: 12em; display:inline-block; vertical-align: top }
#r-ui div { margin-top: 1.5em }
#r-ui div h1 { display: inline }
/* Image ids */
#r-ids div > span { display: inline; font-size:0.75em; margin-left: 1ex;
line-height: 0;}
#r-ids ul { overflow-y: scroll; height:15em; }
#r-ids ul li { display: block; }
/* Tags */
#r-tags div > span { display: inline; font-size:0.75em; margin-left: 1ex;
line-height:0; }
#r-tags ul { overflow-y:scroll; max-height: 9em }
#r-tags ul li { display: inline-block; width:50%; }
/* Renderers */
#r-rendering { margin-left: 1ex; font-weight:400}
.r-activity:after { content:"..." }
#r-rends li { display: inline-block;}
/* Render settings */
#r-set label { display : inline-block }
#r-set label:hover { background: gray; color: black }
/* Image */
#r-image { margin-left: 3em; margin-top: 1.5em;
display: inline-block; vertical-align: top;}
#r-targets a:hover { text-decoration: none; vertical-align: top; }
#r-targets a:after { content:""; padding: 0em; }
#r-targets a { vertical-align: top; display: inline-block;
background: transparent;
border-color: rgb(50,50,50);
border-style: solid;
border-width: 1px; }
#r-targets.white a { background: white; }
#r-targets .mu-invisible-relayout { display: none }
#r-targets canvas,
#r-targets svg { display:block; border:none; }
#r-targets #r-txt { font-family: "Inconsolata", monospace;
white-space: pre; max-width:80ex; }
#r-targets #r-pdf a { background: transparent;
border-style: none; }
#r-targets #r-pdf a:hover { text-decoration: underline }
#r-info { margin-top:1.5em; font-weight: 400; }
#r-author { padding-left: 1.5ex; font-size: 0.75em; font-weight: 400;
line-height: 0; max-width:80ex; }
#r-note { max-width: 70ex; font-size: 0.75em; font-weight: 400;
line-height:2em; display:block; }
#r-note.mu-invisible-relayout { display: none }
#r-stats { margin-top: 2em; font-size: 0.75em; font-weight: 400;
line-height:2em; display:block; }
#r-time { border-bottom: 1px solid #900 }
#r-log { line-height:2em; font-size: 0.75em; font-weight: 400;
margin-left:0; }
#r-log * { background: transparent; color: gray; margin:0em;
padding:0em; }
</style>
<title>Vg image database</title>
</head>
<body>
<noscript>Sorry, you need to enable JavaScript to see this page.</noscript>
</body>
</html>