Template:Contents: Difference between revisions
Jump to navigation
Jump to search
(Created page with "* Races * Mounts * Ships * World Bosses * Regrade Rates * Gearing") |
No edit summary |
||
Line 1: | Line 1: | ||
{{#css: | |||
.tile-halves { | |||
display: flex; | |||
flex-flow: row wrap; | |||
border: 1px solid #000000; | |||
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1); | |||
} | |||
.tile-row { | |||
display: flex; | |||
flex-flow: row wrap; | |||
margin-bottom: 1em; | |||
} | |||
.tile-top { | |||
width: 100%; | |||
padding: 1.3rem 1.5rem 0.6rem; | |||
} | |||
.tile-top.tile-image { | |||
display: flex; | |||
align-items: center; | |||
overflow: hidden; | |||
padding: 0; | |||
height: 13vw; | |||
max-height: 12em; | |||
transition: 0.4s ease-out; | |||
} | |||
.tile-bottom { | |||
background: #FAFAFA; | |||
border-top: 1px solid #000000; | |||
width: 100%; | |||
padding: 1rem 1.5rem 0.6rem; | |||
} | |||
.tile-bottom.link-button { | |||
align-self: flex-end; | |||
padding: 0; | |||
} | |||
.mainpage-contents .tile-halves { | |||
flex: 1; | |||
} | |||
}} | |||
<noinclude>{{/doc}}</noinclude>__NOTOC__ | |||
<div class="mainpage-contents tile-row"> | |||
<div class="contents-equipment tile-halves"> | |||
<div class="tile-bottom link-button"><h2>[[Races]]</h2></div> | |||
</div> | |||
<div class="contents-guides tile-halves"> | |||
<div class="tile-bottom link-button"><h2>[[Mounts]]</h2></div> | |||
</div> | |||
<div class="contents-quests tile-halves"> | |||
<div class="tile-bottom link-button"><h2>[[Ships]]</h2></div> | |||
</div> | |||
<div class="contents-bestiary tile-halves"> | |||
<div class="tile-bottom link-button"><h2>[[World Bosses]]</h2></div> | |||
</div> | |||
<div class="contents-calculators tile-halves"> | |||
<div class="tile-bottom link-button"><h2>[[Regrade Rates]]</h2></div> | |||
</div> | |||
<div class="contents-minigames tile-halves"> | |||
<div class="tile-bottom link-button"><h2>[[Gearing Guide|Gearing]]</h2></div> | |||
</div> | |||
</div> |