Jump to content

User:4erospace/sandbox: Difference between revisions

mNo edit summary
Countdown test
 
(246 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC____NOEDITSECTION____NOTITLE__
[[File:Invicon copper repair kit.png|64px|class=invslot-item-image]]
{{#css:
{{#countDownClock:2025-07-12 16:00:00}}
  .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 {
    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 {
    text-align: center;
    color: #101010;
    font-weight: bold;
    font-size: 120%;
    padding-left: 30px;
  }
}}<div class="folder">[[File:Wiki Workdesk.png|250px|link=]]
<div class="container" style="width:790px;">
<div class="desc">
<h3 style="font-size:210%; position: relative; top: 30px;">Welcome to the Alathra Wiki!</h3>
<p style="font-size:110%; position: relative; top: 20px;">The official encyclopedia for the Alathra Minecraft community since 2020.</p>
<p style="width: 700px; position: relative; top: 20px;">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: 25px;">> Let's write it down! <</p>
</div></div></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>

Latest revision as of 18:02, 7 July 2025

{{#countDownClock:2025-07-12 16:00:00}}