Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "style.css: Make it more concise" | Runxi Yu | 2025-02-18 | 1 | -35/+69 |
| | | | | | | This reverts commit ff7e33a9c443fd49a67664d01e50655cc1dc58d3. Broke too much stuff. | ||||
* | Revert "style.css: Fix .chunk-addition" | Runxi Yu | 2025-02-18 | 1 | -5/+3 |
| | | | | This reverts commit 9f19bcb50de2ced13a22bbe44078d8a47bf9ce41. | ||||
* | style.css: Fix .chunk-addition | Runxi Yu | 2025-02-18 | 1 | -3/+5 |
| | |||||
* | style.css: Make it more concise | Runxi Yu | 2025-02-17 | 1 | -69/+35 |
| | |||||
* | style.css: :focus -> :focus-visible | Runxi Yu | 2025-02-17 | 1 | -3/+3 |
| | | | | | | | | Users who actually click on the header label won't get that focus outline any more. It's still provided for keyboard users, for whom the outline may be necessary for accessibility. References: https://stackoverflow.com/questions/31402576 | ||||
* | style.css: Reformat and improve checkbox accessibility | Runxi Yu | 2025-02-17 | 1 | -10/+19 |
| | | | | | | | | Previously the expandable checkboxes were { display: none; } which made them impossible to focus via the keyboard. Here we change it to { opacity: 0; position: absolute; }, so it becomes keyboard-focusable. Then we add an outline to the <label> when the checkbox is focused so users could visually identify that the checkbox has been focused. | ||||
* | style.css: break-word for #readme | Runxi Yu | 2025-02-15 | 1 | -0/+5 |
| | | | | | | | Some browsers (chromium and webkit ones, it seems) don't break lines when they encounter a long token without spaces, such as long URLs. This causes the hbox to be overfull and it'll start scrolling which is annoying. | ||||
* | style.css: Use --lighter-box-background-color for title rows | Runxi Yu | 2025-02-14 | 1 | -1/+1 |
| | |||||
* | style.css: Shrink font-size a bit for monospace components | Runxi Yu | 2025-02-14 | 1 | -1/+1 |
| | |||||
* | style.css, repo_index: Use div, not table, for expandables | Runxi Yu | 2025-02-14 | 1 | -30/+43 |
| | |||||
* | reop_commit: Fix immediate newlines after <pre> | Runxi Yu | 2025-02-14 | 1 | -4/+4 |
| | |||||
* | style.css: Categorize CSS statements | Runxi Yu | 2025-02-14 | 1 | -4/+32 |
| | |||||
* | style.css: Wider title-row specification | Runxi Yu | 2025-02-13 | 1 | -1/+1 |
| | |||||
* | repo_tree_file: Add padding | Runxi Yu | 2025-02-13 | 1 | -0/+3 |
| | |||||
* | _header.html: Format the main header | Runxi Yu | 2025-02-13 | 1 | -0/+19 |
| | |||||
* | login: Stub login page | Runxi Yu | 2025-02-13 | 1 | -1/+72 |
| | |||||
* | repo_index: Add clone instructions | Runxi Yu | 2025-02-12 | 1 | -1/+1 |
| | |||||
* | style.css: Fix file content background | Runxi Yu | 2025-02-11 | 1 | -2/+5 |
| | |||||
* | style.css: Better colors in dark mode, and add padding | Runxi Yu | 2025-02-11 | 1 | -0/+8 |
| | |||||
* | repo_commit: Properly format patchsets | Runxi Yu | 2025-02-11 | 1 | -1/+30 |
| | |||||
* | repo_commit: Show chunks | Runxi Yu | 2025-02-11 | 1 | -1/+13 |
| | |||||
* | repo_index.html, style.css: CSS state machines | Runxi Yu | 2025-02-11 | 1 | -0/+21 |
| | |||||
* | style.css, *.html: Scrolling behavior | Runxi Yu | 2025-02-11 | 1 | -6/+6 |
| | |||||
* | repo_{index,tree_dir}.html, style.css: No inner margins on README td's | Runxi Yu | 2025-02-11 | 1 | -1/+6 |
| | |||||
* | repo_commit: Add commit message | Runxi Yu | 2025-02-11 | 1 | -0/+3 |
| | |||||
* | repo_{index,log}: Link commits to their pages | Runxi Yu | 2025-02-11 | 1 | -0/+4 |
| | |||||
* | style.css: Let's use width 100% for tables for now... adjust later | Runxi Yu | 2025-02-11 | 1 | -2/+1 |
| | |||||
* | repo_commit: Add a commit info page | Runxi Yu | 2025-02-11 | 1 | -0/+7 |
| | |||||
* | style.css: Make links brighter in dark mode | Runxi Yu | 2025-02-11 | 1 | -1/+1 |
| | |||||
* | chroma.css: Add dark theme | Runxi Yu | 2025-02-11 | 1 | -68/+147 |
| | |||||
* | style.css: Add dark theme | Runxi Yu | 2025-02-11 | 1 | -0/+17 |
| | |||||
* | style.css: Padding in px, not rem | Runxi Yu | 2025-02-11 | 1 | -2/+2 |
| | |||||
* | style.css: Increase max-width | Runxi Yu | 2025-02-11 | 1 | -1/+1 |
| | |||||
* | style.css, *.html: Lighthouse accessibility | Runxi Yu | 2025-02-10 | 1 | -1/+1 |
| | |||||
* | footer.html: Add link to Lindenii Forge | Runxi Yu | 2025-02-10 | 1 | -3/+16 |
| | |||||
* | style.css: Separate darker and lighter border colors | Runxi Yu | 2025-02-10 | 1 | -3/+4 |
| | |||||
* | repo_{index,tree_dir}.html, style.css: Darker table title row | Runxi Yu | 2025-02-10 | 1 | -0/+3 |
| | |||||
* | *: Some simple styling with tables | Runxi Yu | 2025-02-10 | 1 | -6/+20 |
| | |||||
* | repo_tree: Attempt to use the autumn theme | Runxi Yu | 2025-02-10 | 1 | -61/+59 |
| | |||||
* | repo_tree: Attempt to use the xcode theme | Runxi Yu | 2025-02-10 | 1 | -40/+61 |
| | |||||
* | repo_tree: Add chroma.css | Runxi Yu | 2025-02-10 | 1 | -0/+49 |
| | |||||
* | handle_repo_tree: Syntax highlighting | Runxi Yu | 2025-02-10 | 1 | -1/+1 |
| | |||||
* | style.css: Add some non-fancy styles | Runxi Yu | 2025-02-10 | 1 | -1/+12 |
| | |||||
* | style.css: font-size: 1rem; | Runxi Yu | 2025-02-10 | 1 | -0/+4 |
| | |||||
* | style.css: Set all immediate children of .padding-wrapper to width: 100%; | Runxi Yu | 2025-02-10 | 1 | -2/+1 |
| | |||||
* | reop_index.html, style.css: padding-wrapper | Runxi Yu | 2025-02-10 | 1 | -2/+12 |
| | |||||
* | style.css: .commit-id monospace | Runxi Yu | 2025-02-09 | 1 | -0/+3 |
| | |||||
* | *: Basic web server | Runxi Yu | 2025-02-05 | 1 | -0/+0 |