The Humble Bundle .. now for Android


The DRM free Humble Bundle project has been relaunched, now for Android! This time, four games,  Anomaly: Warzone Earth, Osmos, and EDGE are being bundled together.

The incentive? If you pay more than the average price, you also get the indie classic World of Goo! Also, you will get the games for all four platforms! Android, Mac, Windows and Linux!

But do hurry! Time’s ticking!

img { border:none; }

.hbbody {
margin:0;
width:400px;
height:125px;
}

.hbbody .widget {
font-family: Helvetica,Arial,Sans-serif;
font-weight:600;
font-size:12px;
color:#999999;
background:#f2f2f2;
margin:0px;
padding:0px;
width:392px;
height:116px;
padding:4px;
background:url(‘http://cdn.humblebundle.com/widget/widgetbg.png’);
position:relative;

}
.hbbody a {
text-decoration:none;
}

.hbbody h2 {
font-size:16px;
font-weight:200;
float:left;
padding:0;
margin:0;
}

.hbbody #hbpurchase {
background: url(‘http://cdn.humblebundle.com/widget/purchase.png’);
width:80px;
height:27px;
position:absolute;
top:10px;
right:10px;
}
.d0,.d1,.d2,.d3,.d4,.d5,.d6,.d7,.d8,.d9 {
width:14px;
height:12px;
background-image:url(http://cdn.humblebundle.com/hib2/mediumsprite.png);
background-repeat: no-repeat;
position:absolute;
top:5px;
}
#d0 { left:7px; }
#d1 { left:22px; }
#d2 { left:46px; }
#d3 { left:61px; }
#d4 { left:85px; }
#d5 { left:100px; }
#d6 { left:124px; }
#d7 { left:139px; }
.d0 { background-position: 0px -42px; }
.d1 { background-position:-15px -42px; }
.d2 { background-position:-30px -42px; }
.d3 { background-position:-45px -42px; }
.d4 { background-position:-60px -42px; }
.d5 { background-position:-75px -42px; }
.d6 { background-position:-89px -42px; }
.d7 { background-position:-104px -42px; }
.d8 { background-position:-119px -42px; }
.d9 { background-position:-134px -42px; }
.d1#d0,.d1#d2,.d1#d4,.d1#d6 { background-position:-14px -42px; }
.d1#d1,.d1#d3,.d1#d5,.d1#d7 { background-position:-16px -42px; }

.hbbody #hbclose {
background:url(http://cdn.humblebundle.com/widget/close.png);
width:26px;
height:27px;
position:absolute;
top:10px;
left:10px;
cursor:pointer;
}
.hbbody #hblogo-over {
position:absolute;
left:105px;
top:10px;
}
.hbbody #hblogo {
position:absolute;
left:5px;
top:6px;
}

.hbbody #promoover {
font-weight: 200;
left: 10px;
position: absolute;
top: 50px;
width: 380px;
}

.hbbody #promoover h2 {
float: none;
text-align: center;
}

.hbbody #emailinput {
position: relative;
top: 10px;
left: 70px;
width: 250px;
}

.hbbody #heading-bundles-sold {
top: 61px;
right: 10px;
position:absolute;
width: 146px;
height: 60px;
}
.hbbody #heading-time-remaining {
top: 61px;
left: 10px;
position: absolute;
width: 250px;
height: 70px;
}
.hbbody .heading-mini-num {
font-size:18px;
color:#4c4c4c;
text-align:center;
padding-top:3px;
margin-left:-3px;
text-shadow:0 1px 0px rgba(255,255,255, .5);
}
.browser-mac.browser-firefox .hbbody .heading-mini-num {
padding-top: 6px;
}
.hbbody .heading-digit {
background:url(http://cdn.humblebundle.com/hib3/digit.png) no-repeat;
float:left;
height:44px;
width:35px;
margin-right:-1px;
position:relative;
}

.hbbody .heading-mini-digit {
background:url(http://cdn.humblebundle.com/widget/digit.png) no-repeat;
float:left;
height:30px;
width:24px;
position:relative;
}

.hbbody .heading-mini-colon {
background:url(http://cdn.humblebundle.com/hib3/colon.png) no-repeat;
float:left;
height:13px;
width:6px;
margin:0 1px 0 -1px;
top:8px;
position:relative;
}
.hbbody .heading-caption {
font-size:10px;
text-align:center;
top:50px;
position:absolute;
}
.hbbody .heading-heading {
position:absolute;
top:2px;
padding-left:30px;
overflow:visible;
}
.hbbody .digit-holder {
position:absolute;
top:22px;
left:2px;
}
.hbbody .heading-icon {
position:absolute;
top:-3px;
left:1px;
}
.hbbody #heading-live-viewers .heading-icon {
background: url(http://cdn.humblebundle.com/hib3/icons/glasses.png) no-repeat;
width: 19px;
height: 9px;
}
.hbbody #heading-time-remaining .heading-icon {
background: url(http://cdn.humblebundle.com/widget/clock.png) no-repeat;
width: 20px;
height: 20px;
margin-top:-1px;
}
.hbbody #heading-bundles-sold .heading-icon {
background: url(http://cdn.humblebundle.com/widget/bundle.png) no-repeat;
width: 20px;
height: 20px;
margin-top:-3px;
}

Bundles sold

0
8
2
6
3
6

Time remaining

1
3
0
4
3
9
0
1

$j = jQuery.noConflict();

var readcookie = function(name) {
name = name + ‘=’;
var ca = document.cookie.split(‘;’);
for (var i=0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') c = c.substring(1, c.length); if (c.indexOf(name) == 0) return c.substring(name.length, c.length); } return undefined; }; var writecookie = function(name,value,days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = '; expires=' + date.toGMTString(); } else var expires = ''; document.cookie = name + '=' + value + expires + '; path=/'; }; var timing = {"start": 1328032800, "end": 1329260400, "remaining": 1140000}; var startdate = new Date(timing.start * 1000); var enddate = new Date(timing.end * 1000); function update_clock() { var s = Math.max((new Date(enddate - new Date())).valueOf(),0); t = [Math.floor(s / 86400000), Math.floor(s / 3600000 % 24), Math.floor(s / 60000 % 60), Math.floor(s / 1000 % 60)] for (var i=0;i

Leave a Reply

tuxtrixmod
Scroll to Top