User:4erospace/sandbox: Difference between revisions

m CSS test
Tag: Manual revert
Countdown test
 
(223 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: space-around;
    align-items: center;
   
    border: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: #eaecf0;
  }
 
  #welcome-message {
    font-size: 180%;
    padding-bottom: 10px;
  }
 
  @media screen {
html.skin-theme-clientpref-night #welcome-box {
border-color: #404244;
}
  }
}}
<div id="welcome-box"><h3 id="welcome-message">Welcome to the Alathra Wiki</h3>[[File:Alathra Icon 128.png|link=]]</div>