🎨 Warhammer 40.000 Imperium of Man
💡 Нажмите, чтобы скопировать CSS в буфер обмена
👁️ Предпросмотр темы
Так будет выглядеть персонаж с этой темой оформления
📅 14.08.2026
Тестовый Персонаж
🌍 Тестовая раса
Возраст:
25
Пол:
мужской
Статус:
активен
Рост:
180 см
Вес:
75 кг
👁️ Внешний вид
Тестовое описание внешнего вида персонажа. Здесь демонстрируется, как будет выглядеть текст с применённой темой оформления.
💭 Характер
Тестовое описание характера персонажа. Проверка стилизации различных элементов страницы.
📍 Место отыгрыша:
Тестовый сервер
🎲 Тип отыгрыша:
героический
приключенческий
📋 Исходный CSS код
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&family=Nunito:wght@300;400;600;700&display=swap');
/* ============================================
НАСТРОЙКИ ГЛОБАЛЬНОГО ФОНА
============================================ */
.site-wrapper,
body {
min-height: 100vh;
background: url("https://charscrolls.com/wp-content/uploads/2026/05/warhammer-40000-3840x2160-20231-scaled.jpg") no-repeat fixed;
background-size: cover;
background-position: center;
}
.site-wrapper {
background-color: rgba(0, 0, 0, 0.8);
background-blend-mode: overlay;
}
/* ============================================
ОБНУЛЕНИЕ ОФОРМЛЕНИЯ КОНТЕЙНЕРА
============================================ */
.container {
background: 0;
border: 0;
}
.container::before {
border: 0;
}
/* ============================================
СТИЛИ ДЛЯ КОММЕНТАРИЕВ
============================================ */
#reply-title {
color: #c9a84c;
font-family: 'Cinzel', serif;
font-size: 20px;
margin-bottom: 15px;
text-transform: uppercase;
letter-spacing: 3px;
text-shadow: 0 0 5px rgba(201, 168, 76, 0.5);
}
.logged-in-as {
color: #6a6a6a;
font-size: 13px;
font-family: 'Nunito', sans-serif;
}
.logged-in-as a {
color: #c9a84c;
text-decoration: none;
transition: all 0.3s;
}
.logged-in-as a:hover {
color: #e0c06c;
text-decoration: underline;
}
.comment-form label {
color: #c9a84c;
font-family: 'Cinzel', serif;
font-size: 13px;
}
.comment-form input,
.comment-form textarea {
background: rgba(10, 5, 5, 0.9);
border: 1px solid #4a3a2a;
border-radius: 0px;
color: #c0b8a8;
padding: 8px 12px;
font-family: 'Nunito', sans-serif;
}
.comment-form input:focus,
.comment-form textarea:focus {
border-color: #c9a84c;
outline: none;
box-shadow: 0 0 10px rgba(201, 168, 76, 0.5);
}
.form-submit .submit {
background: rgba(10, 5, 5, 0.9);
border: 2px solid #c9a84c;
border-radius: 0px;
color: #c9a84c;
font-family: 'Cinzel', serif;
font-size: 14px;
padding: 8px 20px;
cursor: pointer;
transition: all 0.3s;
text-transform: uppercase;
letter-spacing: 2px;
}
.form-submit .submit:hover {
background: #c9a84c;
color: #0a0505;
box-shadow: 0 0 15px rgba(201, 168, 76, 0.6);
}
.comment-list .comment {
background: rgba(10, 5, 5, 0.6);
border-left: 3px solid #c9a84c;
padding: 15px;
margin-bottom: 15px;
border-radius: 0px;
}
.comment-author .fn {
color: #e0c06c;
font-family: 'Cinzel', serif;
font-size: 14px;
}
.comment-metadata a {
color: #6a6a6a;
font-size: 11px;
font-family: 'Nunito', sans-serif;
}
.comment-content p {
color: #b0a898;
font-family: 'Nunito', sans-serif;
}
/* ============================================
СТИЛИЗАЦИЯ ПЕРСОНАЖА (WARHAMMER 40K STYLE)
============================================ */
/* Основные цвета и шрифты */
#char,
#char .longtext,
#char a,
#char .info,
#char .char-events .arrow {
color: #b0a898;
font-family: 'Nunito', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 1.6;
}
/* Контейнер персонажа – готический собор / крепость-монастырь */
#char {
background: linear-gradient(135deg, rgba(10, 5, 5, 0.95) 0%, rgba(20, 10, 8, 0.9) 100%);
border: 2px solid #c9a84c;
border-top: 4px solid #e0c06c;
border-bottom: 4px solid #6a4a2a;
border-radius: 0px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), inset 0 0 40px rgba(201, 168, 76, 0.1);
padding: 25px;
font-family: 'Nunito', sans-serif;
margin-bottom: 20px;
position: relative;
}
/* Декоративный элемент - аквила (орёл Империума) */
#char::after {
content: '⛧';
position: absolute;
bottom: 15px;
right: 20px;
font-size: 28px;
opacity: 0.12;
pointer-events: none;
color: #c9a84c;
}
/* Фон для текстовых блоков */
#char .longtext,
#char .char-table,
#char .char-events,
#char .char-roleplay {
background: rgba(5, 3, 3, 0.5);
margin: 15px 0;
padding: 15px 20px;
border-radius: 0px;
border-left: 3px solid #c9a84c;
transition: all 0.3s;
}
#char .longtext:hover,
#char .char-table:hover,
#char .char-roleplay:hover {
background: rgba(15, 8, 6, 0.7);
transform: translateX(3px);
border-left-color: #e0c06c;
}
/* Заголовки в стиле имперских свитков */
#char h1.char-name,
#char h3.label,
#char .longtext h3,
#char .char-other h3,
#char .char-roleplay .label {
color: #e0c06c;
font-family: 'Cinzel', serif;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 3px;
text-shadow: 0 0 5px rgba(201, 168, 76, 0.4);
margin: 0 0 12px 0;
}
#char h1.char-name {
font-size: 34px;
letter-spacing: 4px;
border-bottom: 2px solid #c9a84c;
display: inline-block;
padding-bottom: 8px;
text-align: left;
}
#char h1.char-name::before {
content: '☠';
margin-right: 12px;
font-size: 28px;
color: #c9a84c;
}
#char h3.label,
#char .longtext h3 {
font-size: 18px;
border-bottom: 1px solid rgba(201, 168, 76, 0.3);
padding-bottom: 6px;
}
#char h3.label::before {
content: '✠';
margin-right: 8px;
font-size: 14px;
color: #c9a84c;
}
/* Метки, ссылки, даты (золотое сияние) */
#char .char-roleplay .label,
#char .t-title,
#char .char-events .line-date,
#char .char-url a,
#char .char-table .line-title,
#char .char-sett a,
#char .info a {
color: #e0c06c;
font-weight: 500;
text-decoration: none;
transition: all 0.3s;
}
#char .info a:hover,
#char .char-sett a:hover,
#char .char-url a:hover {
color: #ffdd88;
text-decoration: underline;
text-shadow: 0 0 5px rgba(224, 192, 108, 0.5);
}
/* Информация об авторе и дате */
.info .author a,
.info .date {
color: #7a6a5a;
font-size: 12px;
font-style: italic;
font-family: 'Nunito', sans-serif;
}
.info .author a:hover {
color: #e0c06c;
}
/* Орден / Легион */
.char-nation {
color: #a89888;
font-size: 14px;
margin-bottom: 20px;
font-style: italic;
padding-left: 15px;
border-left: 2px solid #c9a84c;
font-family: 'Nunito', sans-serif;
}
/* Таблица характеристик (Боевые показатели) */
#char .char-table .line {
border-bottom: 1px dotted rgba(201, 168, 76, 0.3);
margin-bottom: 10px;
padding-bottom: 8px;
}
#char .char-table .line:last-child {
border-bottom: none;
}
#char .char-table .line-title {
width: 140px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
color: #e0c06c;
font-family: 'Cinzel', serif;
}
#char .char-table .line-value {
color: #a89888;
font-family: 'Nunito', sans-serif;
}
/* Изображение персонажа */
.char-image {
position: relative;
z-index: 2;
}
#char .char-image {
border: 2px solid #c9a84c;
border-radius: 0px;
box-shadow: 0 0 20px rgba(201, 168, 76, 0.2);
background: #0a0505;
float: right;
clear: right;
max-width: 260px;
margin: 0 0 20px 20px;
padding: 4px;
}
#char .char-image img {
width: 100%;
height: auto;
display: block;
border-radius: 0px;
filter: grayscale(0.4) contrast(1.2) brightness(0.85);
}
/* Хронология событий (Кампании и битвы) */
.char-events .line {
padding: 8px 12px;
margin-bottom: 10px;
background: rgba(5, 3, 3, 0.6);
border-radius: 0px;
transition: all 0.3s;
}
.char-events .line:hover {
background: rgba(15, 8, 6, 0.8);
transform: translateX(3px);
}
.char-events .line-text {
font-size: 14px;
color: #a89888;
font-family: 'Nunito', sans-serif;
}
.char-events .line-date {
font-size: 11px;
text-align: right;
margin-top: 5px;
color: #c9a84c;
font-family: 'Nunito', sans-serif;
}
.char-events .arrow {
color: #e0c06c;
font-weight: bold;
}
/* Блок ролевой игры (Служба Империуму) */
.char-roleplay .value span {
display: inline-block;
background: rgba(201, 168, 76, 0.12);
padding: 4px 12px;
border-radius: 0px;
margin-right: 8px;
margin-bottom: 5px;
font-size: 12px;
color: #e0c06c;
font-family: 'Cinzel', serif;
text-transform: uppercase;
letter-spacing: 1px;
}
/* Списки сюжетов и рассказов (Крестовые походы) */
.char-plot,
.char-story {
margin: 10px 0 0 20px;
padding: 0;
list-style: none;
}
.char-plot li,
.char-story li {
margin-bottom: 8px;
position: relative;
padding-left: 22px;
}
.char-plot li::before,
.char-story li::before {
content: '▶';
position: absolute;
left: 0;
color: #c9a84c;
font-size: 10px;
}
.char-plot a,
.char-story a {
color: #a89888;
text-decoration: none;
transition: all 0.3s;
font-family: 'Nunito', sans-serif;
}
.char-plot a:hover,
.char-story a:hover {
color: #e0c06c;
text-shadow: 0 0 3px rgba(224, 192, 108, 0.5);
}
/* Ссылки на место отыгрыша (Участок Империума) */
.char-url a {
border-bottom: 1px dotted #c9a84c;
}
/* Статус неопубликованного персонажа */
.unpublished {
background: rgba(201, 168, 76, 0.1);
border-left: 4px solid #c9a84c;
padding: 12px 18px;
margin-bottom: 20px;
border-radius: 0px;
color: #a89888;
font-family: 'Nunito', sans-serif;
}
.unpublished::before {
content: '⚠';
margin-right: 10px;
color: #c9a84c;
}
/* Кнопка редактирования */
.edit-button .btn-edit {
background: rgba(10, 5, 5, 0.9);
border: 2px solid #c9a84c;
color: #e0c06c;
padding: 4px 16px;
border-radius: 0px;
font-size: 12px;
font-family: 'Cinzel', serif;
text-transform: uppercase;
letter-spacing: 2px;
transition: all 0.3s;
}
.edit-button .btn-edit:hover {
background: #c9a84c;
color: #0a0505;
box-shadow: 0 0 15px rgba(201, 168, 76, 0.5);
text-shadow: none;
}
/* Блок комментариев */
.comments-area {
margin-top: 30px;
padding: 20px;
background: rgba(5, 3, 3, 0.7);
border: 1px solid #c9a84c;
border-radius: 0px;
}
.comments-title {
color: #e0c06c;
font-family: 'Cinzel', serif;
font-size: 20px;
border-bottom: 1px solid #c9a84c;
padding-bottom: 8px;
margin-bottom: 20px;
}
/* ============================================
ЭФФЕКТ ЗОЛОТОГО СВЕЧЕНИЯ
============================================ */
@keyframes goldGlow {
0% { box-shadow: 0 0 10px rgba(201, 168, 76, 0.1); }
50% { box-shadow: 0 0 30px rgba(201, 168, 76, 0.25); }
100% { box-shadow: 0 0 10px rgba(201, 168, 76, 0.1); }
}
#char {
animation: goldGlow 5s ease-in-out infinite;
}
/* ============================================
СИМВОЛЫ ДЛЯ ЗАГОЛОВКОВ
============================================ */
.theme-preview h2 {
color: #e0c06c;
font-family: 'Cinzel', serif;
}
.preview-note {
color: #a89888;
font-family: 'Nunito', sans-serif;
}
/* ============================================
АДАПТИВНОСТЬ
============================================ */
@media (max-width: 768px) {
#char {
padding: 15px;
}
#char h1.char-name {
font-size: 24px;
letter-spacing: 2px;
}
#char h1.char-name::before {
font-size: 20px;
margin-right: 8px;
}
#char h3.label,
#char .longtext h3 {
font-size: 16px;
}
#char .char-image {
float: none;
margin: 0 auto 20px auto;
max-width: 200px;
}
#char .char-table .line {
flex-direction: column;
}
#char .char-table .line-title {
width: auto;
margin-bottom: 5px;
}
.char-events .line-date {
text-align: left;
margin-top: 5px;
}
#char::after {
font-size: 20px;
bottom: 10px;
right: 10px;
}
}
💡 Как использовать эту тему
- Скопируйте CSS код (нажмите на кнопку "Скопировать")
- Перейдите на страницу создания или редактирования персонажа
- В блоке "Оформление страницы" в поле "Индивидуальный CSS" вставьте скопированный код
- Или выберите эту тему из выпадающего списка "Тема оформления"
- Сохраните персонажа и наслаждайтесь уникальным оформлением!
