aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static/css (follow)
Commit message (Collapse)AuthorAgeLines
...
| * | Change discord nav item to distinct CTA button.Gravatar scragly2020-10-25-20/+33
| | |
| * | Fix video aspect in timeline, quote img src urls.Gravatar scragly2020-10-23-14/+0
| | | | | | | | | | | | | | | | | | After updating the frontpage and creating an fixed-aspect-ratio style pair, I found I could just reuse them in the timeline to fix the inconsistent responsive aspect ratio that was occurring there. Some img src values also were not quoted; while this can work fine, it can break if the url has spaces or certain characters and is inconsistent with the rest of the project.
| * | Use sections, remove unused CSS, improve repo cards.Gravatar scragly2020-10-23-114/+150
| | |
| * | Change discord img-based link to normal nav item.Gravatar scragly2020-10-23-6/+12
| | |
| * | Override notice bottom margin, use new class instead of bulma class.Gravatar scragly2020-10-22-1/+2
| | |
| * | Add a message section to replace hero section for mobiles.Gravatar scragly2020-10-22-0/+5
| | |
| * | Use local svgs for wave elements.Gravatar scragly2020-10-22-2/+2
| | |
| * | Add wave-style hero, 100K promo, timeline card.Gravatar scragly2020-10-22-14/+113
| |/
| * Fix some icon sizing in timeline CSSGravatar Joe Banks2020-10-22-7/+13
| |
| * Update font sizingGravatar Joe Banks2020-10-12-1/+1
| | | | | | Co-authored-by: scragly <[email protected]>
| * Align server icons betterGravatar Joe Banks2020-10-12-2/+13
| |
| * Make dark blue darker to separate from blurpleGravatar Joe Banks2020-10-12-1/+1
| |
| * Add Ves joining timeline itemmGravatar Joe Banks2020-10-12-1/+1
| |
| * Use different colours for each categoryGravatar Joe Banks2020-10-12-0/+32
| |
| * Use logo with text for new logo timeline itemmGravatar Joe Banks2020-10-12-0/+9
| |
| * Better scale YouTube videosGravatar Joe Banks2020-10-12-5/+10
| |
| * Responsively size YouTube embedsGravatar Joe Banks2020-10-12-0/+14
| |
| * Add media query for heading scaling on mobile devicesGravatar Joe Banks2020-10-10-0/+6
| |
| * Major fixes to timeline CSS to prevent overriding our CSSGravatar Joe Banks2020-10-10-60/+4
| |
| * Prettify CSSGravatar Joe Banks2020-10-10-1/+3730
| |
| * add static timeline assetsGravatar Derek2020-09-02-0/+1
| |
* | Merge branch main into dewikificationGravatar kosayoda2021-05-14-75/+4130
| |
* | Increase padding between text and images in lists.Gravatar kosayoda2021-04-19-0/+9
| | | | | | | | | | | | This has a caveat in that there may be additional padding if the first thing in a list item is an image, but it is very unlikely in practice, so it's not handled for now.
* | Merge pull request #468 from python-discord/content-app-improvementsGravatar Kieran Siek2021-04-03-0/+39
|\ \ | | | | | | Dewikification: Content app improvements.
| * | Allow adding a table of contents to a page.Gravatar kosayoda2021-03-29-0/+19
| | |
| * | Document additional markdown features.Gravatar kosayoda2021-03-29-0/+20
| | | | | | | | | | | | | | | Adds image caption capabilities and documents missing HTML extensions available.
* | | Merge branch 'dewikification' into resources-listsGravatar ks1292021-03-30-0/+43
|\| |
| * | Merge pull request #393 from ks129/guides-appGravatar Kieran Siek2021-03-26-0/+31
| |\ \ | | | | | | | | Dewikification - Create content app
| | * | Replace `markdown2` with `markdown` and `python-frontmatter`.Gravatar kosayoda2021-03-24-7/+22
| | | | | | | | | | | | | | | | | | | | | | | | This allows us to properly escape codeblocks within markdown, permalink to headers on a page, and decouples getting metadata from a file and getting generated HTML from the Markdown content.
| | * | Rename `articles` to `pages`.Gravatar kosayoda2021-03-23-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Articles was a good name, but we want an `articles` category in the future. `/pages/guides/` and `/pages/articles/` are clearer in name than `/articles/guides/` and `/articles/articles/`.
| | * | Style <pre> tag backgrounds same as <code>.Gravatar kosayoda2021-03-23-0/+9
| | | | | | | | | | | | | | | | | | | | This makes it consistent with the django-wiki version of the code blocks, which looks neater.
| | * | Merge branch 'dewikification' into guides-appGravatar ks1292020-11-28-0/+3
| | |\ \
| | * \ \ Merge remote-tracking branch 'up/dewikification' into guides-appGravatar ks1292020-10-30-99/+29
| | |\ \ \
| | * \ \ \ Merge branch 'dewikification' into guides-appGravatar Leon Sandøy2020-10-05-337/+0
| | |\ \ \ \
| | * | | | | Change guides system to content systemGravatar ks1292020-10-04-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As this system will be used for more than just guides, I had to do some refactoring to match this system with plans. Basically now there isn't guides, but articles instead.
| | * | | | | Create CSS file for all Guides app pagesGravatar ks1292020-09-20-0/+7
| | | |_|_|/ | | |/| | |
| * | | | | Style <pre> tag backgrounds the same as <code>.Gravatar kosayoda2021-03-22-0/+9
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | This makes it consistent with the django-wiki version of the code blocks, which looks neater.
| * | | | Merge branch 'dewikification' into events-appGravatar ks1292020-10-28-0/+29
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Create CSS file for events pagesGravatar ks1292020-10-26-0/+3
| | | | |
* | | | | Remove resources payments-related CSSGravatar ks1292021-03-30-20/+0
| | | | |
* | | | | Create CSS for resources listGravatar ks1292020-11-14-0/+75
| |/ / / |/| | |
* | | | Merge pull request #395 from ks129/resources-homeGravatar Jeremiah Boby2020-10-28-0/+29
|\ \ \ \ | |/ / / |/| | | Dewikification - Create app for resources + index page of resources
| * | | Remove resources index breadcrumb CSSGravatar ks1292020-10-08-4/+0
| | | |
| * | | Merge branch 'dewikification' into resources-homeGravatar ks1292020-10-07-337/+0
| |\ \ \ | | | |/ | | |/|
| * | | Create CSS for resources indexGravatar ks1292020-09-22-0/+33
| | |/ | |/|
* | | Remove files related to django-allauth.Gravatar Leon Sandøy2020-10-04-99/+0
| |/ |/|
* | Remove wiki templates and static.Gravatar Leon Sandøy2020-10-04-337/+0
|/
* Add more pre-commit hooksGravatar MarkKoz2020-03-04-1/+0
| | | | | | | | | | | | | | | | | | | | | | Hooks added: * check-merge-conflict - checks for files with merge conflict strings * check-toml - attempts to load all toml files to verify syntax * check-yaml - attempts to load all yaml files to verify syntax * end-of-file-fixer - ensures files end in a newline and only a newline * mixed-line-ending - replaces mixed line endings with LF * trailing-whitespace - trims trailing whitespace * python-check-blanket-noqa - enforces that noqa annotations always occur with specific codes Changes made to comply with new hooks: * Remove trailing whitespaces * Remove some useless noqa annotations * Specify errors for noqa annotations * Add missing newlines at end of files See: python-discord/organisation#138
* Merge branch 'master' into deleted-messages-visible-line-endingsGravatar Joseph2020-02-02-1/+24
|\
| * 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.