[Home] [Catalog] [Search] [Inbox] [Write PM] [Admin]
(for deletion, 8 chars max)
  • Allowed file types are: gif, jpg, jpeg, png, bmp, swf, webm, mp4
  • Maximum file size allowed is 50000 KB.
  • Images greater than 250 * 250 pixels will be thumbnailed.





File: shake.gif
(4268 KB, 640x480)[ImgOps]
4268 KB
*shake shake*
*shake shake*
Marked for deletion (Old)
>>
hey...
s-stop that... :sad:
>>
File: 1741698882393.gif
(4207 KB, 640x480)[ImgOps]
4207 KB
hold me babe~~

File: 4Jn49.jpg
(90 KB, 800x959)[ImgOps]
90 KB
OH BOY I LOVE BATTMAN :biggrin: :ph34r:
Marked for deletion (Old)
>>
IM BATTMAN :ph34r:
>>
>>145695
i am more into buttman:blush:
>>
>>145699
I am more into RAPEMAN :dark:

File: proxy-image.gif
(1407 KB, 300x300)[Animated GIF][ImgOps]
1407 KB
Looking for mumble server for gaeming.
Marked for deletion (Old)
23 posts omitted. Click Reply to view.
>>
File: heyurizen.png
(427 KB, 1280x720)[ImgOps]
427 KB
>>145613
i will buy you lots of sweets!
>>
358 KB
>>145618
But I just wan a plate of milk nya.
>>
>>145619
this is so cute i can't control myself. :love:💗
>>
891 KB
>>145620
I dumped a whole bunch of cute boys on /c/ today. I have have good taste in boys as you can see.
>>
File: nekolenyan.jpg
(1405 KB, 1600x1200)[ImgOps]
1405 KB
>>145621
you have such good taste especially kagamine len is adorable.

File: haruhi_bunny.gif
(1818 KB, 500x625)[ImgOps]
1818 KB
White vs Black bunnysuit? White is more eroi! :banana:
Marked for deletion (Old)
3 posts omitted. Click Reply to view.
>>
File: suzumiyaharem.jpg
(486 KB, 900x1200)[ImgOps]
486 KB
all of them goes into my haaremu!
>>
903 KB
I rike brack :nosebleed:
>>
File: 002349.jpg
(369 KB, 800x661)[ImgOps]
369 KB
KURO
>>
I think black is better because the contrast between light skin and the suit helps in drawing more focus to their body line and parts.
>>
File: 1748680743141.jpg
(656 KB, 2843x1471)[ImgOps]
656 KB
those with small b./flat chest contrast :blush:

File: image.png
(165 KB, 1004x645)[ImgOps]
165 KB
current stylesheets are good because u can feed a few to chatgpt so it learns the structure, describe what you want to have and have it create a new stylesheet in 10 seconds :nyaoo-closedeyes:
Marked for deletion (Old)
34 posts omitted. Click Reply to view.
>>
File: quads.jpg
(459 KB, 960x703)[ImgOps]
459 KB
>>145555
thanks anon
>>
>>145378
>>145082
>>145083
>>145085
Here it is. Enjoy ヽ(´∇`)ノ

     /* Heyuri Aqua CSS */

:root {
    /* -- Auqua Pool Palette  -- */
    --color-bg-main: #e8f7fa;  /* Lighter, more subtle pool water */
    --color-fg-main: #006064;  /* Deep teal for text */
    --color-fg-link: #00838f;  /* Medium teal for links */
    --color-fg-link-hover: #00acc1;  /* Lighter teal for hover */
    --color-bg-boardlist: #d0f0f5;  /* Very light cyan */
    --color-fg-boardlist: #006064;
    --color-bg-theading: #a5e5ed;  /* pool tile bluez */
    --color-bg-theading2: #d0f0f5;
    --color-bg-theading3: #e8f7fa;
    --color-bg-postblock: #80deea;  /* Muted pool blue */
    --color-fg-title: #006064;
    --color-fg-name: #00838f;
    --color-fg-warning: #d50000;
    --color-fg-warning-ip: #d50000;
    --color-fg-quote: #00838f;
    --color-fg-quote2: #80deea;
    --color-bg-reply: #e8f7fa;
    --color-bg-reply-hl: #d0f0f5;
    --color-hi-contrast-border: #4fb3bf;  /* Softer teal border */
    --color-lo-contrast-border: #b2ebf2;
    --color-fg-logo: #006064;
    --color-fg-global-message: #00838f;
    --color-bg-window-item-highlight: #d0f0f5;
    --color-bg-postlists-header: #80deea;
    --color-fg-postlists-header: #ffffff;
    --color-fg-postlists-header-link: #e0f7fa;
    --color-bg-postlists-odd: #e8f7fa;
    --color-bg-postlists-even: #d0f0f5;
    --font-family-main: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --font-size-main: 0.875em;
}

/* -- Logo -- */
.logo:after {
       content: "⭐🏊‍♂️⭐"; 
       font-size: 2.5em;
       animation: change-emoji 14s infinite;
}
/* -- Randomly Cycle through some Emojis for Decoration --*/
@keyframes change-emoji {
    0% { content: "⭐🐟⭐"; }   /* Fish */
    25% { content: "⭐🐬⭐"; }  /* Tropical fish */
    50% { content: "⭐🐳⭐"; }  /* Wave */
    75% { content: "⭐🏄‍♂️⭐"; }  /* Droplet */
    100% { content: "⭐🏊‍♂️⭐"; } /* Blowfish */
}

/*Badges for Users*/
.name:before {
    content: "🌊 ";
}


/* -- Content Boxes -- */
.theading, .theading2, .theading3,
.neomenuTopLevel, .detailsbox, .postblock, .reply, .window {
    border: 2px solid var(--color-hi-contrast-border);
    background: var(--color-bg-theading);
    box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.3);
    
}


/* -- Buttons -- */
button {
    background: linear-gradient(to bottom, #b2ebf2, #80deea);
    border: 1px solid var(--color-hi-contrast-border);
    color: var(--color-fg-main);
    border-radius: 3px;
    padding: 0.25em 1em;
    transition: all 0.2s;
}

button:hover {
    background: linear-gradient(to bottom, #80deea, #4dd0e1);
}

/* -- inputs -- */
input[type="text"], input[type="password"], textarea, select {
    background: rgba(230, 255, 255, 0.8);
    border: 3px solid var(--color-lo-contrast-border);
}
blockquote:before {
    content: "❝";
    color: var(--color-bg-postblock);
    opacity: 0.2;
    font-size: 1.5em;
    margin-right: 5px;
    vertical-align: -0.3em;
}      



>>
>>145630
forgive my spelling mistakes and typos.

I'm working on another theme that i might put up in a couple days maybe... a nostalgic one ヽ(´ー` )ノ
>>
File: 1747772038631.png
(3020 KB, 1240x1748)[ImgOps]
3020 KB
>>145630
trading these panties for a dark version of your aqua theme
>>
400 KB
i forgot i can use ai. damn i love ai ヽ(´∇`)ノヽ(´∇`)ノ
still, thank you original author

/* Heyuri Aqua Dark CSS */

:root {
    /* -- Dark Aqua Pool Palette  -- */
    --color-bg-main: #0a2a2f;  /* Very Dark Desaturated Cyan */
    --color-fg-main: #e0f2f7;  /* Very Light Cyan for text */
    --color-fg-link: #26c6da;  /* Bright Cyan for links */
    --color-fg-link-hover: #80deea;  /* Lighter Cyan for hover */
    --color-bg-boardlist: #103a40;  /* Dark Cyan, slightly lighter than main bg */
    --color-fg-boardlist: var(--color-fg-main);
    --color-bg-theading: #004c54;  /* Dark Teal - for prominent headers */
    --color-bg-theading2: #005662; /* Slightly Lighter Dark Teal */
    --color-bg-theading3: #006064; /* Original Deep Teal, now a lighter bg accent */
    --color-bg-postblock: #1c3f4a;  /* Dark Desaturated Cyan/Blue, lighter than main bg */
    --color-fg-title: #b2ebf2;  /* Light Cyan */
    --color-fg-name: #80deea;  /* Lighter Cyan (same as link hover) */
    --color-fg-warning: #ff6b6b;  /* Bright Red for warnings */
    --color-fg-warning-ip: #ff6b6b;
    --color-fg-quote: #4dd0e1;  /* Medium-Light Cyan for quote text */
    --color-fg-quote2: #80deea; /* Light Aqua for quote icon or secondary quote text */
    --color-bg-reply: #0f3038;  /* Dark Cyan, very close to main bg but distinct */
    --color-bg-reply-hl: #1a4a52;  /* Highlighted reply, slightly lighter */
    --color-hi-contrast-border: #267d85;  /* Medium Teal for distinct borders */
    --color-lo-contrast-border: #154046; /* Darker Teal for subtle borders */
    --color-fg-logo: #b2ebf2;
    --color-fg-global-message: #80deea;
    --color-bg-window-item-highlight: #1a4a52;
    --color-bg-postlists-header: #004c54; /* Same as theading */
    --color-fg-postlists-header: #e0f7fa;
    --color-fg-postlists-header-link: #ffffff; /* Pure white for max contrast here */
    --color-bg-postlists-odd: #0f3038; /* Same as reply bg */
    --color-bg-postlists-even: #143f47; /* Slightly lighter for striping */
    --font-family-main: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --font-size-main: 0.875em;
}

/* General body styles for dark theme */
body {
    background-color: var(--color-bg-main);
    color: var(--color-fg-main);
}

a {
    color: var(--color-fg-link);
}
a:hover {
    color: var(--color-fg-link-hover);
}


/* -- Logo -- */
.logo:after {
       content: "";
       font-size: 2.5em;
       animation: change-emoji 14s infinite;
}
/* -- Randomly Cycle through some Emojis for Decoration --*/
@keyframes change-emoji {
    0% { content: "🐟"; }   /* Fish */
    25% { content: "🐠"; }  /* Tropical fish */
    50% { content: "🌊"; }  /* Wave */
    75% { content: "💧"; }  /* Droplet */
    100% { content: "🐡"; } /* Blowfish */
}
/* Make emoji slightly brighter if needed, or add a subtle glow */
.logo:after {
    filter: brightness(1.2); /* Optional: makes emoji pop a bit more */
}


/*Badges for Users*/
.name:before {
    content: " "; /* Keep as is unless specific badge styling is needed */
}


/* -- Content Boxes -- */
.theading, .theading2, .theading3,
.neomenuTopLevel, .detailsbox, .postblock, .reply, .window {
    border: 2px solid var(--color-hi-contrast-border);
    background: var(--color-bg-theading); /* Default background for these, can be overridden */
    /* For dark theme, the inner shadow should be subtle and dark, or a light glow */
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0,0,0,0.3);
}

/* Specific backgrounds if different from theading default */
.theading2 { background: var(--color-bg-theading2); }
.theading3 { background: var(--color-bg-theading3); }
.postblock { background: var(--color-bg-postblock); }
.reply { background: var(--color-bg-reply); }


/* -- Buttons -- */
button {
    background: linear-gradient(to bottom, #00838f, #006064); /* Darker teal gradient */
    border: 1px solid var(--color-fg-link-hover); /* Brighter border for pop */
    color: var(--color-fg-main); /* Light text */
    border-radius: 3px;
    padding: 0.25em 1em;
    transition: all 0.2s;
    font-weight: bold;
}

button:hover {
    background: linear-gradient(to bottom, #0097a7, #00838f); /* Slightly lighter on hover */
    border-color: #b2ebf2;
}

/* -- inputs -- */
input[type="text"], input[type="password"], textarea, select {
    background: var(--color-bg-reply); /* Dark background */
    border: 2px solid var(--color-hi-contrast-border);
    color: var(--color-fg-main); /* Light text */
    padding: 0.3em;
    border-radius: 3px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border-color: var(--color-fg-link);
    outline: none;
    box-shadow: 0 0 5px rgba(var(--color-fg-link-rgb, 38, 198, 218), 0.5); /* Define --color-fg-link-rgb if you want to use it often */
}

blockquote {
    border-left: 3px solid var(--color-fg-quote);
    padding-left: 10px;
    margin-left: 5px;
    color: var(--color-fg-quote); /* Text inside blockquote */
}

blockquote:before {
    content: "❝";
    color: var(--color-fg-quote2); /* Use a brighter color for the quote mark */
    opacity: 0.7; /* Adjust opacity for visibility */
    font-size: 1.5em;
    margin-right: 5px;
    vertical-align: -0.3em;
    float: left; /* Optional: for better alignment */
    line-height: 1; /* Optional: for better alignment */
}

File: EDY LEMOND - TENTAÇAO.mp4
(14892 KB, 640x360)
14892 KB
yuo could never b this swaggg
Marked for deletion (Old)
>>
i have this fag voice :dark:

File: nekopara.png
(1331 KB, 782x1064)[ImgOps]
1331 KB
Nekopara 5 has been delayed because of Steam's highly inconsistent review process.

There go my plans for the weekend. (´¬`)
Marked for deletion (Old)
1 posts omitted. Click Reply to view.
>>
File: image.png
(318 KB, 470x535)[ImgOps]
318 KB
>WTF GABEN ヽ(`Д´)ノ
I don't think he's directly responsible. There seems to be a Steam reviewer(s) with a vendetta against anime games, and the review process is one-strike-and-you're-out. The same has happened to Dungeon Travelers 2.
>>
>>145538
>and the review process is one-strike-and-you're-out.
it's not effective against nekopara though. I heard that nekopara sold over 3 millions.
>>
File: vanila dentist.png
(803 KB, 874x942)[ImgOps]
803 KB
I played nekopara twice, but never got to teh end! This time i own it at steam, so next time i 100% it! I really liek it! :x3:
>>
i dropped nekopara on that emocatgirl episode not sure what game was it
>>
File: 20250530_170624.jpg
(320 KB, 1200x1600)[ImgOps]
320 KB

File: krazykat.png
(433 KB, 1920x467)[ImgOps]
433 KB
Guys! A new development in penglish studies has been made!!
Searcher Joe P. Dophile has just discovered the oldest record of penglish to be found yet!!
The comic-strip "Krazy Kat" (sic.) features a native locuter of penglish as it's main eponymous character!

This is a HUGE revolution for penglish studies as it pushes the apparition of penglish back to the 1910's, invalidating the leading theory of penglish as a sociolect appearing alongside the counter-culture movements of the 60's. Penglishists are currently debating wether "Krazy Kat" 's language should be considered penglish or proto-penglish.

Pic. Related is a "Krazy Kat" comic strip from 1921. Interestingly enough, we can see that locuters of penglish suffered similar repulsion then as they do today.

https://www.nytimes.com/2025/05/30/science/penglish-revolution-from-comic-strip-krazy-kat.html
Marked for deletion (Old)
>>
LOL
>>
tihs is naoimporntat divcosry :dance2:

File: Yunglean_(cropped).jpg
(359 KB, 1200x1348)[ImgOps]
359 KB
Glock in my Gucci belt got you equipping
Anime shawtys be stripping
I get paid by the bars but you'll never catch me slipping
No, you'll never get me slipping
Marked for deletion (Old)
>>
yung was "c00l" 10 years ago...
>>
cock in the pucci LOL
>>
File: 15958829989_ce67ca2629.jpg
(33 KB, 500x334)[ImgOps]
33 KB
>>145585
Porsche headlights, midnight, feel like a golden god
Porsche headlights come out the center like a glowing frog
Load it up, golden cup with Jesus' blood, I've seen it all
Ten years, blood, sweat and love, still standing tall
Switch stance on the edge of a knife
Put it in my chest, take what's inside
Black beamer Benz, guess who's inside?
What's your life like? Mine's a crazy ride
I'm ugly on the inside, I'm on a thin line
I'm in a bad place, my head is deep-fried
I'm in a deep swamp and as I sink down
I start to think, like, maybe I should fight
But it feels heartless, my heart is ice-crushed
Gone on the night bus, before the gold rush
Brush off the white dust, they can't deny us?
We are the new gods, with black AmEx cards
Who can deny us? Show the gates to you
You can never find us
Get the shit, throw it away, it don't mean nothing anyway
>>
hes my favorite raper
>>
>>145615
rapist*

File: f684332a2f9b.gif
(67 KB, 700x500)[ImgOps]
67 KB
how do i get PWNED
Marked for deletion (Old)
>>
110 KB
giev mme your pw. :x3:
>>
*spanks your butt*
>>
*PWNS j00*

File: me.jpg
(73 KB, 1090x1091)[ImgOps]
73 KB
when i feel sad i try to rember happy day (´~` )
Marked for deletion (Old)
9 posts omitted. Click Reply to view.
>>
File: 1748492671988.jpg
(338 KB, 1090x1091)[ImgOps]
338 KB
mmmmmmmwah
>>
File: 1743286512162257.webm
(4512 KB, 640x360)
4512 KB
キタ━━━(゚∀゚)━━━!!
>>
>>145425
The 4chan greentext associated with that pic is a good memory of mine.
It has to do with an american pilot landing on a school rooftop. Hopefully i'm not the only one here who knows about it :saitama:
>>
>>145514
What the fuck could that have to do with that picture lol? :unsure: Someone post it pls.
>>
>What the fuck could that have to do with that picture
Range Murata... Landing on a school rooftop... I think I can take a guess.

File: warship.jpg
(81 KB, 1000x568)[ImgOps]
81 KB
キタ━━━(゚∀゚)━━━!!
Marked for deletion (Old)
>>
1161 KB
missouri is so < COOL > :biggrin:

File: heyuri legit.png
(223 KB, 1547x1918)[ImgOps]
223 KB
>The heyuri.net's business is associated with a popular industry, but we still have concerns. We tried to extract some content from the website to see what they say about themselves. Here's the conclusion:
>This website is poorly designed and doesn't contain elements in the metadata that could help its online presence. As a result, it loses credibility and shows that its quality is questionable momentarily. As soon as they improve their back-end, we will update this information.
:cry:

https://www.scam-detector.com/validator/heyuri-net-review/
Marked for deletion (Old)
1 posts omitted. Click Reply to view.
>>
>The heyuri.net's business is associated with a popular industry
What popular industry? Is kaguya trying to sell us something? :unsure:
>>
>>145560
Don't tell anybody but kaguya pays for the server bills using a shell company to acquire money :ph34r:

https://trademark.justia.com/901/40/heyuri-90140378.html
>>
WAKE UP
YAKULT IS HEYURIZENS

>>
>>145560
kolyma.org D:
>>
144 KB
>>145561
I love my Heyuri® brand facial sauna. 😄

3060 KB
キタ━━━(゚∀゚)━━━!!
Marked for deletion (Old)
>>
Now you can drive from the backseat ( ´ω`)

32 KB
Let's play the bring something back game :tongue:
1.) Type gyazo.com in any social media search engine (with the date set back at least ten years to find lots of results)
2.) Find a funny/cool image
3.) Post it herE
4.) PRAWFeT?!?!111 :drool:
Marked for deletion (Old)
12 posts omitted. Click Reply to view.
>>
>>145541
Yes, a guy from sharty was the one who reported the site to EPIK.
>>
1650 KB
I found this
>>
>>145544
another reason to haet wojak users. :closed-eyes2:
>>
498 KB
got this from newgrounds ヽ(´ー`)ノ
https://gyazo.com/ead118dcf6c5d617fd4bede4e3c5f186


Delete post: []
[0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286]