Site News
Warning: This wiki contains spoilers. Read at your own risk!

Social media: If you would like, please join our Discord server, and/or follow us on X (Twitter) or Tumblr!

User talk:PikaSamus: Difference between revisions

From Fire Emblem Wiki, your source on Fire Emblem information. By fans, for fans.
No edit summary
Line 94: Line 94:
:To change back, go into your preferences and change skin to FireEmblem. [[User:PikaSamus|PikaSamus]] ([[User talk:PikaSamus|talk]]) 00:41, 23 January 2019 (UTC)
:To change back, go into your preferences and change skin to FireEmblem. [[User:PikaSamus|PikaSamus]] ([[User talk:PikaSamus|talk]]) 00:41, 23 January 2019 (UTC)
:: Thanks. I'll probably get the pirate sprite and finish the Emperor sprites. Do you want to transparent the other Genealogy and Mystery artwork or are you good? I'll try to learn Gimp myself to do it eventually as well. [[User:Emperor Hardin|Emperor Hardin]] ([[User talk:Emperor Hardin|talk]]) 01:17, 23 January 2019 (UTC)
:: Thanks. I'll probably get the pirate sprite and finish the Emperor sprites. Do you want to transparent the other Genealogy and Mystery artwork or are you good? I'll try to learn Gimp myself to do it eventually as well. [[User:Emperor Hardin|Emperor Hardin]] ([[User talk:Emperor Hardin|talk]]) 01:17, 23 January 2019 (UTC)
:Another way to get the categories at the bottom of the page again and keep the new skin, if you prefer, is to use CSS; something like this should do it:
<syntaxhighlight lang="css">
@media (min-width: 1100px) {
    #catlinks:not(.catlinks-allhidden) {
        display: block;
        border: 1px solid #aaa;
        padding: 5px;
        margin-bottom: 10px;
        background: rgba(0, 0, 0, 0.75);
    }
    #catlinks-sidebar {
        display: none;
    }
}
</syntaxhighlight>
Put that in your timeless.css page, and it should look like it does on the old skin. --[[User:Moydow|<span style="color: green;">Moy</span><span style="color: orange;">dow</span>]] ([[User talk:Moydow|Support]]) 01:50, 23 January 2019 (UTC)