▶fc4f7f (431) No.101
Why only the first 4?
▶fc4f7f (431) No.242
Woow, that far back?
▶fc4f7f (431) No.383
>>371>>372So Burger, Meat at tier 1
Muffin and ice cream are tier 2
Bread is tier 3
And Soda is tier 4 (drink)
All, our kinda meat
▶fc4f7f (431) No.403
Andrew? Andrew hu$$ler?
▶fc4f7f (431) No.404
Hu$$ler
Hu$$ler
Hu$$ler
▶fc4f7f (431) No.547
>>482>>481Use rpgm sprites, or make HS sprites…
▶fc4f7f (431) No.584>>585
>>583I'm saying 320 is right out.
Let's see how 150 looks interspersed with text

Ikouchan and /azu/ has them set even smaller, I believe, gotta check.
▶fc4f7f (431) No.586
Less vertical height the better, yeah
▶fc4f7f (431) No.589
>>588She's too damn cute.
But maybe a thicker version of the font.
▶fc4f7f (431) No.601
Kinsho - H (make it the Kaldestan dungeon)
Kinsho - Make it port city Roswell

Yayuyo - Make it sunflower or daisy field
Yayoru - Make it a moon viewing Hakugyokurou scene
1▶fc4f7f (431) No.756

:">
▶fc4f7f (431) No.907
div.post.reply {
width: 320px;
height: 480px;
background-color: #c0a16b;
border: 5px solid #b68d38;
padding: 10px 10px 30px 0px;
box-sizing: border-box;
margin: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
font-family: 'Roboto', sans-serif;
display: flex;
flex-direction: column;
overflow: hidden;
}
label {
font-size: 18px;
font-weight: bold;
color: #000;
padding-bottom: 5px;
border-bottom: 2px solid #b68d38;
flex: 0 0 20px;
}
time {
font-size: 12px;
color: #444;
margin-top: 5px;
border-bottom: 2px solid #b68d38;
padding-bottom: 5px;
}
div.files {
text-align: center;
margin: 10px 10px 5px 17px;
padding: 10px 0px 0px 45px;
flex: 1;
overflow: auto;
border: 3px solid #b68d38;
}
div.files img {
max-width: 100%;
}
div.body {
line-height: 1.5;
color: #000;
background-color: #e2dfd3;
border: 2px solid #b68d38;
padding: 10px 7px 7px 12px;
text-align: justify;
flex: 1;
overflow: auto;
}
a.post_no {
font-size: 10px;
color: #000;
text-align: center;
padding-top: 5px;
flex: 0 0 30px;
}
.thread {
display: grid;
grid-template-columns: repeat(10, .1fr);
grid-gap: 1px;
justify-items: left;
padding: 5px;
}
div.post.op {
grid-column: 1 / -1; /* Span from the first column to the last */
width: 100%; /* Use full width available in grid */
height: auto; /* Let height adjust automatically based on content */
background-color: #c0a16b;
border: 5px solid #b68d38;
padding: 10px; /* Consistent padding */
box-sizing: border-box;
margin: 10px 0; /* Vertical margin only */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
font-family: 'Roboto', sans-serif;
display: flex;
flex-direction: column;
overflow: hidden;
}
▶fc4f7f (431) No.913
body{
margin: 0;
background-size: 100%;
background: #000;
}
body:before{
content: "";
width: 100%;
height: 100%;
position: fixed;
background-repeat: no-repeat;
background: url('
https://megidochan.de/test/src/1731572613521-0.png' ) no-repeat;
z-index: -1;
opacity: 0.7;
pointer-events: none;
}
body::after{
content: '';
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
z-index: -2;
background: url('
https://megidochan.de/test/src/1731563078059-0.png' );
animation: grain 1625ms linear infinite;
pointer-events: none;
}
.thread {
display: grid;
grid-template-columns: repeat(fill, minmax(355px, 600px));
grid-gap: 10px;
justify-items: center;
align-items: center;
}
div.post.reply {
background: #f9f5ec;
border: 22px solid transparent;
border-image: url('
https://megidochan.de/test/src/1731566884868-3.png') 22 round;
background-clip: padding-box;
}
div.post.op {
background: #f9f5ec;
border: 22px solid transparent;
border-image: url('
https://megidochan.de/test/src/1731566884868-3.png') 22 round;
background-clip: padding-box;
}
div.post:hover {
border: 22px solid transparent;
border-image: url('
https://megidochan.de/test/src/1731569347643-0.png') 22 round;
background: rgba(0, 0, 0, 0.5);
color: #ffe235!important;
text-shadow: 2px 2px #ff7e35;
background-clip: padding-box;
}
div.post.reply.highlighted {
border: 22px solid transparent;
border-image: url('
https://megidochan.de/test/src/1731569347643-0.png') 22 round;
background: rgba(0, 0, 0, 0.5);
background-clip: padding-box;
color: #ffe235!important;
text-shadow: 2px 2px #ff7e35;
transform: scale(1.01);
}
@keyframes hyperspace {
0% {
transform: scale(1) perspective(500px);
}
100% {
transform: scale(3) rotate3d(1, 1, 1, 45deg) perspective(200px);
}
}
@keyframes grain{
0% {
background: url('
https://megidochan.de/test/src/1731563078059-0.png') fixed;
}
33% {
background: url('
https://megidochan.de/test/src/1731563078059-1.png') fixed;
66% {
background: url('
https://megidochan.de/test/src/1731563078059-2.png') fixed;
100% {
background: url('
https://megidochan.de/test/src/1731563078059-0.png') fixed;
}
}
▶0a49f7 (405) No.983
body {
background-image: url('
https://megidochan.de/test/src/1732264595415-0.png');
background-size: 108vh;
background-repeat: repeat;
background-position: right;
background-attachment: scroll;
margin: 0;
height: 100vh;
font-size: 13pt;
font-family: 'Algerya', sans-serif;
color: #000;
animation: cascadeBackgroundp 8s infinite;
}
@keyframes cascadeBackgroundp {
0% {
background-position: 0% 0;
}
50% {
background-position: -30% 0;
}
100% {
background-position: 0% 0;
}
}
body:after {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('
https://megidochan.de/test/src/1732264595415-3.png') repeat center;
animation: cascadeBackgrounde 4s infinite;
z-index: -2;
pointer-events: none;
}
@keyframes cascadeBackgrounde {
0% {
background-position: center 0;
}
50% {
background-position: center 20%;
}
100% {
background-position: center 0;
}
}
.thread {
background-image: url('
https://megidochan.de/test/src/1732264638219-2.png');
background-size: auto 100vh;
background-repeat: repeat-x;
background-position: left;
background-attachment: fixed;
border-radius: 125px;
width: 60%;
margin-left: auto;
overflow: hidden;
box-sizing: border-box;
border: 64px solid transparent;
border-image: url('
https://megidochan.de/test/src/1732264638219-1.png')188;
background-clip: border-box;
}
▶0a49f7 (405) No.1009
ojisan
▶0a49f7 (405) No.1033
@keyframes cascade {
0% {
background-position: center 0;
}
100% {
background-position: center 100%;
}
}
body {
background-image: url('
https://megidochan.de/test/src/1732648535946-0.png');
background-size: auto 120vh;
background-repeat: repeat;
background-position: center;
background-attachment: fixed;
margin: 0;
height: 100vh;
font-size: 13pt;
font-family: 'Algerya', sans-serif;
}
body:after {
content: "";
position: fixed;
bottom: 0;
width: 100%;
height: 300%;
background: url('
https://megidochan.de/test/src/1732647976943-1.png') no-repeat center top;
transform: rotateX(30deg) translateY(100%); /* Initial position */
transform-origin: center;
animation: crawl 20s linear infinite;
z-index: -2;
pointer-events: none;
}
@keyframes crawl {
0% {
transform: rotateX(30deg) translateY(25%);
}
100% {
transform: rotateX(30deg) translateY(-25%);
}
}
.thread {
background: url('
https://megidochan.de/test/src/1732647976943-0.png') repeat-y right;
border-radius: 45px;
animation: cascade 720s linear infinite;
}
▶0a49f7 (405) No.1049
@keyframes cascade {
0% {
background-position: right 0;
}
100% {
background-position: right 100%;
}
body {
background-image:
url('
https://megidochan.de/hsg/src/1732682207999-0.gif'),
url('
https://megidochan.de/hsg/src/1732682207999-1.gif'),
url('
https://megidochan.de/hsg/src/1732660015896-0.gif'),
url('
https://megidochan.de/test/src/1732688690274.gif'),
url('
https://megidochan.de/test/src/1732668393864-2.png'),
url('
https://megidochan.de/test/src/1732669177165.png'),
url('
https://megidochan.de/test/src/1732680451791-1.png');
background-position: top left, bottom right, bottom, top, left, right, center;
background-repeat: no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y, repeat-y;
background-attachment: fixed, fixed, fixed, fixed, scroll, scroll, scroll;
background-size: auto, auto, 13%, 13%, auto, auto, 110%;
text-shadow: 0 0 5px #bf9969, 0 0 10px #bf9969, 0 0 20px #bf9969, 0 0 30px #dbaf80, 0 0 40px #dbaf80;
}
body:before {
content: "";
position: fixed;
top: 50%;
right: 0;
transform: translate(5%, -50%);
width: 70vh;
height: 100vh;
background: url('
https://megidochan.de/test/src/1732681654917.png') no-repeat;
background-position: center;
z-index: -2;
pointer-events: none;
}
body:after {
content: "";
position: fixed;
bottom: 0;
width: 68vh;
height: 100vh;
background: url('
https://megidochan.de/test/src/1732680451791-0.png') no-repeat center;
animation: crawl 20s linear infinite;
z-index: -2;
pointer-events: none;
}
.thread {
display: grid;
grid-template-columns: repeat(fill, minmax(355px, 600px));
justify-items: center;
align-items: center;
background-size: auto;
border-radius: 45px;
}
div.post.reply {
border: 18px solid transparent;
border-image: url('
https://megidochan.de/test/src/1732656865847-1.png') 33;
background: url('
https://megidochan.de/test/src/1732657724555.png'), rgba(230, 230, 229, 0.24); ;
background-size: cover;
background-clip: border-box;
border-radius: 14px;
}
div.files img {
background: url('
https://megidochan.de/hsg/src/1732660015896-1.gif') no-repeat center;
display: block;
max-width: 100%;
height: auto;
border-radius: 5px;
}
footer {
background:
url('
https://megidochan.de/hsg/src/1732660015896-0.gif') repeat-x center;
height: auto;
padding-top: 101px;
}
p.unimportant {
visibility: hidden;
}
* {
cursor: url('
https://megidochan.de/hsg/src/1732646945178.cur'), auto;
}
▶0a49f7 (405) No.1071
Example post
Lorem Ipsum
All fucking pringers must hang
▶0a49f7 (405) No.1072>>1073>>1074
Eeeeeeeeeeeeeeee
Eeeeeeeeeeeeeeee
EeeeeeeeeeeeeeeeEeeeeeeeeeeeeeee
EeeeeeeeeeeeeeeeEeeeeeeeeeeeeeee
Eeeeeeeeeeeeeeee
EeeeeeeeeeeeeeeeEeeeeeeeeeeeeeee
EeeeeeeeeeeeeeeeEeeeeeeeeeeeeeeeEeeeeeeeeeeeeeee
▶0a49f7 (405) No.1140>>1141
body:before {
content: "";
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: url('
https://megidochan.de/test/src/1733274986890.png') no-repeat center;
background-position: center -110px;
background-size: cover;
z-index: -1;
opacity: 0.8;
pointer-events: none;
}
body::after {
content: "";
position: fixed;
bottom: 0;
left: 0;
width: 100vw;
height: 100vh;
background: url('/static/themes/chariot/xmas03.png') no-repeat center;
background-size: cover;
background-position: center;
z-index: -2;
animation: none;
pointer-events: none;
}
▶0a49f7 (405) No.1211>>1212
>>1210
▶0a49f7 (405) No.1213
Haaaaa
▶0a49f7 (405) No.1260
That ought to do it
▶0a49f7 (405) No.1324
Sounanda next
▶0a49f7 (405) No.1328
>>1326
gobble
▶0a49f7 (405) No.1336
mope
▶0a49f7 (405) No.1880
"pyp yourself nao"
▶0a49f7 (405) No.1896
Post form, you okay?
▶0a49f7 (405) No.1963
>quote test
▶0a49f7 (405) No.1964
spoiler test asdfer quick brown fox
▶0a49f7 (405) No.1971
Where are the meji's, I forgot
▶0a49f7 (405) No.2019
bunp
▶0a49f7 (405) No.2036
Does that work?