|
17 | 17 | <meta property="og:site_name" content="Suggester Docs"> |
18 | 18 | <meta property="twitter:card" content="summary_large_image"> |
19 | 19 | <meta name="description" |
20 | | - content="Everything you need to know about Suggester, including commands, configuration elements and community programs. Suggestions have never been easier to set up!"> |
| 20 | + content="Everything you need to know about Suggester, including commands and configuration elements. Suggestions have never been easier to set up!"> |
21 | 21 | <meta name="theme-color" content="#5865F2"> |
22 | 22 | <meta property="og:title" content="Official Suggester Documentation"> |
23 | 23 | <meta property="og:description" |
24 | | - content="Everything you need to know about Suggester, including commands, configuration elements and community programs. Suggestions have never been easier to set up!"> |
| 24 | + content="Everything you need to know about Suggester, including commands and configuration elements. Suggestions have never been easier to set up!"> |
25 | 25 | <meta property="og:url" content="https://suggester.js.org"> |
26 | 26 |
|
27 | 27 | <!-- Theme --> |
28 | 28 | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css"> |
29 | 29 |
|
30 | | - <!-- Custom theme styles --> |
31 | 30 | <style> |
32 | 31 | :root { |
33 | 32 | color: hsl(0deg 32% 94%); |
34 | 33 | --base-background-color: #2f2d37; |
35 | 34 | --base-font-size: 16px; |
36 | 35 |
|
37 | | - |
38 | 36 | --cover-background-image: url("https://singlecolorimage.com/get/212226/1000x1000"); |
39 | 37 | --heading-color: hsl(0deg 0% 100%); |
40 | 38 | --heading-h3-font-size: var(--font-size-l); |
|
105 | 103 |
|
106 | 104 | --spinner-track-color: #5865F2; |
107 | 105 |
|
108 | | - --docsifytabs-tab-background : #363940; |
109 | | - --docsifytabs-tab-color : #E0E0E0; |
110 | | - --docsifytabs-tab-color--active : #5865F2; |
111 | | - --docsifytabs-tab-highlight-px : 5px; |
112 | | - --docsifytabs-tab-padding : 0.6em 1em; |
| 106 | + --docsifytabs-tab-background: #363940; |
| 107 | + --docsifytabs-tab-color: #E0E0E0; |
| 108 | + --docsifytabs-tab-color--active: #5865F2; |
| 109 | + --docsifytabs-tab-highlight-px: 5px; |
| 110 | + --docsifytabs-tab-padding: 0.6em 1em; |
113 | 111 |
|
114 | | - --docsifytabs-content-background : inherit; |
115 | | - --docsifytabs-content-padding : 1.5rem; |
| 112 | + --docsifytabs-content-background: inherit; |
| 113 | + --docsifytabs-content-padding: 1.5rem; |
116 | 114 |
|
117 | | - --docsifytabs-border-color : #E0E0E0; |
118 | | - --docsifytabs-border-px : 3px; |
119 | | - --docsifytabs-border-radius-px : 20px; |
| 115 | + --docsifytabs-border-color: #E0E0E0; |
| 116 | + --docsifytabs-border-px: 3px; |
| 117 | + --docsifytabs-border-radius-px: 20px; |
120 | 118 |
|
121 | 119 | body { |
122 | 120 | font-family: "Work Sans", sans-serif; |
123 | 121 | } |
| 122 | + |
124 | 123 | ::selection { |
125 | 124 | background: #2ecc71; |
126 | 125 | color: #000000; |
127 | 126 | } |
| 127 | + |
128 | 128 | .tight-links .sidebar-nav li, |
129 | 129 | .tight-links .sidebar-nav a { |
130 | 130 | padding-left: 0 !important; |
|
253 | 253 | } |
254 | 254 |
|
255 | 255 | .get-started-button { |
256 | | - position: absolute; |
257 | | - bottom: 15; |
258 | | - left: 50%; |
259 | | - transform: translateX(-50%); |
260 | | - padding: 10px 25px; |
261 | | - font-size: 1.2em; |
262 | | - background-color: #fcfcfc; |
263 | | - color: rgb(0, 0, 0); |
264 | | - border-radius: 40px; |
265 | | - text-decoration: none; |
266 | | - font-weight: normal; |
267 | | - transition: background-color 0.5s; |
268 | | -} |
269 | | - |
270 | | -.get-started-button:hover { |
271 | | - background-color: #b7b3b3; |
272 | | - text-decoration: none; |
273 | | - color: rgb(0, 0, 0) |
274 | | -} |
275 | | - |
276 | | -.issue-header { |
277 | | - color: #ff4d4f; |
278 | | - padding: 10px 20px; |
279 | | - font-size: 1.5em; |
280 | | - font-weight: bold; |
281 | | - display: flex; |
282 | | - align-items: center; |
283 | | - gap: 12px; |
284 | | - border-radius: 6px; |
285 | | - margin-bottom: 20px; |
286 | | -} |
| 256 | + position: absolute; |
| 257 | + bottom: 15; |
| 258 | + left: 50%; |
| 259 | + transform: translateX(-50%); |
| 260 | + padding: 10px 25px; |
| 261 | + font-size: 1.2em; |
| 262 | + background-color: #fcfcfc; |
| 263 | + color: rgb(0, 0, 0); |
| 264 | + border-radius: 40px; |
| 265 | + text-decoration: none; |
| 266 | + font-weight: normal; |
| 267 | + transition: background-color 0.5s; |
| 268 | + } |
| 269 | + |
| 270 | + .get-started-button:hover { |
| 271 | + background-color: #b7b3b3; |
| 272 | + text-decoration: none; |
| 273 | + color: rgb(0, 0, 0) |
| 274 | + } |
287 | 275 |
|
| 276 | + .issue-header { |
| 277 | + color: #ff4d4f; |
| 278 | + padding: 10px 20px; |
| 279 | + font-size: 1.5em; |
| 280 | + font-weight: bold; |
| 281 | + display: flex; |
| 282 | + align-items: center; |
| 283 | + gap: 12px; |
| 284 | + border-radius: 6px; |
| 285 | + margin-bottom: 20px; |
| 286 | + } |
288 | 287 |
|
289 | 288 |
|
290 | 289 | .sidebar input[type="search"], |
|
299 | 298 | box-sizing: border-box; |
300 | 299 | font-size: 1em !important; |
301 | 300 | } |
| 301 | + |
302 | 302 | .sidebar input::placeholder, |
303 | 303 | .sidebar-search input::placeholder, |
304 | 304 | .search input::placeholder { |
|
337 | 337 |
|
338 | 338 | <body> |
339 | 339 | <div id="app"></div> |
| 340 | + <div id="downtime-banner"> |
| 341 | + <i class="fa-solid fa-triangle-exclamation"></i> |
| 342 | + Suggester is currently down, there is currently no ETA on resolution. |
| 343 | + </div> |
| 344 | + |
| 345 | + <style> |
| 346 | + #downtime-banner { |
| 347 | + background-color: #e22d20; |
| 348 | + color: rgb(239, 231, 231); |
| 349 | + text-align: center; |
| 350 | + padding: 4px 5px; |
| 351 | + font-size: 1.2em; |
| 352 | + position: fixed; |
| 353 | + top: 0; |
| 354 | + width: 100%; |
| 355 | + z-index: 0; |
| 356 | + } |
| 357 | + </style> |
| 358 | + |
340 | 359 | <script> |
341 | 360 | window.$docsify = { |
342 | 361 | name: 'Suggester Docs', |
|
0 commit comments