-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
530 lines (429 loc) · 13.4 KB
/
styles.css
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
html {
overflow-y: scroll;
}
body#wholeDocument {
-webkit-text-size-adjust:none;
font-family: Helvetica, sans-serif;
font-size: 12px;
color: rgb(102,102,102);
font-family: "Optima", sans-serif;
font-size: 13px;
line-height: 1.32;
background-color: rgb(254,255,255);
}
table {
border-collapse: collapse;
}
div {
width: 100%;
box-sizing: border-box;
min-height: 13px;
}
div#centered, .temp {
display: block;
text-align: center;
}
div#centered > table, div.temp-wrapper {
margin: 0 auto;
text-align: left;
}
tr.outline-row > td > div, table.note-table {
display: inline-table;
}
tr.outline-row > td > div > div, tr.outline-row > td div.note-icon, tr.note-row > td > div, table.outline-column div, table.note-table div {
display: inline-table;
}
div.column, div.note-filler > div {
display: inline-block;
}
tr#header div {
display: inline-block;
}
td,th {
padding: 0px;
empty-cells: show;
}
div.force-wrap {
table-layout: fixed;
word-wrap: break-word;
}
tr#header {
border-bottom: 1px solid rgba(0,0,0,0.25);
}
/* This is the table used for just the outline column/note column and is nested in the cell for the outline column of the row */
table.outline-column td, table.outline-column-note td {
border-bottom: 0px;
border-left: 0px;
}
tr.outline-row > td, tr.note-row > td {
height: inherit;
}
table.outline-column, tr.outline-row td, tr.note-row td, div.outline-column-div, div.note-filler, tr#header td, tr#header > td > div, div.note-outline-column-div {
height: 100%;
}
@media all and (-ms-high-contrast:none) {
/* Target IE */
div#centered tr.outline-row > td, div#centered tr.note-row > td, div#centered tr#header td {
height: 5px;
}
}
@supports (-ms-accelerator:true) {
/* Target MS Edge */
div#centered tr.outline-row > td, div#centered tr.note-row > td, div#centered tr#header td {
height: 5px;
}
}
tr#header div, table.outline-column, table.note-table {
width: 100%;
}
.handle {
white-space: nowrap;
text-align:right;
vertical-align: baseline;
}
td.label {
text-align: right;
white-space: nowrap;
}
td.label, .column {
vertical-align: baseline;
}
tr.note-row td.label {
/* Same row label is put in invisibly the note to keep alignment but,
if it's a large font size, this will cause the note to be taller
than it should be. This works around that */
line-height: 0;
}
div.white-space {
white-space: pre-wrap;
}
/********* START ********
Grid lines
*************************/
tr#header td > div {
}
div.note-div, div.note-filler, div.outline-column-div, tr.outline-row > td:not(.column) > div.fill-cell, div.note-outline-column-div, tr.outline-row > td:nth-of-type(1) > div {
border-top: 1px solid rgba(0,0,0,0.05);
}
/** don't put horizontal grid line under the column titles if shown **/
div#centered table:nth-of-type(2) div {
border-top: none;
}
/** don't put a grid line between a row and its note **/
tr.note-row div, div.note-outline-column-div, tr.outline-row > td:nth-of-type(1) > div {
border-top: none;
}
table.whole-row:last-of-type {
border-bottom: 1px solid rgba(0,0,0,0.05)
}
table#column-header {
border-top: 1px solid rgba(0,0,0,0.05)
}
table#column-header ~ table.whole-row:first-of-type {
border-top: none;
}
tr.outline-row > td:last-of-type:not(.column) > div.fill-cell, tr.note-row > td:last-of-type:not(.note) > div.note-filler, tr#header td:last-of-type > div {
}
/* END grid lines */
table.outline-column-note {
width: 100%;
height: 100%;
}
.fill-cell {
height: 100%;
width: 100%;
}
.summary_node {
background: rgba(0,0,0,.12);
}
/* To make checkbox columns always centered */
div#centered div.checkbox {
text-align: center;
}
table.outline-column td:not(:last-of-type) {
}
/********* START ********
Expand/collapse
*************************/
.visible {
}
.hidden {
display: none;
}
.temp {
min-height: 0px;
}
/* END expand/collapse */
div.note-outline-column-div table {
vertical-align: top;
}
td.empty {
display: none;
}
/********* START ********
Image handle styles
*************************/
td.note {
vertical-align: baseline;
}
div.handle img {
vertical-align: middle;
}
div.note-icon {
text-align: center;
}
img.status {
height: 13px;
width: 13px;
position: relative;
bottom: 1px;
top: 0px;
}
img.checkbox-column {
height: 13px;
width: 13px;
vertical-align: middle;
}
img.leaf {
height: 5px;
width: 5px;
position: relative;
top: -1px;
}
img.parent {
height: 9px;
width: 9px;
}
img.note-icon {
height: 13px;
width: 13px;
position: relative;
vertical-align: middle;
}
/* END image handle styles */
/********* START ********
Padding values
*************************/
/* Column text */
table.outline-column td:nth-of-type(4), div.column, tr#header div > div > div {
padding-left: 4px;
padding-right: 4px;
}
table.outline-column td:nth-of-type(4), div.column, div.note-icon {
padding-bottom: 7px;
padding-top: 6px;
}
/* When a note is expanded, the row it belongs to doesn't have bottom row padding, that padding goes to the bottom of the note */
table.note-expanded table.outline-column td:nth-of-type(4), table.note-expanded div.column, table.note-expanded div.note-icon {
padding-bottom: 0px;
}
/* last-child class is set by JS */
tr.last-child table.outline-column td:nth-of-type(4), tr.last-child div.column, tr.last-child div.note-icon {
padding-bottom: 7px;
}
/* Note text */
table.note-table td:nth-of-type(4) {
padding-left: 4px;
padding-right: 4px;
margin-top: 0px;
padding-bottom: 7px;
}
table.note-table {
margin-top: 0px;
}
/* Set above children padding */
tr[data-state="expanded"][data-has-children="1"] table.outline-column td:nth-of-type(4), tr[data-state="expanded"][data-has-children="1"] div.column {
padding-bottom: 7px;
}
/* When there are children and note is expanded, don't set above children padding on the row, it goes to the note */
tr[data-state="expanded"][data-has-children="1"].note-expanded table.outline-column td:nth-of-type(4), tr[data-state="expanded"][data-has-children="1"].note-expanded div.column, tr[data-state="expanded"][data-has-children="1"].note-expanded div.note-icon {
padding-bottom: 0px;
}
/* Set above children padding on the note when it is visible */
tr[data-state="expanded"][data-has-children="1"].note-expanded + tr.note-row table.note-table td:nth-of-type(4) {
padding-bottom: 7px;
}
/* Set last child padding on the note when it is visible, last-child class is set through JS */
tr.note-row.last-child table.note-table td:nth-of-type(4) {
padding-bottom: 7px;
}
td.label {
padding-top: 0px;
padding-left: 2px;
padding-right: 3px;
}
td.label:empty {
vertical-align: inherit;
}
img.parent {
padding-right: 3px;
}
img.leaf {
padding-right: 5px;
}
/* End padding values */
tr.note-row td.note {
/* padding-left: 5px;
padding-right: 3px; */
border: none;
color: rgb(146,146,146);
font-style: italic;
font-style: italic;
}
tr.note-row td.note-bg {
}
table.whole-row, table.whole-note, table#column-header, div.temp-wrapper {
width: 1771px;
}
/******************
Column widths and styles, including background. Also applies to column titles. Skip tr.note-row for the outline column.
These fold in any named styles applied to columns so any manual changes to named styles will also need to be done here
*******************/
/* When notes are set to span columns, need to override column widths */
div#centered table.span-columns {
width: 100%;
max-width: 100%;
}
/* Column widths + backgrounds */
table.outline-column {
width: 491px;
max-width: 491px;
}
tr#header td:nth-of-type(1), tr.outline-row > td:nth-of-type(1) {
width: 491px;
max-width: 491px;
}
tr#header td:nth-of-type(2), tr.outline-row > td:nth-of-type(2), tr.note-row > td:nth-of-type(2) {
width: 193px;
max-width: 193px;
}
tr#header td:nth-of-type(3), tr.outline-row > td:nth-of-type(3), tr.note-row > td:nth-of-type(3) {
width: 227px;
max-width: 227px;
}
tr#header td:nth-of-type(4), tr.outline-row > td:nth-of-type(4), tr.note-row > td:nth-of-type(4) {
width: 334px;
max-width: 334px;
}
tr#header td:nth-of-type(5), tr.outline-row > td:nth-of-type(5), tr.note-row > td:nth-of-type(5) {
width: 189px;
max-width: 189px;
}
tr#header td:nth-of-type(6), tr.outline-row > td:nth-of-type(6), tr.note-row > td:nth-of-type(6) {
width: 164px;
max-width: 164px;
}
tr#header td:nth-of-type(7), tr.outline-row > td:nth-of-type(7), tr.note-row > td:nth-of-type(7) {
width: 173px;
max-width: 173px;
}
/* Column styles but not background. Separate from above because this doesn't apply to column titles. Skip tr.note-row for the outline column. */
tr.outline-row > td:nth-of-type(1), tr.note-row > td:nth-of-type(1){
}
tr.outline-row > td:nth-of-type(1) {
}
tr.outline-row > td:nth-of-type(2), tr.note-row > td:nth-of-type(2){
}
tr.outline-row > td:nth-of-type(3), tr.note-row > td:nth-of-type(3){
}
tr.outline-row > td:nth-of-type(4), tr.note-row > td:nth-of-type(4){
}
tr.outline-row > td:nth-of-type(5), tr.note-row > td:nth-of-type(5){
}
tr.outline-row > td:nth-of-type(6), tr.note-row > td:nth-of-type(6){
}
tr.outline-row > td:nth-of-type(7), tr.note-row > td:nth-of-type(7){
}
/* Column header style */
tr#header div > div > div {
padding-bottom: 2px;
}
tr#header > td > div > div {
}
/* Level Styles */
/*****************
Level# styles – Does not include background colors. Applied to both nested outline column table and divs in non-nested row cells. Applied to row label cell of note rows.
Level# background color – Applied to both div holding nested outline column table and divs in non-nested row cells
Level# gutter color – Only applied to nested table for outline column
******************/
/* Level 1 styles */
tr.outline-row.level-1 td, tr.outline-row.level-1 div > div, tr.note-row.level-1 table.note-table td:nth-of-type(3) {
color: rgb(158,66,157);
font-family: "Baskerville", sans-serif;
font-size: 32px;
}
/* Level 1 background color */
tr.level-1 > td > div.alt-row-layer > div, tr.level-1.note-row > td > div {
background-color: rgba(158,66,157,0.15);
}
/* Level 1 gutter color */
tr.outline-row.level-1 table.outline-column td:not(:last-of-type) {
}
/* Level 2 styles */
tr.outline-row.level-2 td, tr.outline-row.level-2 div > div, tr.note-row.level-2 table.note-table td:nth-of-type(3) {
color: rgb(3,141,158);
font-family: "Baskerville", sans-serif;
font-size: 24px;
}
/* Level 2 background color */
tr.level-2 > td > div.alt-row-layer > div, tr.level-2.note-row > td > div {
background-color: rgba(3,141,158,0.15);
}
/* Level 2 gutter color */
tr.outline-row.level-2 table.outline-column td:not(:last-of-type) {
}
/* Level 3 styles */
tr.outline-row.level-3 td, tr.outline-row.level-3 div > div, tr.note-row.level-3 table.note-table td:nth-of-type(3) {
font-family: "Baskerville", sans-serif;
font-style: italic;
font-size: 16px;
}
/* Level 3 background color */
tr.level-3 > td > div.alt-row-layer > div, tr.level-3.note-row > td > div {
background-color: rgba(144,144,144,0.12);
}
/* Level 3 gutter color */
tr.outline-row.level-3 table.outline-column td:not(:last-of-type) {
}
/*********************************************
Named styles info:
Padding values are not included here because they are additive and can affect a different row than the one that has the attribute
*********************************************/
/* Named Styles */
div#centered tr td .ns-esaGNHoovYO-Vermilion, .ns-esaGNHoovYO-Vermilion, div#centered .ns-esaGNHoovYO-Vermilion div {
color: rgb(159,60,56);
}
div#centered tr td .ns-iiDYggGaunu-Ultramarine, .ns-iiDYggGaunu-Ultramarine, div#centered .ns-iiDYggGaunu-Ultramarine div {
color: rgb(93,103,212);
}
div#centered tr td .ns-g0MTwSIvHLI-Malachite, .ns-g0MTwSIvHLI-Malachite, div#centered .ns-g0MTwSIvHLI-Malachite div {
color: rgb(61,153,96);
}
div#centered tr td .ns-hzc-jeI75P5-Ochre, .ns-hzc-jeI75P5-Ochre, div#centered .ns-hzc-jeI75P5-Ochre div {
color: rgb(189,144,24);
}
div#centered tr td .ns-eiUz6IBsQl4-Kohl, .ns-eiUz6IBsQl4-Kohl, div#centered .ns-eiUz6IBsQl4-Kohl div {
color: rgb(0,0,0);
}
/* Named Styles Backgroud Colors */
div#centered tr td .ns-bg-esaGNHoovYO-Vermilion, .ns-bg-esaGNHoovYO-Vermilion {
}
div#centered tr td .ns-bg-iiDYggGaunu-Ultramarine, .ns-bg-iiDYggGaunu-Ultramarine {
}
div#centered tr td .ns-bg-g0MTwSIvHLI-Malachite, .ns-bg-g0MTwSIvHLI-Malachite {
}
div#centered tr td .ns-bg-hzc-jeI75P5-Ochre, .ns-bg-hzc-jeI75P5-Ochre {
}
div#centered tr td .ns-bg-eiUz6IBsQl4-Kohl, .ns-bg-eiUz6IBsQl4-Kohl {
}
/* Named Styles Gutter Colors */
div#centered tr td .ns-gutter-esaGNHoovYO-Vermilion, .ns-gutter-esaGNHoovYO-Vermilion {
}
div#centered tr td .ns-gutter-iiDYggGaunu-Ultramarine, .ns-gutter-iiDYggGaunu-Ultramarine {
}
div#centered tr td .ns-gutter-g0MTwSIvHLI-Malachite, .ns-gutter-g0MTwSIvHLI-Malachite {
}
div#centered tr td .ns-gutter-hzc-jeI75P5-Ochre, .ns-gutter-hzc-jeI75P5-Ochre {
}
div#centered tr td .ns-gutter-eiUz6IBsQl4-Kohl, .ns-gutter-eiUz6IBsQl4-Kohl {
}