Matthew Cobalt's profile picture

Published by

published

Category: SpaceHey

Profile Editing: Online Status Icon Change

Original Source:

https://blog.spacehey.com/entry?id=2304

I discovered that I could change the blinking text for your online status can be changed to practically anything. Depending on the image, it can look really great for minimalism.

Code:

<style>
.online { visibility: hidden; }

.online img { content: url("");
 animation-name: none;
 visibility: visible;
 height: 43px; width: 90px; }
</style>


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )