No edit summary Tag: Reverted |
No edit summary |
||
(20 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<templatestyles src="Polaroids/styles.css" /> | <templatestyles src="Polaroids/styles.css" /> | ||
<h1 style="text-align: center;">Lost Boy's Polaroids</h1> | |||
<div id="polaroid-intro" style="text-align: center;"> | <div id="polaroid-intro" style="text-align: center;"> | ||
four quartets and no regrets... <br /> | four quartets and no regrets... <br /> | ||
except for the polaroids i left.... | except for the polaroids i left.... | ||
</div> | </div> | ||
<div id="polaroid-gallery | <div id="polaroid-gallery"> | ||
<DPL> | <DPL> | ||
namespace = File | namespace = File | ||
category = Polaroids | category = Polaroids | ||
format = ,\n* [[File:%TITLE%| | format = ,\n* [[File:%TITLE%|600x600px|thumb|%TITLE%]],, | ||
count = 1000 | |||
</DPL> | </DPL> | ||
</div> | </div> | ||
Line 20: | Line 22: | ||
</script> | </script> | ||
<script> | <script> | ||
$(" | $(".thumb").each( function() { | ||
var rNum = (Math.random()*6)-3; | var rNum = (Math.random()*6)-3; | ||
$(this).css( { | $(this).css( { | ||
Line 31: | Line 33: | ||
</head> | </head> | ||
</html> | </html> | ||
__NOTOC__ |