Jump to content

User:4erospace/sandbox: Difference between revisions

mNo edit summary
m CSS test
Line 1: Line 1:
__NOTOC____NOEDITSECTION____NOTITLE__
__NOTOC____NOEDITSECTION____NOTITLE__{{#css:
{{#css:
   #welcome-box {
   .folder {
     height: 200px;
    display: flex;
    flex-direction: row;
    margin-left: 30px;
  }
  .container {
    display: flex;
    flex-direction: column;
  }
  #map {
    flex-direction: column;
    margin-left: 7em;
    margin-right: 4em;
    margin-top: 10px;
  }
  .desc {
    margin-right: auto;
  }
  #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: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 1em;
  }
  .tiles {
    background-color: #fafafa;
    display: flex;
    flex-flow: column;
    width: 180px;
    border: 1px solid;
    border-color: #e4eaee;
    border-radius: 2px;
    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: 10em;
    max-width: 20em;
     width: 100%;
     width: 100%;
     height: auto;
     border: solid;
     object-fit: contain;
     border-width: 2px;
  }
    border-radius: 10px;
  .tile-desc {
     border-color: var(--background-color-disabled-subtle);
     display: block;
  }
  .tile-desc-date {
    color: #979797;
    font-size: 90%;
    padding-left: 30px;
    position: relative;
    top: 7px;
   }
   }
   .tile-desc-title {
 
    text-align: center;
   #welcome-message {
    color: #101010;
    font-weight: bold;
     font-size: 120%;
     font-size: 120%;
   }
   }
}}<div class="folder">
}}
<div class="container" style="width:790px;">
<div id="welcome-box"><h3 id="welcome-message">Welcome to the Alathra Wiki</h3></div>
<div class="desc">
<h3 style="font-size:210%;">Welcome to the Alathra Wiki!</h3>
<p style="font-size:110%; padding-top: -5px;">The official encyclopedia for the Alathra Minecraft community since 2020.</p>
<p>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 [[Alathra:Wiki Guide|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>'''> [[Special:CreatePage|Let's write it down!]] <'''</p>
</div></div></div>
<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-title">[[Timeline]]</p></div>
</div>
<div class="tiles">
<div>[[File:Stillwindsclimate.jpg|250px|class=tile-image|link=2nd dosentury]]</div>
<div class="tile-desc"><p class="tile-desc-title">[[Landmasses]]</p></div>
</div>
<div class="tiles">
<div>[[File:Stillwindsclimate.jpg|250px|class=tile-image|link=2nd dosentury]]</div>
<div class="tile-desc"><p class="tile-desc-title">[[Nations]]</p></div>
</div>
<div class="tiles">
<div>[[File:Stillwindsclimate.jpg|250px|class=tile-image|link=2nd dosentury]]</div>
<div class="tile-desc"><p class="tile-desc-title">[[Towns]]</p></div>
</div>
<div class="tiles">
<div>[[File:Stillwindsclimate.jpg|250px|class=tile-image|link=2nd dosentury]]</div>
<div class="tile-desc"><p class="tile-desc-title">[[Individuals]]</p></div>
</div>
<div class="tiles">
<div>[[File:Stillwindsclimate.jpg|250px|class=tile-image|link=2nd dosentury]]</div>
<div class="tile-desc"><p class="tile-desc-title">[[Events]]</p></div>
</div>
</div>

Revision as of 13:50, 1 June 2025

Welcome to the Alathra Wiki