18+
Sound of Seattle
real-life, seattle, 2026//администрация: Jack & Dante
  • закон04
  • нейтрал00
  • мафия01
постописцы недели
лучший пост Steve Larsen

В лицо бил ветер – густой, пахнущий придорожной пылью, полынью, морозцем, бензином, и еще черт знает чем. Мили послушно таяли под колесом старенькой – да что там, древней как мир! – Импалы. [читать дальше]

Настройки дизайна

Lake City

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

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


Вы здесь » Lake City » News » Новости - готовность форума - 75%


Новости - готовность форума - 75%

Сообщений 1 страница 14 из 14

1

[html]<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Lex City</title>
    <style>
        * {
            margin: 0;
            padding: 0;
        }
       
        body {
            background-color: #f5f5f5;
            color: #333;
            padding: 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
        }
       
        .news-container {
            width: 700px;
            margin: 0 auto;
            background-color: white;
            border-radius: 15px;
            padding: 20px;
            border: 1px solid #3498db;
        }
       
        .news-header {
            margin-bottom: 30px;
            text-align: center;
        }
       
        .news-header h3 {
            color: #2c3e50;
            font-size: 24px;
            margin-bottom: 10px;
        }
       
        .news-subtitle {
            color: #7f8c8d;
            font-style: italic;
            text-align: center;
            font-size: 16px;
        }
       
        .news-content {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            border-left: 3px solid #3498db;
            margin: 20px 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
            white-space: pre-line;
            line-height: 1.6;
        }
       
        .author-line {
            margin-top: 25px;
            padding-top: 15px;
            border-top: 1px solid #eaeaea;
            text-align: right;
            color: #7f8c8d;
            font-size: 14px;
        }
       
        .author-link {
            color: #3498db;
            text-decoration: none;
            font-weight: 500;
        }
       
        .author-link:hover {
            text-decoration: underline;
            color: #2980b9;
        }

@media (max-width: 768px) {
    .news-container {
        width: 90%;
        margin: 0 auto;
        padding: 15px;
    }
   
    .news-header h3 {
        font-size: 22px;
    }
   
    .news-subtitle {
        font-size: 15px;
    }
   
    .news-content {
        padding: 15px;
        font-size: 15px;
        white-space: normal;
        overflow-wrap: break-word;
    }
}

@media (max-width: 480px) {
    .news-container {
        width: 95%;
        padding: 10px;
        border-radius: 10px;
    }
   
    body {
        padding: 10px;
    }
   
    .news-header h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
   
    .news-subtitle {
        font-size: 14px;
    }
   
    .news-content {
        padding: 12px;
        font-size: 14px;
        line-height: 1.5;
        margin: 15px 0;
    }
   
    .author-line {
        font-size: 13px;
        margin-top: 20px;
        padding-top: 12px;
    }
}
    </style>
</head>
<body>
    <div class="news-container">
        <div class="news-header">
            <h3>#01</h3>
            <div class="news-subtitle">• о подготовке к открытию •</div>
        </div>
       
        <div class="news-content">Записываю в логи хронику последних событий - на память.
Потихоньку движемся, пооформляли какие-то шаблончики, принесли с Нат первые анкеты - застолбили, так сказать. Надо блондинку напрячь сделать html, я знаю, она умеет. Не верьте, если начнет говорить обратное.
Она по-прежнему упирается и не хочет в админку. Штош... Где там мой паяльник?</div>
       
        <div class="author-line">
            Автор: <a href="https://lcf.rusff.me/profile.php?id=2">Jack</a>
        </div>
    </div>
</body>
</html>[/html]

+5

2

[html][html]<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Lex City</title>
    <style>
        * {
            margin: 0;
            padding: 0;
        }
       
        body {
            background-color: #f5f5f5;
            color: #333;
            padding: 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
        }
       
        .news-container {
            width: 700px;
            margin: 0 auto;
            background-color: white;
            border-radius: 15px;
            padding: 20px;
            border: 1px solid #3498db;
        }
       
        .news-header {
            margin-bottom: 30px;
            text-align: center;
        }
       
        .news-header h3 {
            color: #2c3e50;
            font-size: 24px;
            margin-bottom: 10px;
        }
       
        .news-subtitle {
            color: #7f8c8d;
            font-style: italic;
            text-align: center;
            font-size: 16px;
        }
       
        .news-content {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            border-left: 3px solid #3498db;
            margin: 20px 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
            white-space: pre-line;
            line-height: 1.6;
        }
       
        .author-line {
            margin-top: 25px;
            padding-top: 15px;
            border-top: 1px solid #eaeaea;
            text-align: right;
            color: #7f8c8d;
            font-size: 14px;
        }
       
        .author-link {
            color: #3498db;
            text-decoration: none;
            font-weight: 500;
        }
       
        .author-link:hover {
            text-decoration: underline;
            color: #2980b9;
        }

@media (max-width: 768px) {
    .news-container {
        width: 90%;
        margin: 0 auto;
        padding: 15px;
    }
   
    .news-header h3 {
        font-size: 22px;
    }
   
    .news-subtitle {
        font-size: 15px;
    }
   
    .news-content {
        padding: 15px;
        font-size: 15px;
        white-space: normal;
        overflow-wrap: break-word;
    }
}

@media (max-width: 480px) {
    .news-container {
        width: 95%;
        padding: 10px;
        border-radius: 10px;
    }
   
    body {
        padding: 10px;
    }
   
    .news-header h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
   
    .news-subtitle {
        font-size: 14px;
    }
   
    .news-content {
        padding: 12px;
        font-size: 14px;
        line-height: 1.5;
        margin: 15px 0;
    }
   
    .author-line {
        font-size: 13px;
        margin-top: 20px;
        padding-top: 12px;
    }
}
    </style>
</head>
<body>
    <div class="news-container">
        <div class="news-header">
            <h3>#02</h3>
            <div class="news-subtitle">• о переезде и чистовике •</div>
        </div>
       
        <div class="news-content">Итак, в логах новая запись. На этот раз о нежных взаимоотношениях теста и чистовика. А вот не станем менять форум. То есть тут пилим тестовую версию - тут же и чистовик будет. Ничего локационно не поменяется. Так что - если распаковали уже чемоданы - то пристегивайте ремни, скоро взлетаем.</div>
       
        <div class="author-line">
            Автор: <a href="https://lcf.rusff.me/profile.php?id=2">Jack</a>
        </div>
    </div>
</body>
</html>[/html]

+5

3

[html]<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Lex City</title>
    <style>
        * {
            margin: 0;
            padding: 0;
        }
       
        body {
            background-color: #f5f5f5;
            color: #333;
            padding: 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
        }
       
        .news-container {
            width: 700px;
            margin: 0 auto;
            background-color: white;
            border-radius: 15px;
            padding: 20px;
            border: 1px solid #3498db;
        }
       
        .news-header {
            margin-bottom: 30px;
            text-align: center;
        }
       
        .news-header h3 {
            color: #2c3e50;
            font-size: 24px;
            margin-bottom: 10px;
        }
       
        .news-subtitle {
            color: #7f8c8d;
            font-style: italic;
            text-align: center;
            font-size: 16px;
        }
       
        .news-content {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            border-left: 3px solid #3498db;
            margin: 20px 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
            white-space: pre-line;
            line-height: 1.6;
        }
       
        .author-line {
            margin-top: 25px;
            padding-top: 15px;
            border-top: 1px solid #eaeaea;
            text-align: right;
            color: #7f8c8d;
            font-size: 14px;
        }
       
        .author-link {
            color: #3498db;
            text-decoration: none;
            font-weight: 500;
        }
       
        .author-link:hover {
            text-decoration: underline;
            color: #2980b9;
        }

@media (max-width: 768px) {
    .news-container {
        width: 90%;
        margin: 0 auto;
        padding: 15px;
    }
   
    .news-header h3 {
        font-size: 22px;
    }
   
    .news-subtitle {
        font-size: 15px;
    }
   
    .news-content {
        padding: 15px;
        font-size: 15px;
        white-space: normal;
        overflow-wrap: break-word;
    }
}

@media (max-width: 480px) {
    .news-container {
        width: 95%;
        padding: 10px;
        border-radius: 10px;
    }
   
    body {
        padding: 10px;
    }
   
    .news-header h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
   
    .news-subtitle {
        font-size: 14px;
    }
   
    .news-content {
        padding: 12px;
        font-size: 14px;
        line-height: 1.5;
        margin: 15px 0;
    }
   
    .author-line {
        font-size: 13px;
        margin-top: 20px;
        padding-top: 12px;
    }
}
    </style>
</head>
<body>
    <div class="news-container">
        <div class="news-header">
            <h3>#03</h3>
            <div class="news-subtitle">• о ходе подготовки •</div>
        </div>
       
        <div class="news-content">Мы уже много чего натворили. Ну, то есть подготовили. У нас есть концепция, правила и еще кое-что интересное. Скоро вам все покажем, но нужно немного эстетики навести. Пока дизайн в процессе, Натали ваяет красивости. Ругается - заслушаешься, но дело движется. В общем, мыши плакали, но продолжали есть кактус.</div>
       
        <div class="author-line">
            Автор: <a href="https://lcf.rusff.me/profile.php?id=2">Jack</a>
        </div>
    </div>
</body>
</html>[/html]

+5

4

[html]<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Lex City</title>
    <style>
        * {
            margin: 0;
            padding: 0;
        }
       
        body {
            background-color: #f5f5f5;
            color: #333;
            padding: 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
        }
       
        .news-container {
            width: 700px;
            margin: 0 auto;
            background-color: white;
            border-radius: 15px;
            padding: 20px;
            border: 1px solid #3498db;
        }
       
        .news-header {
            margin-bottom: 30px;
            text-align: center;
        }
       
        .news-header h3 {
            color: #2c3e50;
            font-size: 24px;
            margin-bottom: 10px;
        }
       
        .news-subtitle {
            color: #7f8c8d;
            font-style: italic;
            text-align: center;
            font-size: 16px;
        }
       
        .news-content {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            border-left: 3px solid #3498db;
            margin: 20px 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
            white-space: pre-line;
            line-height: 1.6;
        }
       
        .author-line {
            margin-top: 25px;
            padding-top: 15px;
            border-top: 1px solid #eaeaea;
            text-align: right;
            color: #7f8c8d;
            font-size: 14px;
        }
       
        .author-link {
            color: #3498db;
            text-decoration: none;
            font-weight: 500;
        }
       
        .author-link:hover {
            text-decoration: underline;
            color: #2980b9;
        }

@media (max-width: 768px) {
    .news-container {
        width: 90%;
        margin: 0 auto;
        padding: 15px;
    }
   
    .news-header h3 {
        font-size: 22px;
    }
   
    .news-subtitle {
        font-size: 15px;
    }
   
    .news-content {
        padding: 15px;
        font-size: 15px;
        white-space: normal;
        overflow-wrap: break-word;
    }
}

@media (max-width: 480px) {
    .news-container {
        width: 95%;
        padding: 10px;
        border-radius: 10px;
    }
   
    body {
        padding: 10px;
    }
   
    .news-header h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
   
    .news-subtitle {
        font-size: 14px;
    }
   
    .news-content {
        padding: 12px;
        font-size: 14px;
        line-height: 1.5;
        margin: 15px 0;
    }
   
    .author-line {
        font-size: 13px;
        margin-top: 20px;
        padding-top: 12px;
    }
}
    </style>
</head>
<body>
    <div class="news-container">
        <div class="news-header">
            <h3>#04</h3>
            <div class="news-subtitle">• об администрации •</div>
        </div>
       
        <div class="news-content">До нас наконец добрался <a href="https://lcf.rusff.me/profile.php?id=5">Данте</a>. Он будет нашим вторым и пока последним администратором. В его зону ответственности попадут правила, чистки и все прочее отслеживание порядка. Будем заниматься форумом вдвоем, а дальше будет видно. Натали так и отказалась - но мы и без этого ее любим XD </div>
       
        <div class="author-line">
            Автор: <a href="https://lcf.rusff.me/profile.php?id=2">Jack</a>
        </div>
    </div>
</body>
</html>[/html]

+5

5

[html]<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Lex City</title>
    <style>
        * {
            margin: 0;
            padding: 0;
        }
       
        body {
            background-color: #f5f5f5;
            color: #333;
            padding: 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
        }
       
        .news-container {
            width: 700px;
            margin: 0 auto;
            background-color: white;
            border-radius: 15px;
            padding: 20px;
            border: 1px solid #3498db;
        }
       
        .news-header {
            margin-bottom: 30px;
            text-align: center;
        }
       
        .news-header h3 {
            color: #2c3e50;
            font-size: 24px;
            margin-bottom: 10px;
        }
       
        .news-subtitle {
            color: #7f8c8d;
            font-style: italic;
            text-align: center;
            font-size: 16px;
        }
       
        .news-content {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            border-left: 3px solid #3498db;
            margin: 20px 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
            white-space: pre-line;
            line-height: 1.6;
        }
       
        .author-line {
            margin-top: 25px;
            padding-top: 15px;
            border-top: 1px solid #eaeaea;
            text-align: right;
            color: #7f8c8d;
            font-size: 14px;
        }
       
        .author-link {
            color: #3498db;
            text-decoration: none;
            font-weight: 500;
        }
       
        .author-link:hover {
            text-decoration: underline;
            color: #2980b9;
        }

@media (max-width: 768px) {
    .news-container {
        width: 90%;
        margin: 0 auto;
        padding: 15px;
    }
   
    .news-header h3 {
        font-size: 22px;
    }
   
    .news-subtitle {
        font-size: 15px;
    }
   
    .news-content {
        padding: 15px;
        font-size: 15px;
        white-space: normal;
        overflow-wrap: break-word;
    }
}

@media (max-width: 480px) {
    .news-container {
        width: 95%;
        padding: 10px;
        border-radius: 10px;
    }
   
    body {
        padding: 10px;
    }
   
    .news-header h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
   
    .news-subtitle {
        font-size: 14px;
    }
   
    .news-content {
        padding: 12px;
        font-size: 14px;
        line-height: 1.5;
        margin: 15px 0;
    }
   
    .author-line {
        font-size: 13px;
        margin-top: 20px;
        padding-top: 12px;
    }
}
    </style>
</head>
<body>
    <div class="news-container">
        <div class="news-header">
            <h3>#05</h3>
            <div class="news-subtitle">• об планах по дизайну •</div>
        </div>
       
        <div class="news-content">Мы закончили с оформлением тем всех разделов Приемной и даже приступили к оформлению оргтем, пока наш дизайнер трудится над созданием красоты. Сразу скажем, и светлая, и темная (нормальная темная) темы будут. И даже мобильная версия. Все для удобства наших игроков и нас самих.</div>
       
        <div class="author-line">
            Автор: <a href="https://lcf.rusff.me/profile.php?id=2">Jack</a>
        </div>
    </div>
</body>
</html>[/html]

+5

6

[html]<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Lex City</title>
    <style>
        * {
            margin: 0;
            padding: 0;
        }
       
        body {
            background-color: #f5f5f5;
            color: #333;
            padding: 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
        }
       
        .news-container {
            width: 700px;
            margin: 0 auto;
            background-color: white;
            border-radius: 15px;
            padding: 20px;
            border: 1px solid #3498db;
        }
       
        .news-header {
            margin-bottom: 30px;
            text-align: center;
        }
       
        .news-header h3 {
            color: #2c3e50;
            font-size: 24px;
            margin-bottom: 10px;
        }
       
        .news-subtitle {
            color: #7f8c8d;
            font-style: italic;
            text-align: center;
            font-size: 16px;
        }
       
        .news-content {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            border-left: 3px solid #3498db;
            margin: 20px 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
            white-space: pre-line;
            line-height: 1.6;
        }
       
        .author-line {
            margin-top: 25px;
            padding-top: 15px;
            border-top: 1px solid #eaeaea;
            text-align: right;
            color: #7f8c8d;
            font-size: 14px;
        }
       
        .author-link {
            color: #3498db;
            text-decoration: none;
            font-weight: 500;
        }
       
        .author-link:hover {
            text-decoration: underline;
            color: #2980b9;
        }

@media (max-width: 768px) {
    .news-container {
        width: 90%;
        margin: 0 auto;
        padding: 15px;
    }
   
    .news-header h3 {
        font-size: 22px;
    }
   
    .news-subtitle {
        font-size: 15px;
    }
   
    .news-content {
        padding: 15px;
        font-size: 15px;
        white-space: normal;
        overflow-wrap: break-word;
    }
}

@media (max-width: 480px) {
    .news-container {
        width: 95%;
        padding: 10px;
        border-radius: 10px;
    }
   
    body {
        padding: 10px;
    }
   
    .news-header h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
   
    .news-subtitle {
        font-size: 14px;
    }
   
    .news-content {
        padding: 12px;
        font-size: 14px;
        line-height: 1.5;
        margin: 15px 0;
    }
   
    .author-line {
        font-size: 13px;
        margin-top: 20px;
        padding-top: 12px;
    }
}
    </style>
</head>
<body>
    <div class="news-container">
        <div class="news-header">
            <h3>#06</h3>
            <div class="news-subtitle">• о продвижении подготовки •</div>
        </div>
       
        <div class="news-content">Раздел с оргвопросами тоже теперь готов. Останется, как повесим дизайн, завезти красоту в магазин - полочки для нее уже прибиты. Переходим к игровым разделам. Там придется поработать чуть побольше, но мы постараемся не задерживать и вернуться с новостями уже в понедельник.</div>
       
        <div class="author-line">
            Автор: <a href="https://lcf.rusff.me/profile.php?id=2">Jack</a>
        </div>
    </div>
</body>
</html>[/html]

+5

7

[html]<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Lex City</title>
    <style>
        * {
            margin: 0;
            padding: 0;
        }
       
        body {
            background-color: #f5f5f5;
            color: #333;
            padding: 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
        }
       
        .news-container {
            width: 700px;
            margin: 0 auto;
            background-color: white;
            border-radius: 15px;
            padding: 20px;
            border: 1px solid #3498db;
        }
       
        .news-header {
            margin-bottom: 30px;
            text-align: center;
        }
       
        .news-header h3 {
            color: #2c3e50;
            font-size: 24px;
            margin-bottom: 10px;
        }
       
        .news-subtitle {
            color: #7f8c8d;
            font-style: italic;
            text-align: center;
            font-size: 16px;
        }
       
        .news-content {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            border-left: 3px solid #3498db;
            margin: 20px 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
            white-space: pre-line;
            line-height: 1.6;
        }
       
        .author-line {
            margin-top: 25px;
            padding-top: 15px;
            border-top: 1px solid #eaeaea;
            text-align: right;
            color: #7f8c8d;
            font-size: 14px;
        }
       
        .author-link {
            color: #3498db;
            text-decoration: none;
            font-weight: 500;
        }
       
        .author-link:hover {
            text-decoration: underline;
            color: #2980b9;
        }

@media (max-width: 768px) {
    .news-container {
        width: 90%;
        margin: 0 auto;
        padding: 15px;
    }
   
    .news-header h3 {
        font-size: 22px;
    }
   
    .news-subtitle {
        font-size: 15px;
    }
   
    .news-content {
        padding: 15px;
        font-size: 15px;
        white-space: normal;
        overflow-wrap: break-word;
    }
}

@media (max-width: 480px) {
    .news-container {
        width: 95%;
        padding: 10px;
        border-radius: 10px;
    }
   
    body {
        padding: 10px;
    }
   
    .news-header h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
   
    .news-subtitle {
        font-size: 14px;
    }
   
    .news-content {
        padding: 12px;
        font-size: 14px;
        line-height: 1.5;
        margin: 15px 0;
    }
   
    .author-line {
        font-size: 13px;
        margin-top: 20px;
        padding-top: 12px;
    }
}
    </style>
</head>
<body>
    <div class="news-container">
        <div class="news-header">
            <h3>#07</h3>
            <div class="news-subtitle">• о дизайне •</div>
        </div>
       
        <div class="news-content">Кто-то ночами спит, а мы - делаем дизайн. Вчера в нашим талантливым дизайнером смотрели первый вариант будущей красоты нашего форума. Будет свежо, даже слегка морозно, но обязательно очень основательно и глубоко. Мы еще на один шаг приблизились к нашему открытию!</div>
       
        <div class="author-line">
            Автор: <a href="https://lcf.rusff.me/profile.php?id=2">Jack</a>
        </div>
    </div>
</body>
</html>[/html]

+5

8

[html]<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Lex City</title>
    <style>
        * {
            margin: 0;
            padding: 0;
        }
       
        body {
            background-color: #f5f5f5;
            color: #333;
            padding: 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
        }
       
        .news-container {
            width: 700px;
            margin: 0 auto;
            background-color: white;
            border-radius: 15px;
            padding: 20px;
            border: 1px solid #3498db;
        }
       
        .news-header {
            margin-bottom: 30px;
            text-align: center;
        }
       
        .news-header h3 {
            color: #2c3e50;
            font-size: 24px;
            margin-bottom: 10px;
        }
       
        .news-subtitle {
            color: #7f8c8d;
            font-style: italic;
            text-align: center;
            font-size: 16px;
        }
       
        .news-content {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            border-left: 3px solid #3498db;
            margin: 20px 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
            white-space: pre-line;
            line-height: 1.6;
        }
       
        .author-line {
            margin-top: 25px;
            padding-top: 15px;
            border-top: 1px solid #eaeaea;
            text-align: right;
            color: #7f8c8d;
            font-size: 14px;
        }
       
        .author-link {
            color: #3498db;
            text-decoration: none;
            font-weight: 500;
        }
       
        .author-link:hover {
            text-decoration: underline;
            color: #2980b9;
        }

@media (max-width: 768px) {
    .news-container {
        width: 90%;
        margin: 0 auto;
        padding: 15px;
    }
   
    .news-header h3 {
        font-size: 22px;
    }
   
    .news-subtitle {
        font-size: 15px;
    }
   
    .news-content {
        padding: 15px;
        font-size: 15px;
        white-space: normal;
        overflow-wrap: break-word;
    }
}

@media (max-width: 480px) {
    .news-container {
        width: 95%;
        padding: 10px;
        border-radius: 10px;
    }
   
    body {
        padding: 10px;
    }
   
    .news-header h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
   
    .news-subtitle {
        font-size: 14px;
    }
   
    .news-content {
        padding: 12px;
        font-size: 14px;
        line-height: 1.5;
        margin: 15px 0;
    }
   
    .author-line {
        font-size: 13px;
        margin-top: 20px;
        padding-top: 12px;
    }
}
    </style>
</head>
<body>
    <div class="news-container">
        <div class="news-header">
            <h3>#08</h3>
            <div class="news-subtitle">• об открытии •</div>
        </div>
       
        <div class="news-content">Мы пробуем открыться к Новому году, но не все зависит от простого желания. Процесс запущен - и в ближайшее время мы все-таки это сделаем. Впрочем, вы уже можете регистрироваться и бронировать внешности - просто мы не стремимся торопить события - и хотим запуститься уже красивыми. Но те, кто стартуют с нами без дизайна, получат свой уникальный бонус.</div>
       
        <div class="author-line">
            Автор: <a href="https://lcf.rusff.me/profile.php?id=2">Jack</a>
        </div>
    </div>
</body>
</html>[/html]

+5

9

[html]<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Lex City</title>
    <style>
        * {
            margin: 0;
            padding: 0;
        }
       
        body {
            background-color: #f5f5f5;
            color: #333;
            padding: 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
        }
       
        .news-container {
            width: 700px;
            margin: 0 auto;
            background-color: white;
            border-radius: 15px;
            padding: 20px;
            border: 1px solid #3498db;
        }
       
        .news-header {
            margin-bottom: 30px;
            text-align: center;
        }
       
        .news-header h3 {
            color: #2c3e50;
            font-size: 24px;
            margin-bottom: 10px;
        }
       
        .news-subtitle {
            color: #7f8c8d;
            font-style: italic;
            text-align: center;
            font-size: 16px;
        }
       
        .news-content {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            border-left: 3px solid #3498db;
            margin: 20px 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
            white-space: pre-line;
            line-height: 1.6;
        }
       
        .author-line {
            margin-top: 25px;
            padding-top: 15px;
            border-top: 1px solid #eaeaea;
            text-align: right;
            color: #7f8c8d;
            font-size: 14px;
        }
       
        .author-link {
            color: #3498db;
            text-decoration: none;
            font-weight: 500;
        }
       
        .author-link:hover {
            text-decoration: underline;
            color: #2980b9;
        }

@media (max-width: 768px) {
    .news-container {
        width: 90%;
        margin: 0 auto;
        padding: 15px;
    }
   
    .news-header h3 {
        font-size: 22px;
    }
   
    .news-subtitle {
        font-size: 15px;
    }
   
    .news-content {
        padding: 15px;
        font-size: 15px;
        white-space: normal;
        overflow-wrap: break-word;
    }
}

@media (max-width: 480px) {
    .news-container {
        width: 95%;
        padding: 10px;
        border-radius: 10px;
    }
   
    body {
        padding: 10px;
    }
   
    .news-header h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
   
    .news-subtitle {
        font-size: 14px;
    }
   
    .news-content {
        padding: 12px;
        font-size: 14px;
        line-height: 1.5;
        margin: 15px 0;
    }
   
    .author-line {
        font-size: 13px;
        margin-top: 20px;
        padding-top: 12px;
    }
}
    </style>
</head>
<body>
    <div class="news-container">
        <div class="news-header">
            <h3>#09</h3>
            <div class="news-subtitle">• об игре •</div>
        </div>
       
        <div class="news-content">Как это ни странно, но мы уже начали играть. И вы можете тоже это сделать - заработав свой бонус. Каждый, подавший анкету до установки дизайна, получит бесплатное уникальное оформление профиля. Вы можете регистрироваться, бронировать внешности, смотреть заявки, флудить... И ждать красоту вместе с нами. Осталось недолго. Присоединяйтесь!</div>
       
        <div class="author-line">
            Автор: <a href="https://lcf.rusff.me/profile.php?id=2">Jack</a>
        </div>
    </div>
</body>
</html>[/html]

+5

10

[html]<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Lex City</title>
    <style>
        * {
            margin: 0;
            padding: 0;
        }
       
        body {
            background-color: #f5f5f5;
            color: #333;
            padding: 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
        }
       
        .news-container {
            width: 700px;
            margin: 0 auto;
            background-color: white;
            border-radius: 15px;
            padding: 20px;
            border: 1px solid #3498db;
        }
       
        .news-header {
            margin-bottom: 30px;
            text-align: center;
        }
       
        .news-header h3 {
            color: #2c3e50;
            font-size: 24px;
            margin-bottom: 10px;
        }
       
        .news-subtitle {
            color: #7f8c8d;
            font-style: italic;
            text-align: center;
            font-size: 16px;
        }
       
        .news-content {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            border-left: 3px solid #3498db;
            margin: 20px 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
            white-space: pre-line;
            line-height: 1.6;
        }
       
        .author-line {
            margin-top: 25px;
            padding-top: 15px;
            border-top: 1px solid #eaeaea;
            text-align: right;
            color: #7f8c8d;
            font-size: 14px;
        }
       
        .author-link {
            color: #3498db;
            text-decoration: none;
            font-weight: 500;
        }
       
        .author-link:hover {
            text-decoration: underline;
            color: #2980b9;
        }

@media (max-width: 768px) {
    .news-container {
        width: 90%;
        margin: 0 auto;
        padding: 15px;
    }
   
    .news-header h3 {
        font-size: 22px;
    }
   
    .news-subtitle {
        font-size: 15px;
    }
   
    .news-content {
        padding: 15px;
        font-size: 15px;
        white-space: normal;
        overflow-wrap: break-word;
    }
}

@media (max-width: 480px) {
    .news-container {
        width: 95%;
        padding: 10px;
        border-radius: 10px;
    }
   
    body {
        padding: 10px;
    }
   
    .news-header h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
   
    .news-subtitle {
        font-size: 14px;
    }
   
    .news-content {
        padding: 12px;
        font-size: 14px;
        line-height: 1.5;
        margin: 15px 0;
    }
   
    .author-line {
        font-size: 13px;
        margin-top: 20px;
        padding-top: 12px;
    }
}
    </style>
</head>
<body>
    <div class="news-container">
        <div class="news-header">
            <h3>#10</h3>
            <div class="news-subtitle">• о локации •</div>
        </div>
       
        <div class="news-content">Приоткроем немного завесу тайны - о том, что планируется. По сути, как мы и указали в названии, реал-лайф. Чуть необычный, но без мистики и сверхъестественного. Точную локацию пока подержим в секрете, но уточним, что это будет Западное побережье США. Готовьтесь к туманам, штормовым ветрам с океана и запаху кофе.</div>
       
        <div class="author-line">
            Автор: <a href="https://lcf.rusff.me/profile.php?id=2">Jack</a>
        </div>
    </div>
</body>
</html>[/html]

+6

11

[html]<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Lex City</title>
    <style>
        * {
            margin: 0;
            padding: 0;
        }
       
        body {
            background-color: #f5f5f5;
            color: #333;
            padding: 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
        }
       
        .news-container {
            width: 700px;
            margin: 0 auto;
            background-color: white;
            border-radius: 15px;
            padding: 20px;
            border: 1px solid #3498db;
        }
       
        .news-header {
            margin-bottom: 30px;
            text-align: center;
        }
       
        .news-header h3 {
            color: #2c3e50;
            font-size: 24px;
            margin-bottom: 10px;
        }
       
        .news-subtitle {
            color: #7f8c8d;
            font-style: italic;
            text-align: center;
            font-size: 16px;
        }
       
        .news-content {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            border-left: 3px solid #3498db;
            margin: 20px 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
            white-space: pre-line;
            line-height: 1.6;
        }
       
        .author-line {
            margin-top: 25px;
            padding-top: 15px;
            border-top: 1px solid #eaeaea;
            text-align: right;
            color: #7f8c8d;
            font-size: 14px;
        }
       
        .author-link {
            color: #3498db;
            text-decoration: none;
            font-weight: 500;
        }
       
        .author-link:hover {
            text-decoration: underline;
            color: #2980b9;
        }

@media (max-width: 768px) {
    .news-container {
        width: 90%;
        margin: 0 auto;
        padding: 15px;
    }
   
    .news-header h3 {
        font-size: 22px;
    }
   
    .news-subtitle {
        font-size: 15px;
    }
   
    .news-content {
        padding: 15px;
        font-size: 15px;
        white-space: normal;
        overflow-wrap: break-word;
    }
}

@media (max-width: 480px) {
    .news-container {
        width: 95%;
        padding: 10px;
        border-radius: 10px;
    }
   
    body {
        padding: 10px;
    }
   
    .news-header h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
   
    .news-subtitle {
        font-size: 14px;
    }
   
    .news-content {
        padding: 12px;
        font-size: 14px;
        line-height: 1.5;
        margin: 15px 0;
    }
   
    .author-line {
        font-size: 13px;
        margin-top: 20px;
        padding-top: 12px;
    }
}
    </style>
</head>
<body>
    <div class="news-container">
        <div class="news-header">
            <h3>#11</h3>
            <div class="news-subtitle">• о сроках открытия •</div>
        </div>
       
        <div class="news-content">До Нового года осталось меньше недели - как и до нашего открытия. Мы стараемся успеть встретить 2026 год вместе с вами. Так что, если кто хочет еще успеть присоединиться и получить приветственный бонус в виде уникального оформления профиля, успейте зарегистрироваться и подать анкету до того, как форум примерит обновки. Ждем вас!</div>
       
        <div class="author-line">
            Автор: <a href="https://lcf.rusff.me/profile.php?id=2">Jack</a>
        </div>
    </div>
</body>
</html>[/html]

+5

12

[html]<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Lex City</title>
    <style>
        * {
            margin: 0;
            padding: 0;
        }
       
        body {
            background-color: #f5f5f5;
            color: #333;
            padding: 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
        }
       
        .news-container {
            width: 700px;
            margin: 0 auto;
            background-color: white;
            border-radius: 15px;
            padding: 20px;
            border: 1px solid #3498db;
        }
       
        .news-header {
            margin-bottom: 30px;
            text-align: center;
        }
       
        .news-header h3 {
            color: #2c3e50;
            font-size: 24px;
            margin-bottom: 10px;
        }
       
        .news-subtitle {
            color: #7f8c8d;
            font-style: italic;
            text-align: center;
            font-size: 16px;
        }
       
        .news-content {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            border-left: 3px solid #3498db;
            margin: 20px 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
            white-space: pre-line;
            line-height: 1.6;
        }
       
        .author-line {
            margin-top: 25px;
            padding-top: 15px;
            border-top: 1px solid #eaeaea;
            text-align: right;
            color: #7f8c8d;
            font-size: 14px;
        }
       
        .author-link {
            color: #3498db;
            text-decoration: none;
            font-weight: 500;
        }
       
        .author-link:hover {
            text-decoration: underline;
            color: #2980b9;
        }

@media (max-width: 768px) {
    .news-container {
        width: 90%;
        margin: 0 auto;
        padding: 15px;
    }
   
    .news-header h3 {
        font-size: 22px;
    }
   
    .news-subtitle {
        font-size: 15px;
    }
   
    .news-content {
        padding: 15px;
        font-size: 15px;
        white-space: normal;
        overflow-wrap: break-word;
    }
}

@media (max-width: 480px) {
    .news-container {
        width: 95%;
        padding: 10px;
        border-radius: 10px;
    }
   
    body {
        padding: 10px;
    }
   
    .news-header h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
   
    .news-subtitle {
        font-size: 14px;
    }
   
    .news-content {
        padding: 12px;
        font-size: 14px;
        line-height: 1.5;
        margin: 15px 0;
    }
   
    .author-line {
        font-size: 13px;
        margin-top: 20px;
        padding-top: 12px;
    }
}
    </style>
</head>
<body>
    <div class="news-container">
        <div class="news-header">
            <h3>#12</h3>
            <div class="news-subtitle">• о цифрах •</div>
        </div>
       
        <div class="news-content">Немного статистики на текущий момент. Мы приняли 6 анкет. Успели написать 4 поста в 3 эпизода. Опубликовали 14 заявок на нужных и более 40 из тех, кого хотят видеть. Собственно, неплохое начало для форума без дизайна с коллективом до 10 человек. Ждем остальных желающих.</div>
       
        <div class="author-line">
            Автор: <a href="https://lcf.rusff.me/profile.php?id=2">Jack</a>
        </div>
    </div>
</body>
</html>[/html]

+5

13

[html]<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Lex City</title>
    <style>
        * {
            margin: 0;
            padding: 0;
        }
       
        body {
            background-color: #f5f5f5;
            color: #333;
            padding: 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
        }
       
        .news-container {
            width: 700px;
            margin: 0 auto;
            background-color: white;
            border-radius: 15px;
            padding: 20px;
            border: 1px solid #3498db;
        }
       
        .news-header {
            margin-bottom: 30px;
            text-align: center;
        }
       
        .news-header h3 {
            color: #2c3e50;
            font-size: 24px;
            margin-bottom: 10px;
        }
       
        .news-subtitle {
            color: #7f8c8d;
            font-style: italic;
            text-align: center;
            font-size: 16px;
        }
       
        .news-content {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            border-left: 3px solid #3498db;
            margin: 20px 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
            white-space: pre-line;
            line-height: 1.6;
        }
       
        .author-line {
            margin-top: 25px;
            padding-top: 15px;
            border-top: 1px solid #eaeaea;
            text-align: right;
            color: #7f8c8d;
            font-size: 14px;
        }
       
        .author-link {
            color: #3498db;
            text-decoration: none;
            font-weight: 500;
        }
       
        .author-link:hover {
            text-decoration: underline;
            color: #2980b9;
        }

@media (max-width: 768px) {
    .news-container {
        width: 90%;
        margin: 0 auto;
        padding: 15px;
    }
   
    .news-header h3 {
        font-size: 22px;
    }
   
    .news-subtitle {
        font-size: 15px;
    }
   
    .news-content {
        padding: 15px;
        font-size: 15px;
        white-space: normal;
        overflow-wrap: break-word;
    }
}

@media (max-width: 480px) {
    .news-container {
        width: 95%;
        padding: 10px;
        border-radius: 10px;
    }
   
    body {
        padding: 10px;
    }
   
    .news-header h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
   
    .news-subtitle {
        font-size: 14px;
    }
   
    .news-content {
        padding: 12px;
        font-size: 14px;
        line-height: 1.5;
        margin: 15px 0;
    }
   
    .author-line {
        font-size: 13px;
        margin-top: 20px;
        padding-top: 12px;
    }
}
    </style>
</head>
<body>
    <div class="news-container">
        <div class="news-header">
            <h3>#13</h3>
            <div class="news-subtitle">• снова о ходе подготовки •</div>
        </div>
       
        <div class="news-content">Наш прекрасный дизайнер собрал дизайн форума на тесте. Осталось навести красоту в темах. Время открытия шампанского уже скоро! Буквально завтра, вернее, уже сегодня мы закроемся на профилактику. Но у желающих еще есть шанс успеть до установки дизайна получить приветственный бонус. Регистрируйтесь и подавайте анкеты!</div>
       
        <div class="author-line">
            Автор: <a href="https://lcf.rusff.me/profile.php?id=2">Jack</a>
        </div>
    </div>
</body>
</html>[/html]

+2

14

[html]<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Lex City</title>
    <style>
        * {
            margin: 0;
            padding: 0;
        }
       
        body {
            background-color: #f5f5f5;
            color: #333;
            padding: 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
        }
       
        .news-container {
            width: 700px;
            margin: 0 auto;
            background-color: white;
            border-radius: 15px;
            padding: 20px;
            border: 1px solid #3498db;
        }
       
        .news-header {
            margin-bottom: 30px;
            text-align: center;
        }
       
        .news-header h3 {
            color: #2c3e50;
            font-size: 24px;
            margin-bottom: 10px;
        }
       
        .news-subtitle {
            color: #7f8c8d;
            font-style: italic;
            text-align: center;
            font-size: 16px;
        }
       
        .news-content {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            border-left: 3px solid #3498db;
            margin: 20px 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16px;
            white-space: pre-line;
            line-height: 1.6;
        }
       
        .author-line {
            margin-top: 25px;
            padding-top: 15px;
            border-top: 1px solid #eaeaea;
            text-align: right;
            color: #7f8c8d;
            font-size: 14px;
        }
       
        .author-link {
            color: #3498db;
            text-decoration: none;
            font-weight: 500;
        }
       
        .author-link:hover {
            text-decoration: underline;
            color: #2980b9;
        }

@media (max-width: 768px) {
    .news-container {
        width: 90%;
        margin: 0 auto;
        padding: 15px;
    }
   
    .news-header h3 {
        font-size: 22px;
    }
   
    .news-subtitle {
        font-size: 15px;
    }
   
    .news-content {
        padding: 15px;
        font-size: 15px;
        white-space: normal;
        overflow-wrap: break-word;
    }
}

@media (max-width: 480px) {
    .news-container {
        width: 95%;
        padding: 10px;
        border-radius: 10px;
    }
   
    body {
        padding: 10px;
    }
   
    .news-header h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
   
    .news-subtitle {
        font-size: 14px;
    }
   
    .news-content {
        padding: 12px;
        font-size: 14px;
        line-height: 1.5;
        margin: 15px 0;
    }
   
    .author-line {
        font-size: 13px;
        margin-top: 20px;
        padding-top: 12px;
    }
}
    </style>
</head>
<body>
    <div class="news-container">
        <div class="news-header">
            <h3>#14</h3>
            <div class="news-subtitle">• о дизайне •</div>
        </div>
       
        <div class="news-content">Что ж, мы приоделись. Как и обещали, уже есть и светлая, и темная - действительно темная - темы. Точно так же доступен мобильный вид. Все переключения спрятаны в настройках дизайна в правом углу под лучшим постом. Нужные скрипты установлены. Вот только с макетами мы не успели. Продолжим уже в этом году.</div>
       
        <div class="author-line">
            Автор: <a href="https://lcf.rusff.me/profile.php?id=2">Jack</a>
        </div>
    </div>
</body>
</html>[/html]

+2


Вы здесь » Lake City » News » Новости - готовность форума - 75%