Jump to content

Main Page: Difference between revisions

m CSS test
m Border color change
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC____NOEDITSECTION____NOTITLE__{{#css:
__NOTOC____NOEDITSECTION____NOTITLE__<!-- Some CSS elements have been lifted to MediaWiki:Common.css to pass variable color values -->{{#css:
   #welcome-box {
   #welcome-box {
     height: 100px;
     height: 100px;
Line 12: Line 12:
     border-width: 2px;
     border-width: 2px;
     border-radius: 10px;
     border-radius: 10px;
     border-color: #eaecf0;
     border-color: #c8ccd1;
   }
   }
    
    
Line 21: Line 21:


   #welcome-message {
   #welcome-message {
     flex: 60%;
     flex: 50%;
     justify-content: center;
     justify-content: center;
     padding: 0 0 20px 30px;
     padding: 0 0 20px 30px;
Line 37: Line 37:
    
    
   #total-counter {
   #total-counter {
    flex: 12%;
     font-size: 80%;
     font-size: 80%;
    padding-left: 120px;
   }
   }
    
    
   #a-count {
   #a-count {
     margin: 0px;
     margin: auto;
    margin-bottom: 0;
   }
   }
    
    
   #e-count {
   #e-count {
     margin: 0px;
     margin: auto;
    margin-top: 0;
  }
 
  #u-count {
    margin: auto;
    margin-top: 0;
   }
   }
    
    
Line 57: Line 64:
   #first-container {
   #first-container {
     display: flex;
     display: flex;
     justify-content: space-between;
     margin-bottom: 20px;
     margin-bottom: 50px;
  }
 
  #news-container {
     margin-bottom: 20px;
   }
   }
    
    
Line 70: Line 80:
     border-width: 2px;
     border-width: 2px;
     border-radius: 10px;
     border-radius: 10px;
     border-color: #eaecf0;
     border-color: #c8ccd1;
    overflow-y: auto
   }
   }
    
    
   #main-page-nav {
   #main-page-nav {
     padding-top: 0px;
     padding: 0 0 0 10px;
     height: 525px;
     height: auto;
     width: 50%;
     width: 50%;
   }
   }
Line 90: Line 101:
    
    
   #feature-stamp {
   #feature-stamp {
    padding-right: 20px;
     margin-top: 0.9em;
     margin-top: 0.9em;
  }
 
  @media screen {
html.skin-theme-clientpref-night #welcome-box #featured-article #second-container {
border-color: #404244;
}
   }
   }
    
    
Line 105: Line 109:
     justify-content: center;
     justify-content: center;
     align-items: center;
     align-items: center;
    width: 90%;
    margin: auto;
   
    background-color: #f5f1e4;
      
      
     border: solid;
     border: solid;
Line 113: Line 121:
    
    
   #map-title {
   #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 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="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>[[Wiki for beginners]] • [[List of guides]] • [[Lore calendar]] • [[Contributor portal]] • [[Special:SpecialPages|Special pages]] • [[FAQ]]</p></div>
<div id="mini-nav-list"><p>[[Alathra:Wiki Guide|Wiki for beginners]] • [[List of guides]] • [[Alathra:Under Work|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]]</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>
<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>
 
<div id="second-container"><h3 id="map-title">Map of the New World</h3><div id="map">{{Alathra:Map}}</div></div>

Latest revision as of 22:23, 1 July 2025

Welcome to the Alathra Wiki

the official Alathran encyclopedia

Total articles: 11

Total edits: 2,387

Active users: 9

Server map not even live, yet "already 78% claimed," say notable cartographers    ShermansWorld addresses Movecraft cancellation: "Our ships may be static, but our commitment to lag-free gameplay moves at full sail"    Moderation confirms player banned for flyhacking did indeed not have lore-approved flight abilities    Google Docs reports 26% increased usage over last two weeks due to Alathra lore writers   

Server map not even live, yet "already 78% claimed," say notable cartographers    ShermansWorld addresses Movecraft cancellation: "Our ships may be static, but our commitment to lag-free gameplay moves at full sail"    Moderation confirms player banned for flyhacking did indeed not have lore-approved flight abilities    Google Docs reports 26% increased usage over last two weeks due to Alathra lore writers   

Featured article


Currently no articles to feature!