summaryrefslogtreecommitdiff
path: root/static/style.css (follow)
Commit message (Collapse)AuthorAgeFilesLines
* style.css: Update color schemeRunxi Yu13 days1-22/+20
|
* index.html, style.css: Remove ID column because nobody caresRunxi Yu2024-10-021-1/+1
|
* style.css: message-box border 1pxRunxi Yu2024-10-021-1/+1
|
* style.css: Make light header background lighterRunxi Yu2024-10-011-1/+1
|
* style.css: Remove thick table borderRunxi Yu2024-10-011-1/+1
|
* style.css: Switch the header to a grey themeRunxi Yu2024-10-011-4/+8
|
* style.css: Revert back to blue themeRunxi Yu2024-10-011-3/+5
|
* style.css: Misc enhancementsRunxi Yu2024-09-301-29/+25
|
* style.css: Break element specifiers onto its own line when longRunxi Yu2024-09-301-6/+12
|
* style.css: Rename --boxbg to --boxRunxi Yu2024-09-301-13/+11
|
* style.css: Add a dark themeRunxi Yu2024-09-301-8/+28
|
* style.css: Remove poorly-framed comment on --x-contrast colorsRunxi Yu2024-09-301-5/+0
|
* {config,index}.go, cca.scfg.example, style.css, *.html: Link to sourceRunxi Yu2024-09-301-14/+1
|
* *: Change license to AGPL-3.0-or-laterRunxi Yu2024-09-301-3/+14
|
* style.css: Remove styling for preformatted textRunxi Yu2024-09-291-9/+0
|
* style.css, index.html: Emit warning when CSS doesn't loadRunxi Yu2024-09-291-0/+4
|
* style.css: Use YK Pao GreenRunxi Yu2024-09-291-1/+1
|
* style.css: Do not differentiate between odd and even rowsRunxi Yu2024-09-291-9/+0
| | | | It looks annoying
* index.html, style.css: Use .reading-width instead of sectionRunxi Yu2024-09-291-1/+1
| | | | Section has semantic meaning and should be accompanied by a heading
* index.html, style.css: #table-of-courses { width: 100%; }Runxi Yu2024-09-291-0/+4
|
* index.html, style.css: Misc enhancementsRunxi Yu2024-09-291-2/+8
|
* main.js, style.css, index.html: Clear notice by JS instead of using noscriptRunxi Yu2024-09-271-0/+3
|
* style.css: Fix more regressionsRunxi Yu2024-09-241-4/+8
|
* index.html, main.js: Display message when connection is closedRunxi Yu2024-09-241-0/+11
| | | | Also fixed some CSS regressions
* style.css, index.html: More clean-upRunxi Yu2024-09-241-116/+106
|
* style.css: Initial clean-upRunxi Yu2024-09-241-42/+9
|
* ws.go, main.js, index.html: Better WS documentation and structureRunxi Yu2024-09-161-0/+7
|
* style.css, index.tmpl: Style changesRunxi Yu2024-09-081-0/+6
|
* *: Password login stubRunxi Yu2024-09-081-3/+11
|
* *: Basic WebSocket connection may be established nowRunxi Yu2024-09-081-1/+1
|
* *: Basic authentication and templatesRunxi Yu2024-09-071-0/+344
These are imported from FBFP and slightly modified to be specific to YKPS (while not being hard to port to other environments that use APIs that use OAUTH 2.0). Some code is also simplified. Database code still needs an audit, and things are not tested yet.