|
|
(128 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;
| |
| align-items: center;
| |
| padding-left: 30px;
| |
|
| |
| border: solid;
| |
| border-width: 2px;
| |
| border-radius: 10px;
| |
| border-color: #eaecf0;
| |
| }
| |
|
| |
| .column-div {
| |
| display: flex;
| |
| flex-direction: column;
| |
| }
| |
| | |
| #welcome-message {
| |
| justify-content: center;
| |
| padding: 0 0 20px 30px;
| |
| }
| |
|
| |
| #welcome-title {
| |
| margin: 2px;
| |
| font-size: 180%;
| |
| }
| |
|
| |
| #welcome-slogan {
| |
| padding-left: 5px;
| |
| margin: -2px;
| |
| }
| |
|
| |
| #total-counter {
| |
| font-size: 80%;
| |
| padding-left: 120px;
| |
| }
| |
|
| |
| #a-count {
| |
| margin: 0px;
| |
| }
| |
|
| |
| #e-count {
| |
| margin: 0px;
| |
| }
| |
|
| |
| #mini-nav-list {
| |
| margin: 15px 0 15px 0;
| |
| font-size: 80%;
| |
| text-align: center;
| |
| }
| |
|
| |
| #first-container {
| |
| display: flex;
| |
| justify-content: space-between;
| |
| }
| |
|
| |
| #featured-article {
| |
| height: 525px;
| |
| width: 45%;
| |
| padding-left: 20px;
| |
| padding-right: 20px;
| |
|
| |
| border: solid;
| |
| border-width: 2px;
| |
| border-radius: 10px;
| |
| border-color: #eaecf0;
| |
| }
| |
|
| |
| #main-page-nav {
| |
| padding-top: 0px;
| |
| height: 525px;
| |
| width: 55%;
| |
| }
| |
|
| |
| #title-box {
| |
| display: flex;
| |
| flex-direction: row;
| |
| justify-content: space-between;
| |
| }
| |
|
| |
| #featured-title {
| |
| margin: 0;
| |
| }
| |
|
| |
| #feature-stamp {
| |
| padding-right: 20px;
| |
| margin-top: 0.9em;
| |
| }
| |
|
| |
| @media screen {
| |
| html.skin-theme-clientpref-night #welcome-box #featured-article #map {
| |
| border-color: #404244;
| |
| }
| |
| }
| |
|
| |
| }}
| |
| <div id="welcome-box">[[File:Alathra Icon 128.png|link=]]<div id="welcome-message" class="column-div"><h3 id="welcome-title">Welcome to the Alathra Wiki</h3><p id="welcome-slogan">the official Alathran encyclopedia</p></div><div id="total-counter" class="column-div"><p id="a-count">'''Total articles:''' {{NUMBEROFARTICLES}}</p><p id="e-count">'''Total edits:''' {{NUMBEROFEDITS}}</p></div></div>
| |
| <div id="mini-nav-list"><p>[[Wiki for beginners]] • [[List of guides]] • [[Lore calendar]] • [[Contributor portal]] • [[Special:SpecialPages|Special pages]] • [[FAQ]]</p></div>
| |
| | |
| <div id="first-container"><div id="featured-article"><div id="title-box"><h3 id="feature-title">Featured article</h3><div id="feature-stamp">[[File:Quality_imagesX10.svg|25px]]</div></div><hr style="width: 96%; margin: 0 0 0 -4px; padding-left: 0;">{{Alathra:Featured article}}</div><div id="main-page-nav">{{Alathra:Navigation}}</div></div>
| |