aboutsummaryrefslogtreecommitdiff
path: root/static (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "style.css: Fix .chunk-addition"Runxi Yu2025-02-181-5/+3
| | | | This reverts commit 9f19bcb50de2ced13a22bbe44078d8a47bf9ce41.
* style.css: Fix .chunk-additionRunxi Yu2025-02-181-3/+5
|
* style.css: Make it more conciseRunxi Yu2025-02-171-69/+35
|
* style.css: :focus -> :focus-visibleRunxi Yu2025-02-171-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 accessibilityRunxi Yu2025-02-171-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 #readmeRunxi Yu2025-02-151-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 rowsRunxi Yu2025-02-141-1/+1
|
* style.css: Shrink font-size a bit for monospace componentsRunxi Yu2025-02-141-1/+1
|
* style.css, repo_index: Use div, not table, for expandablesRunxi Yu2025-02-141-30/+43
|
* reop_commit: Fix immediate newlines after <pre>Runxi Yu2025-02-141-4/+4
|
* style.css: Categorize CSS statementsRunxi Yu2025-02-141-4/+32
|
* style.css: Wider title-row specificationRunxi Yu2025-02-131-1/+1
|
* repo_tree_file: Add paddingRunxi Yu2025-02-131-0/+3
|
* _header.html: Format the main headerRunxi Yu2025-02-131-0/+19
|
* login: Stub login pageRunxi Yu2025-02-131-1/+72
|
* repo_index: Add clone instructionsRunxi Yu2025-02-121-1/+1
|
* style.css: Fix file content backgroundRunxi Yu2025-02-111-2/+5
|
* style.css: Better colors in dark mode, and add paddingRunxi Yu2025-02-111-0/+8
|
* repo_commit: Properly format patchsetsRunxi Yu2025-02-111-1/+30
|
* repo_commit: Show chunksRunxi Yu2025-02-111-1/+13
|
* repo_index.html, style.css: CSS state machinesRunxi Yu2025-02-111-0/+21
|
* style.css, *.html: Scrolling behaviorRunxi Yu2025-02-111-6/+6
|
* repo_{index,tree_dir}.html, style.css: No inner margins on README td'sRunxi Yu2025-02-111-1/+6
|
* repo_commit: Add commit messageRunxi Yu2025-02-111-0/+3
|
* repo_{index,log}: Link commits to their pagesRunxi Yu2025-02-111-0/+4
|
* style.css: Let's use width 100% for tables for now... adjust laterRunxi Yu2025-02-111-2/+1
|
* repo_commit: Add a commit info pageRunxi Yu2025-02-111-0/+7
|
* style.css: Make links brighter in dark modeRunxi Yu2025-02-111-1/+1
|
* chroma.css: Add dark themeRunxi Yu2025-02-111-68/+147
|
* style.css: Add dark themeRunxi Yu2025-02-111-0/+17
|
* style.css: Padding in px, not remRunxi Yu2025-02-111-2/+2
|
* style.css: Increase max-widthRunxi Yu2025-02-111-1/+1
|
* style.css, *.html: Lighthouse accessibilityRunxi Yu2025-02-101-1/+1
|
* footer.html: Add link to Lindenii ForgeRunxi Yu2025-02-101-3/+16
|
* style.css: Separate darker and lighter border colorsRunxi Yu2025-02-101-3/+4
|
* repo_{index,tree_dir}.html, style.css: Darker table title rowRunxi Yu2025-02-101-0/+3
|
* *: Some simple styling with tablesRunxi Yu2025-02-101-6/+20
|
* repo_tree: Attempt to use the autumn themeRunxi Yu2025-02-101-61/+59
|
* repo_tree: Attempt to use the xcode themeRunxi Yu2025-02-101-40/+61
|
* repo_tree: Add chroma.cssRunxi Yu2025-02-101-0/+49
|
* handle_repo_tree: Syntax highlightingRunxi Yu2025-02-101-1/+1
|
* style.css: Add some non-fancy stylesRunxi Yu2025-02-101-1/+12
|
* style.css: font-size: 1rem;Runxi Yu2025-02-101-0/+4
|
* style.css: Set all immediate children of .padding-wrapper to width: 100%;Runxi Yu2025-02-101-2/+1
|
* reop_index.html, style.css: padding-wrapperRunxi Yu2025-02-101-2/+12
|
* style.css: .commit-id monospaceRunxi Yu2025-02-091-0/+3
|
* *: Basic web serverRunxi Yu2025-02-051-0/+0