aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static/css (follow)
Commit message (Collapse)AuthorAgeLines
...
* | Resize switchGravatar GDWR2022-02-08-8/+8
| |
* | Add initial dark themeGravatar GDWR2022-02-08-0/+83
|/
* Complete refactor of collapsibles.Gravatar Leon Sandøy2022-02-01-4/+0
| | | | | | | | | | | | | This is now a completely self-contained feature, which can be used in the same way on every page. I've moved all the collapsible-related logics out of the resources.js file and into collapsibles.js, and added documentation and other quality-of-life features that will apply to other pages, as well. Changes: - The icon will now always change when the collapsible opens or closes. - By adding the "collapsed" class, you can tell the collapsible to be collapsed by default.
* Fix delay when collapsing collapsibles.Gravatar Leon Sandøy2022-02-01-2/+1
|
* Fix bug where transition wouldn't work on first collapse.Gravatar Leon Sandøy2022-02-01-1/+5
|
* When hovering titles, make them light, not black.Gravatar Leon Sandøy2022-02-01-0/+6
|
* Add a button for removing all active filters.Gravatar Leon Sandøy2022-01-31-2/+19
|
* Adding missing EOFs.Gravatar Leon Sandøy2022-01-31-2/+2
|
* Added margins and max-width to filtering column.Gravatar Leon Sandøy2022-01-31-6/+14
|
* Indent checkboxes under the headers.Gravatar Leon Sandøy2022-01-31-0/+11
|
* Make the resource link icons a size smaller.Gravatar Leon Sandøy2022-01-31-0/+5
| | | | | We also add a little breathing room to the tag container, so that it doesn't encroach on the personal space of the icons.
* Shrink and center the duck pond 404.Gravatar Leon Sandøy2022-01-31-5/+5
|
* Collapse category headers on load for mobile only.Gravatar Leon Sandøy2022-01-30-0/+8
|
* Make the category headers smaller on mobile.Gravatar Leon Sandøy2022-01-30-0/+12
|
* Hide the filter tags initially.Gravatar Leon Sandøy2022-01-30-1/+6
| | | | Helps prevent a flash of tags.
* Refactor: collapsibles as a stand-alone componentGravatar Leon Sandøy2022-01-30-13/+12
|
* Fix broken css for no-resource duck pond.Gravatar Leon Sandøy2022-01-30-8/+8
|
* Show a duck pond when no filters match.Gravatar Leon Sandøy2022-01-30-0/+7
|
* Clean up hover effects.Gravatar Leon Sandøy2022-01-30-57/+48
| | | | | | | | | | - We now have a hover effect for all icons. - We also now support hover effects for all tags. - However, we don't have any hover effect for icons in titles. That just looks weird. Additionally, we're getting rid of some bloat and consolidating the CSS into one place.
* Don't round edges of the filter category headers.Gravatar Leon Sandøy2022-01-29-0/+5
|
* Let the user know when there are no matches.Gravatar Leon Sandøy2022-01-29-0/+6
|
* Make all tags interactive.Gravatar Leon Sandøy2022-01-28-0/+91
| | | | | | | | Adds a bunch of tag-related quality of life improvements: - You can now see which filters you've added at the top left. - You can click on tags to start filtering to that tag. - You can click on tags in the filter box to remove the filter. - Tags will now show an outline when they are active.
* Resource filtering on the client, pt 1.Gravatar Leon Sandøy2022-01-27-25/+23
| | | | | | | Here's the initial version of this system. We've got filtering, but only by clicking checkboxes. The overall look and style are pretty close to where we want them, but it's missing tons of polish to be complete. The following commits will contain that polish.
* Merge branch 'main' into swfarnsworth/smarter-resources/merge-with-mainGravatar Leon Sandøy2022-01-23-5/+35
|\
| * Shift footer images slightly to be better in lineGravatar Chris Lovering2022-01-05-1/+2
| |
| * Use an svg for django footer logoGravatar Chris Lovering2022-01-05-2/+2
| |
| * Add netcup logo to page footerGravatar Chris Lovering2022-01-05-0/+8
| |
| * Restructure bot contributing guide (#591)Gravatar Boris Muratov2021-10-17-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | * Restructure bot contributing guide Restructures the bot guide to focus on getting users "through the door" first, and slowly adding additional information and options. The guide is built in terms of showing ways to run the bot and how to achieve it, rather than listing all of the information for each configuration and environment variable right away. That said, the attempt was to still present the reader with the full information they need, and to still be able to use as a quick reference for contributors who are already familiar with the project. As a style choice, this guide incorporates collapsible elements, which required some CSS and JS additions. This could be resolved with the bulma-collapsible extension, but it doesn't seem to function well inside django templates. The guide includes an optional config.yml to use with the test server template. This is a temporary measure until we get the bootstrapping application going. This guide additionally splits the bot account creation and obtaining Discord ID's guides and they didn't seem related. The original file is kept for now as it is used by other guides at the moment.
| * Properly Resize Sponsor LogosGravatar Hassan Abouelela2021-10-06-2/+10
| | | | | | | | | | | | | | Ensure sponsor logos don't go past the edge of the screen, and maintain aspect ratio when sized down. Signed-off-by: Hassan Abouelela <[email protected]>
* | Make GoodReads icons readable.Gravatar Leon Sandøy2022-01-23-11/+5
| |
* | feat: Center `Search` and `Clear Search` buttonsGravatar Vivaan Verma2021-08-12-1/+0
| |
* | styles: filtering resources pageGravatar dawnofmidnight2021-08-03-0/+9
| |
* | Remove extra newline from end of file (there is now one newline).Gravatar swfarnsworth2021-07-24-1/+0
| |
* | change resources to prepare for smart resource searchGravatar fisher602021-07-23-25/+26
| |
* | Merge branch 'main' of https://github.com/python-discord/site into ↵Gravatar swfarnsworth2021-07-04-1/+1
|\| | | | | | | swfarnsworth/smarter-resources/new-resources
| * Fix error_page stylesheet (#531)Gravatar Fares Ahmed2021-06-15-1/+1
| |
* | Add GoodReads CSS.Gravatar Leon Sandøy2021-05-23-4/+4
|/
* Enable smooth scrolling on the website.Gravatar kosayoda2021-05-14-0/+8
| | | | | This makes it less jarring when scrolling to a heading since many content pages include a Table of Contents.
* Merge branch 'main' into dewikificationGravatar kosayoda2021-05-14-0/+14
|\
| * Fix default margin on error pagesGravatar Bast2021-05-13-0/+1
| | | | | | This removes the scrollbar from them
| * Remove the 100K user banner.Gravatar Leon Sandøy2021-03-24-0/+4
| |
| * Reduces The Width Of The Sponsors TabGravatar Hassan Abouelela2021-03-23-0/+2
| | | | | | | | Reduces the width of the sponsor tab to reduce the chance of one logo ending up on a new line by itself.
| * Centers Sponsor TitleGravatar Hassan Abouelela2021-03-23-0/+2
| |
| * Centers Sponsor LogosGravatar Hassan Abouelela2021-03-23-1/+5
| | | | | | | | Center justifies sponsor logos on the home page to make wrapping look cleaner.
| * master => mainGravatar Joe Banks2021-03-13-1/+1
| |
| * Add error page stylingGravatar Gustav Odinger2021-03-01-0/+66
| | | | | | | | This css sheet applies to the 404 and 500 pages
| * Add powered by linode to the footerGravatar Matteo Bertucci2021-02-23-0/+8
| |
| * Merge branch 'master' into frontpage-100kGravatar Joe Banks2020-10-24-0/+80
| |\
| | * Improve timeline page animationGravatar ks1292020-10-22-0/+80
| | | | | | | | | | | | | | | | | | Instead of just leaving all elements like they are when bounce-in is done, when they leave from view, make them bounce out and hidden again to let them bounce-in again.
| * | Remove blurple peek on Discord CTA, convert text to obj.Gravatar scragly2020-10-25-1/+1
| | |