Main Page: Difference between revisions
m Fixed div heights for ImageMap |
m Test update #1 |
||
Line 1: | Line 1: | ||
__NOTOC____NOEDITSECTION____NOTITLE__{{#css: | __NOTOC____NOEDITSECTION____NOTITLE__{{#css: | ||
:root { | |||
--background: #ecedaf; | |||
} | |||
#starter { | #starter { | ||
text-align: center; | text-align: center; | ||
Line 32: | Line 36: | ||
flex-basis: 30%; | flex-basis: 30%; | ||
height: 400px; | height: 400px; | ||
} | |||
#lore-time { | |||
text-align: center; | |||
width: 550px; | |||
padding: 2px 2px 2px 2px; | |||
margin-bottom: 15px; | |||
border: solid; | |||
border-width: 2px; | |||
border-color: #dbed98; | |||
background-color: var(--background); | |||
} | } | ||
Line 39: | Line 54: | ||
<div id="getting-started">{{Alathra:Getting started}}</div> | <div id="getting-started">{{Alathra:Getting started}}</div> | ||
<div id="continent-map">{{Alathra:Map}}</div> | <div id="continent-map"><div id="lore-time">Current lore date: '''{{SHINECALENDAR}}'''</div>{{Alathra:Map}}</div> | ||
<!--<div id="navigation"></div>--> | <!--<div id="navigation"></div>--> | ||
<div id="featured-article">{{Alathra:Featured article}}</div> | <div id="featured-article">{{Alathra:Featured article}}</div> |