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 44: Line 44:


#Luckycat{
#Luckycat{
     background-image: url(https://cdn.wikirby.com/ap12023/Luckycat.png) no-repeat center center;
     background: url(https://cdn.wikirby.com/ap12023/Luckycat.png) no-repeat center center;
     width: 20px;
     width: 20px;
     height: 20px;
     height: 20px;
Line 50: Line 50:


#StarfyWiki{
#StarfyWiki{
     background-image: url(https://cdn.wikirby.com/ap12023/StarfyWiki.png) no-repeat center center;
     background: url(https://cdn.wikirby.com/ap12023/StarfyWiki.png) no-repeat center center;
     width: 20px;
     width: 20px;
     height: 20px;
     height: 20px;
Line 56: Line 56:


#SWlogo{
#SWlogo{
     background-image: url(https://cdn.wikirby.com/ap12023/SWlogo.png) no-repeat center center;
     background: url(https://cdn.wikirby.com/ap12023/SWlogo.png) no-repeat center center;
     width: 20px;
     width: 20px;
     height: 20px;
     height: 20px;
}
}
#WarsWikiSprite{
#WarsWikiSprite{
     background-image: url(https://cdn.wikirby.com/ap12023/WarsWikiSprite.png) no-repeat center center;
     background: url(https://cdn.wikirby.com/ap12023/WarsWikiSprite.png) no-repeat center center;
     width: 20px;
     width: 20px;
     height: 20px;
     height: 20px;
}
}
#Brassknuckle{
#Brassknuckle{
     background-image: url(https://cdn.wikirby.com/ap12023/Brassknuckle.png) no-repeat center center;
     background: url(https://cdn.wikirby.com/ap12023/Brassknuckle.png) no-repeat center center;
     width: 20px;
     width: 20px;
     height: 20px;
     height: 20px;
}
}
#Kongsbarrel{
#Kongsbarrel{
     background-image: url(https://cdn.wikirby.com/ap12023/Kongsbarrel.png) no-repeat center center;
     background: url(https://cdn.wikirby.com/ap12023/Kongsbarrel.png) no-repeat center center;
     width: 20px;
     width: 20px;
     height: 20px;
     height: 20px;
}
}
#NWiki{
#NWiki{
     background-image: url(https://cdn.wikirby.com/ap12023/NWiki.png) no-repeat center center;
     background: url(https://cdn.wikirby.com/ap12023/NWiki.png) no-repeat center center;
     width: 20px;
     width: 20px;
     height: 20px;
     height: 20px;
}
}
#DQIcon{
#DQIcon{
     background-image: url(https://cdn.wikirby.com/ap12023/DQIcon.png) no-repeat center center;
     background: url(https://cdn.wikirby.com/ap12023/DQIcon.png) no-repeat center center;
     width: 20px;
     width: 20px;
     height: 20px;
     height: 20px;
}
}

Revision as of 18:26, 28 March 2023

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

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

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

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

#GoinUp {
    background-image: url(https://cdn.wikirby.com/ap12023/GoinUP.png);
    width: 100px;
    height: 89px;
}

#NiwaLogo{
    background-image: url(https://cdn.wikirby.com/ap12023/Niwa.png);
    width: 90px;
    height: 52px;
}

#Kirbyface{
    background-image: url(https://cdn.wikirby.com/ap12023/Kirbyface.png);
    width: 100px;
    height: 96px;
}

#LineupKDCol{
    background-image: url(https://cdn.wikirby.com/ap12023/LineupKDCol.png);
    width: 160px;
    height: 221px;
}

/* begin classic NIWA icons */

#Luckycat{
    background: url(https://cdn.wikirby.com/ap12023/Luckycat.png) no-repeat center center;
    width: 20px;
    height: 20px;
}

#StarfyWiki{
    background: url(https://cdn.wikirby.com/ap12023/StarfyWiki.png) no-repeat center center;
    width: 20px;
    height: 20px;
}

#SWlogo{
    background: url(https://cdn.wikirby.com/ap12023/SWlogo.png) no-repeat center center;
    width: 20px;
    height: 20px;
}
#WarsWikiSprite{
    background: url(https://cdn.wikirby.com/ap12023/WarsWikiSprite.png) no-repeat center center;
    width: 20px;
    height: 20px;
}
#Brassknuckle{
    background: url(https://cdn.wikirby.com/ap12023/Brassknuckle.png) no-repeat center center;
    width: 20px;
    height: 20px;
}
#Kongsbarrel{
    background: url(https://cdn.wikirby.com/ap12023/Kongsbarrel.png) no-repeat center center;
    width: 20px;
    height: 20px;
}
#NWiki{
    background: url(https://cdn.wikirby.com/ap12023/NWiki.png) no-repeat center center;
    width: 20px;
    height: 20px;
}
#DQIcon{
    background: url(https://cdn.wikirby.com/ap12023/DQIcon.png) no-repeat center center;
    width: 20px;
    height: 20px;
}