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
mini-spoiler for bad words and not only
Mini spoiler will appear like **** in text. if you click on it, it will remove **** and place word there.
Example:
[minispoiler]i love trains[/minispoiler]
My mother always say to me that ****. (then you click on it you should get "i love trains"
Offline
.minispoiler {
visibility: hidden;
}
.minispoiler:before {
cursor:pointer;
visibility: visible;
content:'****';
color:#f00;
}
.minispoiler:active {
visibility: visible;
}
.minispoiler:active:before {
visibility: hidden;
font-size:0em;
}
Holding down click will show the passage
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
Would you be able to type [minispoiler=this]Hello[/minispoiler] and get this?
Also if this indeed gets added I'm going to mess with BBCode to see if it breaks anything.
▼Hidden text
Forgot to take my sleep meds so I'm still awake at 5AM to make changes.
BBCode
[minispoiler=this]Hello[/minispoiler]
HTML
<span mask="this">Hello</span>
CSS
.minispoiler {
visibility: hidden;
}
.minispoiler:before {
cursor:pointer;
visibility: visible;
content:attr(mask);
color:#f00;
}
.minispoiler:active {
visibility: visible;
}
.minispoiler:active:before {
visibility: hidden;
font-size:0em;
}
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
There should be an option to allow swears, like in the game. Or even a clickable word that shows the swear (example: [swear] > [you r dumb!])
Away.
Offline
This should be added onto the forums imo.
Because why the **** not guys.
Offline
Now, when forums censore bad words, this would be useful to see what the actual word is
Offline
I would suggest that the asterisks aren't so red, just a little red to show they are an action.
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
Why not a mini spoiler like a dark, black, thick line that is covering a row of text. When you put cursor on it, it reveals the text below.
Just like on the IMDb Discussion boards...
Offline
Why not a mini spoiler like a dark, black, thick line that is covering a row of text. When you put cursor on it, it reveals the text below.
Just like on the IMDb Discussion boards...
That's too easy to make, imo; I only support this because of the way Gosha suggested this. I did make some for Anatoly before though @
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
Napakeun wrote:Why not a mini spoiler like a dark, black, thick line that is covering a row of text. When you put cursor on it, it reveals the text below.
Just like on the IMDb Discussion boards...That's too easy to make, imo; I only support this because of the way Gosha suggested this. I did make some for Anatoly before though @
I prefer the black line because it is more subtle and blends in the text better than a red coloring with asterisks**
Offline
Koya wrote:Napakeun wrote:Why not a mini spoiler like a dark, black, thick line that is covering a row of text. When you put cursor on it, it reveals the text below.
Just like on the IMDb Discussion boards...That's too easy to make, imo; I only support this because of the way Gosha suggested this. I did make some for Anatoly before though @
I prefer the black line because it is more subtle and blends in the text better than a red coloring with asterisks**
Yeah, not a fan of bright read drawing attention to itself. Black and White (for snow) would be better albeit less cool.
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
Pages: 1
[ Started around 1738425189.1982 - Generated in 0.073 seconds, 13 queries executed - Memory usage: 1.59 MiB (Peak: 1.77 MiB) ]