Template:BottomNav: Difference between revisions

From Handhelds Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Tag: Manual revert
Line 2: Line 2:
   max-width: 100%;
   max-width: 100%;
   margin: 1.0em auto;
   margin: 1.0em auto;
   padding: 1em;
   padding: 0.75em 0.75em;
   border-radius: 10px;
   border-radius: 10px;
   background: linear-gradient(145deg, #ffffff, #f5f5f5);
   background: linear-gradient(145deg, #ffffff, #f5f5f5);
   border: 1px solid #ccc;
   border: 1px solid #ccc;
   box-shadow: 0 3px 8px rgba(0,0,0,0.06);
   box-shadow: 0 3px 8px rgba(0,0,0,0.06);
   font-family: system-ui, sans-serif;
   font-family: sans-serif;
   text-align: center;
   text-align: center;
   font-size: 1em;
   font-size: 1em;
Line 13: Line 13:
">
">


   <div style="
   <div style="font-size: 1.2em; font-weight: bold; margin-bottom: 1em;">
    font-size: 1.4em;
     Other Projects at the Handhelds Wiki
    font-weight: 600;
    margin-bottom: 1em;
    color: #333;
  ">
     Projects at the Handhelds Wiki
   </div>
   </div>


Line 26: Line 21:
     flex-wrap: wrap;
     flex-wrap: wrap;
     justify-content: center;
     justify-content: center;
     align-items: flex-start;
     align-items: center;
     gap: 1.5em;
     gap: 1.5em;
   ">
   ">


   {{#if:{{{1|}}}
   {{#if:{{{1|}}}
   |<div style="text-align: center; width: 150px;">
   |<div style="text-align: center; width: 140px;">
       [[File:{{{1img}}}|128x128px|link={{{1}}}]]
       [[File:{{{1img}}}|128x128px|link={{{1}}}]]
       <div style="margin-top: 0.5em; font-weight: 500; font-size: 0.95em; color: #333;">
       <div style="margin-top: 0.5em;">[[{{{1}}}|{{{1text}}}]]</div>
        [[{{{1}}}|{{{1text}}}]]
      </div>
     </div>
     </div>
   }}
   }}


   {{#if:{{{2|}}}
   {{#if:{{{2|}}}
   |<div style="text-align: center; width: 150px;">
   |<div style="text-align: center; width: 140px;">
       [[File:{{{2img}}}|128x128px|link={{{2}}}]]
       [[File:{{{2img}}}|128x128px|link={{{2}}}]]
       <div style="margin-top: 0.5em; font-weight: 500; font-size: 0.95em; color: #333;">
       <div style="margin-top: 0.5em;">[[{{{2}}}|{{{2text}}}]]</div>
        [[{{{2}}}|{{{2text}}}]]
      </div>
     </div>
     </div>
   }}
   }}


   {{#if:{{{3|}}}
   {{#if:{{{3|}}}
   |<div style="text-align: center; width: 150px;">
   |<div style="text-align: center; width: 140px;">
       [[File:{{{3img}}}|128x128px|link={{{3}}}]]
       [[File:{{{3img}}}|128x128px|link={{{3}}}]]
       <div style="margin-top: 0.5em; font-weight: 500; font-size: 0.95em; color: #333;">
       <div style="margin-top: 0.5em;">[[{{{3}}}|{{{3text}}}]]</div>
        [[{{{3}}}|{{{3text}}}]]
      </div>
     </div>
     </div>
   }}
   }}


   {{#if:{{{4|}}}
   {{#if:{{{4|}}}
   |<div style="text-align: center; width: 150px;">
   |<div style="text-align: center; width: 140px;">
       [[File:{{{4img}}}|128x128px|link={{{4}}}]]
       [[File:{{{4img}}}|128x128px|link={{{4}}}]]
       <div style="margin-top: 0.5em; font-weight: 500; font-size: 0.95em; color: #333;">
       <div style="margin-top: 0.5em;">[[{{{4}}}|{{{4text}}}]]</div>
        [[{{{4}}}|{{{4text}}}]]
      </div>
     </div>
     </div>
   }}
   }}

Revision as of 06:49, 25 May 2025

   Other Projects at the Handhelds Wiki