@healthcatalyst/catalyst-docfx-template 1.0.101 → 1.0.103

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@healthcatalyst/catalyst-docfx-template",
3
- "version": "1.0.101",
3
+ "version": "1.0.103",
4
4
  "license": "MIT",
5
5
  "description": "A DocFX Template patching the Default template.",
6
6
  "publishConfig": {
package/styles/main.css CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  button,
14
14
  a {
15
- color: #00aeff;
15
+ color: #006d9a;
16
16
  }
17
17
 
18
18
 
@@ -22,7 +22,7 @@ button:hover,
22
22
  button:focus,
23
23
  a:hover,
24
24
  a:focus {
25
- color: #33beff;
25
+ color: #004256;
26
26
  }
27
27
 
28
28
 
@@ -31,7 +31,7 @@ a:focus {
31
31
  body,
32
32
  p {
33
33
  line-height: 1.5;
34
- color: #555;
34
+ color: #131314;
35
35
  font-weight: 400;
36
36
  font-size: 15px;
37
37
  page-break-inside: avoid;
@@ -61,14 +61,14 @@ article h1 {
61
61
  font-weight: 300;
62
62
  line-height: 1.2;
63
63
  margin-bottom: 35px;
64
- color: black;
64
+ color: #131314;
65
65
  }
66
66
 
67
67
  article h2 {
68
68
  font-size: 26px;
69
69
  font-weight: 600;
70
70
  line-height: 1.5;
71
- color: #333;
71
+ color: #004256;
72
72
  margin-top: 25px;
73
73
  }
74
74
 
@@ -76,14 +76,14 @@ article h3 {
76
76
  font-size: 22px;
77
77
  font-weight: 600;
78
78
  line-height: 1.5;
79
- color: #333;
79
+ color: #131314;
80
80
  margin-top: 30px;
81
81
  }
82
82
 
83
83
  article h4 {
84
84
  font-size: 18px;
85
85
  line-height: 1.5;
86
- color: #333;
86
+ color: #006d9a;
87
87
  font-weight: 600;
88
88
  border-bottom: none;
89
89
  margin-top: 25px;
@@ -94,7 +94,7 @@ article h5 {
94
94
  font-size: 16px;
95
95
  line-height: 1.25em;
96
96
  font-weight: 600;
97
- color: #333;
97
+ color: #131314;
98
98
  margin-top: 20px;
99
99
  }
100
100
 
@@ -192,6 +192,37 @@ article ul {
192
192
  page-break-inside: avoid;
193
193
  }
194
194
 
195
+ /* Nesting ordered lists */
196
+
197
+ article ol ol {
198
+ list-style-type: lower-alpha;
199
+ }
200
+
201
+ article ol ol ol,
202
+ article ol ul ol,
203
+ article ul ol ol,
204
+ article ul ul ol {
205
+ list-style-type: lower-roman;
206
+ }
207
+
208
+ */
209
+ article ol ol {
210
+ list-style-type: lower-alpha;
211
+ }
212
+
213
+ article ul li ul li:last-child,
214
+ article ol li ol li:last-child {
215
+ margin-bottom:6px!important
216
+ }
217
+
218
+ article ul li ul li ul li:first-child,
219
+ article ol li ol li ol li:first-child {
220
+ margin-top:6px!important
221
+ }
222
+ article ul li ul li ul li:last-child,
223
+ article ol li ol li ol li:last-child {
224
+ margin-bottom:6px!important
225
+ }
195
226
 
196
227
  /* First-level bullets margin */
197
228
 
@@ -223,7 +254,6 @@ article ul>li:last-child {
223
254
  padding-bottom: 10px;
224
255
  }
225
256
 
226
-
227
257
  /* Exclude these overrides from tab group headers */
228
258
 
229
259
  article .tabGroup>ul>li:before {
@@ -234,7 +264,6 @@ article .tabGroup>ul>li:last-child {
234
264
  padding-bottom: 0;
235
265
  }
236
266
 
237
-
238
267
  /* Second-level bullets */
239
268
 
240
269
  article ul li ul li,
@@ -336,6 +365,10 @@ pre {
336
365
  margin-bottom: 10px;
337
366
  }
338
367
 
368
+ .article ol li img {
369
+ margin-top:0px;
370
+ }
371
+
339
372
 
340
373
  /* Tables */
341
374
 
@@ -359,20 +392,20 @@ pre {
359
392
  font-size: 14px;
360
393
  }
361
394
 
362
- th {
395
+ tr>th, th {
363
396
  font-weight: 600;
364
397
  color: #006d9a;
365
398
  }
366
399
 
367
400
  .table-bordered>thead>tr>td,
368
401
  .table-bordered>thead>tr>th {
369
- border-bottom: 1px solid #D7DDE4;
402
+ border-bottom: 1px solid #006d9a;
370
403
  padding-top: 15px;
371
404
  font-size: 14px;
372
405
  }
373
406
 
374
407
  td:nth-of-type(1) {
375
- font-weight: 600;
408
+ font-weight: 400;
376
409
  }
377
410
 
378
411
  .table-striped>tbody>tr:nth-of-type(2n+1) {
@@ -385,18 +418,18 @@ td:nth-of-type(1) {
385
418
  .alert {
386
419
  color: #333;
387
420
  background-color: white;
388
- border-top: #d7dde4 solid 1px;
389
- border-right: #d7dde4 solid 1px;
390
- border-bottom: #d7dde4 solid 1px;
391
- box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
392
- margin-top: 30px;
393
- margin-bottom: 30px;
421
+ border: solid 1px;
422
+ box-shadow: none;
423
+ margin-top: 20px;
424
+ margin-bottom: 20px;
425
+ padding-left: 40px;
394
426
  }
395
427
 
396
428
  .alert h5 {
397
- font-size: 18px;
429
+ font-size: 15px;
398
430
  text-transform: none;
399
431
  padding-bottom: 5px;
432
+ margin-bottom: 0px !important;
400
433
  }
401
434
 
402
435
  .alert h5:before {
@@ -409,44 +442,61 @@ td:nth-of-type(1) {
409
442
  -moz-osx-font-smoothing: grayscale;
410
443
  margin-right: 8px;
411
444
  font-weight: normal;
445
+ margin-left: -25px;
446
+ vertical-align: text-top;
447
+ }
448
+
449
+ .alert h5:after {
450
+ content: ": ";
412
451
  }
413
452
 
414
- .alert-info h5 {
415
- color: #6e53a3;
453
+ .alert h5,
454
+ .alert >p:first-of-type
455
+ {
456
+ display: inline;
457
+ line-height: 1.25;
458
+ padding-bottom: 7px;
416
459
  }
417
460
 
461
+ .alert-info {
462
+ background-color: #E2F5FF;
463
+ border-color: #C6EAFF;
464
+ }
465
+
466
+ .alert-info h5, .alert-info p, .alert-info li {
467
+ color: #004358;
468
+ }
469
+
418
470
  .alert-info h5:before {
419
471
  content: "\f05a";
420
472
  }
421
473
 
422
- .alert-info {
423
- border-left: #6e53a3 solid 8px;
474
+ .alert-warning {
475
+ background-color: #F6DAD2;
476
+ border-color: #eeb5a5;
424
477
  }
425
478
 
426
- .alert-warning h5 {
427
- color: #f8961d;
479
+ .alert-warning h5, .alert-warning p, .alert-warning li {
480
+ color: #662613;
428
481
  }
429
482
 
430
483
  .alert-warning h5:before {
431
484
  content: "\f071";
432
485
  }
433
486
 
434
- .alert-warning {
435
- border-left: #f8961d solid 8px;
487
+ .alert-danger {
488
+ background-color: #fff8d8;
489
+ border-color: #fff0b2;
436
490
  }
437
491
 
438
- .alert-danger h5 {
439
- color: #00aeff;
440
- }
492
+ .alert-danger h5, .alert-danger p, .alert-danger li {
493
+ color: #953C09;
494
+ }
441
495
 
442
496
  .alert-danger h5:before {
443
497
  content: "\f06a";
444
498
  }
445
499
 
446
- .alert-danger {
447
- border-left: #00aeff solid 8px;
448
- }
449
-
450
500
  .label-info {
451
501
  background-color: #00aeff;
452
502
  line-height: 2.25;
@@ -466,40 +516,34 @@ td:nth-of-type(1) {
466
516
  margin-top: 25px;
467
517
  }
468
518
 
519
+ #platform-box,
469
520
  #install-box,
470
521
  #user-box {
471
- border-left: #00abf9 solid 8px;
472
- }
473
-
474
- #developer-box {
475
- border-left: #f8961d solid 8px;
522
+ color: #131314;
523
+ border-left: #006d9a solid 6px;
524
+ border-top: #006d9a solid 1px;
525
+ border-right: #006d9a solid 1px;
526
+ border-bottom: #006d9a solid 1px;
476
527
  }
477
528
 
478
- #admin-box {
479
- border-left: #00a859 solid 8px;
529
+ #CADS-box, #admin-box {
530
+ border-left: #528052 solid 6px;
531
+ border-top: #528052 solid 1px;
532
+ border-right: #528052 solid 1px;
533
+ border-bottom: #528052 solid 1px;
480
534
  }
481
535
 
482
- #platform-box {
483
- border-left: #00abf9 solid 6px;
536
+ #ACO-box, #developer-box, #OPM-box {
537
+ border-left: #ce4709 solid 6px;
538
+ border-top: #ce4709 solid 1px;
539
+ border-right: #ce4709 solid 1px;
540
+ border-bottom: #ce4709 solid 1px;
484
541
  }
485
542
 
486
- #CADS-box {
487
- border-left: #6E53A3 solid 6px;
488
- }
489
-
490
- #ACO-box {
491
- border-left: #F89E54 solid 6px;
492
- }
493
-
494
- #OPM-box {
495
- border-left: #E04E5B solid 6px;
496
- }
497
-
498
-
499
543
  /* TOC */
500
544
 
501
545
  .toc .level1>li {
502
- color: #6D6E70;
546
+ color: #131314;
503
547
  font-size: 14px;
504
548
  /* text-transform: uppercase; */
505
549
  margin-bottom: 5px;
@@ -511,24 +555,24 @@ td:nth-of-type(1) {
511
555
  }
512
556
 
513
557
  .toc .nav>li>a {
514
- color: #6D6E70;
558
+ color: #131314;
515
559
  padding-top: 10px;
516
560
  line-height: 1.2;
517
561
  }
518
562
 
519
563
  .toc .nav>li.active>a {
520
- color: #00aeff;
564
+ color: #004256;
521
565
  border-bottom-width: 4px;
522
566
  }
523
567
 
524
568
  .toc .nav>li>a:hover,
525
569
  .toc .nav>li>a:focus {
526
- color: #00aeff;
570
+ color: #004256;
527
571
  }
528
572
 
529
573
  .toc .nav>li.active>a:hover,
530
574
  .toc .nav>li.active>a:focus {
531
- color: #00aeff;
575
+ color: #004256;
532
576
  }
533
577
 
534
578
 
@@ -759,10 +803,10 @@ body .toc,
759
803
  .affix ul>li>a:hover,
760
804
  .affix ul>li.active>a,
761
805
  .affix ul>li>a:focus {
762
- color: #00aeff;
806
+ color: #004256;
763
807
  text-decoration: none;
764
808
  background-color: transparent;
765
- border-left-color: #00aeff;
809
+ border-left-color: #004256;
766
810
  }
767
811
 
768
812
 
@@ -787,7 +831,7 @@ body .toc,
787
831
  /* All links */
788
832
 
789
833
  .affix ul>li>a {
790
- color: #999;
834
+ color: #131314;
791
835
  border-left: 2px solid transparent;
792
836
  padding-top: 4px;
793
837
  padding-left: 20px;
@@ -861,16 +905,16 @@ output {
861
905
  /* Search results */
862
906
 
863
907
  .sr-item>.item-href {
864
- color: #a1a1a1;
908
+ color: #131314;
865
909
  }
866
910
 
867
911
  .pagination>.active>a {
868
- background-color: #00AEFF;
869
- border-color: #00AEFF;
912
+ background-color: #004256;
913
+ border-color: #004256;
870
914
  }
871
915
 
872
916
  .pagination>li>a {
873
- color: #00aeff;
917
+ color: #004256;
874
918
  }
875
919
 
876
920
  .pagination>.disabled>a,
@@ -933,7 +977,7 @@ output {
933
977
  #home-page-subhead {
934
978
  font-size: 18px;
935
979
  line-height: 1.5;
936
- color: #333;
980
+ color: #131314;
937
981
  font-weight: 600;
938
982
  margin-top: 25px;
939
983
  margin-bottom: 10px;
@@ -943,6 +987,7 @@ output {
943
987
  /*Home page column headers */
944
988
 
945
989
  #home-page-col-head,
990
+ #home-page-col-head-platform,
946
991
  #home-page-col-head-dev,
947
992
  #home-page-col-head-ACO,
948
993
  #home-page-col-head-CADS,
@@ -953,13 +998,13 @@ output {
953
998
  margin-top: 25px;
954
999
  }
955
1000
 
956
- #home-page-col-head {
957
- color: #00abf9;
1001
+ #home-page-col-head, #home-page-col-head-platform {
1002
+ color: #006d9a;
958
1003
  }
959
1004
 
960
1005
  #home-page-col-head-dev,
961
1006
  #home-page-col-head-ACO {
962
- color: #f8961d;
1007
+ color: #ce4709;
963
1008
  }
964
1009
 
965
1010
  #home-page-col-head-OPM {
@@ -967,7 +1012,7 @@ output {
967
1012
  }
968
1013
 
969
1014
  #home-page-col-head-CADS {
970
- color: #6E53A3;
1015
+ color: #528052;
971
1016
  }
972
1017
 
973
1018
 
@@ -978,6 +1023,25 @@ output {
978
1023
  margin-left: -30px;
979
1024
  }
980
1025
 
1026
+ .home-box {
1027
+ background-color: white;
1028
+ margin-top: 25px;
1029
+ margin-bottom: 30px;
1030
+ padding: 15px;
1031
+ border-radius: 5px;
1032
+ }
1033
+
1034
+ .home-box h5 {
1035
+ font-size: 18px;
1036
+ text-transform: none;
1037
+ margin-top:0px;
1038
+ margin-bottom:0px;
1039
+ padding-bottom: 10px;
1040
+ }
1041
+
1042
+ .home-box p:last-of-type {
1043
+ margin-bottom: 0px;
1044
+ }
981
1045
 
982
1046
  /* -------------------------------------------------------------- */
983
1047
 
@@ -1070,7 +1134,7 @@ output {
1070
1134
  }
1071
1135
 
1072
1136
  .dropdown-menu li>a {
1073
- color: #333333;
1137
+ color: #131314;
1074
1138
  font-weight: 300;
1075
1139
  padding: 12px 24px;
1076
1140
  width: 100%;
@@ -1078,12 +1142,12 @@ output {
1078
1142
 
1079
1143
  .dropdown-menu li>a:hover {
1080
1144
  background-color: #ddd !important;
1081
- color: #333 !important;
1145
+ color: #131314 !important;
1082
1146
  }
1083
1147
 
1084
1148
  .dropdown-menu>.active>a,
1085
1149
  .dropdown-menu>.active>a:focus {
1086
- color: #333;
1150
+ color: #131314;
1087
1151
  background-color: #f1f1f1;
1088
1152
  }
1089
1153
 
@@ -1202,7 +1266,7 @@ output {
1202
1266
  height: 30px;
1203
1267
  width: 100%;
1204
1268
  max-width: 180px;
1205
- color: #333;
1269
+ color: #131314;
1206
1270
  -webkit-appearance: none;
1207
1271
  -moz-appearance: none;
1208
1272
  appearance: none;
@@ -1252,13 +1316,13 @@ output {
1252
1316
  }
1253
1317
 
1254
1318
  .docs-subnav-search-icon {
1255
- color: #333333;
1319
+ color: #131314;
1256
1320
  padding: 0 2px 1px 2px;
1257
1321
  display: inline-flex;
1258
1322
  }
1259
1323
 
1260
1324
  .docs-subnav-search-close {
1261
- color: #333;
1325
+ color: #131314;
1262
1326
  padding: 0 20px;
1263
1327
  font-size: 20px;
1264
1328
  cursor: pointer;
@@ -1301,7 +1365,7 @@ output {
1301
1365
  }
1302
1366
 
1303
1367
  #search-query {
1304
- color: #333333;
1368
+ color: #131314;
1305
1369
  font-size: 14px;
1306
1370
  font-family: 'Open Sans', sans-serif;
1307
1371
  padding-left: 10px;
@@ -1389,7 +1453,7 @@ a.anchor {
1389
1453
 
1390
1454
  .feedback-top-left {
1391
1455
  font-size: 16px;
1392
- color: #333;
1456
+ color: #131314;
1393
1457
  }
1394
1458
 
1395
1459
  .feedback-top-left>.form-group {
@@ -1414,7 +1478,7 @@ a.anchor {
1414
1478
  }
1415
1479
 
1416
1480
  .feedback-button:not(:disabled):hover {
1417
- color: #333;
1481
+ color: #131314;
1418
1482
  background-color: #e5e5e5;
1419
1483
  }
1420
1484
 
@@ -1621,7 +1685,7 @@ a.anchor {
1621
1685
  /* Styling for code copy buttons ------------------------- */
1622
1686
 
1623
1687
  .copy-code-button {
1624
- color: #333333;
1688
+ color: #131314;
1625
1689
  background-color: #f1f1f1;
1626
1690
  border: 1px solid #a1a1a1;
1627
1691
  border-radius: 3px 3px 3px 3px;
@@ -1639,7 +1703,7 @@ a.anchor {
1639
1703
  .copy-code-button:focus {
1640
1704
  cursor: pointer;
1641
1705
  background-color: #e5e5e5;
1642
- color: #333;
1706
+ color: #131314;
1643
1707
  }
1644
1708
 
1645
1709
  .copy-code-button:focus {
@@ -1673,7 +1737,7 @@ pre {
1673
1737
  */
1674
1738
 
1675
1739
  .statusMessage {
1676
- background-color: #d9eaf2;
1740
+ background-color: #aae2c8;
1677
1741
  font-size: 13.5px;
1678
1742
  font-weight: 600;
1679
1743
  padding-top: 15px;
@@ -1697,7 +1761,7 @@ pre {
1697
1761
  .toc-deprecated:before {
1698
1762
  content: 'Deprecated' !important;
1699
1763
  background-color: #d7dde4;
1700
- color: #333;
1764
+ color: #131314;
1701
1765
  border-radius: 3px;
1702
1766
  font-size: 9px;
1703
1767
  text-transform: uppercase;
@@ -1787,4 +1851,31 @@ pre {
1787
1851
  margin-left: -52px;
1788
1852
  padding-right: 10px;
1789
1853
  color: #00aeff;
1790
- }
1854
+ }
1855
+
1856
+ /* Formats the use case table, including inserting the use case header */
1857
+
1858
+ .use-case { /* Sets the width of the use case table */
1859
+ width:100%;
1860
+ }
1861
+
1862
+ .use-case td:first-child { /* Sets the width of the first column */
1863
+ width:20%;
1864
+ }
1865
+
1866
+ .use-case td:first-child img { /* Sets properties for the image in the first column */
1867
+
1868
+ padding-right:15px;
1869
+ height: 125px;
1870
+ width: 125px;
1871
+ border:none !important;
1872
+ }
1873
+
1874
+ .use-case::before { /* Adds the heading "Use Case" above the table; applies the same formatting to that heading that's used for h3 */
1875
+ content: "Use Case";
1876
+ font-size: 22px;
1877
+ font-weight: 600;
1878
+ line-height: 1.5;
1879
+ color: #131314;
1880
+ margin-top: 30px;
1881
+ }