Template:BottomNav: Difference between revisions

From Handhelds Wiki
Jump to navigationJump to search
Created page with "<div style=" max-width: 100%; margin: 1.0em auto; padding: 0.75em 0.75em; border-radius: 10px; background: linear-gradient(145deg, #ffffff, #f5f5f5); border: 1px solid #ccc; box-shadow: 0 3px 8px rgba(0,0,0,0.06); font-family: sans-serif; text-align: center; font-size: 1em; box-sizing: border-box; "> <div style=" display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1.5em; "> {{#if:{{{1|}}} |..."
 
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="
<div style="
   max-width: 100%;
   max-width: 100%;
   margin: 1.0em auto;
   margin: 0.1em auto 0.1em auto;   /* small top & bottom margin */
   padding: 0.75em 0.75em;
   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.2em;">
    Other Projects at the Handhelds Wiki
  </div>
   <div style="
   <div style="
     display: flex;
     display: flex;
     flex-wrap: wrap;
     flex-wrap: wrap;
     justify-content: center;
     justify-content: center;
     align-items: center;
     align-items: flex-start;
     gap: 1.5em;
     gap: 1em;
   ">
   ">


Line 23: 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.5em;">[[{{{1}}}|{{{1text}}}]]</div>
       <div style="margin-top: 0.1em;">[[{{{1}}}|{{{1text}}}]]</div>
     </div>
     </div>
   }}
   }}
   {{#if:{{{2|}}}
   {{#if:{{{2|}}}
   |<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.5em;">[[{{{2}}}|{{{2text}}}]]</div>
       <div style="margin-top: 0.1em;">[[{{{2}}}|{{{2text}}}]]</div>
     </div>
     </div>
   }}
   }}
   {{#if:{{{3|}}}
   {{#if:{{{3|}}}
   |<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.5em;">[[{{{3}}}|{{{3text}}}]]</div>
       <div style="margin-top: 0.1em;">[[{{{3}}}|{{{3text}}}]]</div>
     </div>
     </div>
   }}
   }}
   {{#if:{{{4|}}}
   {{#if:{{{4|}}}
   |<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.5em;">[[{{{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