aboutsummaryrefslogtreecommitdiffstats
path: root/mw-config/config-cc.css
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete IE 6 & 7 specific commentsVolker E2019-10-041-2/+1
| | | | | Bug: T234582 Change-Id: I9c29ba771d7963492d9cc231069a5283c1ee7760
* linting: Start enforcing a basic CSS class naming rule (with lots of opt-outs)James D. Forrester2019-04-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add generic `font-family` fallbackVolker E2018-11-161-1/+1
| | | | Change-Id: I65fb9eff81729f7d320d0fa73f88e6c8c5571100
* build: Enable selector-list-comma-newline-after stylelint ruleVolker E2017-02-231-1/+5
| | | | | | | Enabling selector-list-comma-newline-after stylelint rule and making it pass. Change-Id: I8fa3fbe03fcce57d555c47f39361c2a8d9828c3c
* build: Enforce stylelints on fontsJames D. Forrester2016-05-191-1/+1
| | | | | | | * Font families should be quoted unless keywords (''Times'' not 'Times') * Font weights should be named where possible ('bold' not '700') Change-Id: I20194c2998efb71db4da5ea79234a81dc90b55ea
* build: Enforce the rest of the colour-related stylelintsJames D. Forrester2016-05-191-1/+1
| | | | | | | | * Hex colours must be in short form where possible ('fff' not 'ffffff') * Hex colours must be used over named colours ('fff' not 'white') * Hex colours must be valid ('fff' not 'ffq') Change-Id: I2ba04cc3ad9898c17fee3c65bb3bead834c3a1fd
* build: Introduce stylelintJames D. Forrester2016-05-191-1/+1
| | | | | | | | | | | Initially, with just a single rule to make this a smaller change that we can incrementally extend up to the full Wikimedia coding conventions preset; namely, forcing hex references to colours to be in lower-case. Note the odd src definition to avoid referring to mediawiki.less the directory in the glob. Change-Id: I34f0c8e3c8280e3fce0aa22d7537100b850cbb8d
* Move installer files from skins/common/ to mw-config/Bartosz Dziewoński2014-08-171-0/+56
The CSS and JS files are definitely used only by the installer. As for the images: * mediawiki.png is still used directly by some error pages (includes/PHPVersionError.php, includes/templates/NoLocalSettings.php) * ajax-loader.gif is still used by shared.css * bullet.gif is mysteriously used by *something*, according to the logs at bug 69277 comment 11; I currently have no idea what, so let's keep it here for a while * All other ones don't grep (outside of the installer itself) and don't appear in the logs on bug 69277. Bug: 69277 Change-Id: I9146d9211a807911a5e0cfaa1dd3ab8170f333ca