General meta thread
- The Snide Sniper
- Site Admin
- Posts: 139
- Joined: Wed Aug 18, 2021 12:47 am
Re: General meta thread
How are the spoiler styles now?
If I disappear from the forum, I can still be reached via the "contact us" link at the bottom of the page.
Re: General meta thread
Somewhat better. But if you could get an actual icon for the button, that would be optimal.
Re: General meta thread
Even if you could just add an emoji (eg or ), a unicode character (e.g. ⁂ or ✦, and yes, i know emoji is unicode), or make the font size slightly larger or even a different colourstyle (imagine this with a yellow background) similar to your red mod action colourstyle (which you can then forbid use of in other contexts the same way, not that it seems to matter because i can't figure out how to highlight my tect anyway)
I think combining the yellow warning emoji with slightly larger text would be awesome
I think combining the yellow warning emoji with slightly larger text would be awesome
madge, ratammer's ponywife, she/her
Plug: my vampire romance novel is finished!
Plug: my vampire romance novel is finished!
- The Snide Sniper
- Site Admin
- Posts: 139
- Joined: Wed Aug 18, 2021 12:47 am
Re: General meta thread
Is this better?
Spoiler (Show/Hide)
Hello!
If I disappear from the forum, I can still be reached via the "contact us" link at the bottom of the page.
Re: General meta thread
It's almost perfect! I would just request a shade or two darker as it doesn't show up as well on the darker blue posts as it does on the more silvery posts.
But that's a minor quibble, as it is now I wouldn't have complained about it.
But that's a minor quibble, as it is now I wouldn't have complained about it.
madge, ratammer's ponywife, she/her
Plug: my vampire romance novel is finished!
Plug: my vampire romance novel is finished!
- The Snide Sniper
- Site Admin
- Posts: 139
- Joined: Wed Aug 18, 2021 12:47 am
Re: General meta thread
Yeah, I definitely need to do some tweaking with the styling. It particularly doesn't look so good when quoted:
not a spoilermaybe a spoilerSpoiler (Show/Hide)
a spoiler
If I disappear from the forum, I can still be reached via the "contact us" link at the bottom of the page.
Re: General meta thread
I think it looks fine. It's not pretty-pretty but it fits the subsilver theme fine.
madge, ratammer's ponywife, she/her
Plug: my vampire romance novel is finished!
Plug: my vampire romance novel is finished!
Re: General meta thread
You might consider two tweaks:
First, note that at present the background color spans the line, because the element spans the line. You can use
display: inline-block;
on the element in order to be able to give it a width, for example:
width: 10em;
(one 'em' is the width of the character 'm' as rendered in the displayed font and size).
Second, you can put a border around it:
border: 1px solid red;
That will clearly mark is as a separate "thing" rather than as part of the text.
Now, how you change styles in phpBB I don't know, but I know it can be done.
Another possibility is to use the 'button' element, but that's an HTML change, not a CSS change. It might be trickier.
Hope this helps.
Jose
First, note that at present the background color spans the line, because the element spans the line. You can use
display: inline-block;
on the element in order to be able to give it a width, for example:
width: 10em;
(one 'em' is the width of the character 'm' as rendered in the displayed font and size).
Second, you can put a border around it:
border: 1px solid red;
That will clearly mark is as a separate "thing" rather than as part of the text.
Now, how you change styles in phpBB I don't know, but I know it can be done.
Another possibility is to use the 'button' element, but that's an HTML change, not a CSS change. It might be trickier.
Hope this helps.
Jose
- The Snide Sniper
- Site Admin
- Posts: 139
- Joined: Wed Aug 18, 2021 12:47 am
Re: General meta thread
I know that the background color spans the whole line; the background color was the only styling I could think of that looked nice and covered the whole clickable area. If I could shrink that area down to the size of the text I would probably use one of the builtin button styles.
I know phpBB used to have a way to edit the stylesheets from the admin panel, but I can't seem to find it any more. I can still edit them via FTP though, it's just a bit of a hassle.
Normally an HTML change would be tricky but for custom BBCodes like the spoiler tag it's pretty easy.
I know phpBB used to have a way to edit the stylesheets from the admin panel, but I can't seem to find it any more. I can still edit them via FTP though, it's just a bit of a hassle.
Normally an HTML change would be tricky but for custom BBCodes like the spoiler tag it's pretty easy.
If I disappear from the forum, I can still be reached via the "contact us" link at the bottom of the page.
Re: General meta thread
That's the point of display: inline-block. It lets you shrink that area down.The Snide Sniper wrote: ↑Thu Oct 07, 2021 2:59 amIf I could shrink that area down to the size of the text I would probably use one of the builtin button styles.
But maybe not with phpBB. Dunno.
Jose
Re: General meta thread
While we're messing with the way the forum looks, I recall the old forum having post numbers that were also a link to that particular post. Assuming it's not a lot of trouble I'd like to have that feature, makes linking a post (or just referencing it by number) quite easy.
Re: General meta thread
Note that the little piece of paper next to "by somitomi" is a link to your post.
- chridd
- Scorekeeper-Keeper
- Posts: 157
- Joined: Tue Aug 24, 2021 8:02 pm
- Location: west coast US
- Contact:
Re: General meta thread
Also the "Re: General meta thread" (or whatever) above the name and date are also a link.
(I think the version of the Subsilver theme after the big forum upgrade had post numbers (number of the post in the thread, different from the post ID which is unique across the forum), but not the default Prosilver theme.)
(I think the version of the Subsilver theme after the big forum upgrade had post numbers (number of the post in the thread, different from the post ID which is unique across the forum), but not the default Prosilver theme.)
Re: General meta thread
I've been getting errors about the https certificates or something.
I don't know if this is you or this is me, as this is on chrome on my work computer and they like to keep chrome a few versions out of date no doubt for complicated for corporate reasonsYour connection is not private
Attackers might be trying to steal your information from ramenchef.net (for example, passwords, messages, or credit cards). Learn more
NET::ERR_CERT_DATE_INVALID
madge, ratammer's ponywife, she/her
Plug: my vampire romance novel is finished!
Plug: my vampire romance novel is finished!
- The Snide Sniper
- Site Admin
- Posts: 139
- Joined: Wed Aug 18, 2021 12:47 am
Re: General meta thread
No, in this case it was me. For some reason the website's security certificate didn't autorenew.
For future reference, if this happens again, you should use the alternate domain ramenchef.nfshost.com, which is hopefully much more consistent with renewing the certificate.
For future reference, if this happens again, you should use the alternate domain ramenchef.nfshost.com, which is hopefully much more consistent with renewing the certificate.
If I disappear from the forum, I can still be reached via the "contact us" link at the bottom of the page.
- The Snide Sniper
- Site Admin
- Posts: 139
- Joined: Wed Aug 18, 2021 12:47 am
Re: General meta thread
How do y'all feel about mod madness?
If I disappear from the forum, I can still be reached via the "contact us" link at the bottom of the page.
- heuristically_alone
- Posts: 167
- Joined: Tue Aug 24, 2021 10:33 pm
Re: General meta thread
Completely forgot that was a thing. I'm not against it.
If you think tough men are dangerous, wait til you see what weak men are capable of.
----
he/him/they
----
he/him/they
- The Snide Sniper
- Site Admin
- Posts: 139
- Joined: Wed Aug 18, 2021 12:47 am
Re: General meta thread
testing
Testing
tesTIng
Testing
tesTIng
If I disappear from the forum, I can still be reached via the "contact us" link at the bottom of the page.
- chridd
- Scorekeeper-Keeper
- Posts: 157
- Joined: Tue Aug 24, 2021 8:02 pm
- Location: west coast US
- Contact:
Re: General meta thread
Mmm, tast. y!
- heuristically_alone
- Posts: 167
- Joined: Tue Aug 24, 2021 10:33 pm
Re: General Coming! thread
I lost the game.
If you think tough men are dangerous, wait til you see what weak men are capable of.
----
he/him/they
----
he/him/they
Re: General Coming! thread
I'm so confused. are we... worsd?
madge, ratammer's ponywife, she/her
Plug: my vampire romance novel is finished!
Plug: my vampire romance novel is finished!
Re: General Coming! thread
okay cool that was normal yay
madge, ratammer's ponywife, she/her
Plug: my vampire romance novel is finished!
Plug: my vampire romance novel is finished!