mashlib-jss 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +21 -0
- package/README.md +153 -0
- package/dist/789.mashlib.js +11 -0
- package/dist/789.mashlib.js.map +1 -0
- package/dist/789.mashlib.min.js +1 -0
- package/dist/841.mashlib.js +12133 -0
- package/dist/841.mashlib.js.map +1 -0
- package/dist/841.mashlib.min.js +73 -0
- package/dist/841.mashlib.min.js.map +1 -0
- package/dist/browse-test.html +134 -0
- package/dist/browse.html +134 -0
- package/dist/databrowser.html +3 -0
- package/dist/mash.css +1087 -0
- package/dist/mash.css.map +1 -0
- package/dist/mashlib.js +93663 -0
- package/dist/mashlib.js.map +1 -0
- package/dist/mashlib.min.js +279 -0
- package/dist/mashlib.min.js.map +1 -0
- package/package.json +94 -0
package/dist/mash.css
ADDED
|
@@ -0,0 +1,1087 @@
|
|
|
1
|
+
/* Some common style for the Solid Data Browser
|
|
2
|
+
**
|
|
3
|
+
**
|
|
4
|
+
** Do NOT use physical measures, but font-relative measures.
|
|
5
|
+
** 2006-10-21 timbl converted px to em at approx 1em = 12px
|
|
6
|
+
**
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
/* If you need style in a pane, insert it in the dom (2016)*/
|
|
10
|
+
|
|
11
|
+
/* I couldn't find the code for the collapse image. this is a quick work around
|
|
12
|
+
to make the collapsing easier to use ( the triangles dont jump 20 pixels). ~cm2
|
|
13
|
+
*/
|
|
14
|
+
img[title="Hide details."]{ float:left }
|
|
15
|
+
|
|
16
|
+
html { height: 100%; line-height:1.15 }
|
|
17
|
+
body { height: 100%; background-color: white ; font-family: sans-serif } /* was: font-size: 80%; */
|
|
18
|
+
|
|
19
|
+
.warning { color: red; }
|
|
20
|
+
.selected { background-color: #8F3 }
|
|
21
|
+
|
|
22
|
+
.licOkay { background-color: #dfd }
|
|
23
|
+
|
|
24
|
+
/*
|
|
25
|
+
** other potential colors for CC:
|
|
26
|
+
** #C4FF55. "faded" version of CC
|
|
27
|
+
** #486d00, actual CC
|
|
28
|
+
** #ccff99, mit page color
|
|
29
|
+
*/
|
|
30
|
+
|
|
31
|
+
strong { font-size: 120%; color: #333; font-weight: bold; }
|
|
32
|
+
div.Outliner { margin-top: 2em; padding: 0.8em; }
|
|
33
|
+
form#TabulateForm { padding: 0.8em }
|
|
34
|
+
div#addViewForm { padding: 0.8em }
|
|
35
|
+
iframe { background: white }
|
|
36
|
+
|
|
37
|
+
/* Map */
|
|
38
|
+
|
|
39
|
+
img.pic { max-height: 20em }
|
|
40
|
+
|
|
41
|
+
/* Sources */
|
|
42
|
+
|
|
43
|
+
.fetched { background-color: #eeffee }
|
|
44
|
+
.requested { background-color: yellow }
|
|
45
|
+
.failed { color: red; background-color: white }
|
|
46
|
+
.unparseable { background-color: #ffcc00; }
|
|
47
|
+
|
|
48
|
+
pre#status { font-size: 100% }
|
|
49
|
+
|
|
50
|
+
/* Panes */
|
|
51
|
+
/*
|
|
52
|
+
td.internal { }
|
|
53
|
+
|
|
54
|
+
/* Moved into code:
|
|
55
|
+
div.internalPane { background-color: #ddddff; padding: 0.5em;
|
|
56
|
+
border-radius: 1em; border-radius: .4em; }
|
|
57
|
+
|
|
58
|
+
div.instancePane {
|
|
59
|
+
border-top: solid 1px #777; border-bottom: solid 1px #777;
|
|
60
|
+
margin-top: 0.5em; margin-bottom: 0.5em }
|
|
61
|
+
*/
|
|
62
|
+
/* ***************** For the Justification UI Panes **********/
|
|
63
|
+
|
|
64
|
+
div.container {
|
|
65
|
+
border-top: solid 5px black;
|
|
66
|
+
border-left: solid 5px black;
|
|
67
|
+
border-bottom: solid 5px black;
|
|
68
|
+
border-right: solid 5px black;
|
|
69
|
+
margin-top: 0.5em;
|
|
70
|
+
margin-bottom: 0.5em;
|
|
71
|
+
border-radius: 0.75em;
|
|
72
|
+
}
|
|
73
|
+
/*
|
|
74
|
+
div.nonCompliantPane {
|
|
75
|
+
border-top: solid 1px red;
|
|
76
|
+
border-left: solid 1px red;
|
|
77
|
+
border-bottom: solid 1px red;
|
|
78
|
+
border-right: solid 1px red;
|
|
79
|
+
padding: 0.5em;
|
|
80
|
+
background-color: #fbf0f7;
|
|
81
|
+
margin-top: 0.5em; margin-bottom: 0.5em;
|
|
82
|
+
border-radius: 1em;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
div.compliantPane {
|
|
86
|
+
border-top: solid 1px green;
|
|
87
|
+
border-left: solid 1px green;
|
|
88
|
+
border-bottom: solid 1px green;
|
|
89
|
+
border-right: solid 1px green;
|
|
90
|
+
padding: 0.5em;
|
|
91
|
+
background-color: #def8e0;
|
|
92
|
+
margin-top: 0.5em; margin-bottom: 0.5em;
|
|
93
|
+
border-radius: 1em;
|
|
94
|
+
}
|
|
95
|
+
*/
|
|
96
|
+
div.justification {
|
|
97
|
+
font-size: 100%;
|
|
98
|
+
padding: 0 5px;
|
|
99
|
+
width: 80%; /* @@ Don't use pixels -- use em */
|
|
100
|
+
background-color: white;
|
|
101
|
+
margin-top: 0.5em; margin-bottom: 0.5em;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
div.description {
|
|
106
|
+
font-size: 120%;
|
|
107
|
+
border-top: solid 1px yellow;
|
|
108
|
+
border-left: solid 1px yellow;
|
|
109
|
+
border-bottom: solid 1px yellow;
|
|
110
|
+
border-right: solid 1px yellow;
|
|
111
|
+
padding: 15px;
|
|
112
|
+
width: 100%;
|
|
113
|
+
background-color: #ffffdd;
|
|
114
|
+
margin-top: 0.5em;
|
|
115
|
+
margin-bottom: 0.5em;
|
|
116
|
+
margin-left: 0.5em;
|
|
117
|
+
margin-right: 0.5em;
|
|
118
|
+
border-radius: 0.75em;
|
|
119
|
+
position:relative;
|
|
120
|
+
left:0%
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
div.premises {
|
|
124
|
+
font-size: 100%;
|
|
125
|
+
border-top: solid 1px #3399ff;
|
|
126
|
+
border-left: solid 1px #3399ff;
|
|
127
|
+
border-bottom: solid 1px #3399ff;
|
|
128
|
+
border-right: solid 1px #3399ff;
|
|
129
|
+
padding: 0.5px;
|
|
130
|
+
width: 100%;
|
|
131
|
+
background-color: #ccccff;
|
|
132
|
+
margin-top: 0.5em;
|
|
133
|
+
margin-bottom: 0.5em;
|
|
134
|
+
margin-left: 0.5em;
|
|
135
|
+
margin-right: 0.5em;
|
|
136
|
+
border-radius: 0.75em;
|
|
137
|
+
position:relative;
|
|
138
|
+
left:0% /*May be we could shift the left margin a bit?*/
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
/* ***************** Social Pane **********/
|
|
142
|
+
|
|
143
|
+
div.socialPane {
|
|
144
|
+
border-top: solid 1px #777; border-bottom: solid 1px #777;
|
|
145
|
+
padding-top: 0.5em; padding-bottom: 0.5em;
|
|
146
|
+
margin: 0 }
|
|
147
|
+
|
|
148
|
+
img.foafPic { width: 100% ; border: none; margin: 0; padding: 0;
|
|
149
|
+
/*float:right; */}
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
div.mildNotice {
|
|
153
|
+
border: dashed 0.1em #777; margin: 1em; padding: 1em;
|
|
154
|
+
width: 80%; /* float: right; */
|
|
155
|
+
background-color: #ffe; }
|
|
156
|
+
|
|
157
|
+
.friendBox { /* height: 4em; */ border-top: solid 0.01em #ccc; margin: 0; padding: 0.3em;
|
|
158
|
+
/* float: left; */}
|
|
159
|
+
.friendBoxBig { height: 20em; border-top: solid 0.01em #202; /* float: left; */}
|
|
160
|
+
|
|
161
|
+
.socialPane a { color: #3B5998; text-decoration: none; font-weight: bold}
|
|
162
|
+
.socialPane a:link { color: #3B5998; text-decoration: none; font-weight: bold}
|
|
163
|
+
.socialPane a:visited { color: #3B5998; text-decoration: none; font-weight: bold}
|
|
164
|
+
.socialPane a:hover { color: #3B5998; text-decoration: underline; font-weight: bold}
|
|
165
|
+
.socialPane a:active { color: #888; text-decoration: none; }
|
|
166
|
+
|
|
167
|
+
img.foafThumb { height: 3em ; border: 0px; margin: 0.1em; padding: 0.1em;
|
|
168
|
+
vertical-align: middle;
|
|
169
|
+
} /* Thumbnail of a fiend etc */
|
|
170
|
+
|
|
171
|
+
.friendBox .confirmed { font-weight: bold; }
|
|
172
|
+
|
|
173
|
+
table.inputForm { font-size: 100% }
|
|
174
|
+
|
|
175
|
+
.mainBlock {
|
|
176
|
+
background: #fff;
|
|
177
|
+
color: #000;
|
|
178
|
+
float: left;
|
|
179
|
+
width: 46%;
|
|
180
|
+
margin: 0;
|
|
181
|
+
border-left: 1px solid #ccc;
|
|
182
|
+
border-right: 1px solid #ccc;
|
|
183
|
+
border-bottom: 1px solid #ccc;
|
|
184
|
+
padding: 0;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.navBlock {
|
|
188
|
+
background-color: #eee;
|
|
189
|
+
float: left;
|
|
190
|
+
width: 25%;
|
|
191
|
+
border: 0;
|
|
192
|
+
padding: 0.5em;
|
|
193
|
+
margin: 0;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.navBlock .navSection {
|
|
197
|
+
border: solid 0.05em gray;
|
|
198
|
+
padding: 0.5em;
|
|
199
|
+
border-radius: 0.5em; /* CSS3: border-radius: .4em; */
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
div.socialPane h2 { color: #202 }
|
|
203
|
+
div.socialPane h3 { color: #202 }
|
|
204
|
+
|
|
205
|
+
div.social_linkButton {
|
|
206
|
+
width: 80%;
|
|
207
|
+
background-color: #fff;
|
|
208
|
+
border: solid 0.05em #ccc;
|
|
209
|
+
margin-top: 0.1em; margin-bottom: 0.1em;
|
|
210
|
+
padding: 0.1em;
|
|
211
|
+
text-align: center;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
/* For question-and-answer stuff for new web id but quite reusable.
|
|
215
|
+
*/
|
|
216
|
+
.answer { font-style: italic; color: #00c; text-decoration: underline; }
|
|
217
|
+
.tip { font-style: normal; color: #333; margin: 1em;}
|
|
218
|
+
.task { font-style: normal; color: #333; margin: 1em;
|
|
219
|
+
background-color: #ffe; padding: 1em;
|
|
220
|
+
border-radius: 1em; /* CSS3: border-radius: 1em; */
|
|
221
|
+
}
|
|
222
|
+
.success {background-color: #efe }
|
|
223
|
+
.failure {background-color: white ; border: 0.5em red}
|
|
224
|
+
div.unknown { display:none }
|
|
225
|
+
div.yes > div.negative { display: none }
|
|
226
|
+
div.no > div.affirmative { display: none }
|
|
227
|
+
|
|
228
|
+
/******************* Exception Pane ********
|
|
229
|
+
**
|
|
230
|
+
** A pane created when the loading of a pane
|
|
231
|
+
** throws an exception
|
|
232
|
+
**/
|
|
233
|
+
|
|
234
|
+
div.exceptionPane pre { background-color: #fee; }
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
/******************* Category Pane *********/
|
|
239
|
+
|
|
240
|
+
.categoryPane a { color: #3B5998; text-decoration: none; font-weight: bold}
|
|
241
|
+
.categoryPane a:link { color: #3B5998; text-decoration: none; font-weight: bold}
|
|
242
|
+
.categoryPane a:visited { color: #3B5998; text-decoration: none; font-weight: bold}
|
|
243
|
+
.categoryPane a:hover { color: #3B5998; text-decoration: underline; font-weight: bold}
|
|
244
|
+
.categoryPane a:active { color: #888; text-decoration: none; }
|
|
245
|
+
|
|
246
|
+
.categoryBottomClass { background-color: #efe ; border: 0.1em solid green }
|
|
247
|
+
|
|
248
|
+
.categoryTable { padding-left: 2em;}
|
|
249
|
+
.categoryPane { background-color: #f8fff8; padding: 0.5em;
|
|
250
|
+
border-width: 0.1em; border-color: #777777;
|
|
251
|
+
border-radius: 1em; /* CSS3: border-radius: .4em; */ }
|
|
252
|
+
|
|
253
|
+
.categoryPane a.categoryWhy { color: #ddd}
|
|
254
|
+
.categoryPane a.categoryWhy:link { color: #ddd; text-decoration: none; font-weight: bold}
|
|
255
|
+
.categoryPane a.categoryWhy:visited { color: #ddd; text-decoration: none; font-weight: bold}
|
|
256
|
+
.categoryPane a.categoryWhy:hover { color: #3B5998; text-decoration: underline; font-weight: bold}
|
|
257
|
+
.categoryPane a.categoryWhy:active { color: #ddd; text-decoration: none; }
|
|
258
|
+
|
|
259
|
+
.categoryPane a.categoryWhy { color:grey }
|
|
260
|
+
/* a.categoryWhy:hover { color: #3B5998 } */
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
/******************* PubsPane *********/
|
|
264
|
+
|
|
265
|
+
.pubsPane {
|
|
266
|
+
background-color: #F2F6DA;
|
|
267
|
+
border-width: 0.1em;
|
|
268
|
+
border-color: #777777;
|
|
269
|
+
border-radius: 1em; /* CSS3: border-radius: .4em; */
|
|
270
|
+
padding: 1em;
|
|
271
|
+
|
|
272
|
+
text-decoration: none;
|
|
273
|
+
font-weight: bold;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.pubsPane h2 {
|
|
277
|
+
margin: 0;
|
|
278
|
+
padding: 0;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.pubsPane form {
|
|
282
|
+
padding-left: 1em;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
/*Clear both - start things on individula lines */
|
|
286
|
+
.pubsRow {
|
|
287
|
+
margin: 0.5em 3em 0.5em 0em;
|
|
288
|
+
clear: both;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
/*inputs float right to line up */
|
|
292
|
+
.pubsRow input {
|
|
293
|
+
float: right;
|
|
294
|
+
width: 20em;
|
|
295
|
+
height: 1em;
|
|
296
|
+
}
|
|
297
|
+
#inpid_book_description {
|
|
298
|
+
float: right;
|
|
299
|
+
height: 8em;
|
|
300
|
+
width: 17em;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.pubsRow button {
|
|
304
|
+
float: left;
|
|
305
|
+
height: 2em;
|
|
306
|
+
padding: 0.5em;
|
|
307
|
+
margin: 0.5em;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.hideit
|
|
311
|
+
{
|
|
312
|
+
display: none;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.active {
|
|
316
|
+
/* display: visible; */
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.submitRow {
|
|
320
|
+
clear: both;
|
|
321
|
+
height: 5em;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.submitRow button {
|
|
325
|
+
width: 7em;
|
|
326
|
+
height: 100%;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
#buttonid {
|
|
330
|
+
display: none;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
#buttonid.active{
|
|
334
|
+
display: inline;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
/******************* CV Pane *****************/
|
|
341
|
+
|
|
342
|
+
.CVclass {
|
|
343
|
+
background-color: LightSkyBlue;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
/******************* Data Content Pane *****************/
|
|
347
|
+
|
|
348
|
+
div.dataContentPane {
|
|
349
|
+
border-top: solid 1px black;
|
|
350
|
+
border-left: solid 1px black;
|
|
351
|
+
border-bottom: solid 1px #777;
|
|
352
|
+
border-right: solid 1px #777;
|
|
353
|
+
padding: 0.5em; /* color: #404; */
|
|
354
|
+
margin-top: 0.5em; margin-bottom: 0.5em;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
.nestedFormula {
|
|
358
|
+
border-top: solid 1px black;
|
|
359
|
+
border-left: solid 1px black;
|
|
360
|
+
border-bottom: solid 1px #777;
|
|
361
|
+
border-right: solid 1px #777;
|
|
362
|
+
padding: 0.5em;
|
|
363
|
+
border-radius: 0.5em;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
div.dataContentPane td {
|
|
367
|
+
padding-left: 0.2em;
|
|
368
|
+
padding-top: 0.1em;
|
|
369
|
+
padding-right: 0.2em;
|
|
370
|
+
padding-bottom: 0.05em;
|
|
371
|
+
/* vertical-align: middle; /*@@ Lalana's request*/
|
|
372
|
+
vertical-align: top; /*@@ Tims's request*/
|
|
373
|
+
/* With middel, you can't tell what is with what */
|
|
374
|
+
/* background-color: white; */
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
div.dataContentPane tr {
|
|
378
|
+
margin-bottom: 0.6em;
|
|
379
|
+
padding-top: 1em;
|
|
380
|
+
padding-bottom: 1em;
|
|
381
|
+
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.dataContentPane a { color: #3B5998; text-decoration: none; font-weight: bold}
|
|
385
|
+
.dataContentPane a:link { color: #3B5998; text-decoration: none; font-weight: bold}
|
|
386
|
+
.dataContentPane a:visited { color: #3B5998; text-decoration: none; font-weight: bold}
|
|
387
|
+
.dataContentPane a:hover { color: #3B5998; text-decoration: underline; font-weight: bold}
|
|
388
|
+
.dataContentPane a:active { color: #888; text-decoration: none; }
|
|
389
|
+
|
|
390
|
+
.dataContentPane.embeddedText { white-space: pre-wrap;}
|
|
391
|
+
.dataContentPane.embeddedXHTML {}
|
|
392
|
+
|
|
393
|
+
/* div.dataContentPane a { text-decoration: none; color: #006} /* Only very slightly blue */
|
|
394
|
+
div.dataContentPane td.pred { min-width: 12em } /* Keep aligned with others better */
|
|
395
|
+
div.dataContentPane td.pred a { color: #444 } /* Greyish as form field names have less info value */
|
|
396
|
+
|
|
397
|
+
/* .collectionAsTables {border-right: green 1px; margin: 0.2em;} */
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
div.n3Pane {
|
|
402
|
+
padding: 1em;
|
|
403
|
+
border-top: solid 1px black;
|
|
404
|
+
border-left: solid 1px black;
|
|
405
|
+
border-bottom: solid 1px #777;
|
|
406
|
+
border-right: solid 1px #777;
|
|
407
|
+
color: #004;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.imageView { border: 1em white; margin: 1em; }
|
|
411
|
+
|
|
412
|
+
.n3Pane pre { font-size: 120%; }
|
|
413
|
+
div.n3Pane { }
|
|
414
|
+
|
|
415
|
+
.RDFXMLPane pre { font-size: 120%; }
|
|
416
|
+
div.RDFXMLPane { }
|
|
417
|
+
|
|
418
|
+
div.RDFXMLPane {
|
|
419
|
+
padding: 1em;
|
|
420
|
+
border-top: solid 2px black;
|
|
421
|
+
border-left: solid 2px black;
|
|
422
|
+
border-bottom: solid 2px #777;
|
|
423
|
+
border-right: solid 2px #777;
|
|
424
|
+
color: #440;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
/* Generic things useful anywhere */
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
img.hideTillHover {
|
|
431
|
+
visibility:hidden;
|
|
432
|
+
}
|
|
433
|
+
img.hideTillHover:hover {
|
|
434
|
+
visibility:visible;
|
|
435
|
+
}
|
|
436
|
+
.hideTillHover img{
|
|
437
|
+
visibility:hidden;
|
|
438
|
+
}
|
|
439
|
+
.hideTillHover:hover img {
|
|
440
|
+
visibility:visible;
|
|
441
|
+
}
|
|
442
|
+
.hideTillHover a{
|
|
443
|
+
visibility:hidden;
|
|
444
|
+
}
|
|
445
|
+
.hideTillHover:hover a {
|
|
446
|
+
visibility:visible;
|
|
447
|
+
}
|
|
448
|
+
.hoverControl .hoverControlHide{
|
|
449
|
+
visibility:hidden;
|
|
450
|
+
}
|
|
451
|
+
.hoverControl:hover .hoverControlHide {
|
|
452
|
+
visibility:visible;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
/* Pane icons: */
|
|
457
|
+
|
|
458
|
+
/*
|
|
459
|
+
.hoverControl .paneShown{ border-radius: 0.5em;
|
|
460
|
+
border-top: solid #222 1px;
|
|
461
|
+
border-left: solid #222 0.1em; border-bottom: solid #eee 0.1em;
|
|
462
|
+
border-right: solid #eee 0.1em;
|
|
463
|
+
margin-left: 1em; padding: 3px;
|
|
464
|
+
background-color: #ffd;
|
|
465
|
+
visibility: hidden;}
|
|
466
|
+
|
|
467
|
+
.hoverControl:hover .paneShown{ border-radius: 0.5em;
|
|
468
|
+
border-top: solid #222 1px;
|
|
469
|
+
border-left: solid #222 0.1em; border-bottom: solid #eee 0.1em;
|
|
470
|
+
border-right: solid #eee 0.1em;
|
|
471
|
+
margin-left: 1em; padding: 3px;
|
|
472
|
+
background-color: #ffd;
|
|
473
|
+
visibility:visible; }
|
|
474
|
+
|
|
475
|
+
.paneHidden { border-radius: 0.5em; margin-left: 1em; padding: 3px}
|
|
476
|
+
|
|
477
|
+
.hoverControl .paneHidden { border-radius: 0.5em; margin-left: 1em; padding: 3px; visibility:hidden;}
|
|
478
|
+
.hoverControl:hover .paneHidden { border-radius: 0.5em; margin-left: 1em; padding: 3px; visibility:visible; }
|
|
479
|
+
*/
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
/* outline object view */
|
|
484
|
+
img.outlineImage { max-height: 20em; max-width: 30em } /* save vertical space */
|
|
485
|
+
/* Compare facebook which only limits width -> lots of tall images! */
|
|
486
|
+
|
|
487
|
+
img.phoneIcon { border: 0; margin-left: 1em}
|
|
488
|
+
|
|
489
|
+
table#sources { width: 100% }
|
|
490
|
+
|
|
491
|
+
table { border-spacing: 0}
|
|
492
|
+
|
|
493
|
+
table { margin: 0em }
|
|
494
|
+
|
|
495
|
+
td { font-size: 100%;
|
|
496
|
+
border-left: none;
|
|
497
|
+
border-top: none;
|
|
498
|
+
border-right: none;
|
|
499
|
+
border-bottom: none;
|
|
500
|
+
margin: 0.2em;
|
|
501
|
+
/* border-right: solid purple 0.1em ;
|
|
502
|
+
border-bottom: solid purple 0.1em;
|
|
503
|
+
*/
|
|
504
|
+
vertical-align: top;
|
|
505
|
+
/* display: compact; Causes console errors in ffox */
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
td.pred { padding-left: 0.5em }
|
|
509
|
+
/*td.optButton { display: none }
|
|
510
|
+
tr[parentOfSelected] > td.pred td.optButton { display: block }
|
|
511
|
+
*/
|
|
512
|
+
|
|
513
|
+
table.results { width: 100% }
|
|
514
|
+
|
|
515
|
+
table.results td { font-size: 100%;
|
|
516
|
+
background-color:#fff;
|
|
517
|
+
border-left: none;
|
|
518
|
+
border-top: none;
|
|
519
|
+
border-right: none;
|
|
520
|
+
border-bottom: none;
|
|
521
|
+
margin: 0.1em;
|
|
522
|
+
border-right: solid #777 0.1em ;
|
|
523
|
+
border-bottom: solid #777 0.1em;
|
|
524
|
+
|
|
525
|
+
vertical-align: top }
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
table.results th { font-size: 100%;
|
|
529
|
+
background-color: #ddf;
|
|
530
|
+
border-left: none;
|
|
531
|
+
border-top: none;
|
|
532
|
+
border-right: solid #777 0.1em;
|
|
533
|
+
border-bottom: solid #777 0.1em;
|
|
534
|
+
margin: 0.3em;
|
|
535
|
+
padding-top: 0.5em; padding-right: 0.5em;
|
|
536
|
+
border-right: solid #777 0.1em ;
|
|
537
|
+
border-bottom: solid #777 0.1em;
|
|
538
|
+
|
|
539
|
+
vertical-align: top }
|
|
540
|
+
|
|
541
|
+
/* Hide sections of the display.
|
|
542
|
+
Collpase not actually in CSS1 except for table row and col.
|
|
543
|
+
Supposed to leave layoutunchanged. So we float it too. */
|
|
544
|
+
|
|
545
|
+
.collapse { display: none }
|
|
546
|
+
.expand { display: block }
|
|
547
|
+
|
|
548
|
+
/* log classes */
|
|
549
|
+
.nrml { color: black; }
|
|
550
|
+
.info { color: black; }
|
|
551
|
+
.warn { color: black; background-color: #ffd; }
|
|
552
|
+
.eror { color: black; background-color: #fdd; }
|
|
553
|
+
.mesg { color: green; }
|
|
554
|
+
.dbug { color: black; background-color: #ddf;} /* Blue */
|
|
555
|
+
|
|
556
|
+
/* Try to get the icons to flush right in the cell */
|
|
557
|
+
|
|
558
|
+
.sortheader {
|
|
559
|
+
color: black;
|
|
560
|
+
text-decoration: none;
|
|
561
|
+
position: relative;
|
|
562
|
+
border:none; /* Jim's commented out */
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
.colclose { float: right; color: #aaa } /* Should be 67% transp black */
|
|
566
|
+
.sortarrow { float: left; color: #aaa; border: none;}
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
/* CSS Stuff for tabbed Views.. */
|
|
570
|
+
table.viewTable {
|
|
571
|
+
padding: 0;
|
|
572
|
+
margin: 0;
|
|
573
|
+
border-style: none;
|
|
574
|
+
border-width: 0;
|
|
575
|
+
height: 40em;
|
|
576
|
+
width: 100%;
|
|
577
|
+
border-spacing: 0;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
div.viewTabs {
|
|
581
|
+
background-color: #fff;
|
|
582
|
+
padding:0;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
div.viewWindows {
|
|
586
|
+
width: 100%;
|
|
587
|
+
height:100%;
|
|
588
|
+
overflow: auto;
|
|
589
|
+
margin: 0em;
|
|
590
|
+
padding:0em;
|
|
591
|
+
border-right: solid #aaa 0.1em; /* was 2px */
|
|
592
|
+
border-left: solid #aaa 0.1em;
|
|
593
|
+
border-bottom: solid #aaa 0.1em;
|
|
594
|
+
background-color: #ccc;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
div.querySelect {
|
|
598
|
+
background-color: #ccc;
|
|
599
|
+
width:100%;
|
|
600
|
+
height:100%;
|
|
601
|
+
border-left: solid #aaa 0.1em;
|
|
602
|
+
border-bottom: solid #aaa 0.1em;
|
|
603
|
+
overflow:auto;
|
|
604
|
+
margin: 0em;
|
|
605
|
+
padding:0em;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
td.viewTableData {
|
|
609
|
+
padding: 0em;
|
|
610
|
+
margin: 0em;
|
|
611
|
+
height:100%;
|
|
612
|
+
width:80%;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
td.queryTableData {
|
|
616
|
+
padding: 0em;
|
|
617
|
+
margin: 0em;
|
|
618
|
+
border-width: 0em;
|
|
619
|
+
height:100%;
|
|
620
|
+
width:20%;
|
|
621
|
+
border-style:none;
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
table.viewTable tr {
|
|
625
|
+
height: 100%;
|
|
626
|
+
margin: 0em;
|
|
627
|
+
padding: 0em;
|
|
628
|
+
border-style:none;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
a {
|
|
633
|
+
color: #3B5998;
|
|
634
|
+
text-decoration: none;
|
|
635
|
+
cursor: pointer;
|
|
636
|
+
}
|
|
637
|
+
a.inactive{
|
|
638
|
+
background-color: #eee;
|
|
639
|
+
border-right:solid #ddd 0.1em;
|
|
640
|
+
border-top:solid #aaa 0.1em;
|
|
641
|
+
border-left:solid #aaa 0.1em;
|
|
642
|
+
padding-top: 0.3em;
|
|
643
|
+
padding-left: 0.8em;
|
|
644
|
+
padding-right: 0.8em;
|
|
645
|
+
padding-bottom: 0em;
|
|
646
|
+
margin-right: 0.1em;
|
|
647
|
+
color: #99f;
|
|
648
|
+
text-decoration:none;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
a.active{
|
|
652
|
+
background-color: #ccc;
|
|
653
|
+
border-right:solid #ddd 0.1em;
|
|
654
|
+
border-top:solid #aaa 0.1em;
|
|
655
|
+
border-left:solid #aaa 0.1em;
|
|
656
|
+
padding-top: 0.3em;
|
|
657
|
+
padding-left: 0.8em;
|
|
658
|
+
padding-right: 0.8em;
|
|
659
|
+
padding-bottom:0em;
|
|
660
|
+
margin-right:0.1em;
|
|
661
|
+
color: #22f;
|
|
662
|
+
text-decoration:none;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
input.tabQueryName {
|
|
666
|
+
border: solid #aaa 0.1em;
|
|
667
|
+
width:100%;
|
|
668
|
+
padding:0em;
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
input.delQueryButton {
|
|
672
|
+
border:none;
|
|
673
|
+
color:#c00;
|
|
674
|
+
background-color:#ccc;
|
|
675
|
+
cursor:pointer;
|
|
676
|
+
padding:0em;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
td.checkboxTD {
|
|
680
|
+
padding-right:0.5em;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
.sourceHighlight {
|
|
684
|
+
background-color:yellow;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
#MenuBar {
|
|
688
|
+
padding: 0.5em;
|
|
689
|
+
position: fixed;
|
|
690
|
+
top: 0;
|
|
691
|
+
bottom: auto;
|
|
692
|
+
left: 0;
|
|
693
|
+
right: 0;
|
|
694
|
+
background-color: #eee;
|
|
695
|
+
border: 0.1em solid #aaa;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
#TabulatorStatusWidget {
|
|
699
|
+
position: fixed;
|
|
700
|
+
top: 0;
|
|
701
|
+
bottom: auto;
|
|
702
|
+
left: auto;
|
|
703
|
+
right: 0;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
div.mapKeyDiv {
|
|
707
|
+
position:relative;
|
|
708
|
+
float:right;
|
|
709
|
+
margin: 0.3em;
|
|
710
|
+
color: #777;
|
|
711
|
+
background:#fff;
|
|
712
|
+
border:solid #777 0.1em;
|
|
713
|
+
padding:0.1em;
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
span.closeQuerySpan {
|
|
717
|
+
float:right;
|
|
718
|
+
text-align:right;
|
|
719
|
+
height: 0.1em;
|
|
720
|
+
overflow:visible;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
span.openQuerySpan {
|
|
724
|
+
float:left;
|
|
725
|
+
overflow:visible;
|
|
726
|
+
height:0em;
|
|
727
|
+
text-align:left;
|
|
728
|
+
position:relative;
|
|
729
|
+
top:0em;
|
|
730
|
+
z-index:1;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
input.textinput{
|
|
734
|
+
width: 100%;
|
|
735
|
+
border: none;
|
|
736
|
+
font-size:95%;
|
|
737
|
+
padding: 0em;
|
|
738
|
+
margin: 0;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
textarea.textinput{
|
|
742
|
+
border: none;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
.pendingedit {
|
|
746
|
+
color: #bbb;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
td.undetermined{
|
|
750
|
+
color: gray;
|
|
751
|
+
font-style: italic;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
/*revert back*/
|
|
755
|
+
td.undetermined table{
|
|
756
|
+
color: black;
|
|
757
|
+
font-style: normal;
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
/*color style from http://developer.yahoo.com/yui/docs/module_menu.html*/
|
|
761
|
+
.outlineMenu{
|
|
762
|
+
position:absolute;
|
|
763
|
+
/*width:10em;*/
|
|
764
|
+
height:10em; /* Jim's commented out */
|
|
765
|
+
background: #FFFFFF none repeat scroll 0%;
|
|
766
|
+
overflow-x: hidden;
|
|
767
|
+
overflow-y: auto;
|
|
768
|
+
border: 1px solid;
|
|
769
|
+
/*padding:.2em;*/
|
|
770
|
+
}
|
|
771
|
+
.outlineMenu table{cursor:default;width:100%;text-align:left;padding:5px 5px;}
|
|
772
|
+
.outlineMenu div{/*width:6em;*/ overflow:auto; white-space:nowrap;}
|
|
773
|
+
.outlineMenu td{color:#654d6c;}
|
|
774
|
+
.outlineMenu .activeItem{background: #D1C6DA;} /* @@ Jim's: #f4e8fc; */
|
|
775
|
+
.outlineMenu input{margin: 0.2em;}
|
|
776
|
+
|
|
777
|
+
div.bottom-border{
|
|
778
|
+
border: .2em solid transparent;
|
|
779
|
+
width: 100%;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
div.bottom-border-active{
|
|
783
|
+
cursor: copy;
|
|
784
|
+
border: .2em solid;
|
|
785
|
+
border-color: rgb(100%,65%,0%);
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
/* The thing below was for the kenny's orange bar*/
|
|
789
|
+
/* @@@ This is not specific enough
|
|
790
|
+
td{
|
|
791
|
+
margin: 0;
|
|
792
|
+
padding: 0;
|
|
793
|
+
}
|
|
794
|
+
*/
|
|
795
|
+
|
|
796
|
+
.deleteIcon {
|
|
797
|
+
margin-left: 0.1em;
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
.deleteCol {
|
|
801
|
+
float: right;
|
|
802
|
+
display: inline;
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
.suggestion_list
|
|
806
|
+
{
|
|
807
|
+
background: white;
|
|
808
|
+
border: 1px solid;
|
|
809
|
+
padding: 4px;
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
.suggestion_list ul
|
|
813
|
+
{
|
|
814
|
+
padding: 0;
|
|
815
|
+
margin: 0;
|
|
816
|
+
list-style-type: none;
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.suggestion_list a
|
|
820
|
+
{
|
|
821
|
+
text-decoration: none;
|
|
822
|
+
color: navy;
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
.suggestion_list .selected
|
|
826
|
+
{
|
|
827
|
+
background: navy;
|
|
828
|
+
color: white;
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
.suggestion_list .selected a
|
|
832
|
+
{
|
|
833
|
+
color: white;
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
#autosuggest
|
|
837
|
+
{
|
|
838
|
+
display: none;
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
/*
|
|
844
|
+
Start of styles for the photoPane, by albert08@csail.mit.edu
|
|
845
|
+
*/
|
|
846
|
+
div.PhotoContentPane {
|
|
847
|
+
float: left;
|
|
848
|
+
width: 900px;
|
|
849
|
+
border: 1px solid #AAAAAA;
|
|
850
|
+
padding: 10px;
|
|
851
|
+
}
|
|
852
|
+
div.PhotoListPanel {
|
|
853
|
+
float: left;
|
|
854
|
+
padding: 5px ;
|
|
855
|
+
border: 1px solid #AAAAAA;
|
|
856
|
+
width: 540px;
|
|
857
|
+
min-height: 300px;
|
|
858
|
+
}
|
|
859
|
+
div.PhotoInfoPanel {
|
|
860
|
+
float: left;
|
|
861
|
+
padding: 10px;
|
|
862
|
+
border: 1px solid #AAAAAA;
|
|
863
|
+
width: 300px;
|
|
864
|
+
text-align: center;
|
|
865
|
+
margin: 0px 0px 10px 10px;
|
|
866
|
+
}
|
|
867
|
+
div.TagMenu {
|
|
868
|
+
float: left;
|
|
869
|
+
padding: 10px;
|
|
870
|
+
border: 1px solid #AAAAAA;
|
|
871
|
+
width: 300px;
|
|
872
|
+
margin: 0px 0px 0px 10px;
|
|
873
|
+
text-align: justify;
|
|
874
|
+
}
|
|
875
|
+
.tagItem {
|
|
876
|
+
float: left;
|
|
877
|
+
padding: 2px;
|
|
878
|
+
margin: 2px;
|
|
879
|
+
cursor:pointer;
|
|
880
|
+
}
|
|
881
|
+
.tagItem_h {
|
|
882
|
+
float: left;
|
|
883
|
+
padding: 2px;
|
|
884
|
+
margin: 1px;
|
|
885
|
+
border: 1px solid #DDBB99;
|
|
886
|
+
background-color: #DDEEFF;
|
|
887
|
+
cursor:pointer;
|
|
888
|
+
}
|
|
889
|
+
div.photoItem {
|
|
890
|
+
float: left;
|
|
891
|
+
width: 100%;
|
|
892
|
+
}
|
|
893
|
+
div.photoFrame {
|
|
894
|
+
border-right: 1px solid #AAAAAA;
|
|
895
|
+
width: 260px;
|
|
896
|
+
padding: 10px;
|
|
897
|
+
margin: 10px 10px 10px 10px;
|
|
898
|
+
text-align: center;
|
|
899
|
+
float: left;
|
|
900
|
+
}
|
|
901
|
+
img.photoThumbnail {
|
|
902
|
+
border: 1px solid #CCCCCC;
|
|
903
|
+
margin: auto auto auto auto;
|
|
904
|
+
}
|
|
905
|
+
.photoListTags {
|
|
906
|
+
width:200px;
|
|
907
|
+
margin-top: 10px;
|
|
908
|
+
padding-top: 10px;
|
|
909
|
+
float: left;
|
|
910
|
+
}
|
|
911
|
+
.photoList_tag {
|
|
912
|
+
background: transparent url("https://solidos.github.io/solid-ui/src/originalIcons/tag_tiny.png") 0px 1px no-repeat;
|
|
913
|
+
padding: 1px 0px 1px 18px;
|
|
914
|
+
margin-left: 5px;
|
|
915
|
+
}
|
|
916
|
+
.TagMenu_tag {
|
|
917
|
+
background: transparent url("https://solidos.github.io/solid-ui/src/originalIcons/tag_tiny.png") 0px 1px no-repeat;
|
|
918
|
+
padding: 1px 0px 1px 18px;
|
|
919
|
+
margin-left: 5px;
|
|
920
|
+
}
|
|
921
|
+
div.photoImportContentPane {
|
|
922
|
+
float: left;
|
|
923
|
+
padding: 0px;
|
|
924
|
+
width: 930px;
|
|
925
|
+
border: 1px solid #AAAAAA;
|
|
926
|
+
padding: 10px;
|
|
927
|
+
}
|
|
928
|
+
.photoImportTitle {
|
|
929
|
+
font-size: 16px;
|
|
930
|
+
font-weight: bold;
|
|
931
|
+
}
|
|
932
|
+
.photoItemPanel {
|
|
933
|
+
width: 260px;
|
|
934
|
+
height: 300px;
|
|
935
|
+
float: left;
|
|
936
|
+
padding: 10px;
|
|
937
|
+
border: 1px solid #AAAAAA;
|
|
938
|
+
margin: 0px 10px 10px 0px;
|
|
939
|
+
}
|
|
940
|
+
.photoControlImg {
|
|
941
|
+
border: 0px;
|
|
942
|
+
cursor: pointer;
|
|
943
|
+
}
|
|
944
|
+
.photoControlImgInactive {
|
|
945
|
+
opacity: .5;
|
|
946
|
+
border: 0px;
|
|
947
|
+
}
|
|
948
|
+
#photoPageInfo {
|
|
949
|
+
font-family: Arial;
|
|
950
|
+
font-size: 14px;
|
|
951
|
+
font-weight: bold;
|
|
952
|
+
}
|
|
953
|
+
.controls {
|
|
954
|
+
clear: both;
|
|
955
|
+
text-align: right;
|
|
956
|
+
margin: 15px 15px 0px 0px;
|
|
957
|
+
}
|
|
958
|
+
.controlButton {
|
|
959
|
+
margin: 0px 0px 0px 10px;
|
|
960
|
+
}
|
|
961
|
+
div.TagPane {
|
|
962
|
+
min-width: 500px;
|
|
963
|
+
border: 1px solid #AAAAAA;
|
|
964
|
+
padding: 10px;
|
|
965
|
+
}
|
|
966
|
+
div.TagSemanticsPanel {
|
|
967
|
+
margin: 5px 0px 20px 0px;
|
|
968
|
+
}
|
|
969
|
+
div.TagSemanticsTable {
|
|
970
|
+
width: 100%;
|
|
971
|
+
font-family: Arial;
|
|
972
|
+
font-size: 12px;
|
|
973
|
+
}
|
|
974
|
+
div.AddTagSemantics {
|
|
975
|
+
margin: 50px 0px 10px 0px;
|
|
976
|
+
}
|
|
977
|
+
.controlSelect {
|
|
978
|
+
margin: 5px;
|
|
979
|
+
font-family: Arial;
|
|
980
|
+
font-size: 12px;
|
|
981
|
+
}
|
|
982
|
+
.tagURIInput {
|
|
983
|
+
margin: 5px;
|
|
984
|
+
font-family: Arial;
|
|
985
|
+
font-size: 12px;
|
|
986
|
+
width: 300px;
|
|
987
|
+
}
|
|
988
|
+
div.TagPane hr{
|
|
989
|
+
border: 1px solid #AAAAAA;
|
|
990
|
+
}
|
|
991
|
+
/*
|
|
992
|
+
End of styles for the photoPane
|
|
993
|
+
*/
|
|
994
|
+
|
|
995
|
+
/*
|
|
996
|
+
Styles for tableViewPane
|
|
997
|
+
*/
|
|
998
|
+
|
|
999
|
+
.tableViewPane table th {
|
|
1000
|
+
background-color: #eee;
|
|
1001
|
+
color: black;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
.tableViewPane table th a {
|
|
1005
|
+
color: #555;
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
.tableViewPane table .selectors td {
|
|
1009
|
+
background-color: #ccc;
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
.tableViewPane table td {
|
|
1013
|
+
border-bottom: 1px solid black;
|
|
1014
|
+
border-right: 1px solid black;
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
.tableViewPane .toolbar td {
|
|
1018
|
+
border: none;
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
.tableViewPane .sparqlButton {
|
|
1022
|
+
width: 16px;
|
|
1023
|
+
height: 16px;
|
|
1024
|
+
border: 1px solid black;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
.tableViewPane .sparqlDialog {
|
|
1028
|
+
position: fixed;
|
|
1029
|
+
top: 40px;
|
|
1030
|
+
left: 100px;
|
|
1031
|
+
width: 600px;
|
|
1032
|
+
background: white;
|
|
1033
|
+
border: 1px solid black;
|
|
1034
|
+
padding: 5px;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
.tableViewPane .sparqlDialog textarea {
|
|
1038
|
+
width: 590px;
|
|
1039
|
+
height: 250px;
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
/* These should be the same as with hthe dataContentPane */
|
|
1043
|
+
.tableViewPane a { color: #3B5998; text-decoration: none; font-weight: bold}
|
|
1044
|
+
.tableViewPane a:link { color: #3B5998; text-decoration: none; font-weight: bold}
|
|
1045
|
+
.tableViewPane a:visited { color: #3B5998; text-decoration: none; font-weight: bold}
|
|
1046
|
+
.tableViewPane a:hover { color: #3B5998; text-decoration: underline; font-weight: bold}
|
|
1047
|
+
.tableViewPane a:active { color: #888; text-decoration: none; }
|
|
1048
|
+
|
|
1049
|
+
.tableViewPane tr {border-color: #444; padding-left: 0.3em; padding-right: 0.3em }
|
|
1050
|
+
|
|
1051
|
+
|
|
1052
|
+
|
|
1053
|
+
/*The 'display explanation' feature*/
|
|
1054
|
+
.inquiry {
|
|
1055
|
+
padding-left: 0.2em;
|
|
1056
|
+
color: red;
|
|
1057
|
+
font-family: Arial;
|
|
1058
|
+
font-weight: bold;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
/*
|
|
1062
|
+
End of styles for tableViewPane
|
|
1063
|
+
*/
|
|
1064
|
+
|
|
1065
|
+
|
|
1066
|
+
|
|
1067
|
+
/* Styles for FORM PANE
|
|
1068
|
+
**
|
|
1069
|
+
** Colors from data cotent pane
|
|
1070
|
+
*/
|
|
1071
|
+
|
|
1072
|
+
.formPane a { color: #3B5998; text-decoration: none; }
|
|
1073
|
+
.formPane a:link { color: #3B5998; text-decoration: none; }
|
|
1074
|
+
.formPane a:visited { color: #3B5998; text-decoration: none; }
|
|
1075
|
+
.formPane a:hover { color: #3B5998; font-weight: bold} /* was text-decoration: underline; */
|
|
1076
|
+
.formPane a:active { color: #888; text-decoration: none; }
|
|
1077
|
+
|
|
1078
|
+
/* ends */
|
|
1079
|
+
|
|
1080
|
+
@mixin box-shadow($x-axis: 0, $y-axis: 1px, $blur: 4px, $color: $default) {
|
|
1081
|
+
box-shadow: $x-axis $y-axis $blur $color;
|
|
1082
|
+
-webkit-box-shadow: $x-axis $y-axis $blur $color;
|
|
1083
|
+
-moz-box-shadow: $x-axis $y-axis $blur $color;
|
|
1084
|
+
-o-box-shadow: $x-axis $y-axis $blur $color;
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
/*# sourceMappingURL=mash.css.map*/
|