You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Isarra f0fc1a4362 Custom logo rendering, including text wordmark images
Use a file upload onwiki for simplest approach, or specify srcset info in an
array if that's not an option or otherwise not desired.

For instance to just reuse a $wgLogo and $wgLogoHD already set for a 160x160px
logo, but where the HD versions actually come out the right size:
$wgTimelessLogo = [
	'1x' => $wgLogo,
	'1.5x' => $wgLogoHD['1.5x']",
	'2x' => $wgLogoHD['2x'],
	'width' => 160,
	'height' => 160
];

Or to use File:Cows.svg uploaded onwiki:
$wgTimelessLogo = 'Cows.svg';

And the same thing with $wgTimelessWordmark to replace the site title string
with an image version.

Fallback behaviour remains unchanged, if just not using these.

Bug: T132004
Bug: T230663
Change-Id: I0d7b398935045ba69462252d40832ed95ad2d5ed
5 years ago
..
extensions Make editsection icon part of first editsection link 5 years ago
images Add icons to desktop cactions and overhaul icon alignment and usage 5 years ago
libraries Kill weird table normalisation 5 years ago
themes Break up variables.less into mixins, themes, and general variables 6 years ago
forms.less Be more specific with form formatting 6 years ago
main.js Fix fixed header scroll offset in supported browsers 6 years ago
mixins.less Add icons to desktop cactions and overhaul icon alignment and usage 5 years ago
mobile.js Put languages back in sidebar on desktop 5 years ago
ooui.less Remove a bunch of form stuff and adjust random things to compensate 6 years ago
print.css Remove thingy 9 years ago
screen-common.less Custom logo rendering, including text wordmark images 5 years ago
screen-desktop-full.less Kill some more stupid padding and add some comments 6 years ago
screen-desktop-mid.less Fix logo/sidebar alignment on two-column mode *properly* 5 years ago
screen-desktop-small.less Apply content padding to data-after-content on small resolutions 5 years ago
screen-desktop.less Custom logo rendering, including text wordmark images 5 years ago
screen-misc.less Make personal menu header expand to show (more of) full usernames 6 years ago
screen-mobile.less Put languages back in sidebar on desktop 5 years ago
variables.less Break up variables.less into mixins, themes, and general variables 6 years ago