Skip to content

Instantly share code, notes, and snippets.

View ttopholm's full-sized avatar

Tue Topholm ttopholm

View GitHub Profile
[
{
"fileVersion": 36832016,
"fileSize": 134487,
"manufacturerCode": 4474,
"imageType": 53250,
"sha512": "53c6cadc6a83d39f2cfa2e29d3d7f15e48ead17f5e4d46ae81466c263696cbe9ec7656818a900f6d963d8bc081e0c0671662a12504e53ec73751e151c84c410a",
"url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Insta/ZLL_WS_4f_J_Release_10.03.32.02.zigbee",
"path": "images/Insta/ZLL_WS_4f_J_Release_10.03.32.02.zigbee"
},
@ttopholm
ttopholm / gist:1145175
Created August 14, 2011 18:56
iOS checkbox on
<div style="border:1px solid #fff;background:-webkit-gradient(linear, 0% 0%, 0% 50%, from(#D78F99), to(#A40017), color-stop(.9,#BD4455));height:24px;width:24px;-webkit-border-radius:13px;-webkit-box-shadow: 0 1px 3px #888;">
<div style="border:3px solid #fff;border-left:none; border-top:none;height:10px;width:5px;-webkit-transform:rotate(33deg);margin:0 auto;margin-top:4px;"></div>
</div>
@ttopholm
ttopholm / gist:1126421
Created August 4, 2011 22:08
CSS for settings background on iPhone
.stripe
{
background-image:-webkit-gradient(linear, left top, right top,color-stop(.71428571428571, #c5ccd4),color-stop(.71428571428571, #cbd2d8),color-stop(1, #cbd2d8));
-webkit-background-size: 7px 7px;
min-height: 387px;
}