WL:Таймлайн: различия между версиями

Материал из Space Station 14 Вики
(Новая страница: «<!DOCTYPE html> <html> <head> <style> .timeline { border: 1px solid #a2a9b1; background-color: #f8f9fa; padding: 12px; margin: 16px 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; } .timeline-header { font-size: 1.2em; font-weight: bold; border-bottom: 1px solid #a2a9b1; margin-bottom: 12px; padding-bottom: 8px; } .timeline-entry { margin: 16px 0; padding-left: 20px;...»)
 
 
(не показано 5 промежуточных версий этого же участника)
Строка 1: Строка 1:
<!DOCTYPE html>
== Игровой таймлайн ==
<html>
<head>
<style>
.timeline {
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    padding: 12px;
    margin: 16px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}


.timeline-header {
<div class="timeline-container">
    font-size: 1.2em;
{| class="wikitable" style="width: 100%; background: #1a1a1a; color: #fff; border: 2px solid #4a4a4a; margin: 1em 0;"
    font-weight: bold;
! style="background: #2d2d2d; color: #00bcd4; padding: 15px; font-size: 120%; text-align: left;" colspan="2" | Ancient Era
    border-bottom: 1px solid #a2a9b1;
|-
    margin-bottom: 12px;
| style="width: 100px; color: #00bcd4; padding: 15px; vertical-align: top; border-right: 2px solid #00bcd4;" | Year 0
    padding-bottom: 8px;
| style="padding: 15px; background: #2d2d2d;" |
}
'''The Great Awakening'''<br/>
 
''The first conscious beings emerge from the primordial chaos.''
.timeline-entry {
|-
    margin: 16px 0;
| style="width: 100px; color: #00bcd4; padding: 15px; vertical-align: top; border-right: 2px solid #00bcd4;" | Year 372
    padding-left: 20px;
| style="padding: 15px; background: #2d2d2d;" |
    position: relative;
'''Formation of the First Kingdom'''<br/>
}
''The scattered tribes unite under a single banner.''
 
|-
.timeline-entry::before {
! style="background: #2d2d2d; color: #00bcd4; padding: 15px; font-size: 120%; text-align: left;" colspan="2" | Classical Era
    content: "";
|-
    position: absolute;
| style="width: 100px; color: #00bcd4; padding: 15px; vertical-align: top; border-right: 2px solid #00bcd4;" | Year 1000
    left: 0;
| style="padding: 15px; background: #2d2d2d;" |
    top: 6px;
'''The Age of Magic'''<br/>
    height: 8px;
''Ancient secrets of arcane power are unlocked.''
    width: 8px;
|-
    background: #36c;
| style="width: 100px; color: #00bcd4; padding: 15px; vertical-align: top; border-right: 2px solid #00bcd4;" | Year 1247
    border-radius: 50%;
| style="padding: 15px; background: #2d2d2d;" |
}
'''The Great War'''<br/>
 
''A cataclysmic conflict erupts between magical factions.''
.timeline-date {
|}
    font-weight: bold;
    color: #36c;
}
 
.timeline-event {
    margin-top: 4px;
}
 
.timeline-description {
    color: #54595d;
    font-size: 0.95em;
    margin-top: 4px;
}
 
.era-marker {
    background-color: #eaecf0;
    padding: 8px;
    margin: 16px -12px;
    font-weight: bold;
    color: #202122;
}
</style>
</head>
<body>
 
<div class="timeline">
    <div class="timeline-header">Game Universe Timeline</div>
   
    <div class="era-marker">Ancient Era</div>
   
    <div class="timeline-entry">
        <div class="timeline-date">Year 0</div>
        <div class="timeline-event">The Great Awakening</div>
        <div class="timeline-description">The first conscious beings emerge from the primordial chaos, marking the beginning of recorded history.</div>
    </div>
   
    <div class="timeline-entry">
        <div class="timeline-date">Year 372</div>
        <div class="timeline-event">Formation of the First Kingdom</div>
        <div class="timeline-description">The scattered tribes unite under a single banner, establishing the foundations of civilization.</div>
    </div>
   
    <div class="era-marker">Classical Era</div>
   
    <div class="timeline-entry">
        <div class="timeline-date">Year 1000</div>
        <div class="timeline-event">The Age of Magic</div>
        <div class="timeline-description">Discovery of arcane arts transforms society, leading to rapid technological and cultural advancement.</div>
    </div>
   
    <div class="timeline-entry">
        <div class="timeline-date">Year 1247</div>
        <div class="timeline-event">The Great War</div>
        <div class="timeline-description">A devastating conflict between magical factions reshapes the political landscape.</div>
    </div>
   
    <div class="era-marker">Modern Era</div>
   
    <div class="timeline-entry">
        <div class="timeline-date">Year 2000</div>
        <div class="timeline-event">The Convergence</div>
        <div class="timeline-description">Technology and magic merge, ushering in an unprecedented age of progress and discovery.</div>
    </div>
</div>
</div>


</body>
[[Category:Timeline]]
</html>
[[Category:Game Lore]]

Текущая версия от 22:50, 13 ноября 2024

Игровой таймлайн

Ancient Era
Year 0

The Great Awakening
The first conscious beings emerge from the primordial chaos.

Year 372

Formation of the First Kingdom
The scattered tribes unite under a single banner.

Classical Era
Year 1000

The Age of Magic
Ancient secrets of arcane power are unlocked.

Year 1247

The Great War
A cataclysmic conflict erupts between magical factions.