|
|
Line 1: |
Line 1: |
| __NOTOC____NOEDITSECTION____NOTITLE__<!-- Some CSS elements have been lifted to MediaWiki:Common.css to pass variable color values -->{{#css:
| | '''Bosses''' are enemy mobs with greatly increased health and stronger, special attacks. Bosses can be encountered randomly in the world through summoning entities, or need to be spawned in by players using specific structures. Some valuable items can only be obtained as boss loot. |
| #welcome-box {
| |
| 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 {
| | == Regional bosses == |
| flex: 50%;
| | [[File:Regional Altar Tutorial.webm|thumb|thumbtime=0|Tutorial for building regional boss altars]] |
| justify-content: center;
| | Building a Regional Altar enables players to summon bosses specific to their area. These bosses drop items referred to as regional resources, which can be exchanged at Spawn for various items referred to as regionals. There are 6 regional bosses to match 6 regional resources: |
| padding: 0 0 20px 30px;
| | {| style="margin-left: auto; margin-right: auto;" |
| }
| | |- |
|
| | | style="width: 250px;" | '''• [[File:Alexandrite.png|30px|link=]] Alexandrite''' || '''• [[File:Amber.png|30px|link=]] Amber''' |
| #welcome-title {
| | |- |
| margin: 2px;
| | | '''• [[File:Gemcorn.png|30px|link=]] Gemcorn''' || '''• [[File:Ironwood.png|30px|link=]] Ironwood''' |
| font-size: 180%;
| | |- |
| }
| | | '''• [[File:Rainbow eucalyptus.png|30px|link=]] Rainbow Eucalyptus''' || '''• [[File:Seaglass.png|30px|link=]] Seaglass''' |
|
| | |} |
| #welcome-slogan {
| | Every regional boss can be summoned with the same altar, by right clicking the center piece of the altar (the gold block) with an emerald. |
| padding-left: 5px;
| |
| margin: -2px;
| |
| }
| |
|
| |
| #total-counter {
| |
| flex: 12%;
| |
| font-size: 80%;
| |
| }
| |
|
| |
| #a-count {
| |
| margin: auto;
| |
| margin-bottom: 0;
| |
| }
| |
|
| |
| #e-count {
| |
| margin: auto;
| |
| margin-top: 0;
| |
| }
| |
|
| |
| #u-count {
| |
| margin: auto;
| |
| margin-top: 0;
| |
| }
| |
|
| |
| #mini-nav-list {
| |
| margin: 15px 0 15px 0;
| |
| font-size: 80%;
| |
| text-align: center;
| |
| }
| |
|
| |
| #first-container {
| |
| display: flex;
| |
| margin-bottom: 20px;
| |
| }
| |
|
| |
| #news-container {
| |
| margin-bottom: 20px;
| |
| }
| |
|
| |
| #featured-article {
| |
| height: 525px;
| |
| width: 50%;
| |
| padding-left: 20px;
| |
| padding-right: 20px;
| |
|
| |
| border: solid;
| |
| border-width: 2px;
| |
| border-radius: 10px;
| |
| border-color: #eaecf0;
| |
| overflow-y: auto
| |
| }
| |
|
| |
| #main-page-nav {
| |
| padding: 0 0 0 10px;
| |
| height: auto;
| |
| width: 50%;
| |
| }
| |
|
| |
| #title-box {
| |
| display: flex;
| |
| flex-direction: row;
| |
| justify-content: space-between;
| |
| }
| |
|
| |
| #featured-title {
| |
| margin: 0;
| |
| }
| |
|
| |
| #feature-stamp {
| |
| margin-top: 0.9em;
| |
| }
| |
|
| |
| #second-container {
| |
| display: flex;
| |
| flex-direction: column;
| |
| justify-content: center;
| |
| align-items: center;
| |
| width: 90%;
| |
| margin: auto;
| |
|
| |
| background-color: #f5f1e4;
| |
|
| |
| border: solid;
| |
| border-width: 2px;
| |
| border-radius: 10px;
| |
| border-color: #eaecf0;
| |
| }
| |
|
| |
| #map-title {
| |
| margin: 10px 0 5px 0;
| |
| padding: 5px 10px;
| |
| background-color: #f7f5ed;
| |
|
| |
| border: outset;
| |
| border-width: 3px;
| |
| }
| |
|
| |
| #map-subtitle {
| |
| font-style: italic;
| |
| font-size: 80%;
| |
| margin-bottom: 10px;
| |
| }
| |
|
| |
| @media screen {
| |
| html.skin-theme-clientpref-night #welcome-box, html.skin-theme-clientpref-night #featured-article, html.skin-theme-clientpref-night #second-container {
| |
| border-color: #27292d;
| |
| }
| |
|
| |
| html.skin-theme-clientpref-night #second-container {
| |
| background-color: #1a1403;
| |
| }
| |
|
| |
| html.skin-theme-clientpref-night #map-title {
| |
| background-color: #362904;
| |
| }
| |
|
| |
| }
| |
|
| |
| @media screen and (max-width: 1300px) {
| |
| #second-container {
| |
| display: none;
| |
| }
| |
| }
| |
| | |
| @media screen and (max-width: 900px) {
| |
| #first-container, #welcome-box {
| |
| display: flex;
| |
| flex-direction: column;
| |
| align-items: center;
| |
| margin-left: auto;
| |
| margin-right: auto;
| |
| margin-bottom: 50px;
| |
| padding: 0;
| |
|
| |
| border: none;
| |
| }
| |
|
| |
| #welcome-message {
| |
| padding: 0;
| |
| text-align: center;
| |
| }
| |
|
| |
| #featured-article {
| |
| width: auto;
| |
| height: auto;
| |
| margin-bottom: 50px;
| |
|
| |
| border: none;
| |
| }
| |
|
| |
| #main-page-nav {
| |
| padding: 0;
| |
| width: auto;
| |
| margin: auto;
| |
| }
| |
|
| |
| #total-counter {
| |
| display: none;
| |
| }
| |
|
| |
| .respimage {
| |
| display: none;
| |
| }
| |
| }
| |
|
| |
| }}
| |
| <div style="text-align:center;"><p style="border:2px solid var(--color-destructive); border-radius: 10px; background-color: var(--color-destructive--hover); color: #101418; width: 80%; margin-left: auto; margin-right: auto; padding: 4px;">Please note: you are currently viewing the in-progress build of the Wiki, meant for use during the Beta test release. Some features might be missing, broken or will change compared to the full release.</p></div>
| |
| <div id="welcome-box">[[File:Alathra Icon 128.png|link=|class=respimage]]<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><p id="u-count">'''Active users:''' {{NUMBEROFACTIVEUSERS}}</p></div></div>
| |
| <div id="mini-nav-list"><p>[[Alathra:Wiki Guide|Wiki for beginners]] • [[List of guides]] • [[Shine calendar|Lore calendar]] • [[Contributor portal]] • [[Special:SpecialPages|Special pages]] • [[FAQ]]</p></div>
| |
| <div id="news-container">{{Newsticker}}</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|link=Alathra:Featured article]]</div></div><hr style="width: auto; margin: 0;">{{Alathra:Featured article}}</div><div id="main-page-nav">{{Alathra:Navigation}}</div></div>
| |