Test

Объявление

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

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


Вы здесь » Test » Тестовый форум » шаблон аватармейкер


шаблон аватармейкер

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

1

123

0

2

[html]
<style>
section.av-maker {
width: 837px;
height: 564px;
position: relative;
margin: auto !important;
background-image: url(https://forumstatic.ru/files/001c/97/3a/99525.png);
}

div.av-block {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 7px;
    width: 375px;
    height: 425px;
    padding-bottom: 2px;
    overflow: auto;
    position: absolute;
    top: 97px;
    left: 100px;
}

div.av-block > div {
display: flex;
flex-direction: column;
gap: 8px;
}

div.av-block > div img {
max-width: 180px;
max-height: 180px;
border-radius: 5px;
}

div.av-block > div a {
background-color: rgba(242, 240, 240, 1);
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
font-family: Moisette;
font-weight: 600;
font-style: Italic;
font-size: 12px;
line-height: 1;
padding: 2px 4px;
width: fit-content;
color: rgba(49, 51, 50, 1) !important;
}

div.av-block > div a:hover {
color: rgb(var(--accent)) !important;
}

.link-wrapper {
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.25));
    position: absolute;
    bottom: 40px;
    right: 80px;
}

section.av-maker .link-wrapper > a {
    padding: 2px 10px 0 3px;
    max-width: 167px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 34px 1fr;
    height: 37px;
    color: rgb(var(--accent));
    align-items: center;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(4px);
    background: rgb(var(--accent));
    border-radius: 25px;
    padding-right: 25px;
    mask: url(https://forumstatic.ru/files/001c/97/3a/58268.svg);
    transition: var(--anim-hover);

}

section.av-maker .link-wrapper a:hover {
    background: rgb(var(--accent), .7);
}

section.av-maker.link-wrapper a .news-img {
    display: flex;
    position: relative;
    transform: translate(-50%);
    font: var(--fw100) var(--fs12) "Instrument Serif";
    font-style: italic;
    color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    height: 31px;
    width: 31px;
    box-sizing: border-box;
    grid-row: span 2;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in-out;
}

section.av-maker .link-wrapper a .news-img img {
    height: 31px;
    width: 31px;
    object-fit: cover;
}

section.av-maker .link-wrapper a l1 {
grid-row: span 2;
font-family: Pragmatica;
font-weight: 500;
font-size: 9px;
line-height: 120%;
text-align: center;
color: rgba(237, 234, 230, 1) !important;
}

section.av-maker desc {
width: 200px;
position: absolute;
top: 110px;
right: 64px;
font-family: Pragmatica;
font-weight: 400;
font-size: 10px;
line-height: 120%;
text-align: center;
text-transform: lowercase;
white-space: pre-wrap;
}

section.av-maker desc ttl {
background-color: rgba(242, 240, 240, 1);
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
font-family: Moisette;
font-weight: 600;
font-style: Italic;
font-size: 12px;
line-height: 1;
padding: 2px 4px;
width: fit-content;
color: rgba(49, 51, 50, 1) !important;
}

.custom_tag_userstags {display: none}

</style>

<section class='av-maker'>

<div class='av-block'>

<!--- один блочок аватар + ссылка ----->
<div><img src='https://forumstatic.ru/files/001c/97/3a/15205.jpg'>
<a href='#'>name surname</a></div>

<!--- один блочок аватар + ссылка ----->
<div><img src='https://forumstatic.ru/files/001c/97/3a/15205.jpg'>
<a href='#'>name surname</a></div>

<!--- один блочок аватар + ссылка ----->
<div><img src='https://forumstatic.ru/files/001c/97/3a/15205.jpg'>
<a href='#'>name surname</a></div>

<!--- один блочок аватар + ссылка ----->
<div><img src='https://forumstatic.ru/files/001c/97/3a/15205.jpg'>
<a href='#'>name surname</a></div>

<!--- один блочок аватар + ссылка ----->
<div><img src='https://forumstatic.ru/files/001c/97/3a/15205.jpg'>
<a href='#'>name surname</a></div>

<!--- один блочок аватар + ссылка ----->
<div><img src='https://forumstatic.ru/files/001c/97/3a/15205.jpg'>
<a href='#'>name surname</a></div>

</div>

<!---------- описание ------------------------------------------>

<desc>
<ttl>добро пожаловать в studio 54!</ttl>

в место, где происходят самые классные вечеринки и встречаются самые богемные люди со всех уголков земли. тут — самый строгий дресс-код, и, как у всякой богемы, у наших гостей самые красивые наряды, которые бы одобрила сама миранда присли.

вашему вниманию представляем модников, которые в этот раз получили свои наряды для met gala. такие же можете получить и вы!

</desc>

<!------ ссылка под описанием -------------------->
<div class='link-wrapper'><a href="#">
<div class="news-img"><img src="https://forumstatic.ru/files/001c/97/3a/23176.png"></div>
<l1> заказать наряд по последней моде</l1>
</a></div>


</section>

[/html]

вот тут просто стандартно через пробел всех потагать через собачку, этот блок просто скрыт визуально, но функционал выполняет

[hideprofile]

0


Вы здесь » Test » Тестовый форум » шаблон аватармейкер


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