Template:Nav Tile: Difference between revisionsGive feedback
Gammaton32 (talk | contribs) made tiles bigger to compensate for line break |
Changed styling for new main page |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div style="display: flex; flex-direction: column | <div style="display: flex; flex-direction: column; gap: 2px;"> | ||
<div style=" | <div class="nav-bg" style="flex: 1; min-height: 0; padding: 5px 0px 0px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; align-items: center; justify-content: center;"> | ||
[[{{{1}}}|140px|center|link={{{3|{{{2}}}}}}]] | [[{{{1}}}|140px|center|link={{{3|{{{2}}}}}}]] | ||
</div> | </div> | ||
<div style="text-align: center; font-size: 140%; font-weight: bold ; font-family: 'Retail Demo', 'Open Sans', 'Copperplate Gothic', Constantia, 'PT Serif', 'Palatino', 'Georgia', serif | <div class="nav-bg" style="flex-shrink: 0; text-align: center; font-size: 140%; font-weight: bold; font-family: 'Retail Demo', 'Open Sans', 'Copperplate Gothic', Constantia, 'PT Serif', 'Palatino', 'Georgia', serif; border-bottom-left-radius:8px; border-bottom-right-radius:8px;"> | ||
[[{{{3|{{{2}}}}}}|<span | [[{{{3|{{{2}}}}}}|<span style="color:#e8be86; font-weight:bold; text-shadow: 0px 2px 2px black, 0px 0px 2px black;">{{{2}}}</span>]] | ||
</div> | </div> | ||
</div></includeonly> | </div></includeonly> | ||