aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static (follow)
Commit message (Collapse)AuthorAgeLines
...
* | Dark: Use a darker pydis blurple everywhereGravatar hedy2024-01-28-4/+0
| |
* | Dark: Use alternate images for homepage, resources, eventsGravatar hedy2024-01-28-13/+9
| | | | | | | | | | | | Thanks to lemon for editting all the images. Co-authored-by: Leon Sandøy <[email protected]>
* | Dark: Fix timeline icon bordersGravatar hedy2024-01-28-0/+4
| |
* | Dark: Darken nav, hero, hero waves, button, body backgroundsGravatar hedy2024-01-28-3/+201
| |
* | Dark: Fix switch toggle when system preference is usedGravatar hedy2024-01-20-2/+4
| | | | | | | | Thanks to wookie for finding the bug.
* | Dark: Restore border on github cardsGravatar hedy2024-01-18-0/+4
| |
* | Dark: Better shadowsGravatar hedy2024-01-18-5/+1
| |
* | Dark: Better contrast for dark switchGravatar hedy2024-01-18-0/+1
| |
* | Dark: Avoid knob & icon overlapping during transitionGravatar hedy2024-01-18-1/+1
| |
* | Dark: Theme switch with better contrast on mobileGravatar hedy2024-01-18-2/+3
| |
* | Optimistic fix for FOUC on initial site loadGravatar hedy2024-01-18-0/+4
| |
* | Dark: More subtle collapsible and box-shadow bordersGravatar hedy2024-01-18-1/+1
| |
* | Dark: Use our own panda3d logo with light backgroundGravatar hedy2024-01-18-0/+0
| |
* | Temporary fix to theme-switching FOUC problemGravatar hedy2024-01-18-6/+3
| |
* | Dark: Use original light theme colors everywhereGravatar hedy2024-01-18-5/+9
| | | | | | | | | | Adjusted box-shadow for dark mode to be more readable, unfortunately this gave it a little neomorphism effect...
* | Dark: Possibly fix FOUC during theme switchGravatar hedy2024-01-18-4/+4
| |
* | Dark: Set correct theme immediately when the script loadsGravatar hedy2024-01-18-10/+10
| | | | | | | | | | | | | | | | | | | | This fixes the latency previously observed on page loads. We still have to put switch toggling after page loads though. Genius idea by wookie. Co-authored-by: wookie184 <[email protected]>
* | Dark: Improve order of switching stylesheetsGravatar hedy2024-01-18-1/+1
| |
* | Dark: For content pages using transparent images...Gravatar hedy2024-01-17-4/+10
| | | | | | | | | | | | | | | | | | | | ...which are unreadable in dark mode, use `has-dark-mode-background` class. ![](/img.png){: class="has-dark-mode-background" } Like this. And it will be given a nice light gray background and a subtle padding & border.
* | Consistent CSS indent for files that I touchedGravatar hedy2024-01-17-7/+7
| |
* | Fix conflictsGravatar hedy2024-01-17-0/+1
|\ \
| * | Fix typo in page.cssGravatar ~hedy2024-01-17-0/+1
| | |
* | | Dark: Sponsors light background for code/gamejamsGravatar hedy2024-01-17-5/+23
| | |
* | | Consistent 4-spaces CSS indentGravatar hedy2024-01-17-30/+30
|/ /
* | Dark: Use kivy logo with light background in resourcesGravatar hedy2024-01-16-0/+0
| |
* | Dark: Use adafruit logo with light background in resourcesGravatar hedy2024-01-16-0/+0
| |
* | Dark: Fix the filter box on resources pageGravatar hedy2024-01-16-8/+12
| |
* | Merge branch 'main' into gdwr-dark-themeGravatar ~hedy2024-01-13-0/+13
|\|
| * Fixed truncated dropdown menu (#1138)Gravatar sarzz2024-01-06-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * removing padding-right from discord button in nav * fixing dropdown menu on contributing page for sub-articles * Revert "fixing dropdown menu on contributing page for sub-articles" This reverts commit 2d158ddbb8f1d27dd7d8b0b9282554365cf042e3. * fixing dropdown menu on contributing page for sub-articles * Revert "removing padding-right from discord button in nav" This reverts commit e6642932611de307f5386928be0a1dd7e94cd134. * lint fix * fixing dropdown menu for mobile screen * Update pydis_site/static/css/content/page.css Co-authored-by: wookie184 <[email protected]> --------- Co-authored-by: wookie184 <[email protected]>
* | Dark: Fix colors on content pagesGravatar hedy2024-01-13-0/+8
| |
* | Dark: Use link color of better contrastGravatar hedy2024-01-13-4/+20
| |
* | Dark: Fix timeline color for bordersGravatar hedy2024-01-12-2/+9
| |
* | Dark: Fix sizing of sponsors' logosGravatar hedy2024-01-12-6/+18
| | | | | | | | | | | | Also works on mobile. I *love* CSS.
* | Dark: Fix backgrounds on sponsors section on homepageGravatar hedy2024-01-06-11/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://discord.com/channels/267624335836053506/635950537262759947/1193170173574774855 Idea from go.dev -- add background to each sponsor logo and put them in a grid. Also set the sponsor section background color to match that of footer's. Issue pointed out by @ChrisLovering on discord. This is an initial draft. As of now this works from my own testing: - Consistent & uniform spacing (gaps) - Supports mobile - No affect to light theme other than the arrangement - Logos do not get squashed, ever
* | Dark: Fix colors for bulma cards shadow & bordersGravatar hedy2024-01-06-0/+12
| |
* | Dark: Fix all link hover colors (hopefully) everywhereGravatar hedy2024-01-05-2/+2
| |
* | Dark: Name JS & CSS files according to their contentGravatar hedy2024-01-05-0/+2
| | | | | | | | | | | | | | | | We have the CSS for the navbar in base.css, the relevant files only contain code for the theme toggle, so they should be named as such. If we ever implement CSS variables per-theme, they could then be done in `themes.css`.
* | Dark: Fix shadows & borders colors on the homepageGravatar hedy2024-01-05-4/+18
| |
* | Dark: Inline selectors for the hero bottom waveGravatar hedy2024-01-05-4/+3
| |
* | Dark: Fix hero colors on homepageGravatar hedy2024-01-05-0/+89
| | | | | | | | | | | | | | | | | | | | We can now use `[data-theme="dark"]` selector in CSS to defined styles specifically for dark mode. This follows common web dev patterns and gives little overhead. - Hero - Added `wave_black` SVG which copies `wave_white` as is but uses the site's dark mode background color.
* | Dark: Support system color scheme preferenceGravatar hedy2024-01-05-12/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | Added features - When no preference already stored when page loads, we'll take into account the system setting and set the theme automatically. - When the system setting is modified while the site is active, switch theme automatically. - The system preference takes lower precedence than saved preference from the switch toggle, unless the setting is modified while the site is active. Miscellaneous refactor.
* | Dark: Refactor toggle handling JSGravatar hedy2024-01-05-72/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use localstorage. Advantages: - One key=value for the entire site, without needing to specify `path=/` - No need for string splitting to parse the `key=value; ...` data - Suggested more widely in tutorials Pretty good support: https://caniuse.com/?search=localstorage - Remove the need for JQuery, use IDs for switch and knob elements. - This also makes the code more robust if the page has other switch & knob classes!
* | Shouldn't a white wave be white?Gravatar hedy2024-01-04-1/+1
| |
* | Dark: Fix most colors on timelineGravatar hedy2023-12-14-7/+0
| | | | | | | | A LOT of colors are still hardcoded in the CSS
* | Automatically fix lintGravatar hedy2023-12-14-2/+2
| |
* | Fix all conflictsGravatar hedy2023-12-14-147/+1097
|\| | | | | | | hopefully I dont have to do this again
| * Fix broken netcup icon in "Powered by" footerGravatar Johannes Christ2023-12-08-1/+2
| | | | | | | | | | | | The original URL this was hosted at is no longer available. Incorporate the netcup icon as found on https://www.netcup.de/ueber-netcup/werbemittel/index.php.
| * removing margin-left property from base.css to fix the overflow caused by ↵Gravatar Sarthak singh2023-10-05-1/+0
| | | | | | | | discord button on top right
| * Update for Code Jam 2023Gravatar Janine vN2023-08-10-0/+0
| |
| * Fixed inconsistent column heights in the contributing ↵Gravatar Steve2023-07-17-0/+9
| | | | | | | | section(python-discord#1036)