|
|
(72 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| __NOTOC____NOEDITSECTION__{{#css:
| | {{#css: |
| .main { | | #nav { |
| background-color: #f8f8f8; | | height: auto; |
| border-radius:20px; | | width: auto; |
| padding: 10px 5px 12px 5px; | | display: flex; |
| display:flex; | | justify-content: center; |
| | flex-direction: row; |
| flex-wrap: wrap; | | flex-wrap: wrap; |
| | gap: 30px; |
| } | | } |
| .left { | | |
| flex: 1;
| | }} |
| display: flex;
| | <div id="nav"> |
| flex-direction: column;
| | {{Navcard |
| margin-right: auto;
| | |image=Reading guides.png |
| padding-left: 15px;
| | |link=[[Guides]] |
| font-weight: bold;
| | |text=Guides |
| }
| | }} |
| .center {
| | {{Navcard |
| flex: 1;
| | |image=History category.png |
| display: flex;
| | |link=[[Alathra:Under Work]] |
| flex-direction: column;
| | |text=History |
| }
| | }} |
| .right {
| | {{Navcard |
| flex: 1;
| | |image = Nation banners.png |
| display: flex;
| | |link=[[Alathra:Under Work]] |
| flex-direction: column;
| | |text=Nations |
| margin-left: auto;
| | }} |
| text-align: right;
| | {{Navcard |
| padding-right: 15px;
| | |image = Outpost castle.png |
| font-weight: bold;
| | |link=[[Alathra:Under Work]] |
| }
| | |text=Towns |
| .container {
| | }} |
| font-size: 110%;
| | {{Navcard |
| display: flex;
| | |image=Universe category.png |
| flex-direction: column;
| | |link=[[Alathra:Under Work]] |
| gap: 4px;
| | |text=Universe |
| margin-top: 10px;
| | }} |
| }
| | {{Navcard |
| .bar {
| | |image=Cartography category.png |
| background-color: #adc6c5;
| | |link=[[Alathra:Under Work]] |
| height:3px;
| | |text=Cartography |
| border-radius: 10px;
| | }} |
| }
| |
| }}<div class="main"> | |
| | |
| <div class="left"> | |
| <!-- LEFT ELEMENTS -->
| |
| <div style="font-size:160%;">Useful links</div>
| |
| <div class="bar"></div>
| |
| <!-- Useful links grid -->
| |
| <div class="container">
| |
| <div style="font-size:120%;>[[Alathra Wiki:Help|Getting started on the Wiki]]</div>
| |
| <div>[[Special:RecentChanges|View all recent edits]]</div>
| |
| <div>[[Special:Random|Go to a random page]]</div>
| |
| <div>Other sites
| |
| | |
| {{#fas:earth-americas}} [https://alathramc.com Official site]
| |
| | |
| {{#far:map}} [http://map.alathramc.com/ Dynmap] | |
| | |
| {{#fab:discord}} [https://discord.gg/yFPHSt9y9z Discord]</div>
| |
| <br />
| |
| <div>Statistics
| |
| | |
| {{NUMBEROFARTICLES}} total articles
| |
| | |
| {{NUMBEROFEDITS}} total edits | |
| | |
| {{NUMBEROFUSERS}} registered users</div>
| |
| </div>
| |
| </div>
| |
| | |
| <!-- CENTER ELEMENTS -->
| |
| <div class="center">
| |
| <span style="font-size:220%; font-family: Georgia, serif; line-height:1.2;"><small>Welcome to the</small><br /><b>Alathra Wiki</b></span>
| |
| <div>[[File:Alathra New Frontiers glow logo.png|300px|center|link=|class=logo]]</div>
| |
| <span style="font-size:100%; font-family: Georgia, serif; line-height:1.2;">The official encyclopedia for<br />the Alathra Minecraft community</span>
| |
| </div>
| |
| <!-- RIGHT ELEMENTS -->
| |
| <div class="right">
| |
| <div style="font-size:160%;">Core contents</div>
| |
| <div class="bar"></div>
| |
| <!-- Useful links grid -->
| |
| <div class="container">
| |
| <div style="font-size:120%;>[[2nd dosentury|Current timeline]]</div>
| |
| <div>Lists:
| |
| {{#fas:city}} [[:Category:Towns|Towns]]
| |
| | |
| {{#far:flag}} [[:Category:Nations|Nations]]
| |
| | |
| {{#far:compass}} [[:Category:Places|Places]] | |
| | |
| {{#far:calendar}} [[:Category:Events|Events]]
| |
| | |
| {{#fas:mask}} [[:Category:Characters|Characters]]
| |
| | |
| {{#fas:person-praying}} [[:Category:Religions|Religions]] | |
| | |
| {{#far:gem}} [[:Category:Artifacts/Items|Artifacts]]
| |
| | |
| {{#far:sun}} [[:Category:Species and Cultures|Species and cultures]]
| |
| | |
| {{#fas:book}} [[:Category:Books|Books]]
| |
| | |
| {{#fas:scroll}} [[:Category:Lore|Other lore]]
| |
| </div>
| |
| </div>
| |
| </div>
| |
| </div> | | </div> |