-
Notifications
You must be signed in to change notification settings - Fork 1
/
vmachine.xml
636 lines (574 loc) · 11.1 KB
/
vmachine.xml
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
/**
* @license vmachine.css for VM 5.0
* Updated: Aug 10 2015 by roman bleier
* Adds CSS styling to VM 5.0
**/
body{
width:100%;
margin:0;
padding:0;
font-size:12px;
width:100%;
min-width:770px;
background-color:#fff;
}
h2,
h3,
h4,
h5,
h6{
color:;
line-height:115%;
}
h2{
font-size:17px;
}
h3{
font-size:14px;
}
h4{
font-size:12px;
}
h5{
font-size:14px;
}
h6{
font-size:14px;
}
/* BEGIN styles for main banner*/
div#mainBanner{
float:left;
width:100%;
height: 10em;
position:fixed;
top:0;
left:0;
z-index:10;
background-color: #2c577f;
background-size: cover;
background-repeat:no-repeat;
}
div#mainBanner div#brandingLogo{
float:left;
max-width: 10%;
height: 10em;
}
div#mainBanner div#brandingLogo img{
max-width: 80%;
margin:5%;
max-height:125%;
}
div#mainBanner div#bannerImageContainer{
width: 70;
float: left;
}
div#mainBanner div#bannerImageContainer>img{
height: 0em;
margin-left: 50px;
}
div#headline{
padding:2em;
position: absolute;
top: 0;
left: 37%
}
div#mainBanner div#headline h1{
margin:0;
color: #eeeeee;
font-family: sans-serif;
font-size: x-large;
}
div#mainBanner div#headline span.versionCount{
font-size:1.07em;
font-style:italic;
}
/* END styles for main banner*/
/* BEGIN styles top navigation and dropdown menu*/
div#mainBanner nav#mainControls{
border-top: 1px solid #eeeeee;
margin: 2px;
padding:1px;
position:absolute;
bottom:5px;
width:80%;
}
nav#mainControls button img{
height:.55em;/*controls the size of the arrow button in dropdown menu*/
padding-left: 15px; /*added to create some space between the text and the arrow*/
}
/*styling of version dropdown list items*/
#mainControls > ul > li ul.dropdown{
position:absolute;
border:1px solid #fff;
margin:0;
padding:0;
z-index:0;1
}
#mainControls > ul > li ul.dropdown li{
display:block;
float:none;
padding:2px;
min-width:12em;
clear:both;
background-color:#fff;
cursor:pointer;
}
#mainControls > ul > li ul li:hover{
width:auto;
/*font-weight:800;*/
}
div.listText{
display:table;
font-size: 0.9em;
}
/*styling of div containing the names of individual witnesses in version dropdown*/
div.listText div:first-child{
width:75%;
padding-right:5px;
display:table-cell;
vertical-align:middle;
}
/*styling of div containing the on-off button in version dropdown*/
div.listText div:last-child{
text-align:center;
width:15%;
vertical-align:middle;
display:table-cell;
height:100%;
}
/*following css controls the visibility of the version dropdown*/
ul#witnessList.notVisible li{
visibility: hidden;
}
/* END styles top navigation and dropdown menu*/
div#mssArea{
float:left;
width:100%;
height: 100%;
margin:10em 0 0;
padding: 0 0 2em 0;
overflow:hidden;
z-index:10;
}
div.panel{
float:left;
width:35%; /* changed this--CHECK*/
min-height:250px;
min-width:250px;
margin:0;
padding:0;
/* by default the panels are set to 'top: -1px; left: -1px', this is used by JS code to identify panels without location*/
left: -1px;
top: -1px;
background:white;
cursor: move;
}
/*position:absolute to prevent that adjacent panels get moved on resize*/
div.panel.ui-resizable{
position:absolute;
}
div#mssArea div.panel div.panelBanner,
.viewerHandle{
background:#2c577f;
border: 1px solid white;
;
}
div#mssArea div.panel div.panelBanner{
height:1.6em;
line-height:1.6em;
margin:0;
padding:3px 7px 3px 10px;
font-family:sans-serif;
color:white;/*changed from black to be easier to read*/
font-weight:400;/*changed from 800 to be easier to read*/
}
div#mssArea div.panel div.panelBanner select.witnessMenu{
width:160px;
}
div#mssArea div.mssPanel{
overflow:hidden;
min-width:300px;
z-index:2;
}
div.imgPanel{
overflow:hidden;
background-color:#000;
z-index:2;
}
div#mssArea div.mssPanel div.panelBanner,
div#mssArea div.imgPanel div.panelBanner{
border-bottom:1px solid black;
}
div#mssArea div.panel div.panelBanner img.closePanel{
float:right;
cursor:pointer;
width:1.4em;
height:1.4em;
}
div#mssArea div.panel div.mssContent{
margin:10px;
padding:0;
line-height:20px;
}
div#mssArea div.panel div.mssContent img.imgLink{
float:left;
width:24px;
height:24px;
margin:0 5px;
cursor:pointer;
border: 1px solid white;
}
.facs-images{
float:right;
}
div#mssArea div.panel div.noteContent{
padding:10px 10px 10px 20px;
}
div#mssArea div.panel div#noNotesFound{
display:none;
font-weight:800;
}
div#mssArea div.panel div.noteContent div.witnesses{
float:right;
margin-left:0.5em;
color:;
font-style:italic;
}
div#mssArea div.panel div.noteContent div.position{
color:#000066;
text-decoration:underline;
cursor:pointer;
margin-left:-10px;
}
div#mssArea div.panel div.bibContent,
div#mssArea div.panel div.critContent{
padding:10px;
}
div#mssArea div.panel div.bibContent,
div#mssArea div.panel div.critContent,
div#mssArea div.panel div.noteContent{
cursor:text;
}
#bibPanel, #notesPanel, #critPanel{
overflow: hidden;
}
div.head,
div.line,
div.paragraph{
clear:both;
}
div.line{
margin:0 4em 0 2.5em;
padding:0;
cursor: auto;
}
div.line div.linenumber,
div.line div.emptynumber{
float:left;
margin-left:-2.5em;
width:2em;
}
div.line div.linenumber{
text-align:right;
color:#003366;
text-decoration:underline;
cursor:pointer;
}
div.head{
font-size:115%;
color:#003366;
}
div.epigraph{
text-align:center;
margin:4px 25px;
font-size:85%;
}
table.mssTable{
margin:0 auto 0 auto;
}
table.mssTable td{
padding:0 7px;
}
div.noteicon,
div.choice,
div.rdgGrp{
cursor:pointer;
position:relative;
}
div.noteicon{
bottom:7px;
margin-left:6px;
margin-right:6px;
font-size:85%;
color:#003366;
border-bottom:1px solid #000066;
display:inline
}
div.choice,
div.rdgGrp{
border-bottom:thin dashed #666;
}
div.choice{
display:inline;
}
div.head div.noteicon{
font-size:74% !important;
}
div.noteicon div.note,
div.choice div.corr,
div.rdgGrp div.altRdg{
display:none;
}
div.noteicon div.note{
text-decoration:none !important;
}
div.noteicon:hover div.note{
left:-125px;
min-width:250px;
max-width:500px;
background:white;
}
div.choice:hover div.corr,
div.rdgGrp:hover span.altRdg{
left:0;
min-width:175px;
max-width:350px;
background:white;
font-size:90%;
}
div.paragraph{
padding:0;
margin:0;
}
div.mssContent div.paragraph div.reading{
margin:6px 0;
}
div.apparatus div.reading{
display:none;
}
div.apparatus{
display:none;
cursor: pointer;
}
em.label{
color:#009900;
font-style:italic;
font-weight:800;
text-transform:capitalize;
}
del{
text-decoration:line-through;
color:#330000;
}
ins{
text-decoration:none;
color:#003300;
}
span.unclear{
color:#666666;
}
.rend-underline,
.rend-underscore{
text-decoration:underline;
}
.rend-italics,
.rend-italic{
font-style:italic;
}
.rend-overstrike,
.rend-strikethrough,
.rend-strike{
text-decoration:line-through;
}
.rend-center{
text-align:center;
}
.place-above,
.rend-superscript{
vertical-align:super;
font-size:85%;
line-height:0;
}
.place-below{
vertical-align:sub;
font-size:85%;
line-height:0;
}
.stanzabreak{
display:none;
}
div.type-stanza{
margin-bottom:25px;
}
.pagebreak{
margin:10px auto 10px auto;
clear:right;
min-width:20px;
}
div.rend-right{
text-align:right;
}
.clickable{
cursor:pointer;
}
.highlighted{
font-weight:800;
background:#FFFF99;
}
.viewerHandle{
cursor:move;
clear:both;
margin:0;
padding:0.32em;
height:1.4em;
line-height:1.4em;
color:white;/*changed from black to be easier to read*/
font-weight:400;/*changed from 800 to be easier to read*/
font-family:sans-serif;
overflow:hidden;
position:absolute;
top:0;
left:0;
width:100%;
z-index:10;
}
span.viewerHandleLt{
font-size:1em;
float:left;
text-align:left;
}
.viewerHandleRt{
float:right;
cursor:pointer;
height:1.22em;
width:1.22em;
margin:0 10px;
}
.viewerContent{
margin:0 0.16em 0.16em 0.16em;
padding:0 0.16em 0.16em 0.16em;
overflow:visible;
}
.viewerContent img{
display:block;
margin:0 auto 0 auto;
border:none;
max-width:37.5em;
max-height:37.5em;
}
#mainControls ul{
padding:0;
margin:233px
}
#mainControls > ul > li{
display:inline-block;
list-style-type:none;
padding: 0 5px 5px 15px;; /* changed from 5px*/
font-size: 1em; /*changed from 1.2em*/
font-family:sans-serif;/*added*/
position:relative;
float:left;
}
/* style dropdown button */
.topMenuButton{
font-family: "Segoe UI";
font-weight: 300;
display: block;
background-color:#2c577f;
font-size: 1.2em;
margin: 0;
border: 2px groove white; /*changed from 1px*/
border-radius: 5px;
color:#fff;
cursor:pointer;
}
.topMenuButton:hover{
background: radial-gradient(farthest-corner at 5px 5px ,#9aa0a5 40%, #4589C7 100%); /*changed to gradient*/
}
.noDisplay{
display:none;
}
.notVisible{
visibility:hidden;
}
/*img menuicon*/
#mainControls img.menuicon{
width: 1em;
}
/* end style dropdown list */
/*OnOff button in dropdown and navigation*/
.dropdown button{
width: 3em;
height: 2em;
}
.dropdown a{
color:black
text-decoration: none;
}
button{
background-color:#2c577f;
color: #fff;
}
.imgPanel button{
color: #000;
}
.buttonPressed{
background: radial-gradient(farthest-corner at 5px 5px , #4589C7 25%, #9aa0a5 100%);
}
/*end OnOff button styling*/
div.panel.highlight,
.dropdown .highlight{
border: 1px solid grey;
}
#showNote{
padding:7px 20px;
font-size:105%;
color:black;
text-align:left;
border:thick solid #003366;
background:white;
font-weight:400 !important;
z-index:6;
max-width: 500px;
max-height: 500px;
overflow:auto;
}
#showNote.clicked{
display:block;
}
.audioPlayer{
cursor:pointer;
}
/* change colour of match app/line highlight*/
.matchLineHi, .matchLineHiClicked{
background-color: #F0E68C;
}
.matchAppHi, .matchAppHiClicked{
background-color: #F6E613;
}
.ui-resizable-helper { border: 2px dotted #2c577f; }
.viewerContent .buttons button{
background-color: #ccc;
}
/* BEGIN responsive styles media queries*/
@media screen and (max-width: 800px){
div#mainBanner nav#mainControls{
position:absolute;
bottom:0;
}
}
@media screen and (max-width: 600px){
#mainBanner #headline h1{
font-size: 1em;
}
div#mainBanner div#bannerImageContainer>img{
display: none;
}
#mainControls >ul>li>button{
font-size: 1em;
}
#mainControls>ul>li{
padding:2px;
}
}
/*END responsive styles*/