robindoc 0.0.0-experimental-b2c83b2 → 0.0.0-experimental-b3b2ced
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 +76 -76
- package/package.json +1 -1
package/lib/styles.css
CHANGED
|
@@ -374,24 +374,6 @@
|
|
|
374
374
|
--r-cl-60: #86181d;
|
|
375
375
|
--r-cl-61: #144620;
|
|
376
376
|
--r-cl-62: #c24e00;
|
|
377
|
-
}.r-blog-container {
|
|
378
|
-
min-height: calc(100dvh - var(--r-header-height));
|
|
379
|
-
overflow-wrap: break-word;
|
|
380
|
-
box-sizing: border-box;
|
|
381
|
-
}
|
|
382
|
-
@media screen and (width >= 1180px) {
|
|
383
|
-
.r-blog-container {
|
|
384
|
-
display: grid;
|
|
385
|
-
justify-content: space-between;
|
|
386
|
-
column-gap: 40px;
|
|
387
|
-
grid-template-areas: "breadcrumbs contents" "content contents" "pagination contents";
|
|
388
|
-
grid-template-columns: 760px 220px;
|
|
389
|
-
grid-template-rows: auto 1fr auto;
|
|
390
|
-
}
|
|
391
|
-
}.r-page-container {
|
|
392
|
-
min-height: calc(100dvh - var(--r-header-height));
|
|
393
|
-
overflow-wrap: break-word;
|
|
394
|
-
box-sizing: border-box;
|
|
395
377
|
}.r-docs-container {
|
|
396
378
|
min-height: calc(100dvh - var(--r-header-height));
|
|
397
379
|
overflow-wrap: break-word;
|
|
@@ -414,6 +396,24 @@
|
|
|
414
396
|
grid-template-columns: 200px 640px 238px;
|
|
415
397
|
grid-template-rows: auto 1fr auto;
|
|
416
398
|
}
|
|
399
|
+
}.r-blog-container {
|
|
400
|
+
min-height: calc(100dvh - var(--r-header-height));
|
|
401
|
+
overflow-wrap: break-word;
|
|
402
|
+
box-sizing: border-box;
|
|
403
|
+
}
|
|
404
|
+
@media screen and (width >= 1180px) {
|
|
405
|
+
.r-blog-container {
|
|
406
|
+
display: grid;
|
|
407
|
+
justify-content: space-between;
|
|
408
|
+
column-gap: 40px;
|
|
409
|
+
grid-template-areas: "breadcrumbs contents" "content contents" "pagination contents";
|
|
410
|
+
grid-template-columns: 760px 220px;
|
|
411
|
+
grid-template-rows: auto 1fr auto;
|
|
412
|
+
}
|
|
413
|
+
}.r-page-container {
|
|
414
|
+
min-height: calc(100dvh - var(--r-header-height));
|
|
415
|
+
overflow-wrap: break-word;
|
|
416
|
+
box-sizing: border-box;
|
|
417
417
|
}.keylink-to-content {
|
|
418
418
|
position: absolute !important;
|
|
419
419
|
top: 8px;
|
|
@@ -1035,31 +1035,6 @@
|
|
|
1035
1035
|
font-size: 14px;
|
|
1036
1036
|
color: var(--r-main-600);
|
|
1037
1037
|
margin: 12px 0 0;
|
|
1038
|
-
}.r-header-social {
|
|
1039
|
-
display: flex;
|
|
1040
|
-
flex: 1;
|
|
1041
|
-
justify-content: flex-end;
|
|
1042
|
-
}
|
|
1043
|
-
@media screen and (width >= 1024px) {
|
|
1044
|
-
.r-header-social {
|
|
1045
|
-
flex: none;
|
|
1046
|
-
justify-content: unset;
|
|
1047
|
-
}
|
|
1048
|
-
}
|
|
1049
|
-
|
|
1050
|
-
.r-header-social-git {
|
|
1051
|
-
color: var(--r-main-700);
|
|
1052
|
-
transition: color 0.2s;
|
|
1053
|
-
}
|
|
1054
|
-
.r-header-social-git:hover, .r-header-social-git:focus {
|
|
1055
|
-
color: var(--r-main-950);
|
|
1056
|
-
}.r-container {
|
|
1057
|
-
max-width: 1180px;
|
|
1058
|
-
padding-right: 12px;
|
|
1059
|
-
padding-left: 12px;
|
|
1060
|
-
margin-right: auto;
|
|
1061
|
-
margin-left: auto;
|
|
1062
|
-
box-sizing: border-box;
|
|
1063
1038
|
}.r-dropdown {
|
|
1064
1039
|
position: relative;
|
|
1065
1040
|
color: var(--r-main-600);
|
|
@@ -1139,6 +1114,31 @@
|
|
|
1139
1114
|
|
|
1140
1115
|
.r-dropdown-link._active {
|
|
1141
1116
|
color: var(--r-primary-700);
|
|
1117
|
+
}.r-header-social {
|
|
1118
|
+
display: flex;
|
|
1119
|
+
flex: 1;
|
|
1120
|
+
justify-content: flex-end;
|
|
1121
|
+
}
|
|
1122
|
+
@media screen and (width >= 1024px) {
|
|
1123
|
+
.r-header-social {
|
|
1124
|
+
flex: none;
|
|
1125
|
+
justify-content: unset;
|
|
1126
|
+
}
|
|
1127
|
+
}
|
|
1128
|
+
|
|
1129
|
+
.r-header-social-git {
|
|
1130
|
+
color: var(--r-main-700);
|
|
1131
|
+
transition: color 0.2s;
|
|
1132
|
+
}
|
|
1133
|
+
.r-header-social-git:hover, .r-header-social-git:focus {
|
|
1134
|
+
color: var(--r-main-950);
|
|
1135
|
+
}.r-container {
|
|
1136
|
+
max-width: 1180px;
|
|
1137
|
+
padding-right: 12px;
|
|
1138
|
+
padding-left: 12px;
|
|
1139
|
+
margin-right: auto;
|
|
1140
|
+
margin-left: auto;
|
|
1141
|
+
box-sizing: border-box;
|
|
1142
1142
|
}.r-theme-switcher {
|
|
1143
1143
|
position: relative;
|
|
1144
1144
|
display: flex;
|
|
@@ -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;
|
|
@@ -2072,11 +2072,6 @@
|
|
|
2072
2072
|
|
|
2073
2073
|
.r-td_right {
|
|
2074
2074
|
text-align: right;
|
|
2075
|
-
}.r-tr {
|
|
2076
|
-
border-collapse: collapse;
|
|
2077
|
-
}
|
|
2078
|
-
.r-tr:not(:first-child) {
|
|
2079
|
-
border-top: 1px solid var(--r-main-200);
|
|
2080
2075
|
}.r-th {
|
|
2081
2076
|
padding: 8px 12px;
|
|
2082
2077
|
border-collapse: collapse;
|
|
@@ -2103,6 +2098,11 @@
|
|
|
2103
2098
|
|
|
2104
2099
|
.r-th_right {
|
|
2105
2100
|
text-align: right;
|
|
2101
|
+
}.r-tr {
|
|
2102
|
+
border-collapse: collapse;
|
|
2103
|
+
}
|
|
2104
|
+
.r-tr:not(:first-child) {
|
|
2105
|
+
border-top: 1px solid var(--r-main-200);
|
|
2106
2106
|
}.r-task-li.r-task-li {
|
|
2107
2107
|
margin-block-start: 2px;
|
|
2108
2108
|
margin-block-end: 2px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "robindoc",
|
|
3
|
-
"version": "0.0.0-experimental-
|
|
3
|
+
"version": "0.0.0-experimental-b3b2ced",
|
|
4
4
|
"description": "Robindoc is a framework for automatically creating documentation websites based on markdown files, built on React.js Server Components",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"scripts": {
|