Author Topic: Blockland Light 3: The Redemption (userstyle)  (Read 8407 times)

are you also going to make new icons?
I can but a) that would take a lot of work (more than worth it I'd say) and b) it would probably increase page load a ton from the amount of images being loaded externally. I feel like there's a way around this but they don't stick out enough to warrant needing to be changed, I think.

take out the icons next to topics all together

take out the icons next to topics all together

Noo man, the "posted in" icon background is the most useful thing

take out the icons next to topics all together
I'd prefer not to do that. The icons actually do mean something, e.g. whether you've looked at a topic, posted in a topic, whether it's popular, whether it has a poll, and so on. Even if they don't fit, I'd still rather keep them there for informative purposes.

Code: [Select]
function this(is)
   a = test
end


Thanks for the comments and feedback, guys! Here's what I've got.

And for those who don't like the light:

what the heck is wrong with you

these look absolutely perfect

take out the icons next to topics all together
r u kidding buddy???

Just got this theme. It's pretty good.

I don't look there because I'm not gay

I don't look there because I'm not gay
Would rather be gay than blind.

Would rather be gay than blind.
Can blind people even be attracted to anyone??

Can blind people even be attracted to anyone??
can still feel an ass


Quote
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://www.blockland.us/title.png) !important;
  width: 0; height: 0;
  padding-right: 397px; padding-top: 100px;
}

This is also the same approach I took with my theme.

should probably use the buttons from bl light 2, defaults are too gaudy compared to the simplistic style of the rest of the theme

also


Can blind people even be attracted to anyone??
Next time on Great Debate


This is also the same approach I took with my theme.
Thanks for that!

should probably use the buttons from bl light 2, defaults are too gaudy compared to the simplistic style of the rest of the theme

also
The button replacements don't work on firefox because of ill content support. There's probably a way to do it but I haven't put in the time to figure it out yet.