[html]<style>
.forum-table-container {
background-image: url(https://upforme.ru/uploads/0019/49/95/2/114311.jpg); /* Фон подложки */
color: #2e2d2d;
padding: 20px;
text-align: center;
border-radius: 10px;
font-family: American Typewriter , sans-serif;
}
.forum-table-header {
text-align: center;
font-family: American Typewriter , serif;
font-size: 40px;
font-weight: bold;
margin-bottom: 20px;
text-transform: uppercase;
}
.forum-table-columns {
display: flex;
text-align: center;
border-radius: 10px;
gap: 15px;
}
.forum-table-column {
flex: 1;
text-align: center !important;
background-color: #dddddd;
color: #2e2d2d;
border-radius: 10px;
padding: 15px;
}
.forum-table-column h3 {
text-align: center;
font-size: 18px;
font-weight: bold;
border-radius: 10px;
text-transform: uppercase;
margin-top: 0;
}
.forum-table-column hr {
border: none;
text-align: center;
height: 1px;
background-color: #2e2d2d;
margin: 10px 0;
}
.forum-table-column ul {
list-style-type: none;
padding: 0;
text-align: center;
margin: 0;
}
.forum-table-column li {
margin-bottom: 10px;
text-align: center;
}
.forum-table-footer {
background-color: #dddddd;
color: #2e2d2d;
border-radius: 10px;
text-align: center;
padding: 10px;
margin-top: 20px;
font-weight: bold;
}
.forum-table-footer .highlight {
font-weight: bold;
text-align: center;
}
</style>
<div class="forum-table-container">
<div class="forum-table-column">
<h1>Ретро-рестайлинг: 20-е</h1>
<hr>
<ul>
<li>Увлекательный флешмоб для тех, кто любит переодеваться. Предлагаю менять аватары в зависимости от заданной темы. Будет повод покрасоваться и обсудить идеи!</li>
<li>Каждая смена аватара (по флешмобу) дает вам на счет 50 баксов.</li>
</ul>
</div>
</div>
</div>
[/html]
[hideprofile]