alistair3149
2bf1c27d46
chore(ci): 🔧 👷 remove unnessecary stylelint declarations
2022-11-21 17:41:49 -05:00
alistair3149
8793a243c3
feat(core): ✨ rewrite body layout into flex and grid
2022-11-21 17:41:42 -05:00
alistair3149
f1fb5537c9
feat(AJAXPoll): ✨ add skinStyle for AJAXPoll ( #487 )
2022-10-25 14:55:39 -04:00
alistair3149
0083d2fb84
feat(tabberNeue): ✨ update active tab selector
2022-10-23 17:17:05 -04:00
alistair3149
5fbba91fd9
feat(tabberNeue): ✨ update skinStyles
2022-10-21 18:11:01 -04:00
alistair3149
fa1ae98497
feat(smw): revamp SMW skinStyles ( #532 )
...
Update to grade A
2022-10-21 13:44:15 -04:00
alistair3149
5e962b785b
fix(skinStyles): 🐛 fix Echo overflow in small screens
2022-10-05 19:21:20 -04:00
github-actions
443c7ada54
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2022-10-04 23:38:07 +00:00
alistair3149
4a7489e19f
feat(skinStyles): ✨ add missing VE styles
2022-10-04 19:37:17 -04:00
alistair3149
7452546df9
refactor(skinStyles): ♻️ clean up unused VE styles
2022-10-04 19:24:39 -04:00
alistair3149
d2dca07618
fix(skinStyles): 🐛 various clipping in VisualEditor
2022-10-04 19:22:54 -04:00
alistair3149
a59aeff4a3
fix(skinStyles): 🐛 incorrect VE new paragraph button color
2022-10-04 19:05:57 -04:00
alistair3149
757cd6ad17
feat(core): ✨ remove broken recent change styles
2022-10-02 19:50:20 -04:00
alistair3149
9388b92b27
fix(skinStyles): 🐛 incorrect VE dark mode background
...
Fixing incorrect dark background in dialog in VE (#489 , #525 )
2022-10-02 11:53:22 -04:00
alistair3149
4902ae76ab
feat(core): ✨ redesign site footer
...
last modified and copyright message are not implemented yet.
they will be integrated into body content since they are not global.
2022-10-01 15:06:57 -04:00
alistair3149
6de95d4fec
feat(core): redesign site header ( #521 )
...
Change header into vertical header for large screen and bottom header for small screen.
2022-09-29 19:12:56 -04:00
github-actions
0d63257e86
ci: lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2022-09-28 21:02:56 +00:00
Nathan Kuenzig
8c6cdc4c29
feat(skinStyles): add Math skinStyles ( #502 )
...
* Create Extension:Math styles
* Added ext.math.styles
* Added Extension:Math as Grade E
I'm not sure how to accomplish this without using LESS variables. CSS variables don't seem to work with the `.recolor()` mixin.
* Added Stack Overflow link
2022-08-21 12:42:48 -04:00
alistair3149
f03697f309
feat(skinStyles): add skinStyles for ManageWiki extension
2022-06-16 16:51:07 -04:00
alistair3149
64f7e18837
fix(skinStyles): dismiss button in CentralNotice should be on top
2022-06-16 16:40:03 -04:00
paladox
496b6f9403
fix(skinStyles): add missing variables.less import ( #480 )
...
Seeing variable @icon-size is undefined in file /srv/mediawiki/w/skins/Citizen/skinStyles/extensions/UniversalLanguageSelector/ext.uls.pt.less in ext.uls.pt.less on line 19.
Which I think is due to a missing import that contains the definition of @icon-size.
2022-06-16 12:20:40 -04:00
alistair3149
eb0147e32f
feat(skinStyles): make wikieditor font size adjustable
...
Closes : #479
2022-06-14 16:04:52 -04:00
alistair3149
65be4e826d
feat(skinStyles): minor style tweak for RecentChanges
2022-06-02 20:21:18 -04:00
github-actions
40fdbbb494
ci: lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2022-06-02 16:59:15 +00:00
alistair3149
d7d512c6d4
feat(skinStyles): add grade B support for RevisionSlider
2022-06-02 12:58:15 -04:00
github-actions
a70503b2ec
ci: lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2022-06-02 16:41:44 +00:00
alistair3149
2853a05d8f
fix(skinStyles): move personal menu ULS button styles to the right module
2022-06-02 12:39:54 -04:00
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