Skip to content

Instantly share code, notes, and snippets.

Created May 2, 2014 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a99abd2e61e0494e1d41 to your computer and use it in GitHub Desktop.
Save anonymous/a99abd2e61e0494e1d41 to your computer and use it in GitHub Desktop.
<style>
.tile-text {
display:inline-block;
vertical-align: middle;
}
/* lol !important */
.tile-inner { background-position: center center !important; background-size: cover !important; background-repeat: no-repeat !important; }
.tile-2 .tile-inner {
background-image: url(http://www.gamasutra.com/db_area/images/news/2012/Aug/176458/crawford.jpg) !important;
}
.tile-4 .tile-inner {
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/e/ef/Greg_Costikyan.jpg/220px-Greg_Costikyan.jpg) !important;
}
.tile-8 .tile-inner {
background-image: url(https://pbs.twimg.com/profile_images/714968618/jesse3.jpg) !important;
}
.tile-16 .tile-inner {
background-image: url(http://www.creativeshed.com/wp-content/uploads/2009/01/raph_koster1.jpg) !important;
}
.tile-32 .tile-inner {
background-image: url(http://wiki.igda.org/images/f/ff/Ernest_Adams_in_hat.JPG) !important;
}
.tile-64 .tile-inner {
background-image: url(http://users.frii.com/mlryan/mlrhein2.jpg) !important;
}
.tile-128 .tile-inner {
background-image: url(http://grindingtovalhalla.files.wordpress.com/2010/02/jesper-juul2.jpg) !important;
}
.tile-256 .tile-inner {
background-image: url(https://pbs.twimg.com/profile_images/1359720946/ERIC2.jpg) !important;
}
.tile-512 .tile-inner {
background-image: url(http://upload.wikimedia.org/wikipedia/en/3/39/Frank_Lantz_at_work_in_area_code_offices.jpg) !important;
}
.tile-1024 .tile-inner {
background-image: url(http://interventions.calarts.edu/wp-content/uploads/2014/01/ian_bogost_headshot.jpg) !important;
}
.tile-2048 .tile-inner {
background-image: url(http://assets.vg247.com/current//2013/03/breda-romero.jpg) !important;
}
.thisistext, p, a, h1 { color: #776e65; }
.game-container { background-color: #bbada0 }
.preload, .preload img { position: absolute; top: -100px; -left: 100px; width: 1px; height: 1px; overflow: hidden; }
#fix {
position: absolute; top: 0; left: 0; width: 100%; height: 100%; position: fixed; z-index: -1000;
background-color: #faf8ef;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment