mashlib 1.7.22 → 1.8.0

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/dist/mash.css CHANGED
@@ -1,354 +1,1087 @@
1
- /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
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
+ */
2
8
 
3
- /* Document
4
- ========================================================================== */
9
+ /* If you need style in a pane, insert it in the dom (2016)*/
5
10
 
6
- /**
7
- * 1. Correct the line height in all browsers.
8
- * 2. Prevent adjustments of font size after orientation changes in iOS.
9
- */
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 }
10
15
 
11
- html {
12
- line-height: 1.15; /* 1 */
13
- -webkit-text-size-adjust: 100%; /* 2 */
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;
14
83
  }
15
84
 
16
- /* Sections
17
- ========================================================================== */
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
+ }
18
103
 
19
- /**
20
- * Remove the margin in all browsers.
21
- */
22
104
 
23
- body {
24
- margin: 0;
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%
25
121
  }
26
122
 
27
- /**
28
- * Render the `main` element consistently in IE.
29
- */
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; }
30
156
 
31
- main {
32
- display: block;
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;
33
185
  }
34
186
 
35
- /**
36
- * Correct the font size and margin on `h1` elements within `section` and
37
- * `article` contexts in Chrome, Firefox, and Safari.
38
- */
187
+ .navBlock {
188
+ background-color: #eee;
189
+ float: left;
190
+ width: 25%;
191
+ border: 0;
192
+ padding: 0.5em;
193
+ margin: 0;
194
+ }
39
195
 
40
- h1 {
41
- font-size: 2em;
42
- margin: 0.67em 0;
196
+ .navBlock .navSection {
197
+ border: solid 0.05em gray;
198
+ padding: 0.5em;
199
+ border-radius: 0.5em; /* CSS3: border-radius: .4em; */
43
200
  }
44
201
 
45
- /* Grouping content
46
- ========================================================================== */
202
+ div.socialPane h2 { color: #202 }
203
+ div.socialPane h3 { color: #202 }
47
204
 
48
- /**
49
- * 1. Add the correct box sizing in Firefox.
50
- * 2. Show the overflow in Edge and IE.
51
- */
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
+ }
52
213
 
53
- hr {
54
- box-sizing: content-box; /* 1 */
55
- height: 0; /* 1 */
56
- overflow: visible; /* 2 */
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; */
57
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
+
58
237
 
59
- /**
60
- * 1. Correct the inheritance and scaling of font size in all browsers.
61
- * 2. Correct the odd `em` font sizing in all browsers.
62
- */
238
+ /******************* Category Pane *********/
63
239
 
64
- pre {
65
- font-family: monospace, monospace; /* 1 */
66
- font-size: 1em; /* 2 */
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;
67
274
  }
68
275
 
69
- /* Text-level semantics
70
- ========================================================================== */
276
+ .pubsPane h2 {
277
+ margin: 0;
278
+ padding: 0;
279
+ }
71
280
 
72
- /**
73
- * Remove the gray background on active links in IE 10.
74
- */
281
+ .pubsPane form {
282
+ padding-left: 1em;
283
+ }
75
284
 
76
- a {
77
- background-color: transparent;
285
+ /*Clear both - start things on individula lines */
286
+ .pubsRow {
287
+ margin: 0.5em 3em 0.5em 0em;
288
+ clear: both;
78
289
  }
79
290
 
80
- /**
81
- * 1. Remove the bottom border in Chrome 57-
82
- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
83
- */
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
+ }
84
302
 
85
- abbr[title] {
86
- border-bottom: none; /* 1 */
87
- text-decoration: underline; /* 2 */
88
- text-decoration: underline dotted; /* 2 */
303
+ .pubsRow button {
304
+ float: left;
305
+ height: 2em;
306
+ padding: 0.5em;
307
+ margin: 0.5em;
89
308
  }
90
309
 
91
- /**
92
- * Add the correct font weight in Chrome, Edge, and Safari.
93
- */
310
+ .hideit
311
+ {
312
+ display: none;
313
+ }
94
314
 
95
- b,
96
- strong {
97
- font-weight: bolder;
315
+ .active {
316
+ /* display: visible; */
98
317
  }
99
318
 
100
- /**
101
- * 1. Correct the inheritance and scaling of font size in all browsers.
102
- * 2. Correct the odd `em` font sizing in all browsers.
103
- */
319
+ .submitRow {
320
+ clear: both;
321
+ height: 5em;
322
+ }
104
323
 
105
- code,
106
- kbd,
107
- samp {
108
- font-family: monospace, monospace; /* 1 */
109
- font-size: 1em; /* 2 */
324
+ .submitRow button {
325
+ width: 7em;
326
+ height: 100%;
110
327
  }
111
328
 
112
- /**
113
- * Add the correct font size in all browsers.
114
- */
329
+ #buttonid {
330
+ display: none;
331
+ }
115
332
 
116
- small {
117
- font-size: 80%;
333
+ #buttonid.active{
334
+ display: inline;
118
335
  }
119
336
 
120
- /**
121
- * Prevent `sub` and `sup` elements from affecting the line height in
122
- * all browsers.
123
- */
124
337
 
125
- sub,
126
- sup {
127
- font-size: 75%;
128
- line-height: 0;
129
- position: relative;
130
- vertical-align: baseline;
338
+
339
+
340
+ /******************* CV Pane *****************/
341
+
342
+ .CVclass {
343
+ background-color: LightSkyBlue;
131
344
  }
132
345
 
133
- sub {
134
- bottom: -0.25em;
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;
135
355
  }
136
356
 
137
- sup {
138
- top: -0.5em;
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;
139
364
  }
140
365
 
141
- /* Embedded content
142
- ========================================================================== */
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
+ }
143
376
 
144
- /**
145
- * Remove the border on images inside links in IE 10.
146
- */
377
+ div.dataContentPane tr {
378
+ margin-bottom: 0.6em;
379
+ padding-top: 1em;
380
+ padding-bottom: 1em;
147
381
 
148
- img {
149
- border-style: none;
150
382
  }
151
383
 
152
- /* Forms
153
- ========================================================================== */
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 {}
154
392
 
155
- /**
156
- * 1. Change the font styles in all browsers.
157
- * 2. Remove the margin in Firefox and Safari.
158
- */
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 */
159
396
 
160
- button,
161
- input,
162
- optgroup,
163
- select,
164
- textarea {
165
- font-family: inherit; /* 1 */
166
- font-size: 100%; /* 1 */
167
- line-height: 1.15; /* 1 */
168
- margin: 0; /* 2 */
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;
169
408
  }
170
409
 
171
- /**
172
- * Show the overflow in IE.
173
- * 1. Show the overflow in Edge.
174
- */
410
+ .imageView { border: 1em white; margin: 1em; }
175
411
 
176
- button,
177
- input { /* 1 */
178
- overflow: visible;
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;
179
425
  }
180
426
 
181
- /**
182
- * Remove the inheritance of text transform in Edge, Firefox, and IE.
183
- * 1. Remove the inheritance of text transform in Firefox.
184
- */
427
+ /* Generic things useful anywhere */
428
+
185
429
 
186
- button,
187
- select { /* 1 */
188
- text-transform: none;
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;
189
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
+
190
482
 
191
- /**
192
- * Correct the inability to style clickable types in iOS and Safari.
193
- */
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! */
194
486
 
195
- button,
196
- [type="button"],
197
- [type="reset"],
198
- [type="submit"] {
199
- -webkit-appearance: button;
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 */
200
563
  }
201
564
 
202
- /**
203
- * Remove the inner border and padding in Firefox.
204
- */
565
+ .colclose { float: right; color: #aaa } /* Should be 67% transp black */
566
+ .sortarrow { float: left; color: #aaa; border: none;}
567
+
205
568
 
206
- button::-moz-focus-inner,
207
- [type="button"]::-moz-focus-inner,
208
- [type="reset"]::-moz-focus-inner,
209
- [type="submit"]::-moz-focus-inner {
210
- border-style: none;
211
- padding: 0;
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;
212
578
  }
213
579
 
214
- /**
215
- * Restore the focus styles unset by the previous rule.
216
- */
580
+ div.viewTabs {
581
+ background-color: #fff;
582
+ padding:0;
583
+ }
217
584
 
218
- button:-moz-focusring,
219
- [type="button"]:-moz-focusring,
220
- [type="reset"]:-moz-focusring,
221
- [type="submit"]:-moz-focusring {
222
- outline: 1px dotted ButtonText;
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;
223
595
  }
224
596
 
225
- /**
226
- * Correct the padding in Firefox.
227
- */
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
+ }
228
607
 
229
- fieldset {
230
- padding: 0.35em 0.75em 0.625em;
608
+ td.viewTableData {
609
+ padding: 0em;
610
+ margin: 0em;
611
+ height:100%;
612
+ width:80%;
231
613
  }
232
614
 
233
- /**
234
- * 1. Correct the text wrapping in Edge and IE.
235
- * 2. Correct the color inheritance from `fieldset` elements in IE.
236
- * 3. Remove the padding so developers are not caught out when they zero out
237
- * `fieldset` elements in all browsers.
238
- */
615
+ td.queryTableData {
616
+ padding: 0em;
617
+ margin: 0em;
618
+ border-width: 0em;
619
+ height:100%;
620
+ width:20%;
621
+ border-style:none;
622
+ }
239
623
 
240
- legend {
241
- box-sizing: border-box; /* 1 */
242
- color: inherit; /* 2 */
243
- display: table; /* 1 */
244
- max-width: 100%; /* 1 */
245
- padding: 0; /* 3 */
246
- white-space: normal; /* 1 */
624
+ table.viewTable tr {
625
+ height: 100%;
626
+ margin: 0em;
627
+ padding: 0em;
628
+ border-style:none;
247
629
  }
248
630
 
249
- /**
250
- * Add the correct vertical alignment in Chrome, Firefox, and Opera.
251
- */
252
631
 
253
- progress {
254
- vertical-align: baseline;
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;
255
649
  }
256
650
 
257
- /**
258
- * Remove the default vertical scrollbar in IE 10+.
259
- */
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
+ }
260
664
 
261
- textarea {
262
- overflow: auto;
665
+ input.tabQueryName {
666
+ border: solid #aaa 0.1em;
667
+ width:100%;
668
+ padding:0em;
263
669
  }
264
670
 
265
- /**
266
- * 1. Add the correct box sizing in IE 10.
267
- * 2. Remove the padding in IE 10.
268
- */
671
+ input.delQueryButton {
672
+ border:none;
673
+ color:#c00;
674
+ background-color:#ccc;
675
+ cursor:pointer;
676
+ padding:0em;
677
+ }
269
678
 
270
- [type="checkbox"],
271
- [type="radio"] {
272
- box-sizing: border-box; /* 1 */
273
- padding: 0; /* 2 */
679
+ td.checkboxTD {
680
+ padding-right:0.5em;
274
681
  }
275
682
 
276
- /**
277
- * Correct the cursor style of increment and decrement buttons in Chrome.
278
- */
683
+ .sourceHighlight {
684
+ background-color:yellow;
685
+ }
279
686
 
280
- [type="number"]::-webkit-inner-spin-button,
281
- [type="number"]::-webkit-outer-spin-button {
282
- height: auto;
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;
283
696
  }
284
697
 
285
- /**
286
- * 1. Correct the odd appearance in Chrome and Safari.
287
- * 2. Correct the outline style in Safari.
288
- */
698
+ #TabulatorStatusWidget {
699
+ position: fixed;
700
+ top: 0;
701
+ bottom: auto;
702
+ left: auto;
703
+ right: 0;
704
+ }
289
705
 
290
- [type="search"] {
291
- -webkit-appearance: textfield; /* 1 */
292
- outline-offset: -2px; /* 2 */
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;
293
714
  }
294
715
 
295
- /**
296
- * Remove the inner padding in Chrome and Safari on macOS.
297
- */
716
+ span.closeQuerySpan {
717
+ float:right;
718
+ text-align:right;
719
+ height: 0.1em;
720
+ overflow:visible;
721
+ }
298
722
 
299
- [type="search"]::-webkit-search-decoration {
300
- -webkit-appearance: none;
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;
301
731
  }
302
732
 
303
- /**
304
- * 1. Correct the inability to style clickable types in iOS and Safari.
305
- * 2. Change font properties to `inherit` in Safari.
306
- */
733
+ input.textinput{
734
+ width: 100%;
735
+ border: none;
736
+ font-size:95%;
737
+ padding: 0em;
738
+ margin: 0;
739
+ }
307
740
 
308
- ::-webkit-file-upload-button {
309
- -webkit-appearance: button; /* 1 */
310
- font: inherit; /* 2 */
741
+ textarea.textinput{
742
+ border: none;
311
743
  }
312
744
 
313
- /* Interactive
314
- ========================================================================== */
745
+ .pendingedit {
746
+ color: #bbb;
747
+ }
315
748
 
316
- /*
317
- * Add the correct display in Edge, IE 10+, and Firefox.
318
- */
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
+ }
319
799
 
320
- details {
321
- display: block;
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;
322
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://solid.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://solid.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
+ */
323
994
 
324
995
  /*
325
- * Add the correct display in all browsers.
326
- */
996
+ Styles for tableViewPane
997
+ */
998
+
999
+ .tableViewPane table th {
1000
+ background-color: #eee;
1001
+ color: black;
1002
+ }
327
1003
 
328
- summary {
329
- display: list-item;
1004
+ .tableViewPane table th a {
1005
+ color: #555;
330
1006
  }
331
1007
 
332
- /* Misc
333
- ========================================================================== */
1008
+ .tableViewPane table .selectors td {
1009
+ background-color: #ccc;
1010
+ }
334
1011
 
335
- /**
336
- * Add the correct display in IE 10+.
337
- */
1012
+ .tableViewPane table td {
1013
+ border-bottom: 1px solid black;
1014
+ border-right: 1px solid black;
1015
+ }
338
1016
 
339
- template {
340
- display: none;
1017
+ .tableViewPane .toolbar td {
1018
+ border: none;
341
1019
  }
342
1020
 
343
- /**
344
- * Add the correct display in IE 10.
345
- */
1021
+ .tableViewPane .sparqlButton {
1022
+ width: 16px;
1023
+ height: 16px;
1024
+ border: 1px solid black;
1025
+ }
346
1026
 
347
- [hidden] {
348
- display: none;
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;
349
1035
  }
350
1036
 
351
- img[title="Hide details."]{float:left}body{background-color:white;font-family:sans-serif}.warning{color:red}.selected{background-color:#8F3}.licOkay{background-color:#dfd}strong{font-size:120%;color:#333}div.Outliner{margin-top:2em;padding:0.8em}form#TabulateForm{padding:0.8em}div#addViewForm{padding:0.8em}iframe{background:white}img.pic{max-height:20em}.fetched{background-color:#eeffee}.requested{background-color:yellow}.failed{color:red;background-color:white}.unparseable{background-color:#ffcc00}pre#status{font-size:100%}div.container{border-top:solid 5px black;border-left:solid 5px black;border-bottom:solid 5px black;border-right:solid 5px black;margin-top:0.5em;margin-bottom:0.5em;border-radius:0.75em}div.justification{font-size:100%;padding:0 5px;width:80%;background-color:white;margin-top:0.5em;margin-bottom:0.5em}div.description{font-size:120%;border-top:solid 1px yellow;border-left:solid 1px yellow;border-bottom:solid 1px yellow;border-right:solid 1px yellow;padding:15px;width:100%;background-color:#ffffdd;margin-top:0.5em;margin-bottom:0.5em;margin-left:0.5em;margin-right:0.5em;border-radius:0.75em;position:relative;left:0%}div.premises{font-size:100%;border-top:solid 1px #3399ff;border-left:solid 1px #3399ff;border-bottom:solid 1px #3399ff;border-right:solid 1px #3399ff;padding:0.5px;width:100%;background-color:#ccccff;margin-top:0.5em;margin-bottom:0.5em;margin-left:0.5em;margin-right:0.5em;border-radius:0.75em;position:relative;left:0%}div.socialPane{border-top:solid 1px #777;border-bottom:solid 1px #777;padding-top:0.5em;padding-bottom:0.5em;margin:0}img.foafPic{width:100%;border:none;margin:0;padding:0}div.mildNotice{border:dashed 0.1em #777;margin:1em;padding:1em;width:80%;background-color:#ffe}.friendBox{border-top:solid 0.01em #ccc;margin:0;padding:0.3em}.friendBoxBig{height:20em;border-top:solid 0.01em #202}.socialPane a{color:#3B5998;text-decoration:none;font-weight:bold}.socialPane a:link{color:#3B5998;text-decoration:none;font-weight:bold}.socialPane a:visited{color:#3B5998;text-decoration:none;font-weight:bold}.socialPane a:hover{color:#3B5998;text-decoration:underline;font-weight:bold}.socialPane a:active{color:#888;text-decoration:none}img.foafThumb{height:3em;border:0px;margin:0.1em;padding:0.1em;vertical-align:middle}.friendBox .confirmed{font-weight:bold}table.inputForm{font-size:100%}.mainBlock{background:#fff;color:#000;float:left;width:46%;margin:0;border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;padding:0}.navBlock{background-color:#eee;float:left;width:25%;border:0;padding:0.5em;margin:0}.navBlock .navSection{border:solid 0.05em gray;padding:0.5em;border-radius:0.5em}div.socialPane h2{color:#202}div.socialPane h3{color:#202}div.social_linkButton{width:80%;background-color:#fff;border:solid 0.05em #ccc;margin-top:0.1em;margin-bottom:0.1em;padding:0.1em;text-align:center}.answer{font-style:italic;color:#00c;text-decoration:underline}.tip{font-style:normal;color:#333;margin:1em}.task{font-style:normal;color:#333;margin:1em;background-color:#ffe;padding:1em;border-radius:1em}.success{background-color:#efe}.failure{background-color:white;border:0.5em red}div.unknown{display:none}div.yes>div.negative{display:none}div.no>div.affirmative{display:none}div.exceptionPane pre{background-color:#fee}.categoryPane a{color:#3B5998;text-decoration:none;font-weight:bold}.categoryPane a:link{color:#3B5998;text-decoration:none;font-weight:bold}.categoryPane a:visited{color:#3B5998;text-decoration:none;font-weight:bold}.categoryPane a:hover{color:#3B5998;text-decoration:underline;font-weight:bold}.categoryPane a:active{color:#888;text-decoration:none}.categoryBottomClass{background-color:#efe;border:0.1em solid green}.categoryTable{padding-left:2em}.categoryPane{background-color:#f8fff8;padding:0.5em;border-width:0.1em;border-color:#777777;border-radius:1em}.categoryPane a.categoryWhy{color:#ddd}.categoryPane a.categoryWhy:link{color:#ddd;text-decoration:none;font-weight:bold}.categoryPane a.categoryWhy:visited{color:#ddd;text-decoration:none;font-weight:bold}.categoryPane a.categoryWhy:hover{color:#3B5998;text-decoration:underline;font-weight:bold}.categoryPane a.categoryWhy:active{color:#ddd;text-decoration:none}.categoryPane a.categoryWhy{color:grey}.pubsPane{background-color:#F2F6DA;border-width:0.1em;border-color:#777777;border-radius:1em;padding:1em;text-decoration:none;font-weight:bold}.pubsPane h2{margin:0;padding:0}.pubsPane form{padding-left:1em}.pubsRow{margin:0.5em 3em 0.5em 0em;clear:both}.pubsRow input{float:right;width:20em;height:1em}#inpid_book_description{float:right;height:8em;width:17em}.pubsRow button{float:left;height:2em;padding:0.5em;margin:0.5em}.hideit{display:none}.submitRow{clear:both;height:5em}.submitRow button{width:7em;height:100%}#buttonid{display:none}#buttonid.active{display:inline}.CVclass{background-color:LightSkyBlue}div.dataContentPane{border-top:solid 1px black;border-left:solid 1px black;border-bottom:solid 1px #777;border-right:solid 1px #777;padding:0.5em;margin-top:0.5em;margin-bottom:0.5em}.nestedFormula{border-top:solid 1px black;border-left:solid 1px black;border-bottom:solid 1px #777;border-right:solid 1px #777;padding:0.5em;border-radius:0.5em}div.dataContentPane td{padding-left:0.2em;padding-top:0.1em;padding-right:0.2em;padding-bottom:0.05em;vertical-align:top}div.dataContentPane tr{margin-bottom:0.6em;padding-top:1em;padding-bottom:1em}.dataContentPane a{color:#3B5998;text-decoration:none;font-weight:bold}.dataContentPane a:link{color:#3B5998;text-decoration:none;font-weight:bold}.dataContentPane a:visited{color:#3B5998;text-decoration:none;font-weight:bold}.dataContentPane a:hover{color:#3B5998;text-decoration:underline;font-weight:bold}.dataContentPane a:active{color:#888;text-decoration:none}.dataContentPane.embeddedText{white-space:pre-wrap}div.dataContentPane td.pred{min-width:12em}div.dataContentPane td.pred a{color:#444}div.n3Pane{padding:1em;border-top:solid 1px black;border-left:solid 1px black;border-bottom:solid 1px #777;border-right:solid 1px #777;color:#004}.imageView{border:1em white;margin:1em}.n3Pane pre{font-size:120%}.RDFXMLPane pre{font-size:120%}div.RDFXMLPane{padding:1em;border-top:solid 2px black;border-left:solid 2px black;border-bottom:solid 2px #777;border-right:solid 2px #777;color:#440}img.hideTillHover{visibility:hidden}img.hideTillHover:hover{visibility:visible}.hideTillHover img{visibility:hidden}.hideTillHover:hover img{visibility:visible}.hideTillHover a{visibility:hidden}.hideTillHover:hover a{visibility:visible}.hoverControl .hoverControlHide{visibility:hidden}.hoverControl:hover .hoverControlHide{visibility:visible}img.outlineImage{max-height:20em;max-width:30em}img.phoneIcon{border:0;margin-left:1em}table#sources{width:100%}table{border-spacing:0}table{margin:0em}td{font-size:100%;border-left:none;border-top:none;border-right:none;border-bottom:none;margin:0.2em;vertical-align:top}td.pred{padding-left:0.5em}table.results{width:100%}table.results td{font-size:100%;background-color:#fff;border-left:none;border-top:none;border-right:none;border-bottom:none;margin:0.1em;border-right:solid #777 0.1em;border-bottom:solid #777 0.1em;vertical-align:top}table.results th{font-size:100%;background-color:#ddf;border-left:none;border-top:none;border-right:solid #777 0.1em;border-bottom:solid #777 0.1em;margin:0.3em;padding-top:0.5em;padding-right:0.5em;border-right:solid #777 0.1em;border-bottom:solid #777 0.1em;vertical-align:top}.collapse{display:none}.expand{display:block}.nrml{color:black}.info{color:black}.warn{color:black;background-color:#ffd}.eror{color:black;background-color:#fdd}.mesg{color:green}.dbug{color:black;background-color:#ddf}.sortheader{color:black;text-decoration:none;position:relative;border:none}.colclose{float:right;color:#aaa}.sortarrow{float:left;color:#aaa;border:none}table.viewTable{padding:0;margin:0;border-style:none;border-width:0;height:40em;width:100%;border-spacing:0}div.viewTabs{background-color:#fff;padding:0}div.viewWindows{width:100%;height:100%;overflow:auto;margin:0em;padding:0em;border-right:solid #aaa 0.1em;border-left:solid #aaa 0.1em;border-bottom:solid #aaa 0.1em;background-color:#ccc}div.querySelect{background-color:#ccc;width:100%;height:100%;border-left:solid #aaa 0.1em;border-bottom:solid #aaa 0.1em;overflow:auto;margin:0em;padding:0em}td.viewTableData{padding:0em;margin:0em;height:100%;width:80%}td.queryTableData{padding:0em;margin:0em;border-width:0em;height:100%;width:20%;border-style:none}table.viewTable tr{height:100%;margin:0em;padding:0em;border-style:none}a{color:#3B5998;text-decoration:none;cursor:pointer}a.inactive{background-color:#eee;border-right:solid #ddd 0.1em;border-top:solid #aaa 0.1em;border-left:solid #aaa 0.1em;padding-top:0.3em;padding-left:0.8em;padding-right:0.8em;padding-bottom:0em;margin-right:0.1em;color:#99f;text-decoration:none}a.active{background-color:#ccc;border-right:solid #ddd 0.1em;border-top:solid #aaa 0.1em;border-left:solid #aaa 0.1em;padding-top:0.3em;padding-left:0.8em;padding-right:0.8em;padding-bottom:0em;margin-right:0.1em;color:#22f;text-decoration:none}input.tabQueryName{border:solid #aaa 0.1em;width:100%;padding:0em}input.delQueryButton{border:none;color:#c00;background-color:#ccc;cursor:pointer;padding:0em}td.checkboxTD{padding-right:0.5em}.sourceHighlight{background-color:yellow}#MenuBar{padding:0.5em;position:fixed;top:0;bottom:auto;left:0;right:0;background-color:#eee;border:0.1em solid #aaa}#TabulatorStatusWidget{position:fixed;top:0;bottom:auto;left:auto;right:0}div.mapKeyDiv{position:relative;float:right;margin:0.3em;color:#777;background:#fff;border:solid #777 0.1em;padding:0.1em}span.closeQuerySpan{float:right;text-align:right;height:0.1em;overflow:visible}span.openQuerySpan{float:left;overflow:visible;height:0em;text-align:left;position:relative;top:0em;z-index:1}input.textinput{width:100%;border:none;font-size:95%;padding:0em;margin:0}textarea.textinput{border:none}.pendingedit{color:#bbb}td.undetermined{color:gray;font-style:italic}td.undetermined table{color:black;font-style:normal}.outlineMenu{position:absolute;height:10em;background:#FFFFFF none repeat scroll 0%;overflow-x:hidden;overflow-y:auto;border:1px solid}.outlineMenu table{cursor:default;width:100%;text-align:left;padding:5px 5px}.outlineMenu div{overflow:auto;white-space:nowrap}.outlineMenu td{color:#654d6c}.outlineMenu .activeItem{background:#D1C6DA}.outlineMenu input{margin:0.2em}div.bottom-border{border:.2em solid transparent;width:100%}div.bottom-border-active{cursor:copy;border:.2em solid;border-color:#ffa600}.deleteIcon{margin-left:0.1em}.deleteCol{float:right;display:inline}.suggestion_list{background:white;border:1px solid;padding:4px}.suggestion_list ul{padding:0;margin:0;list-style-type:none}.suggestion_list a{text-decoration:none;color:navy}.suggestion_list .selected{background:navy;color:white}.suggestion_list .selected a{color:white}#autosuggest{display:none}div.PhotoContentPane{float:left;width:900px;border:1px solid #AAAAAA;padding:10px}div.PhotoListPanel{float:left;padding:5px;border:1px solid #AAAAAA;width:540px;min-height:300px}div.PhotoInfoPanel{float:left;padding:10px;border:1px solid #AAAAAA;width:300px;text-align:center;margin:0px 0px 10px 10px}div.TagMenu{float:left;padding:10px;border:1px solid #AAAAAA;width:300px;margin:0px 0px 0px 10px;text-align:justify}.tagItem{float:left;padding:2px;margin:2px;cursor:pointer}.tagItem_h{float:left;padding:2px;margin:1px;border:1px solid #DDBB99;background-color:#DDEEFF;cursor:pointer}div.photoItem{float:left;width:100%}div.photoFrame{border-right:1px solid #AAAAAA;width:260px;padding:10px;margin:10px 10px 10px 10px;text-align:center;float:left}img.photoThumbnail{border:1px solid #CCCCCC;margin:auto auto auto auto}.photoListTags{width:200px;margin-top:10px;padding-top:10px;float:left}.photoList_tag{background:transparent url("https://solid.github.io/solid-ui/src/originalIcons/tag_tiny.png") 0px 1px no-repeat;padding:1px 0px 1px 18px;margin-left:5px}.TagMenu_tag{background:transparent url("https://solid.github.io/solid-ui/src/originalIcons/tag_tiny.png") 0px 1px no-repeat;padding:1px 0px 1px 18px;margin-left:5px}div.photoImportContentPane{float:left;padding:0px;width:930px;border:1px solid #AAAAAA;padding:10px}.photoImportTitle{font-size:16px;font-weight:bold}.photoItemPanel{width:260px;height:300px;float:left;padding:10px;border:1px solid #AAAAAA;margin:0px 10px 10px 0px}.photoControlImg{border:0px;cursor:pointer}.photoControlImgInactive{opacity:.5;border:0px}#photoPageInfo{font-family:Arial;font-size:14px;font-weight:bold}.controls{clear:both;text-align:right;margin:15px 15px 0px 0px}.controlButton{margin:0px 0px 0px 10px}div.TagPane{min-width:500px;border:1px solid #AAAAAA;padding:10px}div.TagSemanticsPanel{margin:5px 0px 20px 0px}div.TagSemanticsTable{width:100%;font-family:Arial;font-size:12px}div.AddTagSemantics{margin:50px 0px 10px 0px}.controlSelect{margin:5px;font-family:Arial;font-size:12px}.tagURIInput{margin:5px;font-family:Arial;font-size:12px;width:300px}div.TagPane hr{border:1px solid #AAAAAA}.tableViewPane table th{background-color:#eee;color:black}.tableViewPane table th a{color:#555}.tableViewPane table .selectors td{background-color:#ccc}.tableViewPane table td{border-bottom:1px solid black;border-right:1px solid black}.tableViewPane .toolbar td{border:none}.tableViewPane .sparqlButton{width:16px;height:16px;border:1px solid black}.tableViewPane .sparqlDialog{position:fixed;top:40px;left:100px;width:600px;background:white;border:1px solid black;padding:5px}.tableViewPane .sparqlDialog textarea{width:590px;height:250px}.tableViewPane a{color:#3B5998;text-decoration:none;font-weight:bold}.tableViewPane a:link{color:#3B5998;text-decoration:none;font-weight:bold}.tableViewPane a:visited{color:#3B5998;text-decoration:none;font-weight:bold}.tableViewPane a:hover{color:#3B5998;text-decoration:underline;font-weight:bold}.tableViewPane a:active{color:#888;text-decoration:none}.tableViewPane tr{border-color:#444;padding-left:0.3em;padding-right:0.3em}.inquiry{padding-left:0.2em;color:red;font-family:Arial;font-weight:bold}.formPane a{color:#3B5998;text-decoration:none}.formPane a:link{color:#3B5998;text-decoration:none}.formPane a:visited{color:#3B5998;text-decoration:none}.formPane a:hover{color:#3B5998;font-weight:bold}.formPane a:active{color:#888;text-decoration:none}html,body{height:100%}.db-layout{display:flex;flex-direction:column}.db-layout__content{flex:1 0 auto}.db-layout__footer,.db-layout__header{flex-shrink:0}body{font-family:sans-serif}strong{font-weight:bold}
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
+
352
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
+ }
353
1086
 
354
1087
  /*# sourceMappingURL=mash.css.map*/