Template:HomePagePolaroids: Revision history

Template page

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 May 2024

15 May 2024

31 October 2023

  • curprev 15:5615:56, 31 October 2023Timothy talk contribs 557 bytes +557 Created page with "<html> <head> <div id="rotate-script"> <script> var ul = document.querySelector('#polaroid-gallery ul'); for (var i = ul.children.length; i >= 0; i--) { ul.appendChild(ul.children[Math.random() * i | 0]); } </script> <script> $("div.thumb.tnone").each( function() { var rNum = (Math.random()*6)-3; $(this).css( { '-webkit-transform': 'rotate('+rNum+'6deg)', '-moz-transform': 'rotate('+rNum+'6deg)', 'transform': 'rotate('+rNum+'6deg)', 'position..."