Test

Объявление

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

пост от

Username
killian ursula

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

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


Вы здесь » Test » the reception » Личная страница


Личная страница

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

1

123

0

2

[html]

<style>
section.personalpage {
width: 640px;
height: 648px;
position: relative;
background-color: rgba(32, 37, 40, 1);
border-radius: 5px;
}

section.personalpage * {
box-sizing: border-box;
scrollbar-gutter: stable;
scroll-behavior: smooth;
}

section.personalpage *::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

section.personalpage img.big-bg {
    width: 640px;
    height: 184px;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}

section.personalpage div.charinfo {
    position: absolute;
    width: 177px;
    height: 165px;
    border-radius: 5px;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
}

section.personalpage div.charinfo  > span {
box-shadow: 0px 4px 9.4px 0px rgba(128, 62, 37, 1);
border-radius: 50px;
}

section.personalpage div.charinfo img.userav {
width: 100px;
height: 100px;
border-radius: 5px;
position: absolute;
top: 42px;
left: 38px;
border-radius: 5px;
object-fit: cover;
}

section.personalpage div.charinfo .dnm{
    position: absolute;
    top: -8px; left: 38px;
    box-sizing: border-box;
    background-color: rgba(196, 197, 181, 1);
    padding: 1px 4px 3px;
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 12px;
    display: flex;
    gap: 4px;
    color: rgba(70, 70, 70, 1) !important;
    line-height: 1;
    letter-spacing: 0%;
    text-align: center;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
    transition: .3s cubic-bezier(0.62, -0.09, 0.23, 0.9);
}

section.personalpage div.charinfo span {
    display: block;
    width: fit-content;
    max-height: 17px;
    overflow: auto;
    color: white;
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    background-color: rgba(128, 62, 37, 1);
    padding: 2px 10px 4px;
    z-index: 5;
    position: absolute;
    top: 133px;
    left: 50%;
    transform: translateX(-50%);
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content {
  display: none;
  padding: 10px;
width: 356px;
height: 271px;
position: absolute;
top: 222px;
left: 25px;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content.active {
  display: block;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-btn {
    cursor: pointer;
    background: rgba(25, 30, 33, 1);
    border: 0;
    border-radius: 50px;
    width: fit-content;
    height: 27px;
    padding: 0px 11px 3px;
    transition: 0.3s;
    font-family: 'Playfair Display';
    font-weight: 400;
    color: rgb(255 255 255);
    font-size: 12px;
    line-height: 90%;
    z-index: 2;
    text-align: center;
    text-transform: lowercase;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-btn.active {
color: white !important;
background-color: rgba(128, 62, 37, 1);
box-shadow: 0px 4px 9.4px 0px rgba(128, 62, 37, 1);
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div {
    position: absolute;
    background-color: rgba(25, 30, 33, 0.5);
    border: 1px solid rgba(49, 57, 63, 1);
    padding: 20px;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div > div {
display: flex;
width: 100%;
height: 100%;
overflow: auto;
}

section.personalpage  .vtabs-wrapper.pp-wrapper .vtab-content > div::before {
    content: attr(data-title);
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 12px;
    color: rgba(186, 186, 186, 1) !important;
    line-height: 1;
    letter-spacing: 0%;
    text-align: center;
    position: absolute;
    top: -25px;
    left: 0px;
    transition: .3s ease;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppbgs {
width: 328px;
    height: 130px;
    top: 14px;
    left: 262px;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppbgs > div {
flex-wrap: wrap;
gap: 3px;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppbgs > div img {
width: 140px;
    height: 42px;
object-fit: cover;
object-position: top;
border-radius: 3px;
    flex-shrink: 0;
padding-right: 3px;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppcustombg {
width: 590px;
height: 120px;
top: 283px;
left: 0px;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppcustombg > div {
flex-wrap: nowrap;
gap: 7px;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppcustombg > div img {
width: 240px;
    height: 72px;
    object-fit: cover;
    object-position: top;
    border-radius: 3px;
    flex-shrink: 0;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppicons {
    width: 328px;
    height: 71px;
    top: 178px;
    left: 262px;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppicons > div {
flex-wrap: nowrap;
    gap: 8px;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppicons  img {
    width: 25px;
    height: 25px;
    object-fit: contain;
border-radius: 3px;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-buttons {
    width: 276px;
    height: 37px;
    position: absolute;
    top: 171px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    display: flex;
    gap: 9px;
    justify-content: center;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppcoupons {
    width: 246px;
    height: 235px;
    top: 14px;
    left: 0px;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppcoupons > div {
    flex-wrap: wrap;
    gap: 8px;
    align-content: flex-start;
    justify-content: center;
    padding-right: 3px;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppcoupons coupon {
    display: flex;
    min-height: 28px;
    width: 199px;
    color: rgba(255, 255, 255, 1);
    background: rgba(49, 57, 63, 1);
    border-radius: 3px;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding: 5px 40px 5px 10px ;
    flex-shrink: 0;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppcoupons coupon ppnum {
padding: 4px 4px 5px 3px;
    position: absolute;
    border: 1px solid rgba(128, 62, 37, 1);
    color: rgba(128, 62, 37, 1);
    display: flex;
    width: 32px;
    height: 19px;
    top: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    right: 4px;
    font-family: 'Playfair Display';
    font-variant-numeric: lining-nums;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    text-transform: lowercase;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppcoupons coupon ttl {
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 10px;
    line-height: 137%;
    color: rgba(255, 255, 255, 1);
}

section.personalpage .twinklist {
width: 330px;
height: 79px;
position: absolute;
top: 48px;
left: 242px;
}

section.personalpage .twinklist::before {
content: 'characters';
font-family: Clamshell;
font-weight: 400;
font-size: 40px;
line-height: 1;
text-transform: lowercase;
color: rgba(128, 62, 37, 1);
position: absolute;
top: -40px;
left: 50%;
transform: translateX(-50%);
}

section.personalpage .twinklist > div {
width: 100%; height: 100%;
display: flex;
gap: 5px;
flex-wrap: wrap;
overflow: auto;
}

section.personalpage .twinklist a {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: rgba(25, 30, 33, 1);
    border-radius: 3px;
    width: 160px;
    height: 37px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 17px;
    padding-left: 5px;
}

section.personalpage .twinklist a img {
width: 33px; height: 33px;
border-radius: 50%;
border: 3px solid rgba(128, 62, 37, 1);
}

section.personalpage .twinklist a ttl {
color: white;
font-weight: 400;
font-size: 9px;
line-height: 120%;
display: block;
width: min-content;
text-transform: lowercase;
}
</style>

<section class="personalpage">
<img class="big-bg" src="https://forumstatic.ru/files/001c/c6/f1/62922.png">

<div class="charinfo">
        <a href="#" class="dnm">имя фамилия, 00</a>
        <span data-post=" 1">постов:</span>
        <img class="userav" src="https://forumstatic.ru/files/001c/c6/f1/62922.png">
</div>

<div class="twinklist"><div>
  <a href="/profile.php?id=2" class="profile-card"></a>
  <a href="/profile.php?id=3" class="profile-card"></a>
  <a href="/profile.php?id=2" class="profile-card"></a>
  <a href="/profile.php?id=3" class="profile-card"></a>
  <a href="/profile.php?id=2" class="profile-card"></a>
</div></div>

<div class="vtabs-wrapper pp-wrapper">
  <div class="vtabs-cont">

    <div class="vtab-buttons">
      <button class="vtab-btn active">Вкладка 1</button>
      <button class="vtab-btn">Вкладка 2</button>
    </div>

    <div class="vtab-content active">

<div class="ppbgs" data-title="хэдеры"><div>
<img src="https://upforme.ru/uploads/001c/bd/c6/21/289260.png">
<img src="https://upforme.ru/uploads/001c/bd/c6/21/487741.png">
<img src="https://upforme.ru/uploads/001c/bd/c6/21/679299.png">
<img src="https://upforme.ru/uploads/001c/bd/c6/21/594675.png">
<img src="https://upforme.ru/uploads/001c/bd/c6/21/367125.png">
</div></div>

<div class="ppcustombg" data-title="фоны для страницы"><div>
<img src="https://upforme.ru/uploads/001c/bd/c6/21/289260.png">
<img src="https://upforme.ru/uploads/001c/bd/c6/21/487741.png">
<img src="https://upforme.ru/uploads/001c/bd/c6/21/679299.png">
<img src="https://upforme.ru/uploads/001c/bd/c6/21/594675.png">
<img src="https://upforme.ru/uploads/001c/bd/c6/21/367125.png">
</div></div>

<div class="ppicons" data-title="иконки"><div>
<img src="https://forumstatic.ru/files/001c/9d/fb/51569.gif">
<img src="https://forumstatic.ru/files/001c/c3/ea/71608.png">
<img src="https://i.imgur.com/LVzM3TK.png">
<img src="https://forumstatic.ru/files/001c/9d/fb/51569.gif">
<img src="https://forumstatic.ru/files/001c/c3/ea/71608.png">
<img src="https://i.imgur.com/LVzM3TK.png">
<img src="https://forumstatic.ru/files/001c/9d/fb/51569.gif">
<img src="https://forumstatic.ru/files/001c/c3/ea/71608.png">
<img src="https://i.imgur.com/LVzM3TK.png">
<img src="https://forumstatic.ru/files/001c/9d/fb/51569.gif">
<img src="https://forumstatic.ru/files/001c/c3/ea/71608.png">
<img src="https://i.imgur.com/LVzM3TK.png">
<img src="https://forumstatic.ru/files/001c/9d/fb/51569.gif">
<img src="https://forumstatic.ru/files/001c/c3/ea/71608.png">
<img src="https://i.imgur.com/LVzM3TK.png">
</div></div>

<div class="ppcoupons" data-title="купоны"><div>
<coupon>
<ttl>выкуп внешности на месяц</ttl>
<ppnum>1</ppnum>
</coupon>
<coupon>
<ttl>выкуп роли на месяц</ttl>
<ppnum>4</ppnum>
</coupon>
<coupon>
<ttl>выкуп внешности на месяц</ttl>
<ppnum>10</ppnum>
</coupon>
<coupon>
<ttl>выкуп роли на месяц</ttl>
<ppnum>99</ppnum>
</coupon>
<coupon>
<ttl>выкуп внешности на месяц</ttl>
<ppnum>01</ppnum>
</coupon>
<coupon>
<ttl>выкуп роли на месяц</ttl>
<ppnum>4</ppnum>
</coupon>
<coupon>
<ttl>выкуп внешности на месяц</ttl>
<ppnum>1</ppnum>
</coupon>
<coupon>
<ttl>выкуп роли на месяц</ttl>
<ppnum>4</ppnum>
</coupon>
<coupon>
<ttl>выкуп внешности на месяц</ttl>
<ppnum>1</ppnum>
</coupon>

</div></div>
</div>

<div class="vtab-content">

контент второй вкладки

</div>

</div></div>
</section>
[/html]

0

3

[html]
<style>
div.test {
width: 20px;
height: 20px;
background: cyan;
}

</style>

<div class='test'>

</div>

[/html]

0

4

Коды коллекций, ачивок

Код:
<div class="ppcollections" data-title="коллекции "><div>
<collection> 
<span>название коллекции 1</span>
<item><img src="https://forumstatic.ru/files/001c/c3/ea/76586.png" class="col_check"><ttl>задание номер один <br>задание номер два</ttl></item>
<item><img src="https://forumstatic.ru/files/001c/c3/ea/98156.png"><ttl>задание номер три <br>задание номер четыре</ttl></item>
<item><img src="https://forumstatic.ru/files/001c/c3/ea/76586.png"><ttl>задание 5 <br>задание 6</ttl></item>
<item><img src="https://forumstatic.ru/files/001c/c3/ea/98156.png" class="col_check"><ttl>задание 7 <br>задание 8</ttl></item>
<item><img src="https://forumstatic.ru/files/001c/c3/ea/76586.png"><ttl>задание 9 <br>задание 10</ttl></item>
<item><img src="https://forumstatic.ru/files/001c/c3/ea/76586.png" class="col_check"><ttl>задание 11 <br>задание 12</ttl></item>
<item><img src="https://forumstatic.ru/files/001c/c3/ea/98156.png"><ttl>задание 13 <br>задание 14</ttl></item>
<item><img src="https://forumstatic.ru/files/001c/c3/ea/98156.png" class="col_check"><ttl>задание 15 <br>задание 16</ttl></item>
</collection>
</div></div>

<div class="ppgifts" data-title="подарки"><div><gift><img src="https://forumstatic.ru/files/001c/b9/21/27017.png"><ttl>блаблабла</ttl></gift>
<gift><img src="https://upforme.ru/uploads/001c/ad/71/9/62800.png"><ttl>кеуке уке ук ter t</ttl></gift>
<gift><img src="https://forumstatic.ru/files/001c/b9/21/27017.png"><ttl>блаблабла</ttl></gift>
<gift><img src="https://upforme.ru/uploads/001c/ad/71/9/62800.png"><ttl>кеуке уке ук ter t</ttl></gift>
<gift><img src="https://forumstatic.ru/files/001c/b9/21/27017.png"><ttl>блаблабла</ttl></gift>
<gift><img src="https://upforme.ru/uploads/001c/ad/71/9/62800.png"><ttl>кеуке уке ук ter t</ttl></gift>
<gift><img src="https://forumstatic.ru/files/001c/b9/21/27017.png"><ttl>блаблабла</ttl></gift>
<gift><img src="https://upforme.ru/uploads/001c/ad/71/9/62800.png"><ttl>кеуке уке ук ter t</ttl></gift>
<gift><img src="https://forumstatic.ru/files/001c/be/3c/16803.png"><ttl>45 35435 34 5</ttl></gift></div></div>

<div class="ppachievements" data-title="награды"><div>
<achiev>
<img src="https://forumstatic.ru/files/001c/b9/21/27017.png">
<ttl>блаблабла</ttl>
</achiev>
<achiev>
<img src="https://upforme.ru/uploads/001c/ad/71/9/62800.png">
<ttl>кеуке уке ук ter t</ttl>
</achiev>
</div></div>

css-ошмётки к ним:

Код:
#charppage {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; 
}

#charppage.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; 
}

section.personalpage div.charinfo img.fr{
    width: 48px;
    height: 48px;
    object-fit: contain;
    padding: 0px !important;
    cursor: pointer;
    filter: drop-shadow(2px 5px 15px #00000090);
    position: absolute;
    bottom: -25px;
}

section.personalpage div.charinfo .vtab-content {
  display: none;
  padding: 10px;
    width: 377px;
    height: 165px;
}

section.personalpage div.charinfo .vtab-content.active {
    display: flex;
    flex-direction: column;
    padding: 10px 17px 10px 191px;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
}

section.personalpage div.charinfo .vtab-btn {
    background-color: rgba(233, 231, 224, 1);
    padding: 1px 4px 3px;
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 10px;
    color: black !important;
    line-height: 1;
    letter-spacing: 0%;
    text-align: left;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
    transition: .3s ease;
    border: 0px solid #bbb;
    cursor: pointer;
}

section.personalpage div.charinfo .vtab-btn.active {
  background: white;
}

section.personalpage div.charinfo .vtab-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    position: absolute;
    top: 47px;
    left: -33px;
    max-height: 97px;
    width: 103px;
    padding-right: 3px;
    overflow: auto;
    padding-bottom: 3px;
}

section.personalpage div.charinfo .vtab-content a.doss,
section.personalpage div.charinfo .vtab-content a.ptopic {
position: absolute;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    top: 75px;
    right: -14px;
    background-color: rgba(239, 238, 234, 1);
    background-image: url(https://forumstatic.ru/files/001c/c3/ea/84663.png);
    background-size: 13px;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s ease;
}

section.personalpage div.charinfo .vtab-content a.doss {
    background-image: url(https://forumstatic.ru/files/001c/c3/ea/43755.png);
    top: 39px;
}

section.personalpage div.charinfo .vtab-content a.doss:hover,
section.personalpage div.charinfo .vtab-content a.ptopic:hover {
background-color: rgba(255, 255, 255, 1);
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppplaques {
width: 277px;
height: 207px;
top: 237px;
left: 579px;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppplaques > div {
    flex-wrap: wrap;
    gap: 4px;
    align-content: flex-start;
    justify-content: center;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppcollections {
width: 564px;
height: 312px;
top: 0px;
left: 0px;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppcollections > div {
    flex-direction: column;
    gap: 17px;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppcollections collection {
    display: flex;
    position: relative;
    gap: 8px;
    flex-wrap: wrap;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppcollections collection span {
    position: relative;
    width: 100%;
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    color: rgba(70, 70, 70, 1);
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppcollections collection img.col_check {
    filter: grayscale(0) opacity(1);
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppcollections collection img {
    display: block;
    width: 118px;
    height: 58px;
    object-fit: contain;
    filter: grayscale(1) opacity(.3);
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppgifts {
width: 420px;
height: 110px;
top: 342px;
left: 0px;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppgifts > div {
    flex-wrap: nowrap;
    gap: 7px;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > .ppgifts gift {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    padding: 5px;
    background: rgba(217, 217, 217, 1);
   cursor: pointer;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > .ppgifts gift img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > .ppgifts gift ttl {
    display: none;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppachievements {
width: 420px;
height: 110px;
top: 342px;
left: 436px;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > div.ppachievements > div {
    flex-wrap: nowrap;
    gap: 7px;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > .ppachievements achiev {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    padding: 5px;
    background: rgba(217, 217, 217, 1);
   cursor: pointer;
    filter: grayscale(1) opacity(0.5);
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > .ppachievements achiev.open_01 {
    filter: grayscale(0) opacity(1);
    order: -1;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > .ppachievements achiev img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > .ppcollections collection ttl,
section.personalpage .vtabs-wrapper.pp-wrapper .vtab-content > .ppachievements achiev ttl {
    display: none;
}

.global-ttl-popup {
    position: fixed;
    z-index: calc(infinity * 1);
    pointer-events: none;
    opacity: 0;
    font-family: 'Pragmatica';
    text-wrap: wrap;
    visibility: hidden;
    transition: opacity 0.25s ease;
    background: rgba(15, 15, 15, 0.95);
    text-align: center;
    color: #e0e0e0;
    padding: 6px 10px;
    max-width: 250px;
    border-radius: 3px;
    font-size: 11px;
    white-space: normal;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.global-ttl-popup.active {
  opacity: 1;
  visibility: visible;
}

0


Вы здесь » Test » the reception » Личная страница


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