Main Page: Difference between revisions
OneDarkWolfy (talk | contribs) m Added "Main Page" layout |
Rough draft for content grid |
||
Line 1: | Line 1: | ||
{{#css: | |||
{{ | |||
<!-- | #starter { | ||
text-align: center; | |||
} | |||
#starter-header { | |||
font-weight: bold; | |||
font-size: 28px; | |||
} | |||
#grid-container { | |||
display: flex; | |||
flex-wrap: wrap; | |||
justify-content: space-around; | |||
} | |||
#getting-started { | |||
flex-basis: 30%; | |||
border-color: red; | |||
border-style: solid; | |||
height: 800px; | |||
} | |||
#continent-map { | |||
flex-basis: 60%; | |||
border-color: red; | |||
border-style: solid; | |||
height: 800px; | |||
} | |||
#navigation { | |||
flex-basis: 90%; | |||
border-color: red; | |||
border-style: solid; | |||
height: 200px; | |||
} | |||
#featured-article, #current-events { | |||
flex-basis: 45%; | |||
border-color: red; | |||
border-style: solid; | |||
height: 400px; | |||
} | |||
}} | |||
<!-- The header message and short description of the Wiki--> | |||
<div id="starter"> | |||
<div id="starter-header">Welcome to the Alathra Wiki!</div> | |||
The official encyclopedia for the Alathra Minecraft community since 2020. | |||
== | </div> | ||
<!-- Flexbox container for the main page elements--> | |||
<div id="grid-container"> | |||
<div id="getting-started"></div> | |||
<div id="continent-map"></div> | |||
<div id="navigation"></div> | |||
<div id="featured-article"></div> | |||
<div id="current-events"></div> | |||
</div> |
Revision as of 21:16, 24 March 2025
Welcome to the Alathra Wiki!
The official encyclopedia for the Alathra Minecraft community since 2020.