User:Kiokurashi/sandbox: Difference between revisions

From IdleOn MMO Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{#css:
    .skillsetwrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .skillsetbox {
        flex: 25%;
        max-width: 25%;
        border: 2px solid teal;
        text-align: center;
    }
    .notesbox {
        flex: 100%;
        background-color: grey;
    }
@media screen and (max-width: 992px) {
    .skillsetbox {
        flex: 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .skillsetwrapper {
        flex-direction: column;
    }
    .skillsetbox {
        max-width: 100%;
    }
}
}}
<div class="skillsetwrapper">
    <div class='skillsetbox'>
        <table class="" style="text-align:center;">
            <tr>
                <th colspan=5>Journeyman</th>
            </tr>
            <tr id=" ClassName-ImageRow-1">
                <td>{{TalentIcon|Indiana Attack}}</td>
                <td>{{TalentIcon|Breakin' The Bank}}</td>
                <td>{{TalentIcon|Supernova Player}}</td>
                <td>{{TalentIcon|Two Punch Man}}</td>
                <td>{{TalentIcon|Gimme Gimme}}</td>
            </tr>
            <tr id="ClassName-NumberRow-1">
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
            </tr>
            <tr id="ClassName-ImageRow-2">
                <td>{{TalentIcon|Lucky Hit}}</td>
                <td>{{TalentIcon|F'Luk'Ey Fabrics}}</td>
                <td>{{TalentIcon|Chaching!}}</td>
                <td>{{TalentIcon|Lucky horseshoe}}</td>
                <td>{{TalentIcon|Curse Of Mr Looty Booty}}</td>
            </tr>
            <tr id="ClassName-NumberRow-2">
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
            </tr>
            <tr id="ClassName-ImageRow-3">
                <td>{{TalentIcon|Its Your Birthday!}}</td>
                <td>{{TalentIcon|Cmon Out Crystals}}</td>
                <td>{{TalentIcon|Reroll Pls}}</td>
                <td>{{TalentIcon|Cards Galore}}</td>
                <td>{{TalentIcon|Rares Everywhere!}}</td>
            </tr>
            <tr id="ClassName-NumberRow-3">
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
            </tr>
        </table>
    </div>
    <div class="skillsetbox">
        <table class="" style="text-align:center;">
            <tr>
                <th colspan=5>Journeyman 2nd Box</th>
            </tr>
            <tr id=" ClassName-ImageRow-1">
                <td>{{TalentIcon|Indiana Attack}}</td>
                <td>{{TalentIcon|Breakin' The Bank}}</td>
                <td>{{TalentIcon|Supernova Player}}</td>
                <td>{{TalentIcon|Two Punch Man}}</td>
                <td>{{TalentIcon|Gimme Gimme}}</td>
            </tr>
            <tr id="ClassName-NumberRow-1">
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
            </tr>
            <tr id="ClassName-ImageRow-2">
                <td>{{TalentIcon|Lucky Hit}}</td>
                <td>{{TalentIcon|F'Luk'Ey Fabrics}}</td>
                <td>{{TalentIcon|Chaching!}}</td>
                <td>{{TalentIcon|Lucky horseshoe}}</td>
                <td>{{TalentIcon|Curse Of Mr Looty Booty}}</td>
            </tr>
            <tr id="ClassName-NumberRow-2">
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
            </tr>
            <tr id="ClassName-ImageRow-3">
                <td>{{TalentIcon|Its Your Birthday!}}</td>
                <td>{{TalentIcon|Cmon Out Crystals}}</td>
                <td>{{TalentIcon|Reroll Pls}}</td>
                <td>{{TalentIcon|Cards Galore}}</td>
                <td>{{TalentIcon|Rares Everywhere!}}</td>
            </tr>
            <tr id="ClassName-NumberRow-3">
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
            </tr>
        </table>
    </div>
    <div class="skillsetbox">
        <table class="" style="text-align:center;">
            <tr>
                <th colspan=5>Journeyman 3rd Box</th>
            </tr>
            <tr id=" ClassName-ImageRow-1">
                <td>{{TalentIcon|Indiana Attack}}</td>
                <td>{{TalentIcon|Breakin' The Bank}}</td>
                <td>{{TalentIcon|Supernova Player}}</td>
                <td>{{TalentIcon|Two Punch Man}}</td>
                <td>{{TalentIcon|Gimme Gimme}}</td>
            </tr>
            <tr id="ClassName-NumberRow-1">
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
            </tr>
            <tr id="ClassName-ImageRow-2">
                <td>{{TalentIcon|Lucky Hit}}</td>
                <td>{{TalentIcon|F'Luk'Ey Fabrics}}</td>
                <td>{{TalentIcon|Chaching!}}</td>
                <td>{{TalentIcon|Lucky horseshoe}}</td>
                <td>{{TalentIcon|Curse Of Mr Looty Booty}}</td>
            </tr>
            <tr id="ClassName-NumberRow-2">
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
            </tr>
            <tr id="ClassName-ImageRow-3">
                <td>{{TalentIcon|Its Your Birthday!}}</td>
                <td>{{TalentIcon|Cmon Out Crystals}}</td>
                <td>{{TalentIcon|Reroll Pls}}</td>
                <td>{{TalentIcon|Cards Galore}}</td>
                <td>{{TalentIcon|Rares Everywhere!}}</td>
            </tr>
            <tr id="ClassName-NumberRow-3">
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
            </tr>
        </table>
    </div>
    <div class="skillsetbox">
        <table class="" style="text-align:center;">
            <tr>
                <th colspan=5>Journeyman 4th Box</th>
            </tr>
            <tr id=" ClassName-ImageRow-1">
                <td>{{TalentIcon|Indiana Attack}}</td>
                <td>{{TalentIcon|Breakin' The Bank}}</td>
                <td>{{TalentIcon|Supernova Player}}</td>
                <td>{{TalentIcon|Two Punch Man}}</td>
                <td>{{TalentIcon|Gimme Gimme}}</td>
            </tr>
            <tr id="ClassName-NumberRow-1">
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
            </tr>
            <tr id="ClassName-ImageRow-2">
                <td>{{TalentIcon|Lucky Hit}}</td>
                <td>{{TalentIcon|F'Luk'Ey Fabrics}}</td>
                <td>{{TalentIcon|Chaching!}}</td>
                <td>{{TalentIcon|Lucky horseshoe}}</td>
                <td>{{TalentIcon|Curse Of Mr Looty Booty}}</td>
            </tr>
            <tr id="ClassName-NumberRow-2">
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
            </tr>
            <tr id="ClassName-ImageRow-3">
                <td>{{TalentIcon|Its Your Birthday!}}</td>
                <td>{{TalentIcon|Cmon Out Crystals}}</td>
                <td>{{TalentIcon|Reroll Pls}}</td>
                <td>{{TalentIcon|Cards Galore}}</td>
                <td>{{TalentIcon|Rares Everywhere!}}</td>
            </tr>
            <tr id="ClassName-NumberRow-3">
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
                <td>Lv. 0</td>
            </tr>
        </table>
    </div>
    <div class="notesbox">These are notes. Yaaaaay!</div>
</div>
<!--https://idleon.info/wiki/Special:CargoTables </br>
<!--https://idleon.info/wiki/Special:CargoTables </br>
{{#cargo_query:
{{#cargo_query:

Revision as of 17:23, 12 April 2022


Journeyman
Indiana Attack Breakin' The Bank Supernova Player Two Punch Man Gimme Gimme
Lv. 0 Lv. 0 Lv. 0 Lv. 0 Lv. 0
Lucky Hit F'Luk'Ey Fabrics Chaching! Lucky horseshoe Curse Of Mr Looty Booty
Lv. 0 Lv. 0 Lv. 0 Lv. 0 Lv. 0
Its Your Birthday! Cmon Out Crystals Reroll Pls Cards Galore Rares Everywhere!
Lv. 0 Lv. 0 Lv. 0 Lv. 0 Lv. 0
Journeyman 2nd Box
Indiana Attack Breakin' The Bank Supernova Player Two Punch Man Gimme Gimme
Lv. 0 Lv. 0 Lv. 0 Lv. 0 Lv. 0
Lucky Hit F'Luk'Ey Fabrics Chaching! Lucky horseshoe Curse Of Mr Looty Booty
Lv. 0 Lv. 0 Lv. 0 Lv. 0 Lv. 0
Its Your Birthday! Cmon Out Crystals Reroll Pls Cards Galore Rares Everywhere!
Lv. 0 Lv. 0 Lv. 0 Lv. 0 Lv. 0
Journeyman 3rd Box
Indiana Attack Breakin' The Bank Supernova Player Two Punch Man Gimme Gimme
Lv. 0 Lv. 0 Lv. 0 Lv. 0 Lv. 0
Lucky Hit F'Luk'Ey Fabrics Chaching! Lucky horseshoe Curse Of Mr Looty Booty
Lv. 0 Lv. 0 Lv. 0 Lv. 0 Lv. 0
Its Your Birthday! Cmon Out Crystals Reroll Pls Cards Galore Rares Everywhere!
Lv. 0 Lv. 0 Lv. 0 Lv. 0 Lv. 0
Journeyman 4th Box
Indiana Attack Breakin' The Bank Supernova Player Two Punch Man Gimme Gimme
Lv. 0 Lv. 0 Lv. 0 Lv. 0 Lv. 0
Lucky Hit F'Luk'Ey Fabrics Chaching! Lucky horseshoe Curse Of Mr Looty Booty
Lv. 0 Lv. 0 Lv. 0 Lv. 0 Lv. 0
Its Your Birthday! Cmon Out Crystals Reroll Pls Cards Galore Rares Everywhere!
Lv. 0 Lv. 0 Lv. 0 Lv. 0 Lv. 0
These are notes. Yaaaaay!