quackage 1.0.66 → 1.0.68

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.
@@ -0,0 +1,73 @@
1
+ /* ============================================================================
2
+ Pict Docuserve - Base Styles
3
+ ============================================================================ */
4
+
5
+ /* Reset and base */
6
+ *, *::before, *::after {
7
+ box-sizing: border-box;
8
+ }
9
+
10
+ html, body {
11
+ margin: 0;
12
+ padding: 0;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
14
+ font-size: 16px;
15
+ line-height: 1.5;
16
+ color: #423D37;
17
+ background-color: #fff;
18
+ -webkit-font-smoothing: antialiased;
19
+ -moz-osx-font-smoothing: grayscale;
20
+ }
21
+
22
+ /* Typography */
23
+ h1, h2, h3, h4, h5, h6 {
24
+ margin-top: 0;
25
+ line-height: 1.3;
26
+ }
27
+
28
+ a {
29
+ color: #2E7D74;
30
+ text-decoration: none;
31
+ }
32
+
33
+ a:hover {
34
+ color: #256861;
35
+ }
36
+
37
+ /* Application container */
38
+ #Docuserve-Application-Container {
39
+ min-height: 100vh;
40
+ }
41
+
42
+ /* Utility: scrollbar styling */
43
+ ::-webkit-scrollbar {
44
+ width: 8px;
45
+ }
46
+
47
+ ::-webkit-scrollbar-track {
48
+ background: #F5F0E8;
49
+ }
50
+
51
+ ::-webkit-scrollbar-thumb {
52
+ background: #D4CCBE;
53
+ border-radius: 4px;
54
+ }
55
+
56
+ ::-webkit-scrollbar-thumb:hover {
57
+ background: #B5AA9A;
58
+ }
59
+
60
+ /* Responsive adjustments */
61
+ @media (max-width: 768px) {
62
+ html {
63
+ font-size: 14px;
64
+ }
65
+
66
+ #Docuserve-Sidebar-Container {
67
+ display: none;
68
+ }
69
+
70
+ .docuserve-body {
71
+ flex-direction: column;
72
+ }
73
+ }
package/docs/index.html CHANGED
@@ -9,7 +9,7 @@
9
9
  <title>Documentation</title>
10
10
 
11
11
  <!-- Application Stylesheet -->
12
- <link href="https://cdn.jsdelivr.net/npm/pict-docuserve@0/dist/css/docuserve.css" rel="stylesheet">
12
+ <link href="css/docuserve.css" rel="stylesheet">
13
13
  <!-- KaTeX stylesheet for LaTeX equation rendering -->
14
14
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.css">
15
15
  <!-- PICT Dynamic View CSS Container -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "Generated": "2026-02-14T20:13:43.318Z",
2
+ "Generated": "2026-04-09T23:24:31.410Z",
3
3
  "GitHubOrg": "stevenvelozo",
4
4
  "DefaultBranch": "master",
5
5
  "Groups": [
@@ -8,16 +8,6 @@
8
8
  "Key": "debug",
9
9
  "Description": "",
10
10
  "Modules": [
11
- {
12
- "Name": "dist",
13
- "Repo": "dist",
14
- "Group": "debug",
15
- "Branch": "master",
16
- "HasDocs": false,
17
- "HasCover": false,
18
- "Sidebar": [],
19
- "DocFiles": []
20
- },
21
11
  {
22
12
  "Name": "output_docs",
23
13
  "Repo": "output_docs",
@@ -27,16 +17,6 @@
27
17
  "HasCover": false,
28
18
  "Sidebar": [],
29
19
  "DocFiles": []
30
- },
31
- {
32
- "Name": "testenv",
33
- "Repo": "testenv",
34
- "Group": "debug",
35
- "Branch": "master",
36
- "HasDocs": false,
37
- "HasCover": false,
38
- "Sidebar": [],
39
- "DocFiles": []
40
20
  }
41
21
  ]
42
22
  },
@@ -90,23 +70,12 @@
90
70
  "commands/documentation/indoctrinate-index.md",
91
71
  "commands/documentation/indoctrinate.md",
92
72
  "commands/documentation/prepare-docs.md",
73
+ "commands/documentation/prepare-local.md",
93
74
  "commands/package-management/README.md",
94
75
  "commands/package-management/lint.md",
95
76
  "commands/package-management/luxuryupdatepackage.md",
96
77
  "commands/package-management/updatepackage.md"
97
78
  ]
98
- },
99
- {
100
- "Name": "css",
101
- "Repo": "css",
102
- "Group": "docs",
103
- "Branch": "master",
104
- "HasDocs": true,
105
- "HasCover": false,
106
- "Sidebar": [],
107
- "DocFiles": [
108
- "css/docuserve.css"
109
- ]
110
79
  }
111
80
  ]
112
81
  },