luvlocket

июль

Maybe there's a universe out there - happening now - where we end up together and when I close my eyes at night, I'm not dreaming the way a normal person would. Instead I'm seeing flashes of our lives in the multiverse. They're not simple dreams because I miss you, right? They're scientific, anachronistic visions.

luvlocket

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

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


Вы здесь » luvlocket » archive » корзина


корзина

Сообщений 31 страница 41 из 41

Перевести31

[html]<<style>
#insta {margin: 0 auto; max-width: 500px; background: var(--bg3); padding: 10px; border-radius: 10px; box-shadow: 1px 1px 1px var(--o1);}

#insta * {
    --g1: linear-gradient(to right, var(--c1) 0%, var(--c2) 55%, var(--c3) 100%);
    --g2: linear-gradient(to right, rgba(var(--r1)) 0%, rgba(var(--r2)) 55%, rgba(var(--r2)) 100%);
    --g3: linear-gradient(to right, var(--o1) 0%, var(--o2) 55%, var(--o3) 100%);
    --bg1: linear-gradient(135deg, var(--c1) 0%, var(--c2) 55%, var(--c3) 100%);
    --bg2: linear-gradient(to right, rgba(var(--r1)) 0%, rgba(var(--r2)) 55%, rgba(var(--r3)) 100%);
    --bg3: linear-gradient(135deg, #7c007090 0%, #ffa38590 55%, #fcab4490 100%);
}

#instaimg {
    background: var(--mainborder);
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
    box-shadow: 1px 0px 1px var(--o1);
}
#instaimg * {
    --g1: linear-gradient(to right, var(--c1) 0%, var(--c2) 55%, var(--c3) 100%);
    --g2: linear-gradient(to right, rgba(var(--r1)) 0%, rgba(var(--r2)) 55%, rgba(var(--r2)) 100%);
    --g3: linear-gradient(to right, var(--o1) 0%, var(--o2) 55%, var(--o3) 100%);
    --bg1: linear-gradient(135deg, var(--c1) 0%, var(--c2) 55%, var(--c3) 100%);
    --bg2: linear-gradient(to right, rgba(var(--r1)) 0%, rgba(var(--r2)) 55%, rgba(var(--r3)) 100%);
    --bg3: linear-gradient(135deg, var(--o1) 0%, var(--o2) 55%, var(--o3) 100%);
}

div {
    display: block;
    unicode-bidi: isolate;
}</style>

<div class="insta">
<div class="instaimg">
<img src="https://i1-c.pinimg.com/1200x/b5/50/50/b55050ae0d790ea96fcfb41996acab4c.jpg">
</div>
<div class="instabuttons">
<like><i class="ph ph-heart"></i> <span>## likes</span></like>
<comment><i class="ph ph-chat-circle"></i> <span>## comments</span></comment>
</div>
<div class="instapost">
<user>username</user> Sugar plum chocolate macaroon lollipop chocolate candy gummies gingerbread shortbread. Lollipop topping sweet pastry liquorice powder apple pie jelly-o brownie. Jelly-o cotton candy ice cream cupcake jujubes gummies. Fruitcake tart sesame snaps brownie caramels apple pie bonbon brownie chocolate.
</div>
</div>

[/html]

0

Перевести32

[html]

<div class="instacomment">

<div class="instaicon"><img src="https://i1-c.pinimg.com/1200x/b5/50/50/b55050ae0d790ea96fcfb41996acab4c.jpg"></div>

<div class="instapost"><user>username</user> Sugar plum chocolate macaroon lollipop chocolate candy gummies gingerbread shortbread. Lollipop topping sweet pastry liquorice powder apple pie jelly-o brownie. Jelly-o cotton candy ice cream cupcake jujubes gummies. Fruitcake tart sesame snaps brownie caramels apple pie bonbon brownie chocolate.</div>
</div>

[/html]

0

Перевести33

[html]<style>
<style>
#instacomment {
    margin: 0 auto;
    max-width: 550px;
    background: var(--bg3);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
}
* {
    --g1: linear-gradient(to right, #7c0070 0%, #ffa385 55%, #fcab44 100%);
    --g2: linear-gradient(to right, rgba(var(--r1)) 0%, rgba(var(--r2)) 55%, rgba(var(--r2)) 100%);
    --g3: linear-gradient(to right, var(--o1) 0%, var(--o2) 55%, var(--o3) 100%);
    --bg1: linear-gradient(135deg, #7c0070 0%, #ffa385 55%, #fcab44 100%);
    --bg2: linear-gradient(to right, rgba(var(--r1)) 0%, rgba(var(--r2)) 55%, rgba(var(--r3)) 100%);
    --bg3: linear-gradient(135deg, var(--o1) 0%, var(--o2) 55%, var(--o3) 100%);
}
</style>
</style>

<div class="instacomment">

<div class="instaicon"><img src="https://i1-c.pinimg.com/1200x/b5/50/50/b55050ae0d790ea96fcfb41996acab4c.jpg"></div>

<div class="instapost"><user>username</user> Sugar plum chocolate macaroon lollipop chocolate candy gummies gingerbread shortbread. Lollipop topping sweet pastry liquorice powder apple pie jelly-o brownie. Jelly-o cotton candy ice cream cupcake jujubes gummies. Fruitcake tart sesame snaps brownie caramels apple pie bonbon brownie chocolate.</div>
</div>

[/html]

0

Перевести34

[html]<stye>.cell {
display: flex;
flex-direction: column;
flex-wrap: wrap;
gap: 20px;
margin: 0 auto;
max-width: 350px;
background: var(--bg3);
border-radius: 10px;
padding: 20px 0px 20px 20px;
box-shadow: 1px 1px 1px var(--o1);
}

.contact {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 10px;
justify-content: space-between;
}

.cell .cimg {
width: 60px;
height: 60px;
border-radius: 50%;
padding: 10px;
background: var(--mainborder);
place-self: center;
box-shadow: 1px 1px 1px var(--o1);
}

.cell .cimg img {
border-radius: 50%;
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
object-fit: cover;
filter: grayscale(100%) contrast(120%) brightness(120%);
}

.cell .cdet {
display: flex;
flex-direction: column;
gap: 5px;
}

.cell .cdet contact {
place-self: end;
border-radius: 10px 0px 0px 10px;
padding: 10px;
font-family: stay funky;
font-size: 2rem;
height: fit-content;
width: fit-content;
background: var(--mainborder);
text-shadow: 1px 1px 1px var(--o1);
box-shadow: -1px 1px 1px var(--o1);
}

.cell .cdet cmsg {
place-self: end;
width: fit-content;
color: var(--body);
font-family: monotalic;
font-size: 0.7rem;
border-radius: 10px 0px 0px 10px;
padding: 10px;
background: var(--mainborder);
box-shadow: -1px 1px 1px var(--o1);
}

.cellcont {
background: var(--mainborder);
border-radius: 10px;
display: flex;
flex-direction: column;
place-items: end;
margin-right: 20px;
max-height: 440px;
box-shadow: 1px 1px 1px var(--o1);
}

.cellcont2 {
place-items: end;
padding: 5px 10px;
max-height: 430px;
overflow-y: scroll;
}

.cellcont2::-webkit-scrollbar, .callcont2::-webkit-scrollbar {
display: none;
}

.post1 .cellcont2 {
place-items: start;
}

.callcont {
background: var(--mainborder);
border-radius: 10px;
display: flex;
flex-direction: column;
place-items: end;
margin-right: 20px;
max-height: 440px;
box-shadow: 1px 1px 1px var(--o1);
}

.callcont2 {
font-size: 0.7rem;
place-items: end;
padding: 30px;
max-height: 420px;
overflow-y: scroll;
}

.cellcont p {
background: var(--mainborder);
border: 1px solid var(--borderalt);
border-radius: 10px;
padding: 10px;
text-align: right;
font-size: 0.7rem;
width: fit-content;
box-shadow: 1px 1px 1px var(--o1);
}

.cellcont p img {
max-width: 250px;
height: auto;
border-radius: 5px;
filter: grayscale(100%) contrast(120%) brightness(120%);
}

.contentwarn {
margin: 0 auto;
max-width: 350px;
background: var(--bg3);
border-radius: 5px;
padding: 10px;
box-shadow: 1px 1px 1px var(--o1);
}

.contentwarninner {
background: var(--mainborder);
border-radius: 5px;
padding: 10px;
box-shadow: 1px 1px 1px var(--o1);
}

.note, .letter {
margin: 0 auto;
max-width: 400px;
background: var(--bg3);
border-radius: 10px;
padding: 40px;
box-shadow: 1px 1px 1px var(--o1);
}

.notecont, .lettercont {
background: var(--mainborder);
border-radius: 5px;
padding: 20px;
box-shadow: 1px 1px 1px var(--o1);
}

.lettercont .to {
display: flex;
place-self: start;
margin-bottom: 10px;
font-family: santa catalina;
font-size: 2rem;
}

.notecont .bottom, .lettercont .from {
display: flex;
place-self: end;
margin-top: 10px;
font-family: santa catalina;
font-size: 2rem;
}</style>

<div class="cell">

<div class="contact">
<div class="cimg"><img src="URL"></div>
<div class="cdet"><contact>contact name</contact>
<cmsg><i class="ph ph-arrow-left"></i> outgoing call</cmsg></div>
</div>

<div class="callcont">
<div class="callcont2">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent eget quam non ante suscipit vulputate tempor vel orci. <b>Nullam at hendrerit augue, vitae feugiat turpis.</b> Aliquam ac dictum velit. In in quam lorem. Curabitur in maximus orci. Donec dictum nulla magna, id fringilla augue semper vitae. Nullam rhoncus nec ante in imperdiet. Integer nibh tortor, commodo quis leo a, dignissim consequat eros. Etiam placerat urna non dolor rhoncus egestas. <i>Pellentesque ac fringilla risus.</i> Sed eu risus mattis, varius est at, mattis nibh.

<p>Phasellus nisl erat, sagittis a sapien vel, interdum tristique urna. Sed placerat finibus lectus id imperdiet. Pellentesque a enim arcu. Phasellus vitae nunc aliquet, pharetra augue eu, aliquam nisi. Nullam scelerisque dignissim mattis. Aenean pretium elementum ipsum. Duis scelerisque, mauris a posuere interdum, est ligula aliquam est, ac tincidunt eros nisl et velit. Cras vitae velit justo. <b>Praesent vestibulum ante in pharetra ultrices.</b> Donec et vulputate neque. Nulla et consequat massa. Ut non neque ut diam ultrices sagittis. Fusce aliquet at urna in facilisis.
</div>
</div>

</div>[/html]

0

Перевести35

[html]
<style>.cell {
display: flex;
flex-direction: column;
flex-wrap: wrap;
gap: 20px;
margin: 0 auto;
max-width: 350px;
background: 7c007090;
border-radius: 10px;
padding: 20px 0px 20px 20px;
box-shadow: 1px 1px 1px var(--o1);
}

.contact {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 10px;
justify-content: space-between;
}

.cell .cimg {
width: 60px;
height: 60px;
border-radius: 50%;
padding: 10px;
background: var(--mainborder);
place-self: center;
box-shadow: 1px 1px 1px var(--o1);
}

.cell .cimg img {
border-radius: 50%;
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
object-fit: cover;
filter: grayscale(100%) contrast(120%) brightness(120%);
}

.cell .cdet {
display: flex;
flex-direction: column;
gap: 5px;
}

.cell .cdet contact {
place-self: end;
border-radius: 10px 0px 0px 10px;
padding: 10px;
font-family: stay funky;
font-size: 2rem;
height: fit-content;
width: fit-content;
background: var(--mainborder);
text-shadow: 1px 1px 1px var(--o1);
box-shadow: -1px 1px 1px var(--o1);
}

.cell .cdet cmsg {
place-self: end;
width: fit-content;
color: var(--body);
font-family: monotalic;
font-size: 0.7rem;
border-radius: 10px 0px 0px 10px;
padding: 10px;
background: var(--mainborder);
box-shadow: -1px 1px 1px var(--o1);
}

.cellcont {
background: var(--mainborder);
border-radius: 10px;
display: flex;
flex-direction: column;
place-items: end;
margin-right: 20px;
max-height: 440px;
box-shadow: 1px 1px 1px var(--o1);
}

.cellcont2 {
place-items: end;
padding: 5px 10px;
max-height: 430px;
overflow-y: scroll;
}

.cellcont2::-webkit-scrollbar, .callcont2::-webkit-scrollbar {
display: none;
}

.post1 .cellcont2 {
place-items: start;
}

.callcont {
background: var(--mainborder);
border-radius: 10px;
display: flex;
flex-direction: column;
place-items: end;
margin-right: 20px;
max-height: 440px;
box-shadow: 1px 1px 1px var(--o1);
}

.callcont2 {
font-size: 0.7rem;
place-items: end;
padding: 30px;
max-height: 420px;
overflow-y: scroll;
}

.cellcont p {
background: var(--mainborder);
border: 1px solid var(--borderalt);
border-radius: 10px;
padding: 10px;
text-align: right;
font-size: 0.7rem;
width: fit-content;
box-shadow: 1px 1px 1px var(--o1);
}

.cellcont p img {
max-width: 250px;
height: auto;
border-radius: 5px;
filter: grayscale(100%) contrast(120%) brightness(120%);
}

.contentwarn {
margin: 0 auto;
max-width: 350px;
background: var(--bg3);
border-radius: 5px;
padding: 10px;
box-shadow: 1px 1px 1px var(--o1);
}

.contentwarninner {
background: var(--mainborder);
border-radius: 5px;
padding: 10px;
box-shadow: 1px 1px 1px var(--o1);
}

.note, .letter {
margin: 0 auto;
max-width: 400px;
background: var(--bg3);
border-radius: 10px;
padding: 40px;
box-shadow: 1px 1px 1px var(--o1);
}

.notecont, .lettercont {
background: var(--mainborder);
border-radius: 5px;
padding: 20px;
box-shadow: 1px 1px 1px var(--o1);
}

.lettercont .to {
display: flex;
place-self: start;
margin-bottom: 10px;
font-family: santa catalina;
font-size: 2rem;
}

.notecont .bottom, .lettercont .from {
display: flex;
place-self: end;
margin-top: 10px;
font-family: santa catalina;
font-size: 2rem;
}</style>

<div class="cell">

<div class="contact">
<div class="cimg"><img src="URL"></div>
<div class="cdet"><contact>contact name</contact>
<cmsg><i class="ph ph-arrow-left"></i> outgoing call</cmsg></div>
</div>

<div class="callcont">
<div class="callcont2">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent eget quam non ante suscipit vulputate tempor vel orci. <b>Nullam at hendrerit augue, vitae feugiat turpis.</b> Aliquam ac dictum velit. In in quam lorem. Curabitur in maximus orci. Donec dictum nulla magna, id fringilla augue semper vitae. Nullam rhoncus nec ante in imperdiet. Integer nibh tortor, commodo quis leo a, dignissim consequat eros. Etiam placerat urna non dolor rhoncus egestas. <i>Pellentesque ac fringilla risus.</i> Sed eu risus mattis, varius est at, mattis nibh.

<p>Phasellus nisl erat, sagittis a sapien vel, interdum tristique urna. Sed placerat finibus lectus id imperdiet. Pellentesque a enim arcu. Phasellus vitae nunc aliquet, pharetra augue eu, aliquam nisi. Nullam scelerisque dignissim mattis. Aenean pretium elementum ipsum. Duis scelerisque, mauris a posuere interdum, est ligula aliquam est, ac tincidunt eros nisl et velit. Cras vitae velit justo. <b>Praesent vestibulum ante in pharetra ultrices.</b> Donec et vulputate neque. Nulla et consequat massa. Ut non neque ut diam ultrices sagittis. Fusce aliquet at urna in facilisis.
</div>
</div>

</div>[/html]

0

Перевести36

[html]<article>
            <div class="message" rel="js-user-link"><div align="center"><div style="width:400px;"><img src="https://i.postimg.cc/tTvdFSpj/IMG-3071.jpg" style="max-width:100%;" alt=" "></div><div align="center"><div style="font-size:8px;color:#ffffff;line-height:10apx;letter-spacing:4.5px;"><i>D E X T E R.  K R A I L.</i></div></div></div><div align="center"><div style="width:400px;background:#010409;"><br><div style="word-spacing:1px;text-align:justify;"><blockquote><blockquote><div style="font-size:8.75px;color:#ffffff;line-height:12px;"> <br>Dexter leaves the hall of mirrors as if it’s on fire behind him. He doesn’t look back. He can’t. If he looks back, he might see Neamhan again and he cannot bear the thought of seeing her face in those shards one more time. Instead he pulls the silver brooch from his trouser pocket, the one she won from him days ago. Six days she’s carried it through the arena. Why? Why was a stolen trinket from Thirteen worth anything to a girl from Eight?<br><br>It is a question that will never be answered…because of him.<br><br>He limps across the arena, pushing himself faster than his body wants to go. His leg aches with every step but he ignores it. The bleeding on his face has stopped, leaving a drying trail across his cheek. His ballroom suit, once crisp and clean is now a patchwork of dried blood and the kind of ruin the Capitol loves to broadcast. The carousel rises ahead of, the last time he was here is a memory he doesn’t want to revisit. It is still now, not spinning at a thousand miles an hour like the day he and Calista nearly died on it. Their first brush with death. <b>”Calista!” </b> Dexter calls out as his voice cracks as he circles the carousel. He expects her to step out from behind a painted horse. And for her to roll her eyes. He expects her to say something sharp and clever and how she’s been waiting a long time for him and what the hold up was.<br><br>Instead he sees a body.<br><br>A body in a beautiful red gown.<br><br>His breathing stops, along with his heart. The whole world stops.<br><br>He doesn’t cry, not even a scream…well for now.<br><br>He just stares, horror hollowing him out from the inside. His mind refuses to understand what he is seeing. It refuses to accept it and refuses to let it be real.<br><br><i>Her head. It’s not there. It’s not attached!</i><br><br>Then the scream tears out of him, raw and violent like something breaking loose from his ribs.<br><br><b>”Calista!”</b><br><br>He drops to his knees and picks up her head whilst his hands shake so badly. Shaking hands try to put her head back on her neck. He’s so desperate, frantic, trying to fix something that cannot be fixed. He keeps saying her name like it might glue the world back together. <b>”Come on, get up…you’re not…you’re not done. You don’t get to be done!”</b>Dexter looks up at the sky, at the invisible Gamemakers watching him like he is entertainment. <b>”Bring her back!” </b>He shouts. <b>”You did it last year, do it again! Do it now!”</b> His voice cracks and his chest heaves…but still no tears. <b>”Do it!”</b> He screams. <b>”You hear me? Bring her back!”</b><br><br>There’s just silence. He curses the sky, curses the Capitol, curses the Games and curses every hand that was a part of Thirteen’s rebellion. <b>”We weren’t even a part of it. She weren’t even a part of it! You’re punishing us for something we didn’t do!”&nbsp;</b>His breath shudders and his hands tremble…but still no tears.<br><br>Calista volunteered for this, he still doesn’t understand why. He still doesn’t understand how someone like her could choose to be so selfless…so reckless. He tells himself again that he can live in a world without Calista Dawn. Dexter stands, barely. His legs wobble and his heart feels like it is being crushed in a fist. His eyes burn with something that is not tears. If he can’t cry then he’ll have his revenge instead. The Herzog girl deserved Calista’s fate, it was her family’s failed attempt at an uprising that put him here. But first, he’ll take the easier one out first. Kennedy can’t be far away.<br><br><br><br></div></blockquote></blockquote></div></div></div><div align="center"><a target="_blank" href="https://hungergamesrpg.com/user/1889" rel="nofollow"><div style="font-size:6px;color:#ffffff;line-height:8px;letter-spacing:2px;">ELEGANT</div></a></div><br><br><div align="center"> Actions in trib maint.<br><br><i>Calista’s fall provided by Lyss.<br></i></div></div>
            </article>[/html]

0

Перевести37

[html]<article>
            <div class="message" rel="js-user-link"><font face="times"><div align="center"><font style="font-size:x-small;" color="#eeeae7"><br><br><img alt=" " src="https://mediaslide-europe.storage.googleapis.com/wilhelminalondon/pictures/24198/57454/large-1692982057-94e83790f96ba4cfb55d806bf726be95.jpg" style="max-width:300px;"><br><br><br><font size="3" color="#e7e4db"><b>nemo porter,<br></b></font><br><div class="o-table__display-wrapper"><table style="font-size:x-small;"><tbody><tr><td style="padding:3px;"><div align="center"><div style="width:275px;text-align:justify;font-size:11px;color:#e7e4db;font-family:times;line-height:12px;padding:3px;padding:10px;">Nemo can't help but taste the sugar on the air. It's hidden beneath the smell of anti-spectic, as if they've recently sterilized the glass tube, but he wouldn't miss that candy-floss smell anywhere. He can't count the number of times he's watching Gin pretend she doesn't love it, just to skip right over to the boardwalk stall <i>every</i> Saturday. With a sudden, fierce pang, he pisses her and wonders if she'll be watching. He hopes that she is, and he hopes that she isn't. She doesn't need to see this. <br><br>Pink light begins to bleed into the cylinder as the floor starts moving beneath his absurd shoes. Extending into long, curled points, they curl back on themselves to end in a dangling tassel. He catches a final glimpse of his reflection, the exaggerated grin slashed across his mouth, ruffles framing his throat. Dressed up like a joke. <br><br>Should've seen that one coming. <br><br>He doesn't take much time once they've all risen to appraise the others. He's had time enough to make his deductions in the center and found them all lacking. No one's an enemy; no one's a friend. There's Nemo, and no one else, like it's been the whole of his life. <br><br>Three, two, one—<br>and they're all off to the races. <br><br>It's a bit of a confectionary nightmare, pink-frosting and gold carriages like the ones they just rode through the Opening Ceremony. Endless rotation, cycle after cycle. He's dizzy, and Maryn Hale has a sick sense of humor, but she's good at her job; Nemo would give her that. The spinning apparatus fuses the sunlight and stalls beyond the carousel into a blur of motion, his eyes unable to focus on both taking a sure step and what awaits him once he's free of this particular cell. <br><br>His shoulder slams into one of those peppermint stick poles as the centrifugal force catches him right in the gut, knocking his gravity sideways. <br>
            </article>[/html]

0

38

[html]<td class="content">
            <article>
           
               
            </div>
            <h3 class="title aria-hidden">Post by prisma calderon 𖤓 d1f  [lyss] on <abbr data-timestamp="1772297206000" class="o-timestamp time" title="Sat Feb 28 2026 19:46:46 GMT+0300 (Москва, стандартное время)">Feb 28, 2026 at 7:46pm</abbr></h3>
            <div class="message" rel="js-user-link"><div align="center"><img style="max-width:400px;" src="https://i.pinimg.com/1200x/4d/4c/a2/4d4ca23e73994a54b7b08ec20042a090.jpg"><div style="width:400px;background:#ccc6c6;"><div style="word-spacing:1px;text-align:justify;"><br><div align="center"><blockquote><font color="#190d0d"><font face="georgia"><i>c a l i s t a .</i></font></font><br><br><font face="times new roman"><font color="#190d0d"><font size="1"><i>"don't wanna scrape you off the pavement<br>i can't be your savior<br>i don't wanna be here when you lose control"</i></font></font></font></blockquote><a style="color:rgb(48, 73, 88);" rel="nofollow" href="http://redirect.viglink.com?key=71fe2139a887ad501313cd8cce3053c5&amp;subId=2628686&amp;u=https%3A//open.spotify.com/track/5GpEHUNI0T7L7H3DnAaBXh%3Fsi%3D06d171b3cc334cb4" target="_blank"><img src="http://i.imgur.com/IpW5AHT.png" style="max-width:100%;"></a></div><blockquote><blockquote><font color="#000000"><i><font size="3"><font face="georgia">C</font></font></i><font size="1" face="ariel">alista returns to the carousel in search of whatever scraps might be left from the aftermath of the bloodbath. No different from Thirteen, sneaking out of her bunker at night to pilfer through whatever others had decided to discard. No different from Twelve either, only knowing hand-me-downs. She’s always taken whatever she can get her hands on, because she was never going to be gifted anything. If Dexter’s plan works, the arena will be the only place she ever experiences a brand-new purchase, meant only for her.<br><br>For now, the leftovers are plenty for her. Lying in the same location as before, albeit no longer over Finn from Four, is the other half of the carousel pole that Dexter shattered. Calista claims it, for no other reason than the fact that it’s somehow made a better weapon for Dexter than the actual sword strapped to Calista’s back. She practices spearing objects with the sharpened end, stabbing into paper crowns and bags littering the ground.<br><br>She’s lost in her own thoughts, wondering where Cai and Nav had been this morning, when a familiar voice calls out her name.<br><br><i>‘Calista?’</i><br><br>She whips around, a chill rolling down her spine. There’s nobody as far as she can see, but she knows that was Leo. He has to be somewhere, hiding amongst the still spinning horses.<br><br><i>‘You escaped me today. I don't think you even noticed me, but I will find you. Dexter as well.’</i><br><br>[[<b>“Oh, I noticed you,”</b>]] she mutters, head swiveling back and forth in search of him. [[<b>“But I thought you had found a new play thing.”</b>]] She would gladly let the legacy career take the brunt of whatever it was Leo had planned.<br><br>[[<b>“Why don’t you come out then?”</b>]] she calls out to him, louder this time. Splinters embed into her palms as she grips the broken pole, slowly circling the perimeter in search of Leo. Somehow his voice was as clear as day, despite Calista not being able to land an eye on him.<br><br><i>'I want to show you my favorite game to play. I bet you're having more fun than I am right now. I'm alone with the only person who doesn't talk in the arena.'</i><br><br>Her grip loosens on the pole, letting it roll past her fingers and hit the ground as she stands frozen, shell-shocked. There could be more animatronic figures in the arena than the fortune teller she had just left, but her sweep of the perimeter tells her there’s not one nearby. Leo is nowhere nearby, instead somehow taunting her from potentially miles away. As if he can sense her panicked thoughts, his giggle echoes across whatever stretches between them as he leaves her with his parting words.<br><br><i>'Talk to you soon'</i><br><br>[[<b>“Like hell you will,”</b>]] she mutters, gathering her loot before booking it out of there.<br><br></font></font></blockquote></blockquote></div><br></div></div><div align="center"><a rel="nofollow" href="https://hungergamesrpg.com/user/1889" target="_blank"><div style="font-size:6px;color:#ffffff;line-height:8px;letter-spacing:2px;">ELEGANT</div></a></div><br><br><font size="1"><div align="center"><i>[[unknowingly transmitted via opalescent ring]]<br></i></div></font><br><br></div>
            </article>
        </td>[/html]

0

Перевести39

[html] <article>
       
            <div class="message" rel="js-user-link"><div align="center"><img style="max-width:400px;" src="https://i.pinimg.com/1200x/4d/4c/a2/4d4ca23e73994a54b7b08ec20042a090.jpg"><div style="width:400px;background:#ccc6c6;"><div style="word-spacing:1px;text-align:justify;"><br><div align="center"><blockquote><font color="#190d0d"><font face="georgia"><i>c a l i s t a .</i></font></font><br><br><font face="times new roman"><font color="#190d0d"><font size="1"><i>"don't wanna scrape you off the pavement<br>i can't be your savior<br>i don't wanna be here when you lose control"</i></font></font></font></blockquote><a style="color:rgb(48, 73, 88);" rel="nofollow" href="http://redirect.viglink.com?key=71fe2139a887ad501313cd8cce3053c5&amp;subId=2628686&amp;u=https%3A//open.spotify.com/track/5GpEHUNI0T7L7H3DnAaBXh%3Fsi%3D06d171b3cc334cb4" target="_blank"><img src="http://i.imgur.com/IpW5AHT.png" style="max-width:100%;"></a></div><blockquote><blockquote><font color="#000000"><i><font size="3"><font face="georgia">C</font></font></i><font size="1" face="ariel">alista returns to the carousel in search of whatever scraps might be left from the aftermath of the bloodbath. No different from Thirteen, sneaking out of her bunker at night to pilfer through whatever others had decided to discard. No different from Twelve either, only knowing hand-me-downs. She’s always taken whatever she can get her hands on, because she was never going to be gifted anything. If Dexter’s plan works, the arena will be the only place she ever experiences a brand-new purchase, meant only for her.<br><br>For now, the leftovers are plenty for her. Lying in the same location as before, albeit no longer over Finn from Four, is the other half of the carousel pole that Dexter shattered. Calista claims it, for no other reason than the fact that it’s somehow made a better weapon for Dexter than the actual sword strapped to Calista’s back. She practices spearing objects with the sharpened end, stabbing into paper crowns and bags littering the ground.<br><br>She’s lost in her own thoughts, wondering where Cai and Nav had been this morning, when a familiar voice calls out her name.<br><br><i>‘Calista?’</i><br><br>She whips around, a chill rolling down her spine. There’s nobody as far as she can see, but she knows that was Leo. He has to be somewhere, hiding amongst the still spinning horses.<br><br><i>‘You escaped me today. I don't think you even noticed me, but I will find you. Dexter as well.’</i><br><br>[[<b>“Oh, I noticed you,”</b>]] she mutters, head swiveling back and forth in search of him. [[<b>“But I thought you had found a new play thing.”</b>]] She would gladly let the legacy career take the brunt of whatever it was Leo had planned.<br><br>[[<b>“Why don’t you come out then?”</b>]] she calls out to him, louder this time. Splinters embed into her palms as she grips the broken pole, slowly circling the perimeter in search of Leo. Somehow his voice was as clear as day, despite Calista not being able to land an eye on him.<br><br><i>'I want to show you my favorite game to play. I bet you're having more fun than I am right now. I'm alone with the only person who doesn't talk in the arena.'</i><br><br>Her grip loosens on the pole, letting it roll past her fingers and hit the ground as she stands frozen, shell-shocked. There could be more animatronic figures in the arena than the fortune teller she had just left, but her sweep of the perimeter tells her there’s not one nearby. Leo is nowhere nearby, instead somehow taunting her from potentially miles away. As if he can sense her panicked thoughts, his giggle echoes across whatever stretches between them as he leaves her with his parting words.<br><br><i>'Talk to you soon'</i><br><br>[[<b>“Like hell you will,”</b>]] she mutters, gathering her loot before booking it out of there.<br><br></font></font></blockquote></blockquote></div><br></div></div><div align="center"><a rel="nofollow" href="https://hungergamesrpg.com/user/1889" target="_blank"><div style="font-size:6px;color:#ffffff;line-height:8px;letter-spacing:2px;">ELEGANT</div></a></div><br><br><font size="1"><div align="center"><i>[[unknowingly transmitted via opalescent ring]]<br></i></div></font><br><br></div>
            </article>
        [/html]

0

Перевести40

[html]<div class="sid-eff"><div class="tp-eff"><span>

I’m scared that I might not keep these words

</span><eff></eff></div><div class="mid-eff">

<h3>Side Effects</h3>
<h2>Side Effects</h2>
<h1>Side Effects</h1>

</div><div class="ou-eff"><div class="im-eff" style="background: url(https://via.placeholder.com/400x180)"></div></div>
<div class="tx-eff">
   
¡Hola! Acá escribes lo que quieras.

</div><div class="tp-eff"><eff></eff><span>

where + when + with who

</span></div></div>
<div class="crdts"><a href="http://illmakegaycodesforu.tumblr.com/">— gitano;</a></div>

<style>.sid-eff{width: 440px; background: #0e0e0e; margin: 0 auto; padding: 40px; outline: 1px solid #222; outline-offset: -10px;}.sid-eff br{display: none;}.tp-eff{color: #f1f1f1; font: 9px Roboto; text-transform: uppercase; letter-spacing: 1px; display: flex; align-items: center; font-weight: 400;}.tp-eff span{padding: 5px; letter-spacing: -0.1px;}.tp-eff eff{height: 1px; background: #f1f1f1; flex-grow: 1;}.mid-eff{color: #f1f1f1; font-family: Roboto; text-transform: uppercase; display: flex; align-items: center; justify-content: center; flex-direction: column; line-height:80%; margin-top: 35px;}.mid-eff h1{color: #ecc400; position: relative; z-index: 1;}.mid-eff h1, .mid-eff h2, .mid-eff h3{font-size: 60px; margin: 0px; font-weight: 900; padding: 0px!important}.mid-eff h2, .mid-eff h3{-webkit-text-stroke: 1px #f1f1f1; color: transparent; font-weight: 700;}.crdts{text-decoration:none; font-family: verdana; font-size: 9px; text-align: center;}.mid-eff h3{opacity: 0.5}.ou-eff{height: 200px; position: relative; margin-top: 40px;}.im-eff{position: absolute; top: 20px; left: 20px; width: 400px; height: 180px; background-size: cover!important;}.im-eff:before{content:' '; display: block; border: 1px solid #f1f1f1; position: absolute; top: 15px; left: 15px; right: -15px; bottom: -15px;}.tx-eff{margin: 50px; margin-top: 70px; font: 11px verdana; text-align: justify; color: #f1f1f1; line-height: 125%;}.tx-eff b{color: #ecc400}.tx-eff br{display: block; margin: 5px;}</style> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">[/html]

0

Перевести41

[html]<link href="https://dl.dropbox.com/s/hxib99tsys1kfwf/HTG.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Katibeh&family=Mulish:wght@200&display=swap" rel="stylesheet"><center><div class="HTG"><div class="HTGC"><div class="HTGCB"><div class="HTGT">Title</div></div></div><div class="HTGCC"><div class="HTGI" style="background: URL(https://via.placeholder.com/200x400);"></div><div class="HTGTx"><div class="HTGtx">Caramels wafer liquorice gummies jujubes. Tart jelly-o biscuit soufflé. Apple pie cheesecake pie topping cake marzipan macaroon. Gummies cupcake sugar plum muffin carrot cake marshmallow. Cheesecake cake powder. Marzipan lollipop pastry tiramisu brownie pastry macaroon marshmallow. Chupa chups marzipan brownie brownie carrot cake muffin marzipan jelly. Chocolate cake topping tiramisu jelly beans brownie. Fruitcake dragée biscuit oat cake powder tootsie roll bonbon tart fruitcake. Lollipop lollipop lollipop danish gummies halvah ice cream. Candy canes bonbon icing jelly-o wafer jelly beans. Tart croissant jelly beans jujubes brownie. Dessert croissant wafer caramels tootsie roll danish.

Dragée cookie caramels jelly beans chupa chups lemon drops tart liquorice. Tart dessert tart fruitcake carrot cake. Chocolate ice cream jelly dessert cake tiramisu muffin. Bear claw cupcake lemon drops jelly beans pie chocolate cake candy canes brownie candy. Icing liquorice caramels sweet roll gummies cookie lemon drops pastry bear claw. Caramels dessert dragée bonbon. Pastry soufflé sesame snaps bear claw oat cake. Tootsie roll soufflé candy gummi bears pie. Pastry cake liquorice chocolate cake halvah tootsie roll candy. Candy canes gingerbread pie chocolate cake pastry jujubes topping. Tootsie roll jelly beans chocolate pudding sesame snaps lollipop. Marzipan cheesecake danish lemon drops lollipop. Sesame snaps cake dessert lollipop cheesecake sweet brownie macaroon.</div></br></div></div><div class="HTGS"><div class="HTGSx">dato • dato • dato</div></div></div><a href="https://gauntcodes.tumblr.com/"><span class="icono cp cp-harry-potter-2" style="font-size: 15px; color: #D486A1; position: relative; top: 5px;"></span></a><script src="//pull.cappuccicons.com/cpf.js"></script></center>

<style>.HTG {border: solid 1px #E1B7C9;}.HTGC {background: #E1B7C9;}.HTGCB {border: 1px solid #fff;}.HTGT {color: #fff;}.HTGTx::-webkit-scrollbar{background: #E1B7C9;}.HTGS {background: #E1B7C9;}.HTGSx{color: #fff;}.HTGtx b {color: #E1B7C9}</style>[/html]

0


Вы здесь » luvlocket » archive » корзина