WL:Таймлайн

Материал из Space Station 14 Вики
Версия от 22:45, 13 ноября 2024; Mosley (обсуждение | вклад) (Новая страница: «<!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;...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

<!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;
   position: relative;

}

.timeline-entry::before {

   content: "";
   position: absolute;
   left: 0;
   top: 6px;
   height: 8px;
   width: 8px;
   background: #36c;
   border-radius: 50%;

}

.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>

Game Universe Timeline
Ancient Era
Year 0
The Great Awakening
The first conscious beings emerge from the primordial chaos, marking the beginning of recorded history.
Year 372
Formation of the First Kingdom
The scattered tribes unite under a single banner, establishing the foundations of civilization.
Classical Era
Year 1000
The Age of Magic
Discovery of arcane arts transforms society, leading to rapid technological and cultural advancement.
Year 1247
The Great War
A devastating conflict between magical factions reshapes the political landscape.
Modern Era
Year 2000
The Convergence
Technology and magic merge, ushering in an unprecedented age of progress and discovery.

</body> </html>