Jump to content

User:4erospace/sandbox: Difference between revisions

m CSS test
Countdown test
 
(206 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC____NOEDITSECTION____NOTITLE__{{#css:
[[File:Invicon copper repair kit.png|64px|class=invslot-item-image]]
  #welcome-box {
{{#countDownClock:2025-07-12 16:00:00}}
    height: 100px;
    width: auto;
   
    display: flex;
    justify-content: flex-start;
    gap-row: 20px;
    align-items: center;
   
    border: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: #eaecf0;
  }
 
  #welcome-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 15px;
  }
 
  #welcome-title {
    margin: 2px;
    font-size: 180%;
  }
 
  #welcome-slogan {
    padding-left: 5px;
    margin: -2px;
  }
 
  @media screen {
html.skin-theme-clientpref-night #welcome-box {
border-color: #404244;
}
  }
}}
<div id="welcome-box">[[File:Alathra Icon 128.png|link=]]<div id="welcome-message"><h3 id="welcome-title">Welcome to the Alathra Wiki</h3><p id="welcome-slogan">the official Alathran encyclopedia</p></div></div>

Latest revision as of 18:02, 7 July 2025

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