This website requires JavaScript.
Explore
Help
Register
Sign In
wikimedia
/
mediawiki-extensions-Cite
Watch
1
Star
0
Fork
You've already forked mediawiki-extensions-Cite
0
mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced
2024-11-23 22:45:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
mediawiki-extensions-Cite
/
modules
/
parsoid-styles
/
ext.cite.style.kn.less
5 lines
75 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
[refactor] finish abstracting the parsoid language style overrides This should cause no user-facing changes. Now the per-language overrides are expressed as pure data and styling happens in a single file. We can clearly see the types of customization that have been made so far. The CSS styling has also been enhanced, it can now be customized by setting the CSS variables alone. Bug: T370027 Change-Id: I2a1bf0365ac0c40991a4fe3f9a2c05dba8b7510c
2024-07-19 22:08:34 +00:00
:root {
--cite-backlink-separator: '.';
--cite-counter-style: kannada;
Add language specific CSS overrides for a few languages * This patch adds styles for fr, kn, nb as an experiment. Newer patches will add for other languages. * These styles are based on wikipedia rendering and other projects in these languages may need to add overrides in their Mediawiki:Common.css page. Bug: T156350 Change-Id: If0d78e0fd4174c0563cb4b98d8c5efe9a1428673
2022-10-20 23:28:43 +00:00
}
Reference in a new issue
Copy permalink