Author Topic: Blf light 3's logo has expired  (Read 725 times)


the blf is no longer available


what happened?
I don't see anything

hold on i got this
Code: [Select]
body > table:first-of-type td:first-child {
  height: 100px;
  background: url(http://i.imgur.com/GR5CYrm.png) !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
}
body > table:first-of-type td:first-child img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-image: url(http://i.imgur.com/pJnvonW.png) !important;
  background-size: auto 60px !important;
  background-repeat: no-repeat !important;
  background-position: 20px 20px !important;
  width: 0;
  height: 0;
  padding-right: 360px;
  padding-top: 90px;
it starts at line 73, goes to 92
replace that code with this and the images change, logo turns into standard impact blockland text and background is artillery strike
alternatively you could just copy the image links

edit: i do not know if this will screw with your colors as i use the dark version
« Last Edit: September 22, 2015, 05:23:59 PM by Obliviongate20 »

rip blf light 3's blockland logo from a skin or something :.(

You only need to change background in that code, the rest can stay the same.

Code: [Select]
background: url(http://i.imgur.com/GR5CYrm.png) !important;