[ hsg / tso / hot ] [ ysg ] [ vvox / overboard ] [ 🏠 / paq / guide / 🔎 ] [ 🌹 ] [ 🧟 / :33 ] [ bluebuddies / marzichan / FukuokaBBS ]

/test/ - Resources and Loafing

Ritual You Copy-paste
Handle
Options
Subject
Comment
Stickers
Flag
File
Embed
Password (For file deletion.)

File: 1716419975164.jpg (22.69 KB, 640x800, craconqueimage-800 (5).jpg)

c3245e No.1[View All]

1get, etc
378 posts and 106 image replies omitted. Click reply to view.

c3245e No.832

:resp0nd::dose::2048::triumph:
:karclack::grab2::mewke::hithere:
:hunger::xoomer:

c3245e No.833

:xoomer:

c3245e No.835

:hexbungler:

c3245e No.851

Just checking :tehepero:

c3245e No.852

:sry:

c3245e No.853

:welcome::ppp::digin::guilt::stop::jk::makeup:
:neverever:

c3245e No.854

Checking staples here
:heavysigh:
:deepsigh:
:sigh:
:yay:
:cry:
:baw:
:wah:
:wtf:
:ugh:
:eek:

c3245e No.855

:neverever:

c3245e No.856

:shikari::tehepero::tehepero::tehepero:

c3245e No.857

:enough::tehepero::enough::tehepero::enough::tehepero::enough::tehepero:

c3245e No.858

:deets::guilt::gm::digin::umm::makeup::ghk::zzz::ppp::yay::pfft::spirit::kyaha::sugoi::shame::plz:

c3245e No.859

File: 1731269321331.gif (71.66 KB, 478x240, neverever.gif)


c3245e No.860


c3245e No.886

:001::002::003::004::005::006::007::008::009::010:
:011::012::013::014::015::016::017::018::019::020:
:021::022::023::024::025::026::027::028::029::030:
:031::032::033::034::035::036::037::038::039::040:
:041::042::043::044::045::046::047::048::049::050:
:051::052::053::054::055::056::057::058::059::060:
:061::062::063::064::065::066::067::068::069::070:
:071::072::073::074::075::076::077::078::079::080:
:081::082::083::084::085::086::087::088::089::090:
:091::092::093::094::095::096::097::098::099::100:

c3245e No.915

:b8::derp::downs::nice::noted::beatmeatbag:

c3245e No.916

:beatmeatbag::nice::derp::noted::b8:

c3245e No.917

:curry:
:ibsuka:
:femcel:
:3:
:tsun:
:NOW:
:akanbe:
:yup:
:bow:
:bpd:
:ty:
:wellnesscheck:
:b:
:idk:
:plot:
:congratulations:
:orz:
:forme:
:bishi:
:hj:
:crop:
:thunk:
:promotions:
:nyeheh:
:glassed:
:WASTED:
:prayer:
:sip:
:christmascake:
:crampjoke:
:bravo:
:tetrakarn:
:penance:
:youfail:
:sigh:
:hbd:
:hoverei:
:hons:
:mildcramp:
:mml:
:wave:
:woe:
:momdontknow:
:agony:
:no:
:<3:
:uke:
:jyane:
:homesick:
:househusband:
:domesticabuse:
:dismal:
:^q^:
:jog:
:platonicideal:
:platonyxideal:
:punicorn:
:approve:
:reject:
:zerothougt:

c3245e No.918

File: 1731795894292-0.png (5.73 KB, 273x217, mspa-hsara06.png.png)

File: 1731795894292-1.gif (110.7 KB, 594x340, mspa-hshic01.gif)

File: 1731795894292-2.png (6.39 KB, 299x212, mspa-hsjon08.png)

File: 1731795894292-3.png (4.71 KB, 266x242, mspa-hsros08.png)


c3245e No.919


c3245e No.920

File: 1731795994725.png (6.66 KB, 228x221, mspa-hsmee01.png)


c3245e No.921

File: 1731796364510-0.gif (7.76 KB, 416x275, mspa-hsjon07.gif)

File: 1731796364510-1.gif (26.28 KB, 371x225, mspa-hsros04.gif)


c3245e No.922

File: 1731799055434.gif (110.7 KB, 594x340, mspa-hshic01.gif)


c3245e No.923

:asukare::ibs::tsukkomi::3::tsun::NOW:
:akanbe::yup::bow::bpd::ty::wellnesscheck::b:
:idk::plot::daddylike::orz::forme::bishi:
:hj::crop::thunk::promotions::nyeheh::glassed:
:WASTED::prayer::sip::christmascake::crampjoke::bravo:
:tetrakarn::penance::youfail::sigh::hbd::hover:
:hons::mildcramp::mml::wave::woe::dunno:
:agony::no::heart::uke::boke::homesick:
:househusband::broke::dismal::^q^:
:jog::platonicideal::sapphonyxideal::gigaspoiler::approve:
:reject::zerothougt:

c3245e No.940

Embed test

c3245e No.941

:de:

c3245e No.942


c3245e No.943

File: 1732052852641-0.png (150.72 KB, 305x305, ysg-maj01.png)

File: 1732052852641-1.png (34.71 KB, 120x120, ysg-maj0120.png)


c3245e No.944

/* Apply flex to wrap posts into vertical columns */
.thread {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
overflow-x: auto;
background-color: black; /* or any color to match your theme */
}

.post {
flex: 0 0 40px; /* Default column size */
height: 100vh; /* Stretch the posts vertically */
transition: all 0.3s ease;
overflow: hidden;
margin-right: 1px; /* Space between columns */
white-space: nowrap; /* Prevent text wrapping */
color: black; /* Garish contrast */
}

/* Expand the post on hover */
.post:hover {
flex: 0 0 120px; /* Expand when hovered */
white-space: normal; /* Allow text to wrap on hover */
overflow: visible; /* Show content */
}

/* Garish background colors for posts */
.post:nth-child(1n) { background-color: #ff7f00; }
.post:nth-child(2n) { background-color: #ff0000; }
.post:nth-child(3n) { background-color: #00ff00; }
.post:nth-child(4n) { background-color: #0000ff; }
.post:nth-child(5n) { background-color: #ffff00; }
.post:nth-child(6n) { background-color: #4b0082; }
.post:nth-child(7n) { background-color: #9400d3; }

/* Optional: style text within posts */
.post .intro, .post .body {
padding: 5px;
font-family: Arial, sans-serif;
color: white;
}

/* Images are squashed unless hovered */
.post img {
width: 100%;
height: auto;
transition: transform 0.3s ease;
}

/* Grow images on hover */
.post:hover img {
transform: scale(1.2);
}

c3245e No.945

/* The Post Container */
div.thread {
display: grid;
grid-template-columns: repeat(auto-fit, 32px);
grid-gap: 2px;
background-color: black;
padding: 10px;
}

/* Individual Posts as Columns */
div.post {
width: 32px;
height: 80%;
overflow: hidden;
background-color: black;
color: black;
transition: all 0.3s ease;
cursor: pointer;
}

div.post:nth-child(9n) { background-color: red; }
div.post:nth-child(5n) { background-color: blue; }
div.post:nth-child(6n) { background-color: yellow; }
div.post:nth-child(7n) { background-color: lime; }
div.post:nth-child(8n) { background-color: purple; }
div.post:nth-child(12n) { background-color: orange; }

div.post:hover {
width: 240px;
height: 80%;
overflow: visible;
color: white;
z-index: 10;
background-color: #222;
}

/* Hide Images by Default */
div.post img {
display: none;
}

/* Bring Images Back on Hover */
div.post:hover img {
display: block;
max-width: 100%;
}

463d17 No.1002

:bust:

463d17 No.1004

:cigar:
:gramps:
:wifeguy:
:ep25:

463d17 No.1173

:words:
:watch:
:wwhat:
:joinus:
:rupture:
:YES:
:mgmg:
:prose:
:bs:
:dwi:
:peachy:

463d17 No.1175

:words::wwhat::joinus::rupture::YES::prose::bs::dwi::peachy:

463d17 No.1176

:grr::meh::smuh::wacked::twisted:

:float::beemad::ohoho::melt::drinky::flydown::pttb::ez::gotohell:

463d17 No.1177



:twisted::wacked::meh::grr::smuh:

:float::beemad::ohoho::drinky::melt::flydown::pttb::ez::gotohell:


:words::watch::wwhat::joinus::rupture::mgmg::prose::bs::dwi::peachy:

463d17 No.1186

:meh:
:hmph:
:suki:
:hug:
:gulp:

463d17 No.1187

:fortine:
:dwi:
:prose:
:rosechu:
:rupture:

463d17 No.1188

:fortune:

463d17 No.1245

:geh::starry::excite::fwee::wai::kak::bitter:
:bald::pardon::beenhere::despair::reframe::proper::terse:

463d17 No.1304

:culprit:
:denied:
:uuu!:
:death:

463d17 No.1305

:culprit:
:denied:
:uuu!:
:death:

463d17 No.1306


463d17 No.1307

:denied::death::culprit::uuu!::hype::denied::howsthat::master::order::culprit::wowzers::uoooh::shutit::uuu!:

463d17 No.1308

File: 1735375658920-0.png (52.62 KB, 139x120, 5649426@2x.png)

File: 1735375658920-1.png (42.9 KB, 139x120, 5649428@2x.png)

File: 1735375658920-2.png (40.89 KB, 139x120, 5649436@2x.png)

File: 1735375658920-3.png (21.79 KB, 139x120, 5649441@2x.png)


463d17 No.1309


463d17 No.1310

File: 1735413382483.ogg (4.77 MB, 39.ogg)


463d17 No.1321

:bob:

463d17 No.1332

:foe:

463d17 No.1340

Ano…

463d17 No.1341

Hey, nice

463d17 No.1345

File: 1736047044016-0.png (9.06 KB, 382x362, 1735761915789.png)

File: 1736047044016-1.png (18.24 KB, 154x220, sounanda.png)

File: 1736047044016-2.png (16.27 KB, 120x120, 27156974@2x.png)

File: 1736047044016-3.png (11.61 KB, 114x120, 27156983@2x.png)


463d17 No.1346

File: 1736047072078-0.png (13.69 KB, 120x120, 1736047044016-2.png)

File: 1736047072078-1.png (15.66 KB, 119x119, 27156985@2x.png)

File: 1736047072078-2.png (14.95 KB, 120x120, 27156986@2x.png)

File: 1736047072078-3.png (38.14 KB, 124x120, 27156990@2x.png)


463d17 No.1347

File: 1736047085665-0.png (40.98 KB, 130x120, 27156994@2x.png)

File: 1736047085665-1.png (15.84 KB, 139x120, 70108860@2x.png)

File: 1736047085665-2.png (35.4 KB, 139x120, 70108862@2x.png)


463d17 No.1348

:f4rt:

463d17 No.1349


463d17 No.1350

File: 1736048826769.png (35.17 KB, 111x120, sgkur01.png)

>>1349
hmmm

463d17 No.1351

:hilarious:

463d17 No.1355

Sneed,

463d17 No.1356

*smack*

463d17 No.1357

*smack*

463d17 No.1361

Not that, eh?

463d17 No.1362

Not that, eh?

463d17 No.1369

Wwhy

463d17 No.1372

PIECE

463d17 No.1373

PIECE

463d17 No.1374

:beemad:

463d17 No.1443

File: 1736370160861-0.gif (1005 B, 104x104, ry0uR.gif)

File: 1736370160861-1.gif (1005 B, 104x104, ry0uW.gif)


463d17 No.1444

File: 1736370553752.png (1.17 KB, 104x104, ry0uR.png)


463d17 No.1447

:iris::raspberry::sweetpea::aster::nemophila::thoroughwort::salvia::yarrow::dubai::bringit::un::hitl0r::splendid::ahaha::tiff::done::oh::grim::bridge::and?::man::cmon:

463d17 No.1448

File: 1736461429719.cur (2.19 KB, strawb.cur)


463d17 No.1449

File: 1736461751932.cur (3.19 KB, strawb.cur)

>>1448
Hmm nah

463d17 No.1460

:mgmg::nyani:

463d17 No.1461

:new::bee101:

463d17 No.1462

:fitting:

463d17 No.1464

:5s:
:tryagain:
:mycue:
:demands:
:weh:
:lonely:
:stone:
:ikr:
:this:
:picker:
:nerves:
:nntr:
:shieldup:
:melo:
:yay!:
:spittake:
:abdl:
:adorbs:
:share:
:want:
:sniffle:
:dizzy:
:pat:
:scum:
:gday:
:saywhat:,
:faito:
:sobeit:
:39:
:dogwhistle:
:sounanda:
:kyomu:
:fangirl:
:wkwk:
:nyaha:
:fufu:
:foretold:
:yada:
:alps:
:stress:
:fitting:
:ticket:
:iine:
:yum:
:nano:
:puri:
:hallmonitor:
:settled:
:pshu:
:ssh:
:think:
:thunk:
:party:
:udone:
:zeropride:
:workingstiff:
:fatass:
:hum:
:coof:
:panic:
:fairhearing:
:rut:

463d17 No.1465

File: 1736563667623-0.jpg (11.94 KB, 309x251, ClipboardImage.jpg)

File: 1736563667623-1.jpg (29.88 KB, 370x320, ClipboardImage.jpg)


463d17 No.1466

Good catch,:yo:

463d17 No.1467

:viscaria::ifusay:

463d17 No.1468

:nerves:

463d17 No.1469


463d17 No.1471

suki suki su
fuwa fuwa fu

463d17 No.1472

Mmmm

463d17 No.1473

MEX, CHITINSTALKless, based, etc

463d17 No.1475

MEX
MEX!?
MEEEEEEEEEEEEEX!!!

463d17 No.1485

comment-toolbar.js to ha…?

463d17 No.1486

Can't see shit :/

463d17 No.1487

>Rebuild
>Nothing
:0k: moving on

463d17 No.1488

upload-selection.js, where are you!!

463d17 No.1489

As for wpaint…

463d17 No.1490

Yaaaaaan!

463d17 No.1503

Right, I wanted to check this here
:cawg:

463d17 No.1504

:cawg:

463d17 No.1505

:cawg:

463d17 No.1506

:cawg:

463d17 No.1507

Huh. Definitely WRONG. Config.php going byebye soon!

463d17 No.1508

:tintin::
:bounce:
:fret:
:transvestigate:
:chortle:
:allsmiles:
:snot:
:hate:
:ween:
:humble:
:mistaken:
:strain:
:notes:
:science:
:munch:
:gnaw:
:tsk:
:stare:
:bzzt:
:pal:
:uhh:
:handsy:
:aaaa:
:sustain:
:overrule:
:tense:
:headbang:
:push:
:git:
:nailbiter:
:butterflies:
:slacker:
:rumor:
:dave:
:toast:
:stun:
:smirk:
:suspect:
:puff:
:o7:
:flip:
:tilt:
:chuckle:
:slam:
:receipts:
:ohshit:
:flop:
:achoo:
:cryptic:
:snide:
:ohyou:
:gobald:
:tap:
:giddy:
:ship:
:erm:
:merchant:
:dqn:
:sizeup:
:pomf:
:blotch:
:kuku:
:notme:
:snore:

463d17 No.1509

Hrmmm

463d17 No.1510

File: 1737787013660.gif (42 KB, 121x192, gs-mor01.gif)

:sip:

463d17 No.1511


463d17 No.1512




[Return][Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ hsg / tso / hot ] [ ysg ] [ vvox / overboard ] [ 🏠 / paq / guide / 🔎 ] [ 🌹 ] [ 🧟 / :33 ] [ bluebuddies / marzichan / FukuokaBBS ]