It works. Thanks!
Still doesn't work once I implemented the code.
It has not worked. We have the same system in this wiki that the backrooms wiki has, where we have a CSS template to apply CSS code directly to a page. Can I do something like that?
Yes, in fact. The wiki has CSS and javascript implemented, if that makes anything easier.
I would like to change the text of each infobox for the page in such a way that only the title of said infobox and the caption will be black. For example, I have taken the image from another discussion.
The title of the infobox is black. I would like to change a default infobox header all throughout one specific page appear like this, as well as the caption.
@No0n4m3S, do you have any potential solutions to this?
I'm trying to remove it for a special Portal 1 themethat I'm workshopping.
Like, getting the glow effect in CSS for a username flair.
<span style="text-shadow: 2px 2px 20px #6B0A03, 2px 2px 20px #6B0A03; color:red;">insert text</span>
(HTML)
Into the style of
a[href$=":insertpagename"],a[href$="/insertpagename"] {
background: linear-gradient(to bottom, #4953B4 0%, #868BCE 100%) no-repeat;
-webkit-background-clip: text;
-webkit-font-weight: bold;
-webkit-text-fill-color: transparent !important;
}
(CSS)