Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Working correctly.
This is a false statement.
Offline
Currently using barf theme Radon and everything's fine.
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
This is how it looks like if I have radon on:
Offline
barf theme
>:( Then why did you add it in the first place?
pls no tak dwn i lik dis c0lor
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
Different55 wrote:barf theme
>:( Then why did you add i in the first place?
pls no tak dwn i lik dis c0lor
Because I made accent colors for several of the default FluxBB themes for fail.
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Since it's brought up
What if you did rgba(0,0,0,0)? too transparent?
or is rgba not so widely used
Yeah, too transparent. Some browsers (can't remember which ones but I want to blame Safari) thought it'd be a good idea to make transparent text transparent even when selected.
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
How about:
.bgcolor {
cursor: default;
color: transparent;
transition:color .2s ease 0s;
}
.bgcolor:hover {
color: #b4b4b4;
transition:color .2s ease 1s;
}
Fully transparent and you hover on the hide text for a second to view the text - do away with highlighting
Preview: https://i.koya.io/KlsRt0.webm
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
Pages: 1
[ Started around 1738465273.3201 - Generated in 0.051 seconds, 12 queries executed - Memory usage: 1.6 MiB (Peak: 1.78 MiB) ]