aboutsummaryrefslogtreecommitdiffstats
path: root/resources/src/mediawiki.special.userlogin.signup.styles
Commit message (Collapse)AuthorAgeFilesLines
* build: Update stylelint-config-wikimedia to 0.17.2Ed Sanders2024-06-131-2/+7
| | | | Change-Id: I8d68bcae416463ceec6d7b617e38d34c57360698
* Create account page: replace headings problematic for accessibiltypcoombe2024-05-041-12/+8
| | | | | | | | | The Special:CreateAccount benefits section uses headings incorrectly, which is problematic for accessibilty. Replace them with div and span elements styled identically. Bug: T336239 Change-Id: I03da5aba99058fcea314690e30fe0b1bf00163bc
* Login and signup form CSS cleanupBartosz Dziewoński2024-05-041-16/+6
| | | | | | | Remove or update some selectors that no longer apply, replace some legacy techniques, random fixes. Change-Id: I3dd4509e8fbe43c8c3fee405d81e1e6efe5ee296
* resources: Move shared Login/signup style to common stylesAmmarpad2024-03-211-6/+0
| | | | | | | | Login page also needs the `mw-login-flush-right` styles for flushing the conditional secure login link to the right. Bug: T360614 Change-Id: Ieac7ace14b278e0f401a9137673a7e9b6446f9ef
* Temporary account to registered account creation flow (layout fixes)Cyndy2023-12-191-15/+3
| | | | | Bug: T350923 Change-Id: I99934fa26ff34fa59909d8a165bad2b4be7c8631
* Update styling of account creation flow for temporary accountsCyndy2023-10-031-0/+59
| | | | | | | | | | | -Update styling of the notice shown to a temporary user: (The edits made with this temporary account...) -Update styling of the benefits block: (Thank you for contributing to Wikipedia.Create an account to access more features...) Bug: T300273 Change-Id: Ie226bc5f575ae0bcef0ebbe0c6ea20fafd79aeb6
* Login page: Use Codex CSS componentsJon Robson2023-07-061-0/+6
| | | | | | | | | | | | | | Changes: * Use Codex markup instead of mediawiki ui markup * We limit what can be customized by the skin * Current rules for touch area and snapping of inputs is moved from Minerva into core so other skins benefit from the styling * A placeholder text is adding to the "real name" field. * Introduce CodexHTMLForm Bug: T182050 Change-Id: I834cc0e07fc1e705753df6866a5eeda2ac77fb8e
* mediawiki.special: Replace 'mediawiki.ui/variables' call with skin varsVolker E2023-04-171-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Replacing 'mediawiki.ui/variables.less' `@import` with new skin-aware 'mediawiki.skin.variables.less' standard. Also - replacing several static values with new Codex design token featuring skin variables of following properties: - background color - color - border - box shadow - removing obsolete same-value variables from code base - bringing Less imports in the same order, with variables first, as they are used in mixins as well and always add `.less` extension to path - renaming 'userlogin.css' to 'userlogin.less' to enable use of skin variables consistently Note, - there's a small number of static values reintroduced where no token is available yet. DS team will provide in follow-up patches after a future Codex release. - there are a number of color choices in the code, that should be revisited by help of designers. They seem like non-standard choices. Bug: T332541 Change-Id: I603a7bc52bf31233b2a82cdc2bff08fd1cb294fe
* Make use of LESS nesting in a few filesDannyS7122020-12-151-17/+17
| | | | | | Should all be no-ops Change-Id: If3f5c154c206fa34e7445368a82470a6d9cc8f6c
* Apply the clear fix on the user account formjdlrobson2020-07-021-0/+6
| | | | | | | | The account form floats elements (form and benefits) but never clears them. As a result on the beta cluster the sign up form is currently overlapping the footer. Change-Id: I99d9f1e6ab82e3bec32d62b4558d20f3628dc543
* Amend Base10 color and hover derivativeVolker E2020-04-151-2/+2
| | | | | | | | | | | | | Amending Base10 to slightly darker `#202122` to fulfill WCAG requirements in connection to Accent50. Also sligthly adapting hover derivative to `#404244` and amending corresponding opacity hover value. In case of signup.css, it should actually use Base20 `#54595d` which is representing subtle toned information while still conforming to level AAA. Bug: T248393 Change-Id: Iaae0a331536b6f46fff326f457fde6da6fe1fae3
* Reduce selector specificityVolker E2019-06-171-2/+2
| | | | | | Adapt to current Vector code. Change-Id: Ie5a13f927810cea465fa984c68cdef3664042a41
* linting: Start enforcing a basic CSS class naming rule (with lots of opt-outs)James D. Forrester2019-04-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wow, so many opt-outs, and a lot of probably-not-going-to-change ones. Actually wanted pattern: * "^mw-…" Content-related classes we're probably not going to scrap: * "^wikitable$" Hard-to-change classes used in lots of skins: * "^toc$" * "^toctoggle$" * "^tochidden$" Necessary for over-rides/specificity battles: * "^oo-ui-…" Probably worth considering changing soon: * "^client-js$" * "^client-nojs$" Some of the exemptions have been applied to deprecated styles (where they're being renamed); some are for code in entirely deprecated areas themselves; some have the "wrong" name but sit alongside classes with an appropriate one. And some are, very clearly, in the wrong repo. Such sigh. Change-Id: I9b8423d53b6750b5ca79d2f69e111f75c93c5bdc
* resources: Give mediawiki.special.* files their own place in src/Timo Tijhof2018-05-114-0/+67
Bug: T193826 Change-Id: Id25cd18079f48308f6ab42207445bbbd74ed5fda