Created
July 22, 2014 12:37
-
-
Save timothyclemans/33a34e33100cb9e7445b to your computer and use it in GitHub Desktop.
[wearscript] moverio complex starting point for moverio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
body { | |
color:#FFF; | |
background:#000; | |
font-size:1.25em; | |
} | |
#main { | |
background:red; | |
} | |
#datetime { | |
bottom:0;left:0;position:absolute;right:0; | |
border-top:1px solid #FFF; | |
} | |
#datetime div { | |
padding:20px; | |
} | |
#left { | |
float:left; | |
border-right:1px solid #FFF; | |
width:440px; | |
margin-right:20px; | |
} | |
</style> | |
<script> | |
//setInterval(function() {WS.say('stop talking ')}, 2000); | |
</script> | |
<div id="main">Test</div> | |
<div id="datetime"> | |
<div id="left">Seattle: Tuesday, July 22, 2014 5:17AM</div><div>Seattle: Tuesday, July 22, 2014 5:17AM</div></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"name":"Example"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment