aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static/css/base (follow)
Commit message (Collapse)AuthorAgeLines
* Footer: Use text-only Bulma logo for automatic baseline alignmentGravatar hedy2024-03-26-4/+4
| | | | | Don't mind me, just being a little overly excited with this one as this is my most ingenius idea yet!
* Footer: Crop linode image to fit text and adjust horizontal paddingGravatar hedy2024-03-26-3/+3
| | | | | This ensures no vertical positioning for this image is required because the image is cropped to fit the text.
* Footer: Adjust baseline positioning to prioritize windowsGravatar hedy2024-03-26-6/+7
| | | | | | There doesn't seem to be a way (say relative units, etc) to make it look good on both worlds. We'll prioritize windows for now since most of our users come from there.
* Merge branch 'main' into fix/footer-logo-filteringGravatar hedy2024-03-26-1/+1
|\
| * Fix broken Bulma logo in the footerGravatar hedy2024-03-22-1/+1
| |
* | Use proper logos and better positioning in the footersGravatar hedy2024-03-22-9/+9
|/ | | | | | - Switch from CSS filtering to actual logos with white text. - Adjust positioning to align all text in the logos with baseline and ensure they're center aligned with a uniform side spacing.
* Dark: Use a darker pydis blurple everywhereGravatar hedy2024-01-28-4/+0
|
* Dark: Use alternate images for homepage, resources, eventsGravatar hedy2024-01-28-0/+8
| | | | | | Thanks to lemon for editting all the images. Co-authored-by: Leon Sandøy <[email protected]>
* Dark: Darken nav, hero, hero waves, button, body backgroundsGravatar hedy2024-01-28-0/+27
|
* 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
|
* Consistent 4-spaces CSS indentGravatar hedy2024-01-17-30/+30
|
* 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`.
* Automatically fix lintGravatar hedy2023-12-14-1/+1
|
* Fix all conflictsGravatar hedy2023-12-14-2/+1
|\ | | | | | | hopefully I dont have to do this again
| * Fix broken netcup icon in "Powered by" footerGravatar Johannes Christ2023-12-08-1/+1
| | | | | | | | | | | | 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
* | Resize theme switchGravatar GDWR2022-02-09-1/+1
| |
* | Resize theme switchGravatar GDWR2022-02-09-26/+8
| |
* | Resize switchGravatar GDWR2022-02-08-8/+8
| |
* | Add initial dark themeGravatar GDWR2022-02-08-0/+83
|/
* 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
|
* 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
|\
| * Add powered by linode to the footerGravatar Matteo Bertucci2021-02-23-0/+8
| |
| * Remove blurple peek on Discord CTA, convert text to obj.Gravatar scragly2020-10-25-1/+1
| |
| * Change discord nav item to distinct CTA button.Gravatar scragly2020-10-25-20/+33
| |
| * Use sections, remove unused CSS, improve repo cards.Gravatar scragly2020-10-23-1/+15
| |
| * Change discord img-based link to normal nav item.Gravatar scragly2020-10-23-6/+12
| |
* | Merge branch main into dewikificationGravatar kosayoda2021-05-14-25/+51
| |
* | Remove files related to django-allauth.Gravatar Leon Sandøy2020-10-04-99/+0
|/
* Add 1em bottom margin to wiki markdown codeblocks.Gravatar scragly2019-12-09-0/+5
| | | | | Any text following the end of a codeblock in the wiki would very closely hug the codeblock, impacting readability and giving poor structure to page content. This adds in an appropriate margin to the bottom of codeblocks to give a fair buffer that matches typical paragraph spacing.
* Add user settings modal, with connections management and account deletionGravatar Gareth Coles2019-10-23-0/+10
|
* Bring navbar styling in line on mobile as wellGravatar Gareth Coles2019-10-19-0/+9
|
* Initial navbar change to add settings button next to logoutGravatar Gareth Coles2019-10-19-2/+1
|
* Login page and styling fixesGravatar Gareth Coles2019-10-06-12/+23
|
* Add missing CSS for notificationsGravatar Gareth Coles2019-10-06-0/+99
|
* Message styling (default to light for now)Gravatar Gareth Coles2019-10-06-22/+0
|
* Move messages to the top rightGravatar Gareth Coles2019-10-06-2/+23
|
* Add MessageRedirectView and show messages on the index pageGravatar Gareth Coles2019-10-05-0/+8
|
* Re-add erroneously removed static filesGravatar Gareth Coles2019-10-03-0/+72
|
* Remove accidental static files commit; fix AllauthGravatar Gareth Coles2019-10-03-72/+0
|
* Moving the navbar-banner css into base.css so it will work on the wiki ↵Gravatar Leon Sandøy2019-07-06-0/+8
| | | | pages, as well
* Remove unneeded sites.py and move navbar CSS to base.cssGravatar Gareth Coles2019-04-20-0/+24
|
* Addressing all comments in volcyy's second review. The tests now mock the ↵Gravatar Leon Sandøy2019-04-19-16/+16
| | | | API calls so we don't have to actually call the API every time we run tests.
* Responsive video container not quite working the way it should.Gravatar Leon Sandøy2019-04-12-0/+6
|
* responsive video containerGravatar Leon Sandøy2019-04-12-11/+14
|