Mercurial > code > home > repos > homeauto
view service/remoteSlideshow/www/index.jade @ 1063:295d20307b81
try a speedup for raspi
Ignore-this: 9cdbabb99c9888792c167866f06d65eb
darcs-hash:a10ec9fb5dc728c876e236137bce904f1d190414
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Mon, 21 Mar 2016 04:23:59 -0700 |
parents | a94e05a79d4e |
children |
line wrap: on
line source
html head style body { background: black; color: white; width: 1024px; height: 600px; overflow: hidden; } h1, p { background: hsla(0, 0%, 0%, 0.47); display: inline-block; font-size: 31px; padding: 7px; } img#main { position: absolute; left: 0px; top: 0px; width: 1024px; height: 600px; z-index: -10; } div#feeder { box-shadow: 5px 5px 112px hsl(0, 0%, 0%); position: absolute; left: 180px; top: 61px; border: 2px solid white; } div#feeder img { } body img(id='main', src="") div(id='feeder') h1 Ari's bed cactus div(style="position: absolute; right: 20px; top: 20px") button(data-bind="click: toggleFeederCam") | toggle feeder button(data-bind="click: nextImage") next image p(style="position:absolute; left: 20px; top:500px") | Picture span(data-bind="text: imageIndex() + 1") script(src="../lib/jquery-1.9.1.min.js") script(src="../lib/knockout-2.3.0.js") script(src='show.js')