Test

Объявление

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

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


Вы здесь » Test » Новый форум » Примерочная


Примерочная

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

1

123

0

2

[html]<fittingroom>

<fitprofile>

<div class="fitting-room" style='display: block!important'>

<div class='fitting-block-prof post-author'>

<ul>

<li class="pa-author fitting-author"><a href='#'>username</a></li>

<li class="pa-title">тестовый статус</li>

<li class="pa-avatar fitting-avatar"><img src='https://forumstatic.ru/files/001c/17/76/37174.jpg' /></li>

<li class="pa-fld5 fitting-bg">
<img src='https://forumstatic.ru/files/001c/17/76/37174.jpg' /></li>
           
<li class="pa-fld3 fitting-lz">   <lz> <a href="#"> Имя Фамилия </a> какой-то текст звания</lz></li>
</li>

<div style='display: flex;justify-content: center;'>
<li class="pa-posts"><span class="fld-name">Сообщений:</span> 000</li>
<li class="pa-respect"><span class="fld-name"><a href="/respect.php?id=1312" rel="nofollow">Репутация</a>:</span> <span>+000</span></li>
<li class="pa-fld1"><span class="fld-name"></span> 123</li>
<li class="pa-fld2"><span class="fld-name"></span> 123</li>
</div>

<li class="pa-fld4 fitting-plaque">
<div class="plaque">
<p>Первая строка текста</p>
<p>Вторая строка текста </p>
<img src='https://forumstatic.ru/files/001c/17/76/50341.jpg' />
</div>
</li>

</ul>
</div>

<div class="plaque-controls">
   <span>текст для плашки</span>
    <input type="text" class="plaque-input" placeholder="первая строка (макс 30 символов)" maxlength="30">
    <input type="text" class="plaque-input" placeholder="вторая строка (макс 40 символов)" maxlength="40">

</div>

  <div class="plaque-flags">

    <span class="flags-title" style='width: 100%; text-align: left'>фильтры:</span>

    <label class="flag-btn">
        <input type="checkbox" class="plaque-flag" value="nofilter">
        <span>none</span>
    </label>

    <label class="flag-btn">
        <input type="checkbox" class="plaque-flag" value="sepia">
        <span>Sepia</span>
    </label>

    <label class="flag-btn">
        <input type="checkbox" class="plaque-flag" value="red">
        <span>Red</span>
    </label>

    <label class="flag-btn">
        <input type="checkbox" class="plaque-flag" value="blue">
        <span>blue</span>
    </label>
   
    <label class="flag-btn">
        <input type="checkbox" class="plaque-flag" value="blacknwhite">
        <span>ч/б</span>
    </label>
   
  </div>

            <label style="font-size:11px;">Цвет текста: <input type="color" id="ctrl-text-color" value="#ffffff"></label>
            <input type="hidden" id="ctrl-bg-url" value="">

<button type="button" class="fit-copy">копировать все коды</button>
<button type="button" class="fit-cleardata">очистить</button>

</div></fitprofile>
<fitcont>

<fittingbg data-title='фоны'>
    <input type="text" class="bg-input" placeholder="вставьте ссылку на изображение" >
<button type="button" class="fit-bg">применить</button>
<div>

<div><img src='https://i.pinimg.com/736x/a1/fc/51/a1fc51c79fc8713c68a4e299406ec240.jpg' /></div>
<div><img src='https://i.pinimg.com/736x/42/39/06/423906bad472a03c1224b20e4d4e3c65.jpg' /></div>
<div><img src='https://i.pinimg.com/736x/47/17/99/471799cb0308a7495092189d51cc9a87.jpg' /></div>
<div><img src='https://i.pinimg.com/736x/7a/c6/b2/7ac6b2c187332bfead7aeb06c54799cc.jpg' /></div>
<div><img src='https://i.pinimg.com/736x/47/17/99/471799cb0308a7495092189d51cc9a87.jpg' /></div>
<div><img src='https://i.pinimg.com/736x/7a/c6/b2/7ac6b2c187332bfead7aeb06c54799cc.jpg' /></div>
<div><img src='https://i.pinimg.com/736x/69/d9/86/69d986ae28097eeb770a5b5c38b7b886.jpg' /></div>

</div>

</fittingbg>

<fittingplaque data-title='фоны плашек'>
    <input type="text" class="plaq-input" placeholder="вставьте ссылку на изображение" >
<button type="button" class="fit-plaq">применить</button>
<div>

<div><img src='https://i.pinimg.com/736x/a1/fc/51/a1fc51c79fc8713c68a4e299406ec240.jpg' /></div>
<div><img src='https://i.pinimg.com/736x/42/39/06/423906bad472a03c1224b20e4d4e3c65.jpg' /></div>
<div><img src='https://i.pinimg.com/736x/47/17/99/471799cb0308a7495092189d51cc9a87.jpg' /></div>
<div><img src='https://i.pinimg.com/736x/7a/c6/b2/7ac6b2c187332bfead7aeb06c54799cc.jpg' /></div>
<div><img src='https://i.pinimg.com/736x/69/d9/86/69d986ae28097eeb770a5b5c38b7b886.jpg' /></div>

</div>

</fittingplaque>

</fitcont>

</fittingroom>

<style>
/* примерочная */

fittingroom label:has(input#ctrl-text-color) {
    width: 250px !important;
    display: flex;
    color: rgb(var(--text-dark-accent), .7);
    margin: 3px 5px 6px !important;
    align-items: center;
}

fittingroom input#ctrl-text-color {
    width: 24px !important;
    height: 25px !important;
    margin: 0 0 0 7px !important;
    outline: none;
    cursor: pointer;
    color: rgb(var(--text-primary));
    font-size: 12px;
    border: 2px solid rgb(var(--accent)) !important;
    vertical-align: middle;
    padding: 0 !important;
    border-radius: 50% !important;
}

.plaque-flags {
     display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: -4px auto 10px;
    width: 250px;
}

.flags-title {
    margin-right: 5px;
    margin-right: 5px;
    color: rgb(var(--text-dark-accent), .7);
}

.flag-btn {
    cursor: pointer;
    user-select: none;
}

.flag-btn input {
    display: none;
}

.flag-btn span {
    padding: 2px 8px 4px !important;
    text-transform: lowercase;
    background-color: #e5e5e5;
    font-weight: 700;
    color: #5e5e5e !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 11px;
    transition: all 0.2s;
}

.flag-btn:hover span {
    background-color: #ddd;
    border-color: #bbb;
}

.flag-btn input:checked + span {
    background-color: #88a19d;
    color: white !important;
    border-color: #69817d;
}





fittingroom {
    display: flex;
    background: url(https://forumstatic.ru/files/001c/af/2d/13055.jpg) repeat center / 100%;
    border-radius: 4px;
    justify-content: space-around;
    padding: 10px;
    margin-top: 5px !important;
    height: 780px;
    border: 1px solid rgba(175, 175, 175, 1);
}

fittingroom * {
box-sizing: border-box;
}

fitprofile ul {
padding: 0!important;

}

.fitting-block-prof {
    float: left;
    width: 224px;
    position: relative;
    display: block;
    height: auto;
    padding-top: 18px;
    margin: 0px 0px 15px 11px !important;
    background: linear-gradient(180deg, #FFFFFF 0%, #929292 100%);
    border: 1px solid rgb(181 181 181);
    border-radius: 5px;
    padding-bottom: 10px;
    z-index: 0;
}
/* .topic-starter li.pa-avatar.item2,
.defavtr {display: none} */

.fitting-block-prof ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    list-style: none;
    padding-bottom: 4px;
    margin-top: 0px;
    padding-top: 18px;
}

.fitting-room {
    float: left;
    width: 260px;
    position: relative;
    display: block;
    height: auto;
    margin: -9px 0px 15px -3px;
    /* overflow: hidden; */
    border-radius: 10px;
    padding-bottom: 16px;
    background: url(https://i.pinimg.com/736x/3f/1c/e2/3f1ce22….jpg) no-repeat center top / cover;
    z-index: 0;
    top: 0px;
    position: sticky;
    border: var(--border-body);
    height: min-content;
    position: relative;
    max-height: 420px;
}

.plaque-controls button {
font: 700 12px roboto flex;

}

fitcont {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 25px 10px ;
}

fittingplaque,
fittingbg,
fittingicons {
  grid-column: span 2;
    background: rgb(var(--canvas-quarternary), .3);
    border: 1px solid rgba(175, 175, 175, 1);
border-radius: var(--bradius-minor);
width: 590px;
position: relative;
height: fit-content;
padding: 21px 8px 12px;
}

fittingicons {
height: 147px;
}

fittingicons > div {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    box-sizing: content-box;
    overflow: auto;
    padding-left: 8px;
    padding-top: 1px;
    height: 80px;
    scrollbar-gutter: stable;
    align-content: flex-start;
}

fittingicons > div img {
    background: rgb(var(--text-primary), .05);
    padding: 3px;
    border-radius: 50%;
    box-sizing: content-box;
    overflow: visible;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

/* fittingroom::before {
    content: 'the store';
    font: var(--fw900) 32px var(--font-cat-title);
    position: absolute;
    color: rgb(var(--text-color-secondary), .2);
    right: 22px;
    top: 16px;

} */

fittingplaque > div,
fittingbg > div {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    box-sizing: content-box;
    overflow: auto;
    padding-left: 7px;
    padding-top: 1px;
    height: 378px;
    scrollbar-gutter: stable;
    align-content: flex-start;
}

fittingplaque > div {
    height: 177px;
}

fittingplaque > div img,
fittingbg >div img {
    border-radius: 10px;
    box-sizing: content-box;
    width: 89px;
    height: 90px;
    object-fit: cover;
    cursor: pointer;
    image-rendering: auto;
}

fittingplaque > div img {
    width: 183px;
    height: 40px;
}

fittingbg {
flex-grow: 1;
margin-top: 15px;
}

plaquedesc {
    padding: 20px;
    display: flex;
    width: 290px;
    height: 96px;
    color: rgb(var(--text-color-secondary), .6);
    text-align: center;
    position: relative;
    justify-content: center;
    align-items: center;
    border-radius: var(--bradius-minor);
    background: rgb(var(--canvas-quarternary), .3);
}

fittingplaque::before,
fittingbg::before,
fittingicons::before,
plaquedesc::before {
    content: attr(data-title);
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    z-index: 10;
    font: 400 14px var(--font-cat-title);
    text-transform: lowercase;
    font-style: italic;
    padding: 3px 18px 6px;
    color: rgb(255 255 255) !important;
    border-radius: var(--bradius-minor);
    background: rgb(var(--accent));
}

.fitting-plaque p {
padding: 0!important;
margin: 0!important;
margin-bottom: 0!important;
    line-height: 140%!important
}

.fitting-plaque p:first-of-type {font-size: 14px!important}
.fitting-plaque p:last-of-type {font-size: 11px!important}

.fitting-plaque img {
box-sizing: content-box;
}

img.fit-selected {
opacity: .3;
}

fittingicons > div > div {
  width: 36px;
height: 36px;
border-radius: 50%;
position: relative;
}

fittingicons > div > div:has(> img.fit-selected) {
  outline: 1px solid rgb(var(--accent));
    filter: hue-rotate(323deg) contrast(1.3);
}

fittingicons > div > div:has(> img.fit-selected)::before {
content: '';
background: url(https://forumstatic.ru/files/001c/74/d2/12074.svg);
background-size: 10px 10px;
position: absolute;
width: 10px;
    height: 10px;
    top: -1px;
    right: -2px;
    z-index: 4;
}

fittingbg > div > div {
    border-radius: 10px;
    width: 89px;
    height: 90px;
position: relative;
}

fittingbg > div img.fit-selected {
  outline: 1px solid rgb(var(--accent));
}

fittingplaque > div img.fit-selected {
  outline: 1px solid rgb(var(--accent));
}

fittingplaque > div > div:has(> img.fit-selected) {
position: relative
}

fittingplaque > div > div:has(> img.fit-selected)::before,
fittingbg > div > div:has(> img.fit-selected)::before {
content: '';
background: url(https://forumstatic.ru/files/001c/74/d2/12074.svg);
background-size: 10px 10px;
position: absolute;
width: 10px;
    height: 10px;
    top: 4px;
    right: 4px;
    z-index: 4;
    filter: hue-rotate(323deg) contrast(1.3);
}

.plaque-controls > input:nth-of-type(1),
.plaque-controls > input:nth-of-type(2) {
    width: 220px;
    height: 25px;
    border-radius: 4px;
    margin-bottom: 7px;
}

.plaque-controls {
    width: 220px;
    margin-left: 0px !important;
}

.plaque-controls > div > input[type="color"] {
    padding: 0px !important;
    background: transparent;
    width: 28px;
    border-radius: 47px;
    height: 28px;
    flex-shrink: 0;
    cursor: pointer;
}

.plaque-controls > div > input[type="text"] {
    width: 70px;
    height: 25px;
    border-radius: 4px;
    cursor: text;
}

.plaque-controls button {
    font: 400 12px roboto flex;
    padding: 2px 10px !important;
    border: none;
    background: rgb(var(--accent), .4);
    border-radius: 30px;
    margin: 0 !important;
    color: rgba(39, 39, 39, 1);
}

fittingroom button {
    padding: 0px 10px 4px !important;
    border: 0px solid #bbbbbb;
    cursor: pointer;
    transition: var(--anim-hover);
    height: 23px;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    font: 400 13px var(--font-cat-title);
    text-transform: lowercase;
    font-style: italic;
    color: rgb(255 255 255) !important;
    border-radius: var(--bradius-minor);
    background: rgb(var(--accent));
}

fitprofile > button {
    padding: 2px 7.6px !important;
}

fittingroom button:hover {
    box-shadow: 0px 2px 7px -2px #81353c;
}

fitprofile {
    width: 288px;
    padding: 23px;
    background: rgb(var(--canvas-quarternary), .3);
    border-radius: 4px;
    border: 1px solid rgba(175, 175, 175, 1);
    margin-top: 15px;
}

.plaque-controls span {
    text-align: left;
    display: block;
    padding: 1px 4px 4px;
    color: rgb(var(--text-dark-accent), .7);
}

.fitting-plaque {
    position: relative;
    margin-bottom: 0em !important;
   /*  left: 17px;
    top: -1px; */
}

.fitting-room li.pa-posts, .fitting-room li.pa-respect, .fitting-room li.pa-fld2, .fitting-room li.pa-fld1 {
    margin-bottom: 10px;
    margin-top: 0px;
}

.fitting-room li.pa-posts span:first-child, .fitting-room li.pa-respect span:first-child, .fitting-room li.pa-fld1 span:first-child, .fitting-room li.pa-fld5 span:first-child {
    font-size: 0px;
}

.fitting-room li.pa-posts:before {
    content: '';
    left: 17px;
}

.fitting-room div.plaque {
    z-index: 2;
}

fittingroom input {
    background: rgb(var(--text-primary), 0.1) !important;
    width: 248px !important;
    height: 25px !important;
    border-radius: 4px !important;
    margin-bottom: 7px !important;
    box-shadow: inset 0 0 7px -4px #241013d9;
}

fittingroom .icon-input,
fittingroom .bg-input,
fittingroom .plaq-input {
    width: 467px !important;
    margin-left: 6px;
}

.fitting-author a {
border-bottom: none!important;
}

.fitting-room #tuser {
display: none!important;
}

div.plaque.sepia {
filter: sepia(.3) brightness(.8);
}

div.plaque.red::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #b95b5b69, #50131391);
    z-index: 3;
}

div.plaque.blue::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #5ba8b969, #14135091);
    z-index: 3;
}

div.plaque.blacknwhite {
filter: grayscale(1);
}

</style>

[/html][hideprofile]

0

3

бэкграунд профиля

Код:
<img src="https://i.pinimg.com/736x/a1/fc/51/a1fc51c79fc8713c68a4e299406ec240.jpg">

личное звание

Код:
<lz><a href="https://rwrd.rusff.me/viewtopic.php?id=39#p612"> Маттиас Райндт </a> <center style="font-size:10px;line-height: 15px;">Am I garbage or <hh style="font-family:Comforter Brush; font-size: 22px">God?</hh><br> Am I <hh style="font-family:Comforter Brush; font-size: 22px">garbage </hh> or God? <br>  <hh style="font-family:Sentex; font-size: 9px;line-height: 10px;">Church or a trashcan?</hh><br> Either way you're a <br><g style="font-family: 'Sentex'; color: #ff0000; font-size: 8px;">waste of my time</g></center></lz>

плашка

Код:
<a id="test01" class="modal-link pls-pers-page" title="личная страница" data-reveal-id="character"><div class="plaque blue" style="color: rgb(255, 255, 255);">
<p>куцеукеуке</p>
<p>уцкеукеуцкеуцке</p>
<img src="https://i.pinimg.com/736x/a1/fc/51/a1fc51c79fc8713c68a4e299406ec240.jpg">
</div></a>

Итого к оплате: 350

0

4

бэкграунд профиля

Код:
<img src="https://i.pinimg.com/736x/42/39/06/423906bad472a03c1224b20e4d4e3c65.jpg">

плашка

Код:
<a id="test01" class="modal-link pls-pers-page" title="личная страница" data-reveal-id="character"><div class="plaque" style="color: rgb(255, 255, 255);">
<p>укеуцеуке</p>
<p>уецукеукеуке</p>
<img src="https://i.pinimg.com/736x/42/39/06/423906bad472a03c1224b20e4d4e3c65.jpg">
</div></a>

Итого к оплате: 350

0

5

[html]<fittingroom><fitprofile>
<div class="fitting-room" style='display: block!important'>
<div class='fitting-block-prof post-author'>
<ul>

<li class="pa-author fitting-author"><a href='#'>username</a></li>

<li class="pa-title">тестовый статус</li>

<li class="pa-avatar fitting-avatar"><img src='https://forumstatic.ru/files/001c/17/76/37174.jpg' /></li>

<li class="pa-fld5 fitting-bg">
<img src='https://forumstatic.ru/files/001c/17/76/37174.jpg' /></li>
           
<li class="pa-fld3 fitting-lz">   <lz> <a href="#"> Имя Фамилия </a> какой-то текст звания</lz></li>
</li>

<div style='display: flex;justify-content: center;'>
<li class="pa-posts"><span class="fld-name">Сообщений:</span> 000</li>
<li class="pa-respect"><span class="fld-name"><a href="/respect.php?id=1312" rel="nofollow">Репутация</a>:</span> <span>+000</span></li>
<li class="pa-fld1"><span class="fld-name"></span> 123</li>
<li class="pa-fld2"><span class="fld-name"></span> 123</li>
</div>

<li class="pa-fld5 fitting-plaque">
<div class="plaque">
<p>Первая строка текста</p>
<p>Вторая строка текста </p>
<img src='https://forumstatic.ru/files/001c/17/76/50341.jpg' />
</div>
</li>

</ul>
</div>

<div class="plaque-controls">
   <span>текст для плашки</span>
    <input type="text" class="plaque-input" placeholder="первая строка (макс 30 символов)" maxlength="30">
    <input type="text" class="plaque-input" placeholder="вторая строка (макс 40 символов)" maxlength="40">

</div>

  <div class="plaque-flags">

    <span class="flags-title" style='width: 100%; text-align: left'>фильтры:</span>

    <label class="flag-btn">
        <input type="checkbox" class="plaque-flag" value="nofilter">
        <span>none</span>
    </label>

    <label class="flag-btn">
        <input type="checkbox" class="plaque-flag" value="sepia">
        <span>Sepia</span>
    </label>

    <label class="flag-btn">
        <input type="checkbox" class="plaque-flag" value="red">
        <span>Red</span>
    </label>

    <label class="flag-btn">
        <input type="checkbox" class="plaque-flag" value="blue">
        <span>blue</span>
    </label>
   
    <label class="flag-btn">
        <input type="checkbox" class="plaque-flag" value="blacknwhite">
        <span>ч/б</span>
    </label>
   
  </div>

            <label style="font-size:11px;">Цвет текста: <input type="color" id="ctrl-text-color" value="#ffffff"></label>
            <input type="hidden" id="ctrl-bg-url" value="">

<button type="button" class="fit-copy">копировать все коды</button>
<button type="button" class="fit-cleardata">очистить</button>

</div></fitprofile>
<fitcont>

<fittingbg data-title='фоны'>
    <input type="text" class="bg-input" placeholder="вставьте ссылку на изображение" >
<button type="button" class="fit-bg">применить</button>
<div>

<div><img src='https://i.pinimg.com/736x/a1/fc/51/a1fc51c79fc8713c68a4e299406ec240.jpg' /></div>
<div><img src='https://i.pinimg.com/736x/42/39/06/423906bad472a03c1224b20e4d4e3c65.jpg' /></div>
<div><img src='https://i.pinimg.com/736x/47/17/99/471799cb0308a7495092189d51cc9a87.jpg' /></div>
<div><img src='https://i.pinimg.com/736x/7a/c6/b2/7ac6b2c187332bfead7aeb06c54799cc.jpg' /></div>
<div><img src='https://i.pinimg.com/736x/47/17/99/471799cb0308a7495092189d51cc9a87.jpg' /></div>
<div><img src='https://i.pinimg.com/736x/7a/c6/b2/7ac6b2c187332bfead7aeb06c54799cc.jpg' /></div>
<div><img src='https://i.pinimg.com/736x/69/d9/86/69d986ae28097eeb770a5b5c38b7b886.jpg' /></div>

</div>

</fittingbg>

<fittingplaque data-title='фоны плашек'>
    <input type="text" class="plaq-input" placeholder="вставьте ссылку на изображение" >
<button type="button" class="fit-plaq">применить</button>
<div>

<div><img src='https://i.pinimg.com/736x/a1/fc/51/a1fc51c79fc8713c68a4e299406ec240.jpg' /></div>
<div><img src='https://i.pinimg.com/736x/42/39/06/423906bad472a03c1224b20e4d4e3c65.jpg' /></div>
<div><img src='https://i.pinimg.com/736x/47/17/99/471799cb0308a7495092189d51cc9a87.jpg' /></div>
<div><img src='https://i.pinimg.com/736x/7a/c6/b2/7ac6b2c187332bfead7aeb06c54799cc.jpg' /></div>
<div><img src='https://i.pinimg.com/736x/69/d9/86/69d986ae28097eeb770a5b5c38b7b886.jpg' /></div>

</div>

</fittingplaque>
</fitcont></fittingroom>[/html][hideprofile]

0


Вы здесь » Test » Новый форум » Примерочная


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