We do our best to give you all information you need. Use the Search menu to search for the page you are looking for. The most used pages are on the side menu or in the Popular Pages page.

Do you miss important stuff or do you have suggestions? Let us know via Discord or in-game. Thank you for using our Wiki!

Difference between revisions of "Template:Bossing index"

From GrinderScape Wiki
Jump to: navigation, search
(Created page with "<html> <head> <style> .tile-halves { display: inline-block; border: 1px solid var(--tile-border-color); flex-flow: row wrap; box-shadow: 0...")
 
(Blanked the page)
 
Line 1: Line 1:
<html>
+
 
<head>
+
<style>
+
    .tile-halves {
+
        display: inline-block;
+
        border: 1px solid var(--tile-border-color);
+
        flex-flow: row wrap;
+
        box-shadow: 0 0.2rem 0.7rem -0.2rem rgb(0 0 0 / 50%);
+
    }
+
    .tile-top.tile-image {
+
        background: var(--tile-background-color);
+
        align-items: center;
+
    }
+
    .tile-top {
+
        width: 100%;
+
    }
+
    .tile-bottom.link-button {
+
        align-text: center;
+
    }
+
    .tile-bottom {
+
        background: var(--tile-background-color);
+
        text-align: center;
+
        border-top: 1px solid var(--tile-border-color);
+
    }
+
    .tile-row {
+
        flex: 1;
+
        display: inline-flex;
+
        margin-bottom: 0;
+
    }
+
</style>
+
</head>
+
<body>
+
<div class="tile-row">
+
<div class="tile-halves">
+
<div class="tile-top tile-image">
+
<a href="Main_page/Bestiary/Bossing_index/Alchemical_Hydra" title="Alchemical Hydra">
+
<img alt="Alchemical hydra" src="https://i.imgur.com/hLRrro5.png"><a>
+
</div>
+
<div class="tile-bottom link-button">
+
<span class="mw-headline">
+
<a href="https://wiki.grinderscape.org/Main_page/Bestiary" title="Bestiary">Bestiary</a>
+
</span>
+
</div>
+
</div>
+
</body>
+
</html>
+

Latest revision as of 18:44, 17 July 2022