Commit graph

704 commits

Author SHA1 Message Date
alistair3149 d0d07d617c
refactor(datatables): ♻️ merge SRF and Cargo datatables styles 2024-03-19 14:24:59 -04:00
alistair3149 8de5b3d39e
feat(VisualEditor): improve visibility of text highlight colors 2024-03-11 15:03:18 -04:00
alistair3149 9cf358fe9b
fix(core): 🐛 file page sticky header overlapping TOC
Closes: #797
2024-03-05 02:10:10 -05:00
alistair3149 b90dd3d2c6
fix(Echo): 🐛 missing styles for new talk page alert 2024-02-27 13:53:36 -05:00
alistair3149 3a62b5f01d
feat(mediawiki): tweak styles on Special:Version 2024-02-26 22:51:52 -05:00
alistair3149 bba839819f
feat(gallery): increase margin for gallery 2024-02-26 18:25:56 -05:00
alistair3149 29727263c8
feat(gallery): use flexbox for packed gallery 2024-02-26 18:05:45 -05:00
alistair3149 c9f6ec6d59
fix(gallery): 🐛 misalign gallery caption 2024-02-26 18:04:49 -05:00
alistair3149 c9f665ef78
feat(core): use CSS variables for small font sizes 2024-02-26 17:16:07 -05:00
alistair3149 3162e19a2c
feat(core): use CSS variables for x-small font sizes 2024-02-26 17:14:19 -05:00
alistair3149 a9acc08e27
feat(core)!: 💥 rework font-size CSS variables
To align with Codex tokens, the old --font-size-hN CSS variables are renamed.
Introduced new font size variables (x-small, small)
2024-02-26 16:54:58 -05:00
alistair3149 fc0f4699aa
fix(Scribunto): 🐛 incorrect font family 2024-02-25 03:46:46 -05:00
alistair3149 3396cfde12
fix(VisualEditor): 🐛 add find and replace dialog background color
Add new selector to sync with core VE library changes

Closes: #794
2024-02-18 09:55:30 -05:00
alistair3149 ea5c10a6c3
fix(CodeMirror): 🐛 rename VisualEditor RL module
The init module is deprecated in 1.41.
Fixes: #781
2024-02-05 22:07:23 -05:00
alistair3149 6947105217
feat(Scribunto): tweak debug console styles 2024-02-05 21:09:30 -05:00
alistair3149 2a41a0b1bb
feat(core): revert new RC styles
Revert to the old one line MW styles until reconsideration at the next LTS

Closes: #764
2024-01-26 20:57:53 -05:00
alistair3149 bdd986db89
fix(core): 🐛 hide pseudo elements instead of deleting them (pt2) 2023-12-15 15:03:13 -05:00
alistair3149 f9b16d7134
refactor(core): ♻️ hide pseudo elements instead of deleting them
So that it can be reverted by local styles easily
2023-12-13 20:04:20 -05:00
alistair3149 e0f9ac1be3
feat(core): make changelist item more readable 2023-12-13 19:16:55 -05:00
alistair3149 109779c84c
fix(VE): 🐛 do not invert image in link preview 2023-11-28 16:03:51 -05:00
alistair3149 40fffd6107
fix(mediawiki): 🐛 add missing preferences styles from 1.41 2023-11-28 16:00:07 -05:00
alistair3149 60999eb1d9
feat(core): replace breakpoint LESS variables with Codex tokens
Codex tokens are a better implementation and this should ensure consistency across the MW ecosystem.
We have to keep a copy for now as they are introduced in 1.41.

Related: #735
2023-11-16 17:55:59 -05:00
github-actions bee26c2c10 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-11-15 19:56:33 +00:00
SpaceEnergy 906c1fd6ac
fix(ooui): rounded button corners in save changes modal (#736) 2023-11-15 14:55:53 -05:00
alistair3149 2d99879ce3
feat(PortableInfobox): sync border color 2023-09-10 21:02:23 -04:00
alistair3149 7b63d8637e
feat(PortableInfobox): reduce paragraph margin to be similar to Vector 2023-09-10 21:01:46 -04:00
alistair3149 cb5f4a065b
fix(StructuredDiscussion): 🐛 merge skinStyles into the same RL module
Related: T292245
Closes: #711
2023-08-24 22:22:58 -07:00
alistair3149 dad90d38f2
feat(FlaggedRevs): add styles
Closes: #701
2023-08-03 19:49:22 -04:00
alistair3149 67bb0c118d
feat(CookieWarning): update banner styles 2023-07-30 17:59:20 -04:00
alistair3149 ba5bea704e
style: 🎨 apply recess order to styles 2023-07-27 21:19:27 -04:00
github-actions 8bfa8b5e6a ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-07-20 22:18:16 +00:00
alistair3149 fab4d27273
feat(core): add overflow handling for citizen inner header 2023-07-20 18:17:14 -04:00
github-actions 9796560793 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-07-19 09:58:48 +00:00
github-actions 5d78425119 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-07-17 00:50:06 +00:00
alistair3149 e7ef5431a2
feat(SemanticMediaWiki): update datatable filter focus styles 2023-07-16 20:49:09 -04:00
alistair3149 ab70217b26
feat(SemanticMediaWiki): tweak SMW datatable styles 2023-07-16 20:41:30 -04:00
alistair3149 8cfa260997
feat(SemanticMediaWiki): add datatable styles 2023-07-16 20:06:15 -04:00
alistair3149 4cf9417c5d
feat(MediaWiki): light up changelist dot on hover 2023-07-16 15:50:30 -04:00
alistair3149 85f036c2f8
feat(core): remove expensive CSS animation
Avoid paint and layout triggering transitions
2023-07-16 15:32:13 -04:00
alistair3149 2308138ef7
fix(MediaWiki): 🐛 fix various LESS import error 2023-07-16 02:54:10 -04:00
alistair3149 6664ceb87f
fix(core): 🐛 fix LESS import error
Signed-off-by: alistair3149 <alistair31494322@gmail.com>
2023-07-15 03:47:44 -04:00
alistair3149 703fac6294
feat(core): add overlay as affordnance to popup menus 2023-07-14 18:18:18 -04:00
alistair3149 0d7fff1188
feat(Capiunto): add rounded corner to Capiunto infobox 2023-07-14 17:35:52 -04:00
alistair3149 1ba2acb928
feat(Capiunto): add more cohesive infobox styles
Override default float styles to make it work better with the Citizen skin.

Closes: #688
2023-07-14 17:33:55 -04:00
alistair3149 4678e26336
feat(MediaWiki): add border to rc filter 2023-07-13 21:40:01 -04:00
github-actions b371b0037e ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-07-14 01:35:07 +00:00
alistair3149 50ae4d9d76
fix(MediaWiki): missing changelist legend styles in 1.40 (#685) 2023-07-13 21:34:02 -04:00
alistair3149 1619966eb1
fix(MediaWiki): 🐛 incorrect legacy rcoptions styles 2023-07-11 22:52:26 -04:00
alistair3149 42a40307e4
feat(Tabs): add support for Extension:Tabs
Closes: #687
2023-07-11 21:33:15 -04:00
alistair3149 ad3fc272c2
feat(MediaWiki): tweak non-js rcfilter styles 2023-07-11 20:35:46 -04:00
alistair3149 727988a213
feat(MediaWiki): minor tweak to color in changelist 2023-07-11 20:14:15 -04:00
alistair3149 5af3cdc2c2
feat(MediaWiki): tweak pager styles on changelist pages 2023-07-11 17:41:21 -04:00
alistair3149 4badae5cc5
feat(MediaWiki): align contribution list styles with changelist styles 2023-07-11 17:34:35 -04:00
alistair3149 67a5bb4357
feat(MediaWiki): revamp changelist styles 2023-07-11 17:06:01 -04:00
alistair3149 cf82ea8b28
feat(MediaWiki): add non-enhanced changelist styles 2023-07-11 15:49:56 -04:00
alistair3149 ad31d5dab7
feat(MediaWiki): add color for interface helpers 2023-07-11 15:36:33 -04:00
alistair3149 2bf20397e1
feat(core): use filter-invert CSS variable to flip color
This decouple the filter style from the  class.
Instead, filter-invert can be redefined if needed (e.g. :root.skin-citizen-dark)
2023-07-10 16:56:56 -04:00
alistair3149 9c59d24612
fix(Echo): 🐛 incorrect button hover color 2023-07-10 16:34:14 -04:00
alistair3149 c823ca4412
refactor(core): ♻️ remove unnessecary LESS import rules 2023-07-07 17:08:22 -04:00
alistair3149 c7e45177cd
feat(core): update menu transition styles and implementation
Same as the previous commit, the transition is now accessible as a CSS variable (transition-menu)
2023-07-07 17:02:27 -04:00
alistair3149 a7f9c55c88
feat(core): update hover transition styles and implementation
The timing and easing function are defined separately than the property.
It is now accessible as a CSS variable (transition-hover)
2023-07-07 16:36:38 -04:00
alistair3149 e00f9ba418
feat(MediaWiki): tweak changelist styles 2023-07-06 19:41:59 -04:00
alistair3149 99e475b635
feat(MediaWiki): tweak rcfilter other review tools styles 2023-07-06 19:12:41 -04:00
alistair3149 417c151d01
feat(TabberNeue): update TabberNeue selector to match with the latest version 2023-07-05 20:01:38 -04:00
沈澄心 88f8cfb435
feat(MediaWiki): add mediawiki.filewarning skinstyle (#682)
* Create mediawiki.filewarning.less

* Update skin.json

* Update README.md

* Update mediawiki.filewarning.less
2023-07-04 21:11:34 -04:00
沈澄心 1cd993c664
fix(core): add webkit prefix for sticky to support Safari < 13 (#679)
* Update layout.less

* Update TableOfContents.less

* Update mixins.less

* Update ext.echo.special.less

* Update mediawiki.rcfilters.filters.ui.less

* Update README.md
2023-06-28 13:58:21 -04:00
github-actions b5281ea4f0 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-06-26 19:26:04 +00:00
沈澄心 32ffa7cc23
feat(core): update MediaWiki notification style (#673)
* Update variables.less

* Update cssvariables.less

* Update mediawiki.notification.less

* Update cssvariables.less

* Update variables.less

* Update mediawiki.notification.less

* Update mediawiki.notification.less

* Update mediawiki.notification.less

* Update theme.less
2023-06-26 15:25:12 -04:00
github-actions 3cafd5e4f4 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-06-24 16:49:46 +00:00
沈澄心 1f90d15fbe
fix(OOUI): z-index of OOUI MenuSelectWidget (#674)
* Update oojs-ui-core.less

* Update oojs-ui-core.less
2023-06-24 12:48:56 -04:00
github-actions 8c0e850602 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-06-24 15:56:12 +00:00
沈澄心 7e2dcc19bb
fix(DiscussionTools): icon color in dark theme (#675)
* Update ext.discussionTools.init.styles.less

* Update ext.discussionTools.init.styles.less
2023-06-24 11:55:22 -04:00
沈澄心 ec3aafcfad
feat(DiscussionTools): exchange icons for subscribe and unsubscribe buttons 2023-06-22 13:50:09 -04:00
沈澄心 914b81010e
fix(ooui): fix max-width of OOUI TextInputWidget (#666)
* Update mediawiki.special.search.styles.less

* Update hacks.less

* Update mediawiki.special.search.styles.less
2023-06-20 14:12:15 -04:00
alistair3149 638cca92cf
feat(DiscussionTools): turn subscribe button into icon 2023-06-19 23:42:11 -04:00
沈澄心 0acaa0176f
fix(Score): use hue rotate to match dark mode color (#662) 2023-06-10 15:49:50 -04:00
alistair3149 1b817b8177
feat(Lingo): tweak Lingo tooltip styles 2023-06-10 15:48:46 -04:00
alistair3149 271d383cf6
fix(SemanticMediaWiki): 🐛 hide indicator divider when entity is loaded 2023-06-10 15:37:05 -04:00
github-actions 82539eba4b ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-06-10 01:10:11 +00:00
沈澄心 7134a88995
feat(Score): add Score support (#661)
* Create ext.score.popup.less

* Update skin.json

* Update README.md

* Update ext.score.popup.less
2023-06-09 21:09:26 -04:00
github-actions 8351aa5203 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-06-08 19:45:07 +00:00
沈澄心 e69160de2f
feat(WikiHiero): add WikiHiero color (#653)
Also update Math color

---------

Co-authored-by: alistair3149 <alistair3149@users.noreply.github.com>
2023-06-08 15:44:22 -04:00
alistair3149 5737125f02
fix(SemanticMediaWiki): 🐛 prevent entity examiner spinner rotate off axis 2023-06-06 18:58:56 -04:00
alistair3149 0ee31530ec
feat(SemanticMediaWiki): replace entity examiner loader with SMW logo 2023-06-06 18:48:08 -04:00
alistair3149 572bca1467
feat(WikiEditor): tweak dialog styles 2023-06-03 19:07:14 -04:00
alistair3149 2d425d8276
feat(WikiEditor): tweak toolbar and search and replace styles
Also fix some jQuery UI issues
2023-06-03 18:50:42 -04:00
github-actions cc520b6053 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-06-02 18:39:49 +00:00
沈澄心 e651e1b8ca
feat(CodeEditor): add ACE Editor setting panel style (#650)
* Update ext.codeEditor.ace.less

* Update ext.codeEditor.ace.less

* Update ext.codeEditor.ace.less

* Update README.md
2023-06-02 14:39:12 -04:00
github-actions 7e97ccacb1 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-06-02 17:30:35 +00:00
github-actions fa9c419e0c ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-06-02 17:29:51 +00:00
沈澄心 373f0814f1
feat(ManageWiki): add ManageWiki search highlight style (#649)
* Update ext.managewiki.oouiform.styles.less

* Update README.md
2023-06-02 13:29:48 -04:00
沈澄心 109b68172f
feat(CommentStreams): update CommentStreams style (#647)
* Update ext.CommentStreams.less

* Update README.md
2023-06-02 13:29:01 -04:00
alistair3149 a269d35dac
feat(SyntaxHighlight): add line highlight color 2023-06-02 01:51:58 -04:00
alistair3149 2b69011a8f
feat(CodeEditor): add find and replace styles 2023-06-02 01:45:36 -04:00
alistair3149 53929ce91c
feat(mediawiki): add JSON content styles 2023-06-02 00:19:10 -04:00
github-actions b537776dab ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-06-01 22:48:25 +00:00
沈澄心 ba825daa9a
feat(core): update state text color (#642)
* Update variables.less

* Update cssvariables.less

* Update content.body.less

* Update mediawiki.special.changeslist.less

* Update mediawiki.special.changeslist.less

* Update ext.scribunto.edit.less

* Update ext.echo.ui.less

* Create mediawiki.interface.helpers.styles.less

* Update skin.json

* Update oojs-ui-core.less

* Update oojs-ui-core.less

* Update variables.less

* Update cssvariables.less

* Update variables.less

* Update mediawiki.special.changeslist.less

* Update cssvariables.less

* Update variables.less

* Update variables.less

* Update README.md

* Update README.md

* Update mediawiki.special.changeslist.less
2023-06-01 18:47:40 -04:00
github-actions 9ee6bae4d6 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-06-01 22:47:32 +00:00
沈澄心 151a227083
feat(WikiHiero): add WikiHiero support (#645)
* Create ext.wikihiero

* Delete ext.wikihiero

* Create ext.wikihiero.less

* Update ext.wikihiero.less

* Update ext.wikihiero.less

* Update ext.wikihiero.less

* Update skin.json

* Update README.md

* Update README.md
2023-06-01 18:46:46 -04:00
github-actions 9befcc4a3a ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-05-31 09:05:17 +00:00