VectorGOLEM/resources/skins.vector.styles
jdlrobson 6a9ee465bc [modern] A new version of Vector with a new logo
Changes to support feature:
* ResourceLoaderSkinModule logo features are dropped
* New layout provided given the fork in layout between legacy and new.
* Legacy sidebar styles now pulled out
* breakpoint styles are not carried over from legacy Vector
The new Vector layout for now has one breakpoint.

Changes to storybook:
* The storybook script now pulls down image assets so that the logos can
be shown in storybook. The script is adjusted to make use of a static folder to
serve these images.

Note:
* The legacy mode is not touched as part of this patchset.
* The personal menu is unaffected by this patch and is out of scope.
* The alignment issue is noted, but will be solved at a later date.
* Changes to portal are out of scope.
* Adding storybook for modern descoped, given its not possible to load
both legacy layout and modern layout inside a storybook at current time.

Sample config:

$wgLogos = [
        'icon' => 'https://di-logo-sandbox.firebaseapp.com/img/globe.png',
        'tagline' => [
                'src' => 'https://di-logo-sandbox.firebaseapp.com/img/tagline/en-tagline-117-13.svg',
                'width' => 117,
                'height' => 13,
        ],
        '1x' => 'https://en.wikipedia.org/static/images/project-logos/enwiki.png',
        'wordmark' => [
                'src' => 'https://en.wikipedia.org/static/images/mobile/copyright/wikipedia-wordmark-en.svg',
                'width' => 116,
                'height' => 18,
        ],
];

Coauthor: Aron Manning

Bug: T246170
Change-Id: Ibc4b055150761388a6b78f9127da342c451ce0e7
2020-04-30 14:11:54 -07:00
..
images Amend Base10 color and hover derivative 2020-04-15 09:30:22 -07:00
legacy Refactor: Revert to previous ordering 2020-04-28 14:37:54 +00:00
common.less Layout is separated from "common" CSS 2020-04-14 15:17:43 -07:00
EmphasizedSidebarAction.less Add end margin to opt-out link 2020-03-27 10:15:30 -06:00
externalLinks.less Dev: Vector is rearranged like other skins and extensions 2020-01-28 16:57:38 +08:00
Footer.less Add .mw-footer CSS class & replace #footer selector with it 2020-04-27 14:55:28 -07:00
index.less [modern] A new version of Vector with a new logo 2020-04-30 14:11:54 -07:00
layout.less [modern] A new version of Vector with a new logo 2020-04-30 14:11:54 -07:00
legacy.less Refactor: Revert to previous ordering 2020-04-28 14:37:54 +00:00
Logo.less [modern] A new version of Vector with a new logo 2020-04-30 14:11:54 -07:00
PersonalMenu.less Add and use LESS variable for personal menu top offset 2020-04-06 22:39:03 +00:00
Portal.less Add end margin to opt-out link 2020-03-27 10:15:30 -06:00
print.less Add .mw-footer CSS class & replace #footer selector with it 2020-04-27 14:55:28 -07:00
SearchBox.less Replace deprecated @colorFieldBorder variable and use others 2020-04-28 01:42:09 +00:00
Sidebar.less [legacy] Split sidebar code and mark layout as legacy in preparation for new layout 2020-04-16 11:29:03 -07:00
SidebarLogo.less [legacy] Split sidebar code and mark layout as legacy in preparation for new layout 2020-04-16 11:29:03 -07:00
VectorMenu.less Amend Base10 color and hover derivative 2020-04-15 09:30:22 -07:00
VectorTabs.less Move watchstar import out of VectorTabs.less and into screen.less 2020-03-10 10:04:46 -06:00
watchstar-ie8.less watchstar: Remove PNG fallback for watchstar icon 2020-04-03 20:49:39 +01:00
watchstar.less watchstar: Remove PNG fallback for watchstar icon 2020-04-03 20:49:39 +01:00