robindoc 3.7.7 → 3.7.8
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/lib/styles.css +95 -95
- package/package.json +1 -1
package/lib/styles.css
CHANGED
|
@@ -11,20 +11,6 @@
|
|
|
11
11
|
scrollbar-width: thin;
|
|
12
12
|
scrollbar-color: var(--r-main-200) transparent;
|
|
13
13
|
box-sizing: border-box;
|
|
14
|
-
}.r-code-span {
|
|
15
|
-
font-family: var(--monospace-font, monospace, monospace);
|
|
16
|
-
background-color: var(--r-main-100);
|
|
17
|
-
border: 1px solid var(--r-main-200);
|
|
18
|
-
color: var(--r-main-950);
|
|
19
|
-
border-radius: 4px;
|
|
20
|
-
padding: 2px 6px;
|
|
21
|
-
font-size: inherit;
|
|
22
|
-
font-weight: 500;
|
|
23
|
-
letter-spacing: 0.5px;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.r-code-span + .r-content-link-external {
|
|
27
|
-
margin-left: -12px;
|
|
28
14
|
}.r-header {
|
|
29
15
|
position: sticky;
|
|
30
16
|
background-color: var(--r-main-50);
|
|
@@ -448,6 +434,20 @@
|
|
|
448
434
|
z-index: 1001;
|
|
449
435
|
}.r-keylink.keylink-to-navigation:focus {
|
|
450
436
|
margin-top: -40px;
|
|
437
|
+
}.r-code-span {
|
|
438
|
+
font-family: var(--monospace-font, monospace, monospace);
|
|
439
|
+
background-color: var(--r-main-100);
|
|
440
|
+
border: 1px solid var(--r-main-200);
|
|
441
|
+
color: var(--r-main-950);
|
|
442
|
+
border-radius: 4px;
|
|
443
|
+
padding: 2px 6px;
|
|
444
|
+
font-size: inherit;
|
|
445
|
+
font-weight: 500;
|
|
446
|
+
letter-spacing: 0.5px;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.r-code-span + .r-content-link-external {
|
|
450
|
+
margin-left: -12px;
|
|
451
451
|
}.r-article {
|
|
452
452
|
padding: 20px 0 40px;
|
|
453
453
|
grid-area: content;
|
|
@@ -1252,47 +1252,6 @@
|
|
|
1252
1252
|
user-select: none;
|
|
1253
1253
|
pointer-events: none;
|
|
1254
1254
|
box-sizing: border-box;
|
|
1255
|
-
}.r-breadcrumbs {
|
|
1256
|
-
grid-area: breadcrumbs;
|
|
1257
|
-
list-style: none;
|
|
1258
|
-
margin: 0;
|
|
1259
|
-
padding: 20px 0 0;
|
|
1260
|
-
line-height: 2;
|
|
1261
|
-
}
|
|
1262
|
-
@media screen and (width >= 768px) {
|
|
1263
|
-
.r-breadcrumbs {
|
|
1264
|
-
padding: 32px 0 0;
|
|
1265
|
-
}
|
|
1266
|
-
}
|
|
1267
|
-
|
|
1268
|
-
.r-breadcrumb {
|
|
1269
|
-
display: inline;
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
|
-
.r-breadcrumb._previous::after {
|
|
1273
|
-
content: "/";
|
|
1274
|
-
font-weight: 600;
|
|
1275
|
-
margin-inline: 8px;
|
|
1276
|
-
}
|
|
1277
|
-
|
|
1278
|
-
.r-breadcrumb-link {
|
|
1279
|
-
color: var(--r-main-700);
|
|
1280
|
-
text-decoration: none;
|
|
1281
|
-
}
|
|
1282
|
-
.r-breadcrumb-link:hover {
|
|
1283
|
-
color: var(--r-primary-800);
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
|
-
.r-breadcrumb-link,
|
|
1287
|
-
.r-breadcrumb-title {
|
|
1288
|
-
display: inline;
|
|
1289
|
-
padding: 6px 0;
|
|
1290
|
-
margin: 0;
|
|
1291
|
-
}
|
|
1292
|
-
|
|
1293
|
-
.r-breadcrumb-title {
|
|
1294
|
-
color: var(--r-main-950);
|
|
1295
|
-
font-weight: 600;
|
|
1296
1255
|
}.r-contents {
|
|
1297
1256
|
grid-area: contents;
|
|
1298
1257
|
}
|
|
@@ -1532,9 +1491,47 @@
|
|
|
1532
1491
|
}
|
|
1533
1492
|
.r-contents-git:hover {
|
|
1534
1493
|
color: var(--r-main-900);
|
|
1535
|
-
}.r-
|
|
1494
|
+
}.r-breadcrumbs {
|
|
1495
|
+
grid-area: breadcrumbs;
|
|
1496
|
+
list-style: none;
|
|
1497
|
+
margin: 0;
|
|
1498
|
+
padding: 20px 0 0;
|
|
1499
|
+
line-height: 2;
|
|
1500
|
+
}
|
|
1501
|
+
@media screen and (width >= 768px) {
|
|
1502
|
+
.r-breadcrumbs {
|
|
1503
|
+
padding: 32px 0 0;
|
|
1504
|
+
}
|
|
1505
|
+
}
|
|
1506
|
+
|
|
1507
|
+
.r-breadcrumb {
|
|
1508
|
+
display: inline;
|
|
1509
|
+
}
|
|
1510
|
+
|
|
1511
|
+
.r-breadcrumb._previous::after {
|
|
1512
|
+
content: "/";
|
|
1513
|
+
font-weight: 600;
|
|
1514
|
+
margin-inline: 8px;
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
.r-breadcrumb-link {
|
|
1536
1518
|
color: var(--r-main-700);
|
|
1537
|
-
|
|
1519
|
+
text-decoration: none;
|
|
1520
|
+
}
|
|
1521
|
+
.r-breadcrumb-link:hover {
|
|
1522
|
+
color: var(--r-primary-800);
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1525
|
+
.r-breadcrumb-link,
|
|
1526
|
+
.r-breadcrumb-title {
|
|
1527
|
+
display: inline;
|
|
1528
|
+
padding: 6px 0;
|
|
1529
|
+
margin: 0;
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1532
|
+
.r-breadcrumb-title {
|
|
1533
|
+
color: var(--r-main-950);
|
|
1534
|
+
font-weight: 600;
|
|
1538
1535
|
}.r-pagination {
|
|
1539
1536
|
grid-area: pagination;
|
|
1540
1537
|
display: grid;
|
|
@@ -1607,6 +1604,9 @@
|
|
|
1607
1604
|
|
|
1608
1605
|
.r-pagination-svg {
|
|
1609
1606
|
display: block;
|
|
1607
|
+
}.r-last-modified {
|
|
1608
|
+
color: var(--r-main-700);
|
|
1609
|
+
margin-block-start: 16px;
|
|
1610
1610
|
}.r-backdrop {
|
|
1611
1611
|
position: fixed;
|
|
1612
1612
|
top: 0;
|
|
@@ -1742,6 +1742,16 @@
|
|
|
1742
1742
|
|
|
1743
1743
|
.r-code-section-filename {
|
|
1744
1744
|
font-family: var(--monospace-font, monospace, monospace);
|
|
1745
|
+
}.r-block {
|
|
1746
|
+
position: relative;
|
|
1747
|
+
width: 100%;
|
|
1748
|
+
overflow: auto;
|
|
1749
|
+
margin-block-start: 12px;
|
|
1750
|
+
margin-block-end: 12px;
|
|
1751
|
+
scrollbar-width: thin;
|
|
1752
|
+
scrollbar-color: var(--r-main-200) transparent;
|
|
1753
|
+
box-sizing: border-box;
|
|
1754
|
+
z-index: 1;
|
|
1745
1755
|
}.r-blockquote {
|
|
1746
1756
|
padding: 4px 12px 4px 20px;
|
|
1747
1757
|
border: 4px solid var(--r-main-100);
|
|
@@ -1799,16 +1809,6 @@
|
|
|
1799
1809
|
}
|
|
1800
1810
|
.r-blockquote-caution .r-blockquote-title {
|
|
1801
1811
|
color: var(--r-caution);
|
|
1802
|
-
}.r-block {
|
|
1803
|
-
position: relative;
|
|
1804
|
-
width: 100%;
|
|
1805
|
-
overflow: auto;
|
|
1806
|
-
margin-block-start: 12px;
|
|
1807
|
-
margin-block-end: 12px;
|
|
1808
|
-
scrollbar-width: thin;
|
|
1809
|
-
scrollbar-color: var(--r-main-200) transparent;
|
|
1810
|
-
box-sizing: border-box;
|
|
1811
|
-
z-index: 1;
|
|
1812
1812
|
}.r-h1 {
|
|
1813
1813
|
font-size: 32px;
|
|
1814
1814
|
line-height: 1.4;
|
|
@@ -1940,6 +1940,34 @@
|
|
|
1940
1940
|
|
|
1941
1941
|
.r-copy-button-svg {
|
|
1942
1942
|
display: block;
|
|
1943
|
+
}.r-copy-text {
|
|
1944
|
+
position: relative;
|
|
1945
|
+
cursor: pointer;
|
|
1946
|
+
background: none;
|
|
1947
|
+
border: 0;
|
|
1948
|
+
padding: 0;
|
|
1949
|
+
font: inherit;
|
|
1950
|
+
padding: 6px 0;
|
|
1951
|
+
}
|
|
1952
|
+
.r-copy-text:hover {
|
|
1953
|
+
color: var(--r-main-950);
|
|
1954
|
+
}
|
|
1955
|
+
.r-copy-text::before {
|
|
1956
|
+
content: "";
|
|
1957
|
+
position: absolute;
|
|
1958
|
+
bottom: 0;
|
|
1959
|
+
left: 0;
|
|
1960
|
+
width: 100%;
|
|
1961
|
+
height: 1px;
|
|
1962
|
+
background: linear-gradient(to right, currentColor 30%, transparent 0%, transparent 80%, currentColor 80%) repeat-x 0px/8px;
|
|
1963
|
+
transition: background 0.2s;
|
|
1964
|
+
box-sizing: border-box;
|
|
1965
|
+
opacity: 0.6;
|
|
1966
|
+
}
|
|
1967
|
+
|
|
1968
|
+
.r-copy-text:active,
|
|
1969
|
+
.r-copy-text._active {
|
|
1970
|
+
color: var(--r-success);
|
|
1943
1971
|
}.r-content-link {
|
|
1944
1972
|
text-decoration: none;
|
|
1945
1973
|
color: inherit;
|
|
@@ -1989,34 +2017,6 @@
|
|
|
1989
2017
|
background-color: currentColor;
|
|
1990
2018
|
border-radius: 0 0 0 4px;
|
|
1991
2019
|
box-sizing: border-box;
|
|
1992
|
-
}.r-copy-text {
|
|
1993
|
-
position: relative;
|
|
1994
|
-
cursor: pointer;
|
|
1995
|
-
background: none;
|
|
1996
|
-
border: 0;
|
|
1997
|
-
padding: 0;
|
|
1998
|
-
font: inherit;
|
|
1999
|
-
padding: 6px 0;
|
|
2000
|
-
}
|
|
2001
|
-
.r-copy-text:hover {
|
|
2002
|
-
color: var(--r-main-950);
|
|
2003
|
-
}
|
|
2004
|
-
.r-copy-text::before {
|
|
2005
|
-
content: "";
|
|
2006
|
-
position: absolute;
|
|
2007
|
-
bottom: 0;
|
|
2008
|
-
left: 0;
|
|
2009
|
-
width: 100%;
|
|
2010
|
-
height: 1px;
|
|
2011
|
-
background: linear-gradient(to right, currentColor 30%, transparent 0%, transparent 80%, currentColor 80%) repeat-x 0px/8px;
|
|
2012
|
-
transition: background 0.2s;
|
|
2013
|
-
box-sizing: border-box;
|
|
2014
|
-
opacity: 0.6;
|
|
2015
|
-
}
|
|
2016
|
-
|
|
2017
|
-
.r-copy-text:active,
|
|
2018
|
-
.r-copy-text._active {
|
|
2019
|
-
color: var(--r-success);
|
|
2020
2020
|
}.r-li {
|
|
2021
2021
|
line-height: 1.8;
|
|
2022
2022
|
margin-block-start: 6px;
|
package/package.json
CHANGED