ravenhaug

Объявление

Олаф — сердце. Большое, тяжёлое, суровое, поросшее мхом и забывшее, что такое солнечный свет. Ещё немного, и Ульфрун также врастёт, начнёт выдавать ошибки за необходимость. Слабость за проявление силы. Оскотиниться или уйти — выбор понятный настолько же, насколько между ампутацией или долгой мучительной смертью от инфекционного заражения.
Ulfrun Einarsdottir
читать далее
Мы с вами набрели на кемперский городок. Как я понимаю, вон палатки...
Ёб твою мать, это не палатки.
Это кладбище.

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » ravenhaug » вы не помните » приезжим


приезжим

Сообщений 451 страница 459 из 459

1

[hideprofile][html]
<style>
   
    /* ============================================
       КОНТЕЙНЕР ГОСТЕВОЙ
       ============================================ */
      .guestbook-container {
        width: 870px;
        max-width: 100%;
        margin: 0 auto;
        padding: 24px;
        position: relative;
        background: url('https://forumstatic.ru/files/001c/a3/ee/42439.jpg?v=1') center/cover no-repeat;
        border-radius: 35px;
        overflow: hidden;
        font-family: 'Inter', sans-serif;
        z-index: 0;
    }

.guestbook-bg-img {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 100%;
    background-image: url('https://forumstatic.ru/files/001c/a3/ee/70018.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
    transition: transform 0.2s ease-out;
    will-change: transform;
}
    /* ============================================
       ХЕДЕР
       ============================================ */
    .guestbook-header {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 8px;
        flex-wrap: wrap;
    }

    .guestbook-title {
        color: #fff;
        font: 700 63px 'Unbounded', sans-serif;
        text-transform: lowercase;
        text-align: right;
        line-height: 1;
        letter-spacing: -1px;
    }

    .guestbook-subtitle {
        color: rgba(255, 255, 255, 0.75);
        font: 400 10px 'Unbounded', sans-serif;
        text-align: right;
        margin-top: 4px;
        letter-spacing: 0.5px;
        line-height: 1.6;
    }

    .guestbook-subtitle em {
        font-style: italic;
        opacity: 0.85;
    }

    /* ============================================
       АДМИНЫ
       ============================================ */
    .admins-wrapper {
        display: flex;
        gap: 8px;
        margin-top: 4px;
        margin-right: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .admin-badge {
        text-transform: lowercase;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 16px;
        height: 32px;
        border-radius: 16px;
        background: #000000;
        color: #fff !important;
        position: relative;
        text-decoration: none;
        transition: all 0.3s ease;
        font: 500 12px/160% 'Inter', sans-serif;
        letter-spacing: 0.3px;
    }

    .admin-badge:hover {
        transform: scale(1.05);
        background: #1a1a1a;
    }

    .admin-badge::after {
        content: attr(data-title);
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 180px;
        padding: 6px 12px;
        border-radius: 10px;
        background: rgba(0, 0, 0, 0.92);
        color: #fff;
        font: 400 11px/150% 'Inter', sans-serif;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        transition: 0.2s;
        z-index: 99999;
    }

    .admin-badge:hover::after {
        opacity: 1;
    }

    /* ============================================
       ОСНОВНОЙ КОНТЕНТ
       ============================================ */
    .guestbook-content {
        display: flex;
        justify-content: flex-end;
        gap: 20px;
        margin-top: 10px;
    }

   .panel-left,
    .panel-right {
        background: rgba(35, 35, 35, 0.65);
        backdrop-filter: blur(5px);
        border-radius: 18px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .panel-left {
        width: 320px;
        min-height: 300px;
        padding: 0;
    }

    .panel-right {
        width: 440px;
        min-height: 300px;
        padding: 0;
    }

    /* ============================================
       ТЕКСТ ЛЕВОЙ ПАНЕЛИ
       ============================================ */
    .panel-left-text {
        width: 298px;
        height: 500px;
        margin: 14px 0 0 14px;
        overflow: auto;
        color: #ececec;
        white-space: normal;
        word-break: break-word;
        font-family: 'Inter', sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.7;

overflow-y: auto;     
    overflow-x: hidden;   
     scroll-behavior: smooth;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

    /* ============================================
       ТЕКСТ ПРАВОЙ ПАНЕЛИ
       ============================================ */
    .panel-right-text {
        width: 408px;
        padding-right: 8px;
        height: 500px;
        margin: 6px 0 6px 18px;
        overflow: auto;
        color: #ececec;
        text-align: justify;
        white-space: normal;
        word-break: break-word;
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.75;
   
overflow-y: auto;     
    overflow-x: hidden;     
   scroll-behavior: smooth;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

    /* ============================================
       ССЫЛКИ
       ============================================ */
    .panel-left-text a,
    .panel-right-text a {
        color: #7e963e;
        text-decoration: none;
        transition: color 0.3s, border-color 0.3s;
        border-bottom: 1px dotted rgba(126, 150, 62, 0.3);
    }

    .panel-left-text a:hover,
    .panel-right-text a:hover {
        color: #6d5dc7;
        border-bottom-color: rgba(109, 93, 199, 0.4);
    }

    /* ============================================
       СПИСКИ
       ============================================ */
    .hold-list {
        margin: 3px 0;
        padding-left: 16px;
    }

    .hold-list li {
        list-style: none;
        color: #ececec;
        font-size: 13px;
        line-height: 1.7;
        padding: 2px 0;
        font-family: 'Inter', sans-serif;
    }

    .hold-list .highlight {
        color: #7e963e;
        font-weight: 500;
    }

    .hold-date {
        color: #6d5dc7;
        font-weight: 600;
    }

    /* ============================================
       СПОЙЛЕР
       ============================================ */
    .spoiler-title {
        color: #6d5dc7;
        cursor: pointer;
        font-weight: 600;
        font-size: 13px;
        display: inline-block;
        padding: 4px 14px;
        border-radius: 12px;
        background: rgba(109, 93, 199, 0.12);
        border: 1px solid rgba(109, 93, 199, 0.25);
        transition: all 0.3s ease;
        margin: 3px 0;
        font-family: 'Inter', sans-serif;
        margin-left: 6px;
    }

    .spoiler-title:hover {
        background: rgba(109, 93, 199, 0.2);
        border-color: rgba(109, 93, 199, 0.4);
    }

    .spoiler-content {
        display: none;
        padding: 6px 0 6px 14px;
        border-left: 2px solid rgba(109, 93, 199, 0.25);
        margin: 3px 0 8px 0;
    }

    .spoiler-content.open {
        display: block;
    }

    .spoiler-content .item {
        color: #d4d4d4;
        font-size: 13px;
        line-height: 1.7;
        padding: 2px 0;
        font-family: 'Inter', sans-serif;
    }

    .spoiler-content .item a {
        color: #7e963e;
        text-decoration: none;
        border-bottom: 1px dotted rgba(126, 150, 62, 0.3);
        transition: color 0.3s;
    }

    .spoiler-content .item a:hover {
        color: #6d5dc7;
        border-bottom-color: rgba(109, 93, 199, 0.4);
    }

    .sub-section-title {
        color: #6d5dc7;
        font-weight: 600;
        font-size: 13px;
        display: block;
        margin-left: 10px;
        margin-bottom: 0px;
        font-family: 'Inter', sans-serif;
    }

    .sub-section-title.underline {
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    /* ============================================
       ЗАГОЛОВКИ
       ============================================ */
    .section-title {
        color: #7e963e;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        display: block;
        margin-top: 6px;
        margin-left: 6px;
        border-bottom: 1px solid rgba(126, 150, 62, 0.2);
        padding-bottom: 4px;
        font-family: 'Inter', sans-serif;
    }

    /* ============================================
       WARNING
       ============================================ */
    .warning-block {
        background: rgba(180, 40, 40, 0.12);
        border-left: 3px solid #cc3333;
        padding: 8px 14px;
        margin: 18px 0;
        border-radius: 0 8px 8px 0;
        font-family: 'Inter', sans-serif;
        font-size: 13px;
        line-height: 1.7;
    }

    .warning-block strong {
        color: #ff6666;
    }

    .warning-block .important {
        color: #ff6666;
        font-weight: 700;
    }

    /* ============================================
       КНОПКИ КОПИРОВАНИЯ
       ============================================ */
    .copy-block {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        margin: 5px 0 10px 0;
        margin-left: 10px;
    }

    .copy-btn {
        background: rgba(255, 255, 255, 0.07);
        border: 1px solid rgba(255, 255, 255, 0.12);
        color: #ccc;
        padding: 4px 16px;
        border-radius: 14px;
        font: 500 11px/150% 'Inter', sans-serif;
        cursor: pointer;
        transition: all 0.3s ease;
        text-transform: lowercase;
        letter-spacing: 0.5px;
    }

    .copy-btn:hover {
        background: rgba(126, 150, 62, 0.15);
        border-color: #7e963e;
        color: #7e963e;
    }

    .copy-btn.copied {
        background: rgba(126, 150, 62, 0.2);
        border-color: #7e963e;
        color: #7e963e;
    }

    /* ============================================
       ФУТЕР
       ============================================ */
    .guestbook-footer {
        width: 100%;
        margin-top: 14px;
        display: flex;
        justify-content: flex-end;
    }

    .footer-content {
        width: 100%;
        background: rgba(35, 35, 35, 0.4);
        backdrop-filter: blur(3px);
        border-radius: 12px;
        padding: 12px 18px;
        color: rgba(255, 255, 255, 0.45);
        font: 400 11px/160% 'Inter', sans-serif;
        text-align: center;
        letter-spacing: 0.5px;
    }

    /* ============================================
       СКРОЛЛБАРЫ
       ============================================ */
    .panel-left-text::-webkit-scrollbar,
    .panel-right-text::-webkit-scrollbar {
        width: 5px;
    }

    .panel-left-text::-webkit-scrollbar-track,
    .panel-right-text::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.04);
        border-radius: 10px;
    }

    .panel-left-text::-webkit-scrollbar-thumb,
    .panel-right-text::-webkit-scrollbar-thumb {
        background: rgba(126, 150, 62, 0.3);
        border-radius: 10px;
    }

    .panel-left-text::-webkit-scrollbar-thumb:hover,
    .panel-right-text::-webkit-scrollbar-thumb:hover {
        background: rgba(126, 150, 62, 0.5);
    }

/* ============================================
   ДОПОЛНИТЕЛЬНО ДЛЯ СКРОЛЛА
   ============================================ */
.panel-left-text:hover,
.panel-right-text:hover {
    scroll-behavior: smooth;
}

/* Чтобы скролл работал при наведении на весь блок, а не только на текст */
.panel-left:hover .panel-left-text,
.panel-right:hover .panel-right-text {
    scroll-behavior: smooth;
}

/* Фикс для скролла в MyBB */
.panel-left-text,
.panel-right-text {
    cursor: default;
}

.panel-left-text::-webkit-scrollbar,
.panel-right-text::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.panel-left-text::-webkit-scrollbar-thumb,
.panel-right-text::-webkit-scrollbar-thumb {
    background: rgba(126, 150, 62, 0.4);
    border-radius: 10px;
    min-height: 30px; /* Минимальная высота ползунка */
}

.panel-left-text::-webkit-scrollbar-thumb:hover,
.panel-right-text::-webkit-scrollbar-thumb:hover {
    background: rgba(126, 150, 62, 0.6);
}

    /* ============================================
       АДАПТИВНОСТЬ
       ============================================ */
    @media (max-width: 820px) {
        .guestbook-container {
            padding: 15px;
            border-radius: 20px;
        }

        .guestbook-title {
            font-size: 32px;
        }

        .guestbook-subtitle {
            font-size: 13px;
        }

        .admins-wrapper {
            margin-right: 0;
            width: 100%;
            justify-content: center;
        }

        .guestbook-content {
            flex-direction: column;
            align-items: center;
        }

        .panel-left,
        .panel-right {
            width: 100% !important;
            min-height: 200px !important;
            height: auto !important;
        }

        .panel-left-text,
        .panel-right-text {
            width: 100% !important;
            height: auto !important;
            max-height: 400px;
            margin: 14px;
            padding-right: 10px;
            font-size: 13px !important;
        }

        .guestbook-footer {
            justify-content: center;
        }

        .guestbook-header {
            flex-direction: column-reverse;
            align-items: center;
        }
    }

    @media (max-width: 480px) {
        .guestbook-title {
            font-size: 24px;
        }

        .admin-badge {
            font-size: 10px;
            padding: 0 12px;
            height: 26px;
        }

        .panel-left-text,
        .panel-right-text {
            font-size: 12px !important;
            margin: 10px;
        }

        .copy-btn {
            font-size: 10px;
            padding: 3px 12px;
        }

        .section-title {
            font-size: 12px;
        }

        .hold-list li,
        .spoiler-content .item,
        .sub-section-title,
        .spoiler-title {
            font-size: 12px;
        }

        .warning-block {
            font-size: 12px;
        }
    }
</style>

<!-- ============================================
КОНТЕЙНЕР ГОСТЕВОЙ
============================================ -->
<div class="guestbook-container" id="guestbookApp">
    <div class="guestbook-bg-img"></div>

    <!-- ХЕДЕР -->
    <div class="guestbook-header">
        <div class="admins-wrapper">
            <a href="https://ravenhaug.f-rpg.me/profile.php?id=3" class="admin-badge" data-title="кодер и палач">йонас</a>
            <a href="https://ravenhaug.f-rpg.me/profile.php?id=6" class="admin-badge" data-title="правовик">маррку</a>
            <a href="https://ravenhaug.f-rpg.me/profile.php?id=78" class="admin-badge" data-title="караванщик">кари</a>
            <a href="https://ravenhaug.f-rpg.me/profile.php?id=4" class="admin-badge" data-title="снабжение">бьёрн</a>
            <a href="https://ravenhaug.f-rpg.me/profile.php?id=22" class="admin-badge" data-title="затейница">руна</a>
        </div>
        <div>
            <div class="guestbook-title">ravenhaug</div>
            <div class="guestbook-subtitle">
                <em>respice post te! hominem te esse memento</em><br>
                hic locus est ubi poenae purgatoriae per ignorantiam dilatantur.
            </div>
        </div>
    </div>

    <!-- ОСНОВНОЙ КОНТЕНТ -->
    <div class="guestbook-content">

        <!-- ЛЕВАЯ ПАНЕЛЬ -->
        <div class="panel-left">
            <div class="panel-left-text">

                <!-- ПРИДЕРЖАТЬ ПЕРСОНАЖА -->
                <span class="section-title">✦ придержать персонажа</span>
                <div class="copy-block">
                    <button class="copy-btn" data-copy='<li>— имя персонажа лапслок — <span class="highlight"><a href="ссылка">ник лапслок</a></span></li>'>скопировать</button>
                </div>

                <!-- ПРИДЕРЖАТЬ ВНЕШНОСТЬ -->
                <span class="section-title" style="margin-top:8px;">✦ придержать внешность</span>
                <div class="copy-block">
                    <button class="copy-btn" data-copy='<li>— внешность на англ. лапслок — <span class="highlight"><a href="ссылка">ник лапслок</a></span></li>'>скопировать</button>
                </div>

                <!-- ==========================================
                ПРИДЕРЖАННЫЕ ПЕРСОНАЖИ
                ========================================== -->
                <span class="section-title" style="margin-top:8px;">✦ придержанные персонажи</span>

                <div style="margin-top:4px;">
                    <span class="sub-section-title" style="font-size:13px;">до <span class="hold-date">xx.xx:</span></span>
                    <ul class="hold-list">
                        <li>— имя — <span class="highlight">ник</span></li>
                    </ul>
                </div>

             

                <!-- ==========================================
                ПРИДЕРЖАННЫЕ ВНЕШНОСТИ
                ========================================== -->
                <span class="section-title" style="margin-top:8px;">✦ придержанные внешности</span>

              <!-- СПОЙЛЕР: БЕССРОЧНО -->
<div class="spoiler-wrapper" style="margin-top:4px;">
    <span class="spoiler-title" onclick="toggleGuestbookSpoiler(this)">придержаны бессрочно</span>
    <div class="spoiler-content">
        <div class="item">jennyfer lawrence</div>
        <div class="item">mads mikkelsen</div>
        <div class="item">sadie sink</div>
        <div class="item">tilda swinton</div>
                        <div style="margin-top:4px;">
                            <span class="sub-section-title underline" style="font-size:13px;">акции, нужные:</span>
                            <div class="item">barbie ferreira — <a href="https://ravenhaug.f-rpg.me/viewtopic.php?id=1#p17224">rita</a></div>
                            <div class="item">daniel sharman — <a href="https://ravenhaug.f-rpg.me/viewtopic.php?id=1#p11015">andri magnason</a></div>
                            <div class="item">eliot sumner — <a href="https://ravenhaug.f-rpg.me/viewtopic.php?id=251#p36459">jane doe: инженер</a></div>
                            <div class="item">emmy rossum — <a href="https://ravenhaug.f-rpg.me/viewtopic.php?id=251#p28001">jane doe: сбежавшая невеста</a></div>
                            <div class="item">freddie fox — <a href="https://ravenhaug.f-rpg.me/viewtopic.php?id=251#p31199">noah</a></div>
                            <div class="item">gustaf skarsgard — <a href="https://ravenhaug.f-rpg.me/viewtopic.php?id=251#p36522">baldur</a></div>
                            <div class="item">gwendoline christie — <a href="https://ravenhaug.f-rpg.me/viewtopic.php?id=1#p31217">heli</a></div>
                            <div class="item">john kavanagh — <a href="https://ravenhaug.f-rpg.me/viewtopic.php?id=251#p36522">guðmundur</a></div>
                            <div class="item">julia garner — <a href="https://ravenhaug.f-rpg.me/viewtopic.php?id=1#p22212">saga</a></div>
                            <div class="item">lars mikkelsen — <a href="https://ravenhaug.f-rpg.me/viewtopic.php?id=1#p6786">einar helguson</a></div>
                            <div class="item">natasha lyonne — <a href="https://ravenhaug.f-rpg.me/viewtopic.php?id=1#p37505">edna</a></div>
                            <div class="item">natasha o'keeffe — <a href="https://ravenhaug.f-rpg.me/viewtopic.php?id=1#p15672">mjaðveig</a></div>
                            <div class="item">rory culkin — <a href="https://ravenhaug.f-rpg.me/viewtopic.php?id=1#p34129">sverre</a></div>
                            <div class="item">ryan gosling — <a href="https://ravenhaug.f-rpg.me/viewtopic.php?id=251#p25088">john doe: биолог</a></div>
                            <div class="item">shannon lucio — <a href="https://ravenhaug.f-rpg.me/viewtopic.php?id=251#p36522">freyja</a></div>
                        </div>
                    </div>
                </div>

             

                <!-- ДО 16.08 -->
                <div style="margin-top:6px;">
                    <span class="sub-section-title" style="font-size:13px;">до 23.08:</span>
                    <ul class="hold-list">
                        <li>—  saoirse ronan  — <span class="highlight"><a href="https://ravenhaug.f-rpg.me/profile.php?id=131">синичка</a></span></li>
                    </ul>
                </div>
            </div>
        </div>

        <!-- ПРАВАЯ ПАНЕЛЬ -->
        <div class="panel-right">
            <div class="panel-right-text">

                <!-- ОСНОВНЫЕ ПРАВИЛА -->
                Имя персонажа указывается <strong style="color:#7e963e;">латиницей</strong>. Имена персонажей <strong style="color:#7e963e;">могут</strong> повторяться.<br>
                Запрещено дублировать занятые фамилии, внешности и ключевые сюжетные роли.
                <br>

                ✦ <strong style="color:#6d5dc7;">Срок бронирования</strong> любой внешности — <strong>7 дней</strong> с возможностью продления еще на неделю. Участники, пришедшие по акциям, могут быть лишены роли за неактивность по запросу автора акции или администрации, особенно, если их роль в сюжете важна.
                <br>

                ✦ <strong style="color:#6d5dc7;">Персонажи из акций</strong> придерживаются на <strong>7 дней.</strong> Внешность дополнительно бронировать не надо, она уже за заказчиком.
                <br>

                ✦ <strong style="color:#6d5dc7;">На оформление анкеты</strong> отводится <strong>7 дней</strong> после регистрации. Срок продлевается по запросу.
                <br>

                ✦ <strong style="color:#6d5dc7;">Администрация</strong> проводит модерацию в течение 3 рабочих дней и оставляет за собой право запросить правки или отказать в принятии без объяснения причин. На правки также дается 3 дня.
                <br>

                ✦ Вопросы, пожелания, мнения — тоже сюда. <span style="color:#666; text-decoration:line-through;">Можем подраться на ножах, если хотите.</span>

                <!-- ВАЖНОЕ ПРЕДУПРЕЖДЕНИЕ -->
                <div class="warning-block">
                    <span class="important">!!! Важно:</span> Учитывая довольно активный мастеринг на проекте, при исчезновении игрока профиль его персонажа, если он "наследил" в игре, может быть переведен в NPC, если от вас не было других указаний. Мастера игры могут выводить персонажа из сюжета удобным им способом.
                </div>

            </div>
        </div>

    </div>

    <!-- НИЖНИЙ БЛОК -->
    <div class="guestbook-footer">
        <div class="footer-content">
            ✦ memento mori · memento vivere ✦
        </div>
    </div>

</div>

[/html]

+2

451

вопрос, приветствую!

#p38965,Вопрос написал(а):

Или эти четверо парней-дайверов никому не сообщили, в какой пещере намерены погружаться, так и погибли все, в пещере до сих пор их тела остались, и никаких спасателей там не было?

short answer: эти самоуверенные долб... профессиональные дайверытм никому ничего не сообщали, погибли все, кроме Имира, так что сообщать спасателям некому, три тела там рыбки в пещере доедают, одно тело в коме в институте валяется. так что прям кейв-дайвером, достающим тело, быть не получится.

если хочется к этой истории как-то подвязаться, можно быть условным сотрудником береговой охраны, увидевшим буек dsmb и поехавшим на катерочке прописать люлей, потому что вокруг Равенхауга все еще на момент современности немного огороженная зона. а там доплыл до буйка - цепанул аномалию - кома, веселье, Твари.

если хочется быть непосредственно кейв-дайвером, то можно идти просто изолированным отрядом/соло, в какие-нибудь другие пещеры рядом или просто в заливе что-то посмотреть, никак не подвязываясь к факту извлечения тел.
тут единственное что в кому лучше впадать ДО погружения под воду - да и если вам есть, за что себя винить, так скорее всего и произойдет еще при сухопутном пересечении границы.

+1

452

Bjorn Moore, здравствуйте. Спасибо за ответ. Ситуацию понял. И советы принял. Тогда я еще похожу кругами вокруг вашего форума и подумаю, как и кем бы я хотел прийти поиграть.

0

453

вопрос, можете себе гостевой аккаунт завести и посмотреть изнутри, кто как пишет и как общается. Может по этому принципу будет проще определиться, куда влиться)

+1

454

вопрос, если будут трудности с тем, за кого или за что зацепиться - можете ещё в хочу к вам постучаться, мы с удовольствием подхватим и вместе что-нибудь придумаем  https://upforme.ru/uploads/001c/70/51/3/119616.gif

+1

455

Marrku Haarde, Bjorn Moore, спасибо за советы и наводки. Я пока изучаю Исландию и выбираю между двумя разными персонажами. Когда определюсь, наверно, напишу в теме "Хочу к вам". Пока думаю.)

0

456

вопрос, забегайте, поможем-пристроим, если что.)

0

457

#p2,woods написал(а):

—  saoirse ronan  — синичка

продлите пж! т.т

+1

458

синичка, продлил ещё на неделю, не переживай  http://i.imgur.com/OP5Oxo7.png

+1

459

Здравствуйте. Я зарегистрировался с ником Magnus Orrisson. Но пароль мне на мыло не пришел. Будьте добры, поменяйте на циферки какие-то, пожалуйста.

0

Быстрый ответ

Напишите ваше сообщение и нажмите «Отправить»



Вы здесь » ravenhaug » вы не помните » приезжим