aboutsummaryrefslogtreecommitdiff
path: root/static/style.css (follow)
Commit message (Collapse)AuthorAgeFilesLines
* style.css: Switch the header to a grey themeRunxi Yu4 days1-4/+8
|
* style.css: Revert back to blue themeRunxi Yu4 days1-3/+5
|
* style.css: Misc enhancementsRunxi Yu5 days1-29/+25
|
* style.css: Break element specifiers onto its own line when longRunxi Yu5 days1-6/+12
|
* style.css: Rename --boxbg to --boxRunxi Yu5 days1-13/+11
|
* style.css: Add a dark themeRunxi Yu5 days1-8/+28
|
* style.css: Remove poorly-framed comment on --x-contrast colorsRunxi Yu5 days1-5/+0
|
* {config,index}.go, cca.scfg.example, style.css, *.html: Link to sourceRunxi Yu5 days1-14/+1
|
* *: Change license to AGPL-3.0-or-laterRunxi Yu5 days1-3/+14
|
* style.css: Remove styling for preformatted textRunxi Yu6 days1-9/+0
|
* style.css, index.html: Emit warning when CSS doesn't loadRunxi Yu6 days1-0/+4
|
* style.css: Use YK Pao GreenRunxi Yu6 days1-1/+1
|
* style.css: Do not differentiate between odd and even rowsRunxi Yu6 days1-9/+0
| | | | It looks annoying
* index.html, style.css: Use .reading-width instead of sectionRunxi Yu6 days1-1/+1
| | | | Section has semantic meaning and should be accompanied by a heading
* index.html, style.css: #table-of-courses { width: 100%; }Runxi Yu6 days1-0/+4
|
* index.html, style.css: Misc enhancementsRunxi Yu6 days1-2/+8
|
* main.js, style.css, index.html: Clear notice by JS instead of using noscriptRunxi Yu8 days1-0/+3
|
* style.css: Fix more regressionsRunxi Yu11 days1-4/+8
|
* index.html, main.js: Display message when connection is closedRunxi Yu11 days1-0/+11
| | | | Also fixed some CSS regressions
* style.css, index.html: More clean-upRunxi Yu11 days1-116/+106
|
* style.css: Initial clean-upRunxi Yu11 days1-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.