Template:Nav Tile: Difference between revisions

Jump to navigation Jump to search
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; justify-content: center; gap: 2px; width: 145px;">
<div style="display: flex; flex-direction: column; gap: 2px;">
   <div style="background-image: linear-gradient(#987556, #e8be86); padding: 5px 0px 0px; border-top-left-radius: 8px; border-top-right-radius: 8px">
   <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; background-image: linear-gradient(#987556, #e8be86); border-bottom-left-radius:8px; border-bottom-right-radius:8px;">
   <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 class="plain" style="color:#FFF5E8; font-weight:bold; text-shadow: 0px 2px 2px black, 0px 0px 2px black;">{{{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>