User:4erospace/sandbox: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC____NOEDITSECTION____NOTITLE__ | |||
{{# | {{#css: | ||
.folder { | |||
display: flex; | |||
flex-direction: row; | |||
} | |||
.container { | |||
display: flex; | |||
flex-direction: column; | |||
} | |||
#map { | |||
flex-direction: column; | |||
margin-left: 7em; | |||
margin-right: 4em; | |||
margin-top: 10px; | |||
} | |||
.desc { | |||
flex-direction: column; | |||
margin-right: auto; | |||
padding-left: 15px; | |||
position: relative; | |||
left: 5px; | |||
} | |||
#mapimage { | |||
display: flex; | |||
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; | |||
justify-content: center; | |||
} | |||
#official-releases { | |||
position: relative; | |||
top: 20px; | |||
left: 10px; | |||
} | |||
.tile-row { | |||
display: grid; | |||
grid-template-areas: | |||
"update update update"; | |||
gap: 1rem; | |||
} | |||
.tiles { | |||
background-color: #fafafa; | |||
display: flex; | |||
width: 250px; | |||
flex-flow: row wrap; | |||
justify-content: left; | |||
border: 1px solid; | |||
border-color: #e4eaee; | |||
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.1); | |||
} | |||
.tile-image { | |||
display: flex; | |||
align-items: center; | |||
overflow: hidden; | |||
padding: 0; | |||
max-height: 12em; | |||
max-width: 20em; | |||
width: 100%; | |||
height: auto; | |||
object-fit: contain; | |||
} | |||
.tile-desc { | |||
display: block; | |||
} | |||
.tile-desc-date { | |||
color: #979797; | |||
font-size: 90%; | |||
padding-left: 30px; | |||
position: relative; | |||
top: 7px; | |||
} | |||
.tile-desc-title { | |||
color: #101010; | |||
font-weight: bold; | |||
font-size: 120%; | |||
padding-left: 30px; | |||
} | |||
}} | }} | ||
<div class="folder"> | |||
<div class="container" style="width:790px;"> | |||
<div class="desc"> | |||
<h3 style="font-size:210%;">Welcome to the Alathra Wiki!</h3> | |||
<p style="font-size:110%; position: relative; top: -10px;">The official encyclopedia for the Alathra Minecraft community since 2020.</p> | |||
<p style="width: 700px">Our mission is to serve as the primary reference for knowledge of the Alathran world. This is done with the help of people like you - by creating, editing and perfecting the content available. Got some interesting new lore to share? Or have you discovered a mechanic unheard of before?</p> | |||
<p style="position: relative; top: 5px;">> Let's write it down! <</p> | |||
</div><div id="official-releases"> | |||
<p style="color: #777777;">Official releases</p> | |||
<hr /> | |||
<div class="tile-row"> | |||
<div class="tiles"> | |||
<div>[[File:Stillwindsclimate.jpg|250px|class=tile-image|link=2nd dosentury]]</div> | |||
<div class="tile-desc"><p class="tile-desc-date">January 11th</p><p class="tile-desc-title">[[Timeline updates]]</p></div> | |||
</div> | |||
<div class="tiles"> | |||
<div>[[File:Stillwindsclimate.jpg|200px|class=tile-image|link=2nd dosentury]]</div> | |||
<div class="tile-desc"><p class="tile-desc-date">January 11th</p><p class="tile-desc-title">[[Timeline updates]]</p></div> | |||
</div> | |||
<div class="tiles">Test3</div> | |||
</div> | |||
</div></div> | |||
<div id="map"> | |||
<div id="mapimage">[[File:Stillwindsclimate.jpg|700px|link=]]</div> | |||
</div> | |||
</div> | </div> |