Template:BottomNav: Difference between revisions
From Handhelds Wiki
Jump to navigationJump to search
HandheldWiki (talk | contribs) No edit summary |
HandheldWiki (talk | contribs) No edit summary |
||
| Line 2: | Line 2: | ||
max-width: 100%; | max-width: 100%; | ||
margin: 1.0em auto; | margin: 1.0em auto; | ||
padding: | padding: 1em; | ||
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: sans-serif; | font-family: system-ui, sans-serif; | ||
text-align: center; | text-align: center; | ||
font-size: 1em; | font-size: 1em; | ||
| Line 13: | Line 13: | ||
"> | "> | ||
<div style="font-size: 1. | <div style=" | ||
font-size: 1.4em; | |||
font-weight: 600; | |||
margin-bottom: 1em; | |||
color: #333; | |||
"> | |||
Projects at the Handhelds Wiki | |||
</div> | </div> | ||
| Line 21: | Line 26: | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
justify-content: center; | justify-content: center; | ||
align-items: | align-items: flex-start; | ||
gap: 1.5em; | gap: 1.5em; | ||
"> | "> | ||
{{#if:{{{1|}}} | {{#if:{{{1|}}} | ||
|<div style="text-align: center; width: | |<div style="text-align: center; width: 150px;"> | ||
[[File:{{{1img}}}|128x128px|link={{{1}}}]] | [[File:{{{1img}}}|128x128px|link={{{1}}}]] | ||
<div style="margin-top: 0.5em;">[[{{{1}}}|{{{1text}}}]]</div> | <div style="margin-top: 0.5em; font-weight: 500; font-size: 0.95em; color: #333;"> | ||
[[{{{1}}}|{{{1text}}}]] | |||
</div> | |||
</div> | </div> | ||
}} | }} | ||
{{#if:{{{2|}}} | {{#if:{{{2|}}} | ||
|<div style="text-align: center; width: | |<div style="text-align: center; width: 150px;"> | ||
[[File:{{{2img}}}|128x128px|link={{{2}}}]] | [[File:{{{2img}}}|128x128px|link={{{2}}}]] | ||
<div style="margin-top: 0.5em;">[[{{{2}}}|{{{2text}}}]]</div> | <div style="margin-top: 0.5em; font-weight: 500; font-size: 0.95em; color: #333;"> | ||
[[{{{2}}}|{{{2text}}}]] | |||
</div> | |||
</div> | </div> | ||
}} | }} | ||
{{#if:{{{3|}}} | {{#if:{{{3|}}} | ||
|<div style="text-align: center; width: | |<div style="text-align: center; width: 150px;"> | ||
[[File:{{{3img}}}|128x128px|link={{{3}}}]] | [[File:{{{3img}}}|128x128px|link={{{3}}}]] | ||
<div style="margin-top: 0.5em;">[[{{{3}}}|{{{3text}}}]]</div> | <div style="margin-top: 0.5em; font-weight: 500; font-size: 0.95em; color: #333;"> | ||
[[{{{3}}}|{{{3text}}}]] | |||
</div> | |||
</div> | </div> | ||
}} | }} | ||
{{#if:{{{4|}}} | {{#if:{{{4|}}} | ||
|<div style="text-align: center; width: | |<div style="text-align: center; width: 150px;"> | ||
[[File:{{{4img}}}|128x128px|link={{{4}}}]] | [[File:{{{4img}}}|128x128px|link={{{4}}}]] | ||
<div style="margin-top: 0.5em;">[[{{{4}}}|{{{4text}}}]]</div> | <div style="margin-top: 0.5em; font-weight: 500; font-size: 0.95em; color: #333;"> | ||
[[{{{4}}}|{{{4text}}}]] | |||
</div> | |||
</div> | </div> | ||
}} | }} | ||
Revision as of 06:49, 25 May 2025
Projects at the Handhelds Wiki