Template:BottomNav: Difference between revisions

From Handhelds Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
   max-width: 100%;
   max-width: 100%;
   margin: 0.1em auto 0.1em auto;  /* small top & bottom margin */
   margin: 0.1em auto 0.1em auto;  /* small top & bottom margin */
   padding: 0.25em 0.25em;          /* minimal padding top & bottom */
   padding: 0.05em 0.05em;          /* minimal padding top & bottom */
   border-radius: 10px;
   border-radius: 10px;
   background: linear-gradient(145deg, #ffffff, #f5f5f5);
   background: linear-gradient(145deg, #ffffff, #f5f5f5);
Line 12: Line 12:
   box-sizing: border-box;
   box-sizing: border-box;
">
">
   <div style="font-size: 1.2em; font-weight: bold; margin-bottom: 0.5em;">
   <div style="font-size: 1.2em; font-weight: bold; margin-bottom: 0.2em;">
     Other Projects at the Handhelds Wiki
     Other Projects at the Handhelds Wiki
   </div>
   </div>
Line 19: Line 19:
     flex-wrap: wrap;
     flex-wrap: wrap;
     justify-content: center;
     justify-content: center;
     align-items: flex-start; /* 'top' is invalid, use 'flex-start' */
     align-items: flex-start;
     gap: 2em;
     gap: 1em;
   ">
   ">


Line 26: Line 26:
   |<div style="text-align: center; width: 140px;">
   |<div style="text-align: center; width: 140px;">
       [[File:{{{1img}}}|128x128px|link={{{1}}}]]
       [[File:{{{1img}}}|128x128px|link={{{1}}}]]
       <div style="margin-top: 0.2em;">[[{{{1}}}|{{{1text}}}]]</div>
       <div style="margin-top: 0.1em;">[[{{{1}}}|{{{1text}}}]]</div>
     </div>
     </div>
   }}
   }}
Line 32: Line 32:
   |<div style="text-align: center; width: 140px;">
   |<div style="text-align: center; width: 140px;">
       [[File:{{{2img}}}|128x128px|link={{{2}}}]]
       [[File:{{{2img}}}|128x128px|link={{{2}}}]]
       <div style="margin-top: 0.2em;">[[{{{2}}}|{{{2text}}}]]</div>
       <div style="margin-top: 0.1em;">[[{{{2}}}|{{{2text}}}]]</div>
     </div>
     </div>
   }}
   }}
Line 38: Line 38:
   |<div style="text-align: center; width: 140px;">
   |<div style="text-align: center; width: 140px;">
       [[File:{{{3img}}}|128x128px|link={{{3}}}]]
       [[File:{{{3img}}}|128x128px|link={{{3}}}]]
       <div style="margin-top: 0.2em;">[[{{{3}}}|{{{3text}}}]]</div>
       <div style="margin-top: 0.1em;">[[{{{3}}}|{{{3text}}}]]</div>
     </div>
     </div>
   }}
   }}
Line 44: Line 44:
   |<div style="text-align: center; width: 140px;">
   |<div style="text-align: center; width: 140px;">
       [[File:{{{4img}}}|128x128px|link={{{4}}}]]
       [[File:{{{4img}}}|128x128px|link={{{4}}}]]
       <div style="margin-top: 0.2em;">[[{{{4}}}|{{{4text}}}]]</div>
       <div style="margin-top: 0.1em;">[[{{{4}}}|{{{4text}}}]]</div>
    </div>
  }}
  {{#if:{{{5|}}}
  |<div style="text-align: center; width: 140px;">
      [[File:{{{5img}}}|128x128px|link={{{5}}}]]
      <div style="margin-top: 0.1em;">[[{{{5}}}|{{{5text}}}]]</div>
     </div>
     </div>
   }}
   }}
   </div>
   </div>
</div>
</div>

Latest revision as of 05:05, 30 May 2025

   Other Projects at the Handhelds Wiki