http://forumstatic.ru/files/001a/fb/3d/40735.png

Перед оформлением анкеты вам понадобятся:
[html]<div class="navigation_content">
<a href="http://darkages.rusff.me/viewtopic.php?id=34#p103">КОНЦЕПЦИЯ МИРА</a>
<a href="http://darkages.rusff.me/viewtopic.php?id=43#p138">РАСЫ</a>
<a href="http://darkages.rusff.me/viewtopic.php?id=404#p51152">ГЕОГРАФИЯ МИРА</a>
<a href="http://forumstatic.ru/files/001a/fb/3d/94843.jpg">КАРТА МИРА</a>
<a href="http://darkages.rusff.me/viewtopic.php?id=407#p51155">ДЕЙР</a>
<a href="http://darkages.rusff.me/viewtopic.php?id=406#p51154">НОЙСТРИЯ</a>
<a href="http://darkages.rusff.me/viewtopic.php?id=405#p51153">ХАЛИФАТ</a>
<a href="http://darkages.rusff.me/viewtopic.php?id=46#p156">МАГИЯ</a>
<a href="http://darkages.rusff.me/viewtopic.php?id=410#p51358">ВЕРА И РЕЛИГИИ</a>
<a href="http://darkages.rusff.me/viewtopic.php?id=47#p164">КЛАНЫ И ОРДЕНА</a>
<a href="http://darkages.rusff.me/viewtopic.php?id=428#p52785">ОБЩАЯ ХРОНОЛОГИЯ МИРА</a>
<a href="http://darkages.rusff.me/viewtopic.php?id=401#p51115">АРТЕФАКТЫ</a>
<a href="http://darkages.rusff.me/viewtopic.php?id=401#p51148">РУИНЫ</a>
<a href="http://darkages.rusff.me/viewtopic.php?id=401#p51149">РУБЕЖНЫЕ ЗЕМЛИ</a>
[/html]

При оформлении анкеты стоит заглянуть сюда:
[html]<div class="navigation_content">
<a href="http://darkages.rusff.me/viewtopic.php?id=50#p178">ШАБЛОН АНКЕТЫ</a>
<a href="http://darkages.rusff.me/viewtopic.php?id=50#p208">ПРИМЕР АНКЕТЫ</a>
[/html]

После оформления анкеты могут стать полезны:
[html]<div class="navigation_content">
<a href="http://darkages.rusff.me/viewtopic.php?id=401#p51090">ОБЩИЙ СПРАВОЧНИК ПО МИРУ</a>
<a href="http://darkages.rusff.me/viewtopic.php?id=40#p115">БЕСТИАРИЙ</a>
<a href="http://darkages.rusff.me/viewtopic.php?id=411#p51365">КАЛЕНДАРЬ И ПРАЗДНЕСТВА</a>
<a href="http://darkages.rusff.me/viewtopic.php?id=48#p172">ВООРУЖЕНИЕ</a>
<a href="https://darkages.rusff.me/pages/chrono">ХРОНОЛОГИЯ ИГРОВЫХ ЭПИЗОДОВ</a>
[/html]

[html]<style>
   .maps {display:block; width: 100%;
    margin: auto;
    text-align: center;
    font-family: Cormorant Unicase;
   }
   .mappp {display: inline; width: 50%;
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.05);
    margin: auto;
}
.maps a
   {
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
   font-family: Cormorant Unicase;
       font-size: 1.2rem;
   color:#646666;}

.chapter {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(198, 198, 198);   
    margin-bottom: 10px;
    padding: 0.75rem 1.25rem;
    text-align: center;
    font-weight: 700;
   font-family: Cormorant Unicase;
   text-transform: uppercase;
   font-size: 1.3rem;
   width: 95%;
      background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   vertical-align: middle;
white-space: nowrap;
   }
.span111 {
      text-transform: uppercase;
   font-size: 1.2rem;
   border-bottom: 1px solid grey;
   font-family: Cormorant Unicase;
   font-weight: 700;
   display: block;
   text-align: center;
   padding-top: 15px;
white-space: nowrap;
   }

.navigation_content {
   font-family: Cormorant Unicase;
font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
align-content: space-between;
  gap: 10px;
text-align: center;
}

.navigation_content a {
  flex: auto;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 10px;
  font-size: 1.1rem;
  transition: all .6s linear 0s !important;
  box-sizing: border-box;
}

.navigation_content a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
</style>[/html]