aboutsummaryrefslogtreecommitdiff
path: root/static/style.css (unfollow)
Commit message (Collapse)AuthorFilesLines
7 dayscss: Add outline to select:activeRunxi Yu1-0/+3
7 daysgroup/index: Allow repo creation via webRunxi Yu1-0/+16
7 days*: Support subgroups via SQL recursionRunxi Yu1-0/+3
7 dayscss: *:focus-visible: outline colorRunxi Yu1-0/+4
9 dayscss: Don't make the arrow so largeRunxi Yu1-1/+1
9 dayscss: Add arrow to diffs in commit viewluk3yx1-0/+14
This makes it clearer that they can be clicked on. I'm only really doing this because I wanted to try out the merge request thing, feel free to reject it if you don't want it.
9 dayscss: Fix copyright linesRunxi Yu1-1/+1
10 daysAdd SPDX license headers to Makefile, SQL, and CSSRunxi Yu1-0/+5
2025-02-19css: Fix button text colorsRunxi Yu1-5/+5
2025-02-19css: .commit-id { work-break: break-word; }Runxi Yu1-0/+1
2025-02-18Revert "style.css: Make it more concise"Runxi Yu1-35/+69
This reverts commit ff7e33a9c443fd49a67664d01e50655cc1dc58d3. Broke too much stuff.
2025-02-18Revert "style.css: Fix .chunk-addition"Runxi Yu1-5/+3
This reverts commit 9f19bcb50de2ced13a22bbe44078d8a47bf9ce41.
2025-02-18style.css: Fix .chunk-additionRunxi Yu1-3/+5
2025-02-17style.css: Make it more conciseRunxi Yu1-69/+35
2025-02-17style.css: :focus -> :focus-visibleRunxi Yu1-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
2025-02-17style.css: Reformat and improve checkbox accessibilityRunxi Yu1-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.
2025-02-15style.css: break-word for #readmeRunxi Yu1-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.
2025-02-14style.css: Use --lighter-box-background-color for title rowsRunxi Yu1-1/+1
2025-02-14style.css: Shrink font-size a bit for monospace componentsRunxi Yu1-1/+1
2025-02-14style.css, repo_index: Use div, not table, for expandablesRunxi Yu1-30/+43
2025-02-14reop_commit: Fix immediate newlines after <pre>Runxi Yu1-4/+4
2025-02-14style.css: Categorize CSS statementsRunxi Yu1-4/+32
2025-02-13style.css: Wider title-row specificationRunxi Yu1-1/+1
2025-02-13repo_tree_file: Add paddingRunxi Yu1-0/+3
2025-02-13_header.html: Format the main headerRunxi Yu1-0/+19
2025-02-13login: Stub login pageRunxi Yu1-1/+72
2025-02-12repo_index: Add clone instructionsRunxi Yu1-1/+1
2025-02-11style.css: Fix file content backgroundRunxi Yu1-2/+5
2025-02-11style.css: Better colors in dark mode, and add paddingRunxi Yu1-0/+8
2025-02-11repo_commit: Properly format patchsetsRunxi Yu1-1/+30
2025-02-11repo_commit: Show chunksRunxi Yu1-1/+13
2025-02-11repo_index.html, style.css: CSS state machinesRunxi Yu1-0/+21
2025-02-11style.css, *.html: Scrolling behaviorRunxi Yu1-6/+6
2025-02-11repo_{index,tree_dir}.html, style.css: No inner margins on README td'sRunxi Yu1-1/+6
2025-02-11repo_commit: Add commit messageRunxi Yu1-0/+3
2025-02-11repo_{index,log}: Link commits to their pagesRunxi Yu1-0/+4
2025-02-11style.css: Let's use width 100% for tables for now... adjust laterRunxi Yu1-2/+1
2025-02-11repo_commit: Add a commit info pageRunxi Yu1-0/+7
2025-02-11style.css: Make links brighter in dark modeRunxi Yu1-1/+1
2025-02-11style.css: Add dark themeRunxi Yu1-0/+17
2025-02-11style.css: Padding in px, not remRunxi Yu1-2/+2
2025-02-11style.css: Increase max-widthRunxi Yu1-1/+1
2025-02-10style.css, *.html: Lighthouse accessibilityRunxi Yu1-1/+1
2025-02-10footer.html: Add link to Lindenii ForgeRunxi Yu1-3/+16
2025-02-10style.css: Separate darker and lighter border colorsRunxi Yu1-3/+4
2025-02-10repo_{index,tree_dir}.html, style.css: Darker table title rowRunxi Yu1-0/+3
2025-02-10*: Some simple styling with tablesRunxi Yu1-6/+20
2025-02-10handle_repo_tree: Syntax highlightingRunxi Yu1-1/+1
2025-02-10style.css: Add some non-fancy stylesRunxi Yu1-1/+12
2025-02-10style.css: font-size: 1rem;Runxi Yu1-0/+4