Commit graph

456 commits

Author SHA1 Message Date
alistair3149 9000a4e326
fix(skinStyles): prevent diff table from overflowing the page 2022-06-02 12:35:03 -04:00
alistair3149 47069b613c
feat(skinStyles): do not lazyload OOUI font size with skinStyles
Changing the OOUI font size in skinStyles would cause a significant layout shift
because the styles are lazyloaded. OOUI is designed around a based font size of 14px
in mind, so we should obey that. Hopefully WMF will revisit OOUI during T254055, then
this hack can be removed.
2022-06-02 12:13:48 -04:00
alistair3149 4645cdeea7
feat(skinStyles): tweak page diff styles
Closes: #472
2022-06-02 11:58:23 -04:00
alistair3149 b05a2e8221
feat(skinStyles): tweak ULS trigger styles 2022-06-02 11:28:13 -04:00
alistair3149 cfc71c05dc
feat(core): use default MW gallery styles
It seems that a lot of wiki admins prefer the default wiki gallery styles over
the Citizen defined one. Let's not change the gallery behavior too much in the
skin.

Closes: #413, #467
2022-05-31 19:37:09 -04:00
alistair3149 982cb8c7ba
fix(skinStyles): add missing Echo dark styles
Closes #468
2022-05-31 19:15:06 -04:00
alistair3149 7b810b2389
fix(core): incorrect z-index for the inner header container
Also fix the undefined LESS variable in the Echo skinstyle
2022-05-25 16:01:21 -04:00
alistair3149 be8b9a0a0d
feat(core): clean up and tweak z-index usage
fixes #462
2022-05-23 15:11:41 -04:00
alistair3149 e7b88d32a8
feat(skinStyles): add responsive layout for ULS 2022-05-17 11:06:23 -04:00
alistair3149 95e48b13d5
feat(skinStyles): update ULS styles
Updated to MLEB 2021.12, the last version that supports MW 1.35
2022-05-17 10:57:50 -04:00
alistair3149 9ac32c1421
refactor(skinStyles): remove duplicated property 2022-05-17 09:44:43 -04:00
alistair3149 6c6883bb11
feat(skinStyles): add skinStyles for Interwiki 2022-05-15 17:58:42 -04:00
alistair3149 366dcc55b1
feat(skinStyles): style change number text color 2022-05-12 17:43:39 -04:00
alistair3149 3867f1588a
feat(skinStyles): add grade B support Wikibase (#439)
Add grade B support for Wikibase.

Wikibase is a massive extension with a lot of legacy styles and jquery dependencies.
There might be missing styles here and there for the initial implementation,
but it should work for now.
2022-05-11 18:01:43 -04:00
alistair3149 cd36ba642e
fix(skinStyles): echo header icons should use relative size 2022-05-10 21:57:20 -04:00
github-actions df0bb2500d ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
2022-05-08 07:04:52 +00:00
alistair3149 c87152045a
fix(skinStyle): missing dark background for Popups 2022-05-08 03:04:02 -04:00
alistair3149 9c33c3dab4
feat(skinStyles): add missing placeholder style for VE 2022-05-07 00:07:15 -04:00
alistair3149 a47b53bb90
feat(skinStyles): remove top margin for TabberNeue
It causes some unnessecary layout shift
2022-05-06 18:00:54 -04:00
alistair3149 e5b01e805c
feat(skinStyles): add skinStyles for DiscussionTools 2022-05-06 12:22:36 -04:00
alistair3149 e47c1a5ac4
feat(skinStyles): contain overscoll in Echo 2022-05-04 13:43:21 -04:00
alistair3149 398f6da83d feat(skinStyles): tweak Echo popup styles 2022-05-02 22:14:11 -04:00
alistair3149 8121ecb855
feat(skinStyles): add Citizen styles to OOUI dialog 2022-05-02 22:09:43 -04:00
alistair3149 61d13a0f99
feat(skinStyles): add dark styles to source edit summary box 2022-05-02 21:53:37 -04:00
alistair3149 09d301476b
feat(skinStyles): add Popups settings styles 2022-05-02 21:32:12 -04:00
alistair3149 56a869b3d9
refactor(core): clean up transition variable names 2022-05-01 19:14:17 -04:00
alistair3149 4bacf2fff1
perf(core): remove expensive CSS transitions 2022-04-30 18:04:19 -04:00
alistair3149 0f381493f1
feat(skinStyles): tweak CookieWarning styles
* Add a 720px max width to the cookie banner so it does not span the whole page
* Remove border
2022-04-29 14:42:02 -04:00
alistair3149 7800f701c3
feat(skinStyles): update Lingo to grade B 2022-04-29 13:39:40 -04:00
alistair3149 1a7860ecb8
feat(skinStyles): tweak Popup styles 2022-04-28 15:53:25 -04:00
alistair3149 da0174c17e feat(skinStyles): update StructuredDiscussions to grade B
It should also fix all the error that comes with using Citizen with the extension

Closes #438
2022-04-27 18:53:06 -04:00
alistair3149 f0b9879fbd
feat: add skinStyles for collapsible toggles in MobileFrontend 2022-04-27 16:27:12 -04:00
alistair3149 96013bb126
feat: deprecate --background-color-dp-XX in favor of --color-surface-X
--background-color-dp-XX is now fully deprecated in favor of a simpler 4 color surface system. It can be accessed through the --color-surface-X CSS var.
2022-04-25 22:27:52 -04:00
alistair3149 47e1259bc3
feat: implement a more adaptive smooth shadow
* Looks more natural
* Can be customized through the surface-shadow and shadow-strength CSS var
* Light mode and dark mode have been different shadow now, it should be more visible in dark mode
* Box-shadow is a CSS var, which can be used in templates and wiki CSS
2022-04-24 15:24:09 -04:00
alistair3149 02d9f88742
feat: update TabberNeue styles to latest version 2022-04-19 11:10:07 -04:00
Lens0021 5202ddbebe
feat: add styles for PortableInfobox (#441)
* feat: add styles for PortableInfobox

* Update ext.PortableInfobox.styles.less

* Update ext.PortableInfobox.styles.less
2022-04-14 00:36:33 -04:00
Timo Tijhof 426f611357
fix: ext.uls.displaysettings: Update class name (#434)
As per <https://gerrit.wikimedia.org/r/768220 >.
2022-03-05 18:02:26 -05:00
Lens0021 c0003c223a
feat: add styles for SimpleTooltip (#426) 2022-02-19 15:00:22 -05:00
alistair3149 4b671569d2
docs: update documentation on WSSerachFront extension 2021-12-15 22:16:56 -05:00
H. C. Kruse b35e9c6c64
feat: add WSSearchFront skinStyles (#411) 2021-11-27 13:55:00 -05:00
alistair3149 6667c0628f
feat: make the Echo badge text smaller 2021-09-02 12:00:33 -04:00
alistair3149 7a8d6cb0aa
fix: re-add pointers and border styles to Popups 2021-09-02 11:53:58 -04:00
alistair3149 c58e917ae4
feat: upgrade Popups skinStyles to grade A
Added additional styles and tweaked animation
2021-09-02 11:47:04 -04:00
alistair3149 e6c15cb612
fix: fix inverted Echo badge indicator 2021-09-01 20:45:19 -04:00
alistair3149 d8cf5e1804
feat: update OAuth skinStyles to grade B 2021-08-31 13:11:06 -04:00
alistair3149 5cc56acec4
feat: update Popups skinStyles to grade B 2021-08-31 13:03:41 -04:00
alistair3149 0c493f37da
feat: add skinstyles for Cargo main 2021-08-31 12:54:50 -04:00
alistair3149 d5ac0ce295
feat: update RelatedArticle skinstyle to grade A 2021-08-31 12:29:49 -04:00
alistair3149 26cfa2d124
fix: incorrect color for SyntaxHighlight 2021-08-26 17:26:03 -04:00
alistair3149 0e4c8a8a1d
fix: inverted image in VE edit link widget 2021-08-26 17:19:21 -04:00
alistair3149 17c37f5e8c
feat: improve contrast of SyntaxHighlight 2021-08-26 17:04:40 -04:00
alistair3149 3dddd14fd4
feat: tweak SyntaxHighlight color 2021-08-26 16:55:33 -04:00
alistair3149 13b01519f8
feat: add additional styles for line numbers for SynatxHighlight in 1.36+ 2021-08-26 16:07:29 -04:00
alistair3149 f41c63a502
feat: add SyntaxHighlight skinStyles 2021-08-26 15:56:07 -04:00
alistair3149 676c08916a
refactor: move syntax color out of CodeMirror 2021-08-26 12:11:52 -04:00
alistair3149 59a02ba38c
feat: update AdvancedSearch skinStyles to grade B 2021-08-26 11:57:11 -04:00
alistair3149 47f91a8c37 feat: update Capiunto skinStyles to grade B 2021-08-26 11:35:40 -04:00
alistair3149 04ca43f750 feat: tweak line number styles 2021-08-25 16:32:07 -04:00
alistair3149 fb5129b7a6 feat: fix upload icon selector 2021-08-25 16:32:07 -04:00
alistair3149 ca07e91bd9 feat: MsUpload styles clean up 2021-08-25 16:32:07 -04:00
alistair3149 86e48c7b73 feat: CodeMirror styles clean up 2021-08-25 16:32:07 -04:00
Calum Dingwall d889cb91ab feat: MsUpload styles 2021-08-25 16:32:07 -04:00
Calum Dingwall 5fe0c9618f Proper colors for CodeMirror 2021-08-25 16:32:07 -04:00
alistair3149 9828b52c49
feat: update WikiEditor skinStyles to grade B 2021-08-11 17:48:10 -04:00
alistair3149 598594f91c
fix: align Echo popups with other menus 2021-08-11 17:02:44 -04:00
alistair3149 25972eb9d7 feat: various Echo style tweaks 2021-08-11 16:48:40 -04:00
github-actions a9f172c0de ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
2021-08-11 20:44:04 +00:00
alistair3149 008fa7c53d fix: various Echo overflow fixes 2021-08-11 16:43:03 -04:00
alistair3149 ed78cdf999
fix: align Echo badges positions and tweaks 2021-08-11 16:40:16 -04:00
alistair3149 c6ea681d22
ci: remove empty line 2021-08-11 16:34:17 -04:00
alistair3149 a244aa6d47
feat: update Echo skinStyles to grade A 2021-08-11 16:30:43 -04:00
alistair3149 f5a2a831d1
feat: add user customizable line height 2021-08-05 11:24:52 -04:00
alistair3149 d413115eeb feat: update VisualEditor skinStyles to grade A 2021-08-04 19:59:52 -04:00
github-actions 159198d6d4 ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
2021-07-31 03:01:33 +00:00
alistair3149 36d550f134
feat: add skinStyles for Special:ListFiles (#394) 2021-07-30 23:00:53 -04:00
alistair3149 8bca28662b
feat: remove mw-body-content from HTML
T279388
mw-body-content is used within body content in 1.37. The original mw-body-content container will use the class citizen-body instead.
2021-07-30 11:44:02 -04:00
alistair3149 0b3545f038 docs: add skinstyles header comment to TabberNeue file 2021-07-29 23:23:07 -04:00
alistair3149 6ebe1c302f
feat: rework skinstyles for UniversalLanguageSelector extension 2021-07-29 22:45:30 -04:00
alistair3149 a9fce3b467
feat: add skinstyles for CleanChanges extension 2021-07-29 22:11:59 -04:00
alistair3149 9b2f291652
feat: add skinstyles for Babel extension 2021-07-29 22:09:36 -04:00
alistair3149 33624b636e
feat: rework skinstyles for Translate extension 2021-07-29 20:35:07 -04:00
alistair3149 cebbf32b0b
feat: rewrite MediaWiki UI skinstyles to the new system 2021-07-27 16:24:26 -04:00
alistair3149 b2044fa795
fix: remove unused oojs files 2021-07-27 15:23:09 -04:00
alistair3149 aae08f0a73
feat: rewrite OOUI skinstyles to the new system 2021-07-27 02:13:22 -04:00
alistair3149 ae8235cd46
feat: tweak TabberNeue button styles 2021-06-21 21:00:42 -04:00
alistair3149 e2e5f62ca7
feat: add TabberNeue styles 2021-06-21 20:50:25 -04:00
alistair3149 5c6408d766 feat: convert border radius to CSS variable 2021-05-27 11:20:12 -04:00
alistair3149 b698a20f26
feat: VE page header style tweaks 2021-05-21 11:15:34 -04:00
alistair3149 906cfd88ba
feat: add styles for mediawiki.notification 2021-05-18 21:13:59 -04:00
alistair3149 674cfa274e
fix: VE toolbar overlapping drawer in tablet or above viewport 2021-05-17 17:11:12 -04:00
alistair3149 cf6fa8f21f
fix: incorrect OOUI progressive background color (#383) 2021-05-17 17:04:56 -04:00
github-actions 11ee87cedd ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
2021-05-16 18:25:52 +00:00
alistair3149 9a2bbf85a9
fix: remove ToC margin when VE is activated (#385)
A side margin is added to make space for ToC when there is one. However, there is no ToC in VE so it should be removed.
2021-05-16 14:25:07 -04:00
alistair3149 8e5d848944
fix: incorrect hover state opacity 2021-05-10 13:56:18 -04:00
alistair3149 d0edec1012
fix: Echo badges sizing 2021-05-10 13:46:18 -04:00
alistair3149 4ea6315af6
feat: update Echo badges styles to be inline with other header icons 2021-05-10 12:11:47 -04:00
alistair3149 5e0f9b6e14 fix: incorrect disabled shortened VE save button style (#375) 2021-05-08 12:54:08 -04:00
github-actions 3643b533af ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
2021-05-07 02:37:23 +00:00
Eshagh c891f42fd1
feat: add RTL icons for drawer toggle and VE save button (#374)
* Customize the drawer button for RTL language

* Convert ">" to "<" for RTL language

Co-authored-by: eshagh79 <eshagh094@gmail.com>
2021-05-06 22:36:34 -04:00
alistair3149 73b95c9d37
fix: hidden ooui window manager inside VE toolbar on small viewport (#369) 2021-05-05 13:22:11 -04:00