Skip to content

Instantly share code, notes, and snippets.

@erosson
Last active August 29, 2015 14:16
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 erosson/405836424e3d06d7177e to your computer and use it in GitHub Desktop.
Save erosson/405836424e3d06d7177e to your computer and use it in GitHub Desktop.
swarmsim graphics css
.desc-icon-resource {
background-size:40px 40px;
background-repeat:no-repeat;
height:40px;width:40px;
float:left;
margin-right:0.5em;
}
.tab-icon-resource {
/* large icons: */
background-size:40px 40px;
height:40px;width:40px;
margin-left:-10px;margin-top:-10px;
/* small icons: */
/*
background-size:20px 20px;
height:20px;width:20px;
*/
/* either: */
background-repeat:no-repeat;
float:left;
margin-right:0.5em;
}
.icon-meat {
background-image: url("https://i.imgur.com/nhj76qx.png");
}
.icon-larva {
background-image: url("https://i.imgur.com/k0P54sy.png");
}
.icon-territory {
background-image: url("https://i.imgur.com/LUosAUh.png");
}
.icon-energy {
background-image: url("https://i.imgur.com/3CjPpJc.png");
}
.icon-mutagen {
background-image: url("https://i.imgur.com/x9M9Cb3.png");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment