aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static
diff options
context:
space:
mode:
authorGravatar hedy <[email protected]>2024-03-22 15:48:11 +0800
committerGravatar hedy <[email protected]>2024-03-22 15:48:11 +0800
commitb72f45765c829cacecfa26e2a2d5ecd8a3e50043 (patch)
treee8ae51b2991bf55d18c74ccd6b7acf64963bc789 /pydis_site/static
parentBump django from 5.0.2 to 5.0.3 (diff)
Use proper logos and better positioning in the footers
- 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.
Diffstat (limited to 'pydis_site/static')
-rw-r--r--pydis_site/static/css/base/base.css18
-rw-r--r--pydis_site/static/images/sponsors_dark/linode_text.pngbin0 -> 7479 bytes
2 files changed, 9 insertions, 9 deletions
diff --git a/pydis_site/static/css/base/base.css b/pydis_site/static/css/base/base.css
index cc8d13cb..bb05d2c4 100644
--- a/pydis_site/static/css/base/base.css
+++ b/pydis_site/static/css/base/base.css
@@ -88,10 +88,10 @@ main.site-content {
}
#linode-logo {
- padding-left: 15px;
- background: url(https://www.linode.com/wp-content/uploads/2021/01/Linode-Logo-Black.svg) no-repeat center;
- filter: invert(1) grayscale(1);
- background-size: 60px;
+ padding-left: 5px;
+ background: url(/static/images/sponsors_dark/linode_text.png) no-repeat center;
+ background-size: 50px;
+ background-position: 2px -7px;
color: #00000000;
}
@@ -99,16 +99,16 @@ main.site-content {
padding-left: 15px;
background: url(/static/images/sponsors/netcup-white.svg) no-repeat center;
background-size: 60px;
- background-position: 0px 3px;
+ background-position: 2px 2px;
color: #00000000;
}
#django-logo {
padding-bottom: 2px;
- background: url(https://static.djangoproject.com/img/logos/django-logo-negative.svg) no-repeat center;
- filter: grayscale(1) invert(0.09);
- background-size: 52px 25.5px;
- background-position: -2px -1px;
+ padding-left: 5px;
+ background: url(/static/images/events/logos_dark/django.png) no-repeat center;
+ background-size: 56px;
+ background-position: -1px -1px;
color: #00000000;
}
diff --git a/pydis_site/static/images/sponsors_dark/linode_text.png b/pydis_site/static/images/sponsors_dark/linode_text.png
new file mode 100644
index 00000000..42775aa2
--- /dev/null
+++ b/pydis_site/static/images/sponsors_dark/linode_text.png
Binary files differ