MediaWiki talk:Common.js/Archive 11: Difference between revisions
Content deleted Content added
Shadowbot3 (talk | contribs) m Automated archival of 1 sections from MediaWiki talk:Common.js |
Shadowbot3 (talk | contribs) m Automated archival of 1 sections from MediaWiki talk:Common.js |
||
Line 53:
}
</source>
<span id="63316583953" />
== PNG transparency fix "V1.1" ==
I have updated the PngFix script. While neither Remember the dot and I could make the "fast" code to work, (see [http://commons.wikimedia.org/wiki/User_talk:Edokter/pngtest here] we did come up with a way to increase the speed by not turning images without border to spans. Further improvements are:
# The script no longer depends on the .thumbborder (or any other) class.
# Support ''all'' PNG images, including imagemaps.
I'll post a message on the [[WP:VPT|Village Pump]] to be on the lookup for bugs. Please report any problems there. <span style="font-family: verdana;"> — [[User:Edokter|<span style="color: #008;">'''''E''dokter'''</span>]] • [[User_talk:Edokter|<span style="color: #080;">Talk</span>]] • </span> 09:03, 5 October 2007 (UTC)
:Well, that's not entirely true. Only the CSS border information is copied out of the .thumbborder class, so if .thumbborder is limited to img elements in your skin and there is any other CSS in there, that CSS is discarded. This is what happens in the default skin, only there isn't any other CSS in ther at present. —[[User:Remember the dot|Remember the dot]] <sup>([[User talk:Remember the dot|talk]])</sup> 16:59, 5 October 2007 (UTC)
::What I meant was is that the code no longer has to rely on seperately decraled classes like .thumbborder. If need be, other CSS properties can be added to the code. But I don't expect we'll ever need to (maaaybe margin). Images hardly have any other properties then border anyway, but anyone is welcome to prove me wrong... <span style="font-family: verdana;"> — [[User:Edokter|<span style="color: #008;">'''''E''dokter'''</span>]] • [[User_talk:Edokter|<span style="color: #080;">Talk</span>]] • </span> 19:59, 5 October 2007 (UTC)
|