User:Teltura: Difference between revisions

From LOTR-TCG Wiki
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 9: Line 9:
================================
================================


lotrtcgwiki.com
wiki.lotrtcgpc.net


INVERT
INVERT
.whitebg
.whitebg img[src$=".svg"]
 
CSS
.whitebg {
    background-color: var(--darkreader-neutral-text);
}


================================</nowiki>
================================</nowiki>


This will cause the custom culture icons etc to all show up properly.


For instance, you could use {{Card|1R13}} instead.  
Or putting the following into a Stylus css edit for wiki.lotrtcgpc.net


  <nowiki>
.whitebg img[src$=".svg"] {
    filter: invert(1);
}
</nowiki>


 
This will cause the custom culture icons etc to all show up properly.
 
Adding
 
 
 
Some
 
 
 
Space

Latest revision as of 15:34, 17 April 2025

Administrator of the Lord of the Rings TCG Wiki, Second Owner of TLHH, Operator of the PC Servers, Maintainer of GEMP, First Of His Name, True Heir to the Thrones of Gondor and Arnor, etc, etc.

I can be contacted here, on TLHH, or on the PC Discord (username ketura on that server).


If you (like me) prefer to use a dark mode, I would advise using the DarkReader extension, and adding the following custom CSS to the Dynamic Theme Editor:

================================

wiki.lotrtcgpc.net

INVERT
.whitebg img[src$=".svg"]

================================


Or putting the following into a Stylus css edit for wiki.lotrtcgpc.net

 
.whitebg img[src$=".svg"] {
    filter: invert(1);
}

This will cause the custom culture icons etc to all show up properly.