1 files changed,
45 insertions(+),
18 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-03-01 23:47:04 +0200
Authored at:
2026-02-28 21:16:39 +0200
Change ID:
mvywmrmxtpmrtuzyltmwyovyqxtztmto
Parent:
9718c0f
M
web/static/style.css
路路路 75 75 line-height: 160%; 76 76 } 77 77 78 -h2 { font-weight: 400; } 79 -strong { font-weight: 500; } 80 - 81 -main h1 { padding: 10px 0 10px 0; } 82 -main h2 { font-size: 18px; } 83 -main h3 { font-size: 1.15rem; } 84 -main h2, h3 { padding: 20px 0 0.4rem 0; } 85 - 86 78 nav { padding: 0.4rem 0 1.5rem 0; } 87 79 nav ul { 88 80 list-style: none; 路路路 95 87 } 96 88 97 89 /* utilities */ 98 - 99 90 .nowrap { white-space: nowrap; } 100 91 .fill { width: 100%; } 101 92 .muted { color: var(--gray); } 路路路 131 122 vertical-align: top; 132 123 } 133 124 134 -.table tbody tr:hover { 135 - background: var(--light); 136 -} 137 - 138 -.table tbody tr.nohover:hover { 139 - background: transparent; 140 -} 125 +.table tbody tr:hover { background: var(--light); } 126 +.table tbody tr.nohover:hover { background: transparent; } 141 127 142 128 /* tooltip */ 143 129 .tooltip { 路路路 369 355 } 370 356 371 357 /* readme */ 372 -.readme { padding: 0.6rem 0; } 373 -.readme ul { padding: revert; } 358 +.readme { 359 + padding: 1.5rem 0; 360 + line-height: 1.6; 361 +} 362 +.readme > *:first-child { margin-top: 0; } 363 + 364 +.readme h1, .readme h2, .readme h3, 365 +.readme h4, .readme h5, .readme h6 { 366 + margin-top: 1.5em; 367 + margin-bottom: 0.5em; 368 + line-height: 1.25; 369 +} 370 +.readme h1 { font-size: 2rem; } 371 +.readme h2 { font-size: 1.5rem; } 372 +.readme h3 { font-size: 1.25rem; } 373 +.readme h4, .readme h5, .readme h6 { font-size: 1rem; } 374 + 375 +.readme p, .readme ul, .readme ol, .readme pre { margin-bottom: 1em; } 376 +.readme ul, .readme ol { padding-left: 2em; } 377 +.readme li { margin-bottom: 0.25em; } 378 +.readme a { border-bottom: 1.5px solid var(--medium-gray); } 379 +.readme a > img { border-bottom: none; } 374 380 .readme img { max-width: 100%; } 375 381 .readme pre { 376 382 background: var(--light-gray); 377 383 padding: 0.6rem; 384 +} 385 + 386 +.readme details > * { padding-left: 1em; } 387 +.readme details[data-callout] { 388 + border-left: 4px solid var(--gray); 389 + background: var(--light); 390 + padding: 0.5em 1em; 391 + margin: 1em 0; 392 +} 393 +.readme details[data-callout] .callout-content { padding-left: 0.5em; } 394 +.readme details[data-callout] summary { 395 + font-weight: 600; 396 + cursor: pointer; 397 + margin-bottom: 0.5em; 398 +} 399 + 400 +.readme blockquote { 401 + border-left: 3px solid var(--gray); 402 + padding-left: 1em; 403 + color: var(--gray); 404 + margin: 1em 0; 378 405 } 379 406 380 407 @media (max-width: 600px) {