First shot at porting Monobook to Vector. The only non-straightforward part is moving...
authorRoan Kattouw <catrope@users.mediawiki.org>
Mon, 18 Oct 2010 20:35:56 +0000 (20:35 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Mon, 18 Oct 2010 20:35:56 +0000 (20:35 +0000)
commit1cd4ecddcd9f30f95a2b76634fec0db80489e7c0
treec37439012d6ca51b28508f46b3a4c0033429bb92
parent50c319ef09d0046b2fbc390ffcfdd100e021fb44
First shot at porting Monobook to Vector. The only non-straightforward part is moving from a separate rtl.css file to a main.css file we can safely Janus. This is half-done right now. Notable things:
* No longer including rtl.css, instead relying on Janused main.css
* Renamed external.png to external-ltr.png so Janus will pick up on external-rtl.png (already exists)
* Added @embed to all images, add @noflip where needed (may not have covered all cases)
* Pulled some things from rtl.css into main.css such that they're no-ops in LTR but are needed in RTL. Example: body { direction:ltr;
* Killed some RTL-specific rules in main.css that were superseded in main.css
* Changed padding: 0 foo; to padding-right: foo; so it gets Janused right
* Commented out loading of IE*Fixes.css. Still need to incorporate these into main.css somehow
resources/Resources.php
skins/MonoBook.php
skins/monobook/external-ltr.png [new file with mode: 0644]
skins/monobook/external.png [deleted file]
skins/monobook/main.css