Last modified: 2010-05-15 15:33:32 UTC
Allow me to introduce Chick, the newest cute little skin for MediaWiki. I have tested this especially on Pocket IE. Pocket IE is pretty bad in that it supports neither the "float" nor the "display" CSS property. This means you can't float elements left or right, and you can't hide anything using display:none.
Created attachment 3 [details] templates/xhtml_minimal.pt
Created attachment 4 [details] stylesheets/chick/main.css
Created attachment 5 [details] Patch against current CVS The patch that makes the required changes. In particular, it adds a function suppressUrlExpansion() to Skin.php which only returns false, which SkinChick overrides to return true. We have to prevent the UrlExpansion (i.e. display of the URL of external links in parentheses) because we can't use display:none. Also override printSource() to do the same to the "retrieved from [URL]" message -- hopefully, nobody is going to print from a PDA.
Created attachment 6 [details] Screenshot of [[S2]] using Chick skin on Pocket IE
Created attachment 7 [details] Screenshot of [[S2]] using Chick skin on Pocket IE
Removing fixed-in-cvs tag; the Chick skin was PHPTal based and therefore not enabled by default in 1.4+. It's in the 'disabled' section.
*** Bug 1786 has been marked as a duplicate of this bug. ***
[TXT] Chick.php 1.7 4 weeks hashar Bring back "chick" skin that missed the 1.4 skin system file (Chick.php)