Commit graph

80 commits

Author SHA1 Message Date
alistair3149 f041b2cbea
feat(core): only apply letter spacing to text field labels 2022-11-26 17:59:03 -05:00
alistair3149 97b8ece48f
feat(core): tweak signup, login page styles 2022-11-24 22:19:52 -05:00
alistair3149 a863949325
feat(core): tweak gallery styles 2022-11-24 21:11:38 -05:00
alistair3149 467cf85be4
feat(core): unify sticky header styles 2022-11-24 20:15:13 -05:00
alistair3149 fcf2f436cd
feat(core): add create account page styles 2022-11-23 22:25:31 -05:00
alistair3149 51c931eed2
feat(core): add htmlform styles 2022-11-23 21:17:04 -05:00
alistair3149 6def7ab990
feat(core): overhaul MW debug styles 2022-11-21 17:47:18 -05:00
alistair3149 9eda536420
refactor(core): ♻️ clean up legacy LESS variables 2022-11-21 17:47:11 -05:00
alistair3149 85e69f5a6b
refactor(core): ♻️ deprecate old font variables 2022-11-21 17:47:09 -05:00
alistair3149 d238e932a1
feat(core): add pill and circle border radius variables 2022-11-21 17:46:31 -05:00
alistair3149 4583d1283d
feat(filepage): tweak image transparency background 2022-11-21 17:46:07 -05:00
alistair3149 62cea1e1ed
feat(filepage): add hover effect for fullres image 2022-11-21 17:46:06 -05:00
alistair3149 d11ee1d422
feat(core): update old wikitext editor styles 2022-11-21 17:45:39 -05:00
alistair3149 fd40b1b855
feat(core): more granular spacing units 2022-11-21 17:42:43 -05:00
alistair3149 bb38bc6b8b
feat(core): update file page design 2022-11-21 17:42:42 -05:00
alistair3149 6ce7247616
feat(core): use relative spacing for caption styles 2022-11-21 17:42:37 -05:00
alistair3149 969cd787d6
feat(core): use different font weight in different themes
The same font weight do not provide the same contrast in different themes.
We should be able to change the scaling
2022-11-21 17:42:26 -05:00
alistair3149 9d1b62ffc0
feat(core): make create page card float right in search page 2022-11-21 17:42:12 -05:00
alistair3149 0bf4b4555c
feat(core): redesign search page 2022-11-21 17:42:11 -05:00
alistair3149 757cd6ad17
feat(core): remove broken recent change styles 2022-10-02 19:50:20 -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
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
alistair3149 9000a4e326
fix(skinStyles): prevent diff table from overflowing the page 2022-06-02 12:35:03 -04:00
alistair3149 4645cdeea7
feat(skinStyles): tweak page diff styles
Closes: #472
2022-06-02 11:58:23 -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 366dcc55b1
feat(skinStyles): style change number text color 2022-05-12 17:43:39 -04:00
alistair3149 61d13a0f99
feat(skinStyles): add dark styles to source edit summary box 2022-05-02 21:53:37 -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 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
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 cebbf32b0b
feat: rewrite MediaWiki UI skinstyles to the new system 2021-07-27 16:24:26 -04:00
alistair3149 5c6408d766 feat: convert border radius to CSS variable 2021-05-27 11:20:12 -04:00
alistair3149 906cfd88ba
feat: add styles for mediawiki.notification 2021-05-18 21:13:59 -04:00
alistair3149 b07ae77c50
fix: solid background for special pref buttons 2021-03-09 12:21:33 -05:00
github-actions 9d1c734911 ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
2021-03-08 20:31:34 +00:00
alistair3149 e3cb1d4bc1
fix: add missing background color to file nav 2021-03-08 15:30:39 -05:00
alistair3149 6748150333
feat: update file page styles 2021-03-08 11:43:02 -05:00
alistair3149 4fb986aea1
feat: update core diff styles 2021-03-06 10:48:58 -05:00
alistair3149 78f20284fd
feat: update revision history styles 2021-03-06 10:33:12 -05:00
alistair3149 bc5e509e40
feat: add missing mediawiki.ui button styles 2021-03-06 10:12:08 -05:00
alistair3149 f9cb101c95
feat: tweak RC header style 2021-03-06 09:59:07 -05:00
alistair3149 b3c152d895
feat: improve packed overlay and hover gallery caption styles 2021-03-06 09:01:27 -05:00
alistair3149 74fe701036
feat: rewrite core MW gallery styles 2021-03-05 13:43:11 -05:00
alistair3149 30d749ff22
feat: update MediaWiki core ui styles 2021-03-01 12:55:05 -05:00
alistair3149 d88f933771
fix: Fix incorrect layout on recent changes page 2021-01-26 14:56:11 -05:00