Jump to content

Main Page: Difference between revisions

From Adaris
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* General styling for boxes and headings */
<templatestyles src="Adaris:Main Page/styles.css" />
.mp-box {
<div id="mp-topbanner" class="mp-box">
border: 1px solid #a39171; /* A soft, warm earthy border */
  <div id="mp-welcomecount">
padding: 0 0.5em 0.5em;
    <div id="mp-welcome"><h1>Welcome to the [[Adaris]] Wiki</h1></div>
margin-top: 2px;
  </div>
background-color: #faf3e3; /* Light parchment-like background for a magical, old-world feel */
</div>
}
<div id="mp-upper">
  <div id="mp-left" class="MainPageBG mp-box">
    <h2 class="mp-h2">Featured Article</h2>
    <div id="mp-tfa" class="mp-contains-float">
      <!-- Replace with your own article content -->
      [[File:Orasian_Council.jpg|alt=|left|An Orasian Council Meeting|250x250px|border|frameless]]
'''Orasians''' are a race of beings in '''[[Adaris]]''', born from the coalesced consciousness of the earth within the realm of '''[[Terasil]]'''. As living embodiments of the earth’s consciousness, Orasians are intrinsically connected to the land, seeing themselves as both its protectors and integral parts of its very essence. This connection to the earth grants them unique abilities, a deep sense of purpose, and a culture centered around the preservation and balance of the natural world.
     
Orasians first emerged during the early days of Adaris, as the consciousness of the earth began to awaken to its own existence. Initially, they were massive, towering beings of stone and crystal, reflecting the raw power and stability of Terasil. Over time, as the earth’s consciousness became more refined, the Orasians took on distinct forms that mirrored the diverse geology of their realm. Today, while many Orasians have been reduced in size due to natural erosion, they still possess incredible strength and durability, their bodies retaining the hardness and resilience of stone.


.mp-h2,
<div class="read-more">
.skin-timeless .mp-h2 {
[[Orasians|Read the full article...]]
border: 1px solid #a39171; /* Soft earthy borders */
      </div>
margin: 0.5em 0;
    </div>
padding: 0.4em 0.6em;
  </div> <!-- End of mp-left -->
font-size: 120%;
font-weight: bold;
font-family: inherit;
color: #594a35; /* A deep, brownish text color */
background-color: #e1d3b5; /* Muted gold for heading backgrounds */
}


/* Less prominent text */
  <!-- Right Column: Explore -->
.mp-later {
  <div id="mp-right" class="MainPageBG mp-box">
font-size: 85%;
    <h2 class="mp-h2">Explore the Realm</h2>
font-weight: normal;
    <div class="mp-contains-float">
color: #7d6f54; /* Muted brown for minor text */
      <!-- Packed Gallery of Locations -->
}
      <div class="gallery-container">
<gallery mode="packed" widths="250" heights="150">
File:Caelum.jpg|[[Caelum|'''Caelum''']] - The Land of Air, filled with floating islands and magical winds.
File:Zanarak Desert.jpg|'''[[Zanarak Desert]]''' - Land of Sand and Shifting Dunes, home to the Sunshifters.
File:Terasil.jpg|'''[[Terasil]]''' - The Land of Stone, rich in minerals and earthbound osia.
File:Eternal Forest.jpg|'''[[Eternal Forest]]''' - The Bioluminescent Woodland, alive with ancient spirits.
</gallery>
        <div class="explore-more">
          <p>[[Elemara|Explore More: Locations]]</p>
        </div>
      </div>
    </div>
  </div> <!-- End of mp-right -->
</div> <!-- End of mp-upper -->


/* Welcome text at the top */
<!-- Lower Section: Featured Picture -->
#mp-welcomecount {
<div id="mp-lower" class="MainPageBG mp-box">
text-align: center;
  <h2 class="mp-h2">Featured Picture</h2>
margin: 0.4em;
  <div id="mp-tfp" class="mp-contains-float">
}
    [[File:Sunshifter_Shaman.jpg|frameless|center|600px]]
    <div class="featured-caption">
      A Sunshifter Shaman in the [[Zanarak Desert]], known for their mastery of alchemy and transformation.
    </div>
  </div>
</div> <!-- End of mp-lower -->


#mp-welcome {
<div id="mp-bottom" class="mp-box">
font-size: 162%;
  <h2 id="mp-other" class="mp-h2">Delve into the Lore</h2>
padding: 0.1em;
  <div id="mp-other-content">{{Delve Into Lore}}</div>
color: #594a35; /* Deep brown for the welcome text */
</div>
}
 
#mp-welcome h1,
#mp-welcome .mw-heading1 {
font-size: inherit;
font-family: inherit;
display: inline;
border: none;
}
 
#mp-free {
font-size: 95%;
color: #7a6a50; /* Muted brown to suggest nature and harmony */
}
 
#articlecount {
font-size: 85%;
color: #7d6f54; /* Slightly softer brown for article count */
}
 
/* Clear floats */
.mp-contains-float::after {
content: "";
display: block;
clear: both;
}
 
/* Flexbox for layout on larger screens */
@media (min-width: 875px) {
#mp-upper {
display: flex;
}
#mp-left {
flex: 1 1 55%;
margin-right: 2px;
}
#mp-right {
flex: 1 1 45%;
margin-left: 2px;
}
}
 
/* Color scheme for specific sections */
@media screen {
#mp-topbanner {
background-color: #faf3e3; /* Light parchment background */
border-color: #a39171; /* Soft earthy border */
}
#mp-banner {
background-color: #e1d3b5; /* Muted gold background */
border-color: #c7b28e; /* Soft gold border */
}
#mp-left {
background-color: #f7efe3; /* Lighter beige for the left column */
border-color: #a39171; /* Soft earthy border */
}
#mp-left .mp-h2 {
background-color: #e9ddc3; /* Soft beige for a natural vibe */
border-color: #b9a583; /* Darker beige border */
color: #594a35; /* Deep brown for text */
}
#mp-right {
background-color: #faf3e3; /* Muted parchment for an enchanted look */
border-color: #a39171; /* Soft gold for contrast */
}
#mp-right .mp-h2 {
background-color: #e1d3b5; /* Muted gold for a soft, readable feel */
border-color: #b09d7b; /* Darker beige for contrast */
}
#mp-middle {
background-color: #f4f0e6; /* Parchment-like background for a classic fantasy vibe */
border-color: #a39171; /* Warm earthy touch */
}
#mp-lower {
background-color: #f7efe3; /* Pale beige for the lower section */
border-color: #c7b28e; /* Soft beige border */
}
#mp-bottom {
border-color: #a39171; /* Soft brownish border for the bottom */
}
#mp-bottom .mp-h2 {
background-color: #f0e6d8; /* Soft parchment background */
border-color: #b09d7b; /* Warm brown border */
}
}
 
/* Dark mode color scheme */
html.skin-theme-clientpref-night #mp-topbanner {
background-color: #333333;
border-color: #676767;
}
 
html.skin-theme-clientpref-night #mp-banner {
background-color: #3b3b3b;
border-color: #5c5c5c;
}
 
html.skin-theme-clientpref-night #mp-left {
background-color: #2f2f2f;
border-color: #4a4a4a;
}
 
html.skin-theme-clientpref-night #mp-right {
background-color: #2f2f2f;
border-color: #4a4a4a;
}
 
html.skin-theme-clientpref-night #mp-lower {
background-color: #3b3b3b;
border-color: #5c5c5c;
}
 
/* Button-like styling for "Read the full article" and "Explore More" links */
.explore-more {
margin-top: 15px;
clear: both;
display: flex;
justify-content: center;
}
 
.explore-more p a,
.read-more a {
font-size: 1.2em;
font-weight: bold;
color: #594a35; /* Deep brown for links */
text-decoration: none;
padding: 10px 15px;
background-color: #e1d3b5; /* Soft parchment background */
border: 2px solid #b09d7b; /* Darker brown border */
border-radius: 10px;
display: inline-block;
text-align: center;
transition: background-color 0.3s, color 0.3s;
}
 
.explore-more p a:hover,
.read-more a:hover {
background-color: #b09d7b; /* Darker beige on hover */
color: #ffffff; /* White text on hover */
}
 
/* Featured picture container styling */
#mp-tfp {
border: 1px solid #b09d7b; /* Border for the featured image container */
padding: 10px;
border-radius: 5px;
background-color: #faf3e3; /* Light parchment background */
text-align: center;
}
 
/* Featured caption styling */
.featured-caption {
margin-top: 10px;
font-size: 0.9em;
color: #594a35; /* Deep brown */
text-align: center;
font-style: italic;
}
 
/* Ensure layout stays in two columns */
@media (min-width: 875px) {
#mp-upper {
display: flex;
justify-content: space-between;
}
}

Latest revision as of 06:21, 8 September 2024

Welcome to the Adaris Wiki

Featured Article

An Orasian Council Meeting

Orasians are a race of beings in Adaris, born from the coalesced consciousness of the earth within the realm of Terasil. As living embodiments of the earth’s consciousness, Orasians are intrinsically connected to the land, seeing themselves as both its protectors and integral parts of its very essence. This connection to the earth grants them unique abilities, a deep sense of purpose, and a culture centered around the preservation and balance of the natural world.

Orasians first emerged during the early days of Adaris, as the consciousness of the earth began to awaken to its own existence. Initially, they were massive, towering beings of stone and crystal, reflecting the raw power and stability of Terasil. Over time, as the earth’s consciousness became more refined, the Orasians took on distinct forms that mirrored the diverse geology of their realm. Today, while many Orasians have been reduced in size due to natural erosion, they still possess incredible strength and durability, their bodies retaining the hardness and resilience of stone.

Explore the Realm

Featured Picture

Delve into the Lore