Test

Объявление

оскар ненавидел всё вот это вот бунтарское, подпольное, пропахшее перегаром от чего-то очевидно дешманского, дебоширское, нарушающее законы и вступающее в разрез со здравым смыслом. оскар

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

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


Вы здесь » Test » шаблоны сентябрь » каст месяца


каст месяца

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

1

123

0

2

[html]
<style>
section.moncast {
width: 810px;
height: 609px;
margin: auto !important;
box-sizing: border-box;
background: url(https://forumstatic.ru/files/001c/be/3c/56736.png), rgb(24, 24, 24, 1);
border-radius: 5px;
padding: 266px 18px 40px 25px !important;
}

section.moncast * {
box-sizing: border-box;
}

section.moncast .cast-title {
color: white;
text-align: center;
position: absolute;
left: 50%;
transform: translatex(-50%);
top: 18px;
}

section.moncast .cast-title span {
font-family: Moisette;
font-weight: 400;
font-style: Italic;
font-size: 15px;
line-height: 1;
display: block;
margin-bottom: 12px;
}

section.moncast .cast-title ttl {
    font-family: Zahra;
    text-transform: uppercase;
    font-size: 64px;
    line-height: 1;
    display: flex;
    width: 100%;
    height: 116px;
    margin: auto !important;
    justify-content: center;
    align-items: center;
}

section.moncast .info-links {
    display: flex;
    gap: 5px;
    width: 100%;
    position: absolute;
    top: 194px;
    left: 0px;
    justify-content: center;
}

section.moncast .info-links > div {
padding-left: 88px;
position: relative;
width: 258px;
}

section.moncast .info-links > div  desc {
border-radius: 6px;
background-color: rgba(234, 225, 213, 1);
display: block;
width: 170px;
height: 35px;
color: rgba(51, 51, 51, 1);
font-family: Playfair Display;
font-weight: 700;
font-style: Bold;
font-size: 10px;
line-height: 120%;
padding: 5px 10px;
text-align: left;
position: relative;
z-index: 2;
}

section.moncast .info-links > div  cast-data {
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    width: 120px;
    height: 35px;
    font: var(--fw500) var(--fs12) var(--font-cat-title);
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    border-radius: 6px;
    background: linear-gradient(90deg, #525946 0%, #788366 100%);
    padding: 0px 35px 0 6px;
    justify-content: center;
    z-index: 1;
    align-items: center;
    text-align: center;
}

section.moncast .cast-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-right: 5px;
    overflow: auto;
    height: 104%;
    gap: 13px;
    align-items: start;
    align-content: start;
}

section.moncast .cast-grid data-char {
    display: flex;
    width: 179px;
    height: 90px;
    padding: 14px 24px 14px 86px;
    background-color: rgba(217, 217, 217, 1);
    border-radius: 5px;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
}

section.moncast .cast-grid data-char canvas,
section.moncast .cast-grid data-char img {
width: 69px;
height: 69px;
top: 11px;
left: 6px;
position: absolute;
border-radius: 50%;
object-fit: cover;
filter: grayscale(1);
transition: .4s ease;
}

section.moncast .cast-grid data-char:hover canvas,
section.moncast .cast-grid data-char:hover  img {
filter: grayscale(0);
}

section.moncast .cast-grid data-char nm {
font-family: Playfair Display;
font-weight: 700;
font-size: 13px;
line-height: 120%;
color: rgba(51, 51, 51, 1);
}

section.moncast .cast-grid data-char pl {
display: block;
width: 69px;
height: 20px;
border-radius: 33px;
padding: 5px 11px;
position: relative;
}

section.moncast .cast-grid data-char pl.butt_1 {
background: linear-gradient(90deg, #525946 0%, #788366 100%);
}

section.moncast .cast-grid data-char pl.butt_2 {
background: rgba(116, 79, 77, 1);
}

section.moncast .cast-grid data-char pl::before {
color: white;
width: 100%;
text-align: center;
display: block;
font-family: Playfair Display;
font-weight: 400;
font-size: 11px;
line-height: 90%;
letter-spacing: -2%;
}

section.moncast .cast-grid data-char pl.butt_1::before {
content: 'свободен';
}

section.moncast .cast-grid data-char pl.butt_2::before {
content: 'занят';
}

</style>

<section class='moncast'>

<div class='cast-title'>
<span>cast of the month</span>
<ttl>House of the Dragon</ttl>

</div>

<div class='info-links'>

<div>
         <cast-data>анкета мемом</cast-data>
         <desc>можно подать анкету в формате мема</desc>
</div>

<div>
         <cast-data>300 люмусов</cast-data>
         <desc>выдаются на старте после принятия</desc>
</div>

<div>
         <cast-data>оформление</cast-data>
         <desc>уникальное оформление в подарок</desc>
</div>

</div>

<div class='cast-grid'>

<data-char>
<img src='https://i.pinimg.com/originals/22/16/5b/22165b850f5da24a7c5114fa99e411b2.gif'>
<nm>name surname
</nm>
<pl class='butt_1'></pl>
</data-char>

<data-char>
<img src='https://i.pinimg.com/originals/22/16/5b/22165b850f5da24a7c5114fa99e411b2.gif'>
<nm>name surname
</nm>
<pl class='butt_2'></pl>
</data-char>

<data-char>
<img src='https://i.pinimg.com/originals/22/16/5b/22165b850f5da24a7c5114fa99e411b2.gif'>
<nm>name surname
</nm>
<pl class='butt_1'></pl>
</data-char>

<data-char>
<img src='https://i.pinimg.com/originals/22/16/5b/22165b850f5da24a7c5114fa99e411b2.gif'>
<nm>name surname
</nm>
<pl class='butt_2'></pl>
</data-char>

<data-char>
<img src='https://i.pinimg.com/originals/22/16/5b/22165b850f5da24a7c5114fa99e411b2.gif'>
<nm>name surname
</nm>
<pl class='butt_1'></pl>
</data-char>

<data-char>
<img src='https://i.pinimg.com/originals/22/16/5b/22165b850f5da24a7c5114fa99e411b2.gif'>
<nm>name surname
</nm>
<pl class='butt_2'></pl>
</data-char>

<data-char>
<img src='https://i.pinimg.com/originals/22/16/5b/22165b850f5da24a7c5114fa99e411b2.gif'>
<nm>name surname
</nm>
<pl class='butt_1'></pl>
</data-char>

<data-char>
<img src='https://i.pinimg.com/originals/22/16/5b/22165b850f5da24a7c5114fa99e411b2.gif'>
<nm>name surname
</nm>
<pl class='butt_2'></pl>
</data-char>

<data-char>
<img src='https://i.pinimg.com/originals/22/16/5b/22165b850f5da24a7c5114fa99e411b2.gif'>
<nm>name surname
</nm>
<pl class='butt_1'></pl>
</data-char>

<data-char>
<img src='https://i.pinimg.com/originals/22/16/5b/22165b850f5da24a7c5114fa99e411b2.gif'>
<nm>name surname
</nm>
<pl class='butt_2'></pl>
</data-char>

<data-char>
<img src='https://i.pinimg.com/originals/22/16/5b/22165b850f5da24a7c5114fa99e411b2.gif'>
<nm>name surname
</nm>
<pl class='butt_1'></pl>
</data-char>

<data-char>
<img src='https://i.pinimg.com/originals/22/16/5b/22165b850f5da24a7c5114fa99e411b2.gif'>
<nm>name surname
</nm>
<pl class='butt_2'></pl>
</data-char>

</div>

</section>

[/html][hideprofile]

0


Вы здесь » Test » шаблоны сентябрь » каст месяца


Рейтинг форумов | Создать форум бесплатно