No edit summary Tag: Reverted |
No edit summary |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<templatestyles src="Home/Polaroids/styles.css" /> | <templatestyles src="Home/Polaroids/styles.css" /> | ||
<div id="polaroid-gallery" | <div id="polaroid-gallery" style="background-image: radial-gradient(#001321d9, black 200%);box-shadow: 0px 0px 14px rgb(192 14 170 / 75%), inset 0 0 14px rgb(246 21 115);"> | ||
<h2>[[Lost Boy's Polaroids]]</h2> | <h2>[[Lost Boy's Polaroids]]</h2> | ||
<DPL> | <DPL> | ||
namespace = File | namespace = File | ||
category = Polaroids | category = Polaroids | ||
randomcount = | randomcount = 12 | ||
randomseed ={{#time:Ymd}} | randomseed ={{#time:Ymd}} | ||
format = ,\n* [[File:%TITLE%| | format = ,\n* [[File:%TITLE%|250x250px|thumb|none]],, | ||
</DPL> | </DPL> | ||
<p style="text-align: center;"><em>Click the heading above to see more fan photos!</em></p> | <p style="text-align: center;"><em>Click the heading above to see more fan photos!</em></p> | ||
</div> | </div> | ||
<html> | <html> | ||
<head> | <head> | ||
<div id="rotate-script"> | |||
<script> | <script> | ||
var ul = document.querySelector('#polaroid-gallery ul'); | var ul = document.querySelector('#polaroid-gallery ul'); | ||
Line 32: | Line 32: | ||
} ); | } ); | ||
</script> | </script> | ||
</div> | |||
</head> | </head> | ||
</html> | </html> |