|
a |
|
b/docs/assets/stylesheets/extra.css |
|
|
1 |
[data-md-color-scheme="default"] { |
|
|
2 |
--md-primary-fg-color: #006bb6; |
|
|
3 |
--md-primary-fg-color--light: #006bb6; |
|
|
4 |
--md-accent-fg-color: #006bb6; |
|
|
5 |
--md-accent-fg-color--light: #006bb6; |
|
|
6 |
} |
|
|
7 |
|
|
|
8 |
[data-md-color-scheme="slate"] { |
|
|
9 |
--md-primary-fg-color: #006bb6; |
|
|
10 |
--md-primary-fg-color--dark: #006bb6; |
|
|
11 |
--md-accent-fg-color: #006bb6; |
|
|
12 |
--md-accent-fg-color--light: #006bb6; |
|
|
13 |
} |
|
|
14 |
|
|
|
15 |
:root { |
|
|
16 |
--md-admonition-icon--aphp: url('data:image/svg+xml;charset=utf-8,<svg width="109" height="116" xmlns="http://www.w3.org/2000/svg" xml:space="preserve"><path fill="%230060AF" d="M55.2 20.2c11.1.5 19.9 11 19.9 23.8 0 13.2-9.3 23.8-20.8 23.8S33.5 57.1 33.5 44c0-12.9 8.9-23.3 20.1-23.8C29.1 3.1 1.9 18.4 0 48.4c.9 42.3 43.8 49.7 54.3 68 11.6-19 52.1-27.3 54.2-67.4C107 13.5 73.3 5.9 55.2 20.2m-24.5 4.5c-1.7 0-3-1.2-3-2.6 0-1.4 1.4-2.6 3-2.6 1.7 0 3 1.2 3 2.6 0 1.4-1.4 2.6-3 2.6" class="st0"/><path fill="%230060AF" d="M40.8 0c-10.4 16.2-8 28.8 6.7 46.6-3.7 4.6-4.6 7.7-4.3 12 4.9-.6 6.7-4 7.4-9.2 5.2 4.6 13.2 6.4 18.4 6.1-1.1-9.2-8.2-16.2-19.6-11-8.9-12-18.1-24.2-7.1-43.2L40.8 0z" class="st0"/></svg>'); |
|
|
17 |
} |
|
|
18 |
|
|
|
19 |
|
|
|
20 |
.md-typeset .admonition.aphp, |
|
|
21 |
.md-typeset details.aphp { |
|
|
22 |
border-color: rgb(0, 107, 182); |
|
|
23 |
} |
|
|
24 |
|
|
|
25 |
.md-typeset .aphp > .admonition-title, |
|
|
26 |
.md-typeset .aphp > summary { |
|
|
27 |
background-color: rgba(0, 107, 182, 0.1); |
|
|
28 |
border-color: rgb(0, 107, 182); |
|
|
29 |
} |
|
|
30 |
|
|
|
31 |
.md-typeset .aphp > .admonition-title::before, |
|
|
32 |
.md-typeset .aphp > summary::before { |
|
|
33 |
background-color: rgb(0, 107, 182); |
|
|
34 |
-webkit-mask-image: var(--md-admonition-icon--aphp); |
|
|
35 |
mask-image: var(--md-admonition-icon--aphp); |
|
|
36 |
} |
|
|
37 |
|
|
|
38 |
|
|
|
39 |
:root { |
|
|
40 |
--md-code-font: Consolas, Roboto Mono, Roboto; |
|
|
41 |
--md-code-bg-color: rgba(175, 184, 193, .2); |
|
|
42 |
|
|
|
43 |
--md-typeset-color: #24292e; |
|
|
44 |
} |
|
|
45 |
|
|
|
46 |
|
|
|
47 |
:root, [data-md-color-scheme=default] { |
|
|
48 |
--md-main-bg: #eef4f8; |
|
|
49 |
} |
|
|
50 |
|
|
|
51 |
:root, [data-md-color-scheme=slate] { |
|
|
52 |
--md-main-bg: hsl(232deg 15% 25%);; |
|
|
53 |
} |
|
|
54 |
|
|
|
55 |
html { |
|
|
56 |
} |
|
|
57 |
|
|
|
58 |
body, input { |
|
|
59 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";; |
|
|
60 |
font-weight: 400; |
|
|
61 |
font-feature-settings: normal; |
|
|
62 |
} |
|
|
63 |
|
|
|
64 |
.md-typeset h1, .md-typeset h2, .md-typeset h3, .md-typeset h4, .md-typeset h5, .md-typeset h6 { |
|
|
65 |
word-wrap: normal; |
|
|
66 |
color: var(--md-typeset-color); |
|
|
67 |
font-weight: 600; |
|
|
68 |
scroll-margin-top: 1.25rem; |
|
|
69 |
letter-spacing: 0; |
|
|
70 |
} |
|
|
71 |
|
|
|
72 |
.md-typeset h1 { |
|
|
73 |
border-bottom: 1px solid #d8dee4; |
|
|
74 |
} |
|
|
75 |
|
|
|
76 |
.md-nav { |
|
|
77 |
font-size: 0.8rem; |
|
|
78 |
} |
|
|
79 |
|
|
|
80 |
.md-typeset code { |
|
|
81 |
font-size: 0.95em; |
|
|
82 |
} |
|
|
83 |
|
|
|
84 |
.md-typeset pre > code, .termy > [data-termynal], .highlighttable .linenos { |
|
|
85 |
font-size: .75rem; |
|
|
86 |
} |
|
|
87 |
|
|
|
88 |
.termy > [data-termynal] { |
|
|
89 |
font-size: 0.8rem; |
|
|
90 |
font-family: var(--md-code-font); |
|
|
91 |
padding: 45px 45px 25px; |
|
|
92 |
} |
|
|
93 |
|
|
|
94 |
.termy > [data-termynal] { |
|
|
95 |
|
|
|
96 |
} |
|
|
97 |
|
|
|
98 |
.md-typeset :is(.admonition,details) { |
|
|
99 |
font-size: inherit !important; |
|
|
100 |
} |
|
|
101 |
|
|
|
102 |
.highlight span.filename, .quote > summary { |
|
|
103 |
font-size: 0.85em; |
|
|
104 |
padding-top: 0.3em; |
|
|
105 |
padding-bottom: 0.3em; |
|
|
106 |
} |
|
|
107 |
|
|
|
108 |
.md-typeset pre > code, .highlight span.filename { |
|
|
109 |
border-top-left-radius: 5px; |
|
|
110 |
border-top-right-radius: 5px; |
|
|
111 |
} |
|
|
112 |
|
|
|
113 |
.md-typeset pre > code { |
|
|
114 |
border-bottom-left-radius: 5px; |
|
|
115 |
border-bottom-right-radius: 5px; |
|
|
116 |
} |
|
|
117 |
|
|
|
118 |
.md-main__inner { |
|
|
119 |
margin-top: 0; |
|
|
120 |
} |
|
|
121 |
|
|
|
122 |
.md-typeset__table td > a { |
|
|
123 |
white-space: nowrap; |
|
|
124 |
} |
|
|
125 |
|
|
|
126 |
@media screen and (min-width: 76.1875em) { |
|
|
127 |
.md-sidebar { |
|
|
128 |
margin-top: 1.5rem; |
|
|
129 |
} |
|
|
130 |
} |
|
|
131 |
|
|
|
132 |
@media screen and (min-width: 60em) { |
|
|
133 |
.md-nav--secondary .md-nav__title { |
|
|
134 |
background: var(--md-main-bg) !important; |
|
|
135 |
box-shadow: 0 0 0.4rem 0.4rem var(--md-main-bg) !important; |
|
|
136 |
} |
|
|
137 |
} |
|
|
138 |
|
|
|
139 |
@media screen and (min-width: 76.25em) { |
|
|
140 |
.md-nav--primary .md-nav__title, .md-nav--secondary .md-nav__title, .md-nav--lifted > .md-nav__list > .md-nav__item--active > .md-nav__link { |
|
|
141 |
background: var(--md-main-bg) !important; |
|
|
142 |
box-shadow: 0 0 0.4rem 0.4rem var(--md-main-bg) !important; |
|
|
143 |
} |
|
|
144 |
} |
|
|
145 |
|
|
|
146 |
.md-content { |
|
|
147 |
background: var(--md-default-bg-color); |
|
|
148 |
} |
|
|
149 |
|
|
|
150 |
.md-main { |
|
|
151 |
background: var(--md-main-bg); |
|
|
152 |
} |
|
|
153 |
|
|
|
154 |
.md-content__inner { |
|
|
155 |
margin-top: 1.5rem; |
|
|
156 |
} |
|
|
157 |
|
|
|
158 |
.doc td > code { |
|
|
159 |
word-break: normal; |
|
|
160 |
} |
|
|
161 |
|
|
|
162 |
.md-typeset .card-set { |
|
|
163 |
grid-template-columns: repeat(auto-fit,minmax(12rem,1fr)) !important; |
|
|
164 |
} |
|
|
165 |
|
|
|
166 |
.md-typeset code a:not(.md-annotation__index) { |
|
|
167 |
border-bottom: 1px dashed var(--md-typeset-a-color); |
|
|
168 |
} |
|
|
169 |
|
|
|
170 |
.md-typeset .compact-table.md-typeset__table th, .md-typeset .compact-table.md-typeset__table td { |
|
|
171 |
min-width: initial !important; |
|
|
172 |
padding: .5em 0.75em; |
|
|
173 |
} |
|
|
174 |
|
|
|
175 |
a.discrete-link { |
|
|
176 |
color: inherit !important; |
|
|
177 |
border-bottom: 1px dashed var(--md-default-fg-color--lighter) !important; |
|
|
178 |
} |
|
|
179 |
|
|
|
180 |
.sourced-heading { |
|
|
181 |
display: flex; |
|
|
182 |
flex-direction: row; |
|
|
183 |
} |
|
|
184 |
|
|
|
185 |
.sourced-heading-spacer { |
|
|
186 |
flex: 1; |
|
|
187 |
} |
|
|
188 |
|
|
|
189 |
.sourced-heading > a { |
|
|
190 |
font-size: 1rem; |
|
|
191 |
align-content: center; |
|
|
192 |
} |
|
|
193 |
|
|
|
194 |
.doc-param-details .subdoc { |
|
|
195 |
padding: 0; |
|
|
196 |
box-shadow: none; |
|
|
197 |
border-color: var(--md-typeset-table-color); |
|
|
198 |
} |
|
|
199 |
|
|
|
200 |
.doc-param-details .subdoc > div > div > div> table { |
|
|
201 |
padding: 0; |
|
|
202 |
box-shadow: none; |
|
|
203 |
border: none; |
|
|
204 |
} |
|
|
205 |
|
|
|
206 |
.doc-param-details .subdoc > summary { |
|
|
207 |
margin: 0; |
|
|
208 |
font-weight: normal; |
|
|
209 |
} |