Please remember that WiKirby contains spoilers, which you read at your own risk! See our general disclaimer for details.

MediaWiki:Wikirby.css: Difference between revisions

From WiKirby, your independent source of Kirby knowledge.
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
.stars{
.stars{
     background-image: url(https://cdn.wikirby.com/ap12023/BGStars.png);
     background-image: url(https://cdn.wikirby.com/ap12023/BGStars.png);
}
.wkniwa{
    background-image: url(https://cdn.wikirby.com/ap12023/BackRed.png);
}
#2Kirby {
    background-image: url(https://cdn.wikirby.com/ap12023/2Kirby.png);
    width: 85px;
    height: 79px;
}
}

Revision as of 22:38, 27 March 2023

.stars{
    background-image: url(https://cdn.wikirby.com/ap12023/BGStars.png);
}

.wkniwa{
    background-image: url(https://cdn.wikirby.com/ap12023/BackRed.png);
}

#2Kirby {
    background-image: url(https://cdn.wikirby.com/ap12023/2Kirby.png);
    width: 85px;
    height: 79px;
}