homecatalogbottom
rules1. you must be 18+ to use this site 2. no NSFW/gore 3. no bigotry 4. if staff don't like your post they may delete it or ban you

tumor
#cleartheme
nanon
w
JustANorwegianGuy
#theme * {
background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
the dark wizard!2WO.xYuRII
too gay
the dark wizard!2WO.xYuRII
#theme
:root{filter:invert(1)
the dark wizard!2WO.xYuRII
anti-gay
nanon
hgoly shit the lag
tumor
why is it times new roman
tumor
oh its cause im on webkit. i dont GOT comic sans
anon
#theme
* {
background-image: url("https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fstatic.xivmodarchive.com%2Fmod-images%2F51684b84-965d-4af2-81a8-43ef09c85517.jpg"); }
tumor
#cleartheme
tumor
#theme * { font-family: cursive
the dark wizard!2WO.xYuRII
fancy board
the dark wizard!2WO.xYuRII
this is what my tomes read like
anon
#theme
* {
background: url("https://e.snmc.io/i/1200/s/804d1ec88e04cb68c1c0b312e20df064/13818997");
}
tumor
#cleartheme
the dark wizard!2WO.xYuRII
#theme
:root{filter:invert(0.1)
anon
#theme
:root{background:url("https://e.snmc.io/i/1200/s/804d1ec88e04cb68c1c0b312e20df064/13818997");}
tumor
>e.snmc.io
anon what are you trying to link to
the dark wizard!2WO.xYuRII
its foggy in here
the dark wizard!2WO.xYuRII
can someone open a window
anon
#theme
thread-container {
background-image: url("https://e.snmc.io/i/1200/s/804d1ec88e04cb68c1c0b312e20df064/13818997");
}
tumor
#cleartheme
JustANorwegianGuy
#theme * {
background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
the dark wizard!2WO.xYuRII
#dansen
anon
i dont get it can it just not do background images
>>1422393
tumor
#cleratheme
tumor
#clearthee
tumor
#cle
tumor
>>1422389
its cause half the time im sending #cleartheme after your message
anon
#theme
thread-container {
background-image: url("https://e.snmc.io/i/1200/s/804d1ec88e04cb68c1c0b312e20df064/13818997");
}
the dark wizard!2WO.xYuRII
ok bye #gem (USER WAS DEFENESTRATED FOR THIS POST)
tumor
goodbye wizard anon
anon
#theme
#thread-container {
background-image: url("https://e.snmc.io/i/1200/s/804d1ec88e04cb68c1c0b312e20df064/13818997");
}
sadmoder
bye labby
anon
#theme
.thread-container {
background-image: url("https://e.snmc.io/i/1200/s/804d1ec88e04cb68c1c0b312e20df064/13818997");
}
sadmoder
>dot
>hashtag
tumor
it may also have been a hashtag
tumor
i would argue its also perhaps a cors thing
tumor
#cleartheme
sadmoder
that wpuld be my first guess tbh
tumor
libpol likes catbox.moe so id give that a shot
JustANorwegianGuy
You could probaly try something from the image board :pearto
sadmoder
>cors issues require miller solutions
tumor
:heyguys\put dat bitch in tha deep frier
anon
#theme
* {
background: url("https://files.catbox.moe/gms5bx.jpg");
}
tumor
#cleartheme
anon
A HA HA HAH
anon
LOL
anon
#theme
.thread-container\ {
background: url("https://files.catbox.moe/gms5bx.jpg");
}
tumor
nice backslash buddy
anon
#theme
.thread-container {
background: url("https://files.catbox.moe/gms5bx.jpg");
}
anon
#theme
#thread-container {
background: url("https://files.catbox.moe/gms5bx.jpg");
}
anon
#theme
#thread-container {
background-repeat: repeat;
}
anon
i want it to be tiled instead of stretched
anon
D:
tumor
#theme #thread-container { background-size: 33%
anon
YAAAAS
tumor
#theme #thread-container { background-size: 10%
tumor
#cleartheme
tumor
#theme @property --stop-1 { syntax: "<percentage>";
inherits: false; initial-value: 200%; }
@property --stop-2 { syntax: "<percentage>";
inherits: false; initial-value: 200%; }
@property --rotate { syntax: "<angle>";
inherits: false; initial-value: 0deg; }
@property --wave-1 { syntax: "<percentage>";
inherits: false; initial-value: 25%; }
@property --wave-2 { syntax: "<percentage>";
inherits: false; initial-value: 75%; }
@keyframes edit {
-25% { --rotate: 5deg; }
0% { --wave-1: 0; --wave-2: 50%; }
25% { --rotate: -5deg }
50% { --wave-1: 50%; --wave-2: 100%; }
75% { --rotate: 5deg; }
100% { --wave-1: 0; --wave-2: 50%; }
125% { --rotate: -5deg; }
}
article {
--ease: cubic-bezier(0.230, 1.000, 0.320, 1.000);
border: 1px solid #FFF1; border-radius: 8px;
& figure img { border-radius: 4px; }
background-image: linear-gradient(to bottom right, transparent,
var(--stop-1), #FFF1,
var(--stop-2), transparent);
background-size: cover;
transform-origin: left;
--time: 200ms;
transition:
transform var(--time) var(--ease),
filter var(--time) var(--ease),
--stop-1 calc(var(--time) * 1.5) var(--ease),
--stop-2 calc(var(--time) * 1.5) var(--ease)
!important;
&:hover {
z-index: 1;
--stop-1: 50%; --stop-2: 90%;
transform: skewX(2deg) scale(1.05);
filter: drop-shadow(-2px -4px 8px #0004);
}
&.quoted-me {
background-color: #341d27;
border-left: 2px solid #c52968 !important;
}
&.my-post {
background-color: #221d34;
border-left: 2px solid #5131cf !important;
>>1422429
anon
#theme
* {
font-family: Impact;
}
tumor
>>1422429
youd get vaporized by every anon ever
tumor
i am not to be trusted with site styling
sadmoder
you actually know css tho so its chill
tumor
#theme article.editing:not(.reply-form:not(.my-post)) {
border-color: #9b89ff61 !important;
background-image: linear-gradient(
calc(180deg + var(--rotate)),
#5a43dd61 0%, #5a43dd61 var(--wave-1),
#7c65ff61 var(--wave-2), #7c65ff61 100%
);
animation: edit 500ms linear infinite;
& .user-name::after { content: " is typing..."; }
}
sadmoder
how much css do you write just for this site chip?
>>1422440
anon
#theme
.thread-container\ {
background: url("https://files.catbox.moe/gms5bx.jpg");
background-repeat: repeat;
background-size: 10%;
}
anon
#theme
.thread-container {
background: url("https://files.catbox.moe/gms5bx.jpg");
background-repeat: repeat;
background-size: 10%;
}
sadmoder
like are you just riffing or do you write it before hand
>>1422449
anon
#theme
#thread-container {
background: url("https://files.catbox.moe/gms5bx.jpg");
background-repeat: repeat;
background-size: 10%;
}
tumor
#cleartheme
anon
people keep clearing my masterpiece
tumor
i was clearing my maserpiece your osaka just has to wade through my clearthemes
anon
#theme
#thread-container {
background: url("https://files.catbox.moe/gms5bx.jpg");
background-repeat: repeat;
background-size: 10%;
}
tumor
osaka deez nuts
tumor
#ogttem
anon
isn't this song lovely
tumor
>>1422448
in progress i dont think it works properly yet
anon
my theme, my song choice
tumor
#theme @property --size {
syntax: "<length>";
inherits: true;
initial-value: 200px;
}
@keyframes grow {
from { --size: 200px }
to { --size: 1000px }
}
article.bflag-glegle:has(
a[href*="zoologist"],
a[href$="q=let"]
) {
max-width: none !important;
& .post-container {
max-width: none !important;
max-height: none !important;
& img {
animation: grow 300s linear forwards;
max-width: var(--size) !important;
max-height: var(--size) !important;
}
}
}
anon
i own this site now
tumor
yep no dice
anon
#theme
* {
font-family: impact;
font-style: overline;
font-size: 3em;
}
>>1422466
tumor
#
anon
#cleartheme
anon
that was a lot bigger than i expected
the dark wizard!2WO.xYuRII
585.jpg
:gle
#ksay whagt he fucking kind of glay is thsi
the dark wizard!2WO.xYuRII
#ksay answer me
JustANorwegianGuy
.skip (video skipped)
sadmoder
does bush mean no shaving balls or can i shave those and leave the rest?
anon
#theme
#thread-container {
background: url("https://files.catbox.moe/spfwdc.gif");
background-repeat: repeat;
background-size: 10%;
}
anon
>>1422466
it broke it for me so i cleared it
tumor
i literally could not load libpol
anon
thats crazy man
tumor
#theme article:not([class*="bflag-"]) { transform: scale(0.5)
the dark wizard!2WO.xYuRII
>>1422463
#ksay thank you
sadmoder
heh antnons
tumor
welcome back wizard
anon
#theme
#thread-container {
background: url("https://files.catbox.moe/gms5bx.jpg");
background-repeat: repeat;
background-size: 10%;
}
anon
why are only my posts tiny
tumor
becuase i made them tiny
anon
i liuke the site's new look
anon
we should push this upstream
anon
.play old nick obsessed with a door that's haunted by ghosts
the dark wizard!2WO.xYuRII
tinon
tumor
tinon
the dark wizard!2WO.xYuRII
namefags are superior citizens
anon
bruh
the dark wizard!2WO.xYuRII
in this new edition of libpol
anon
this is a green day song
JustANorwegianGuy
.p So Long; YonKaGor
anon
i'm not even kidding this is a fucking green day song
tumor
>bruh
#ban
the dark wizard!2WO.xYuRII
class based libpol
anon
.play green day the static age
the dark wizard!2WO.xYuRII
downwardly mobile ruralite anon class vs the urban yuppie namefag class
anon
this sounds almost exactly the same as green day - the static age
tumor
#theme article:not([class*="bflag-"]) { filter: opacity(.3)
the dark wizard!2WO.xYuRII
CHIP WHAT ARE YOU DOINF
the dark wizard!2WO.xYuRII
YOURE KILLING THEM
tumor
death be upon ye
tumor
#webdev am i right or am i right?
sadmoder
who up deving they web
JustANorwegianGuy
I am up deving my web I am trying to add accounts to my site
>>1422504
tumor
whats your site for norwegianon
JustANorwegianGuy
>>1422504
Already done, I have not pushed the commit yet though as I also want it to be backwards compatible with my previous account system
>>1422508
sadmoder
>the-diddy.party
hmmmmm
JustANorwegianGuy
I used a hashed version of spotify user id which is not as safe, I switched because of spotify limiting the amount of accounts to max 5 users now, it was 25 before and unlimited before.
sadmoder
cant you use fugg whats it called openauth?
>>1422512
anon
libpol is by far the best use of web technology
anon
we need more sites like this
anon
BRO
anon
WHY YOU DISCRIMINATING AGAINST ANONS
>>1422519
JustANorwegianGuy
.p Kill Hallelujah!; Dangerface
JustANorwegianGuy
.p Harakiri; Karnivrous
chip newlines
#cleartheme
JustANorwegianGuy
>>1422521
You have not gotten your rights back
:yippeee
anon
#ai what is clobetasol proprionate

clobetasol propionate is a super-high-potency topical corticosteroid (class i). it knocks down inflammation fast by suppressing cytokine release, vasoconstriction, and immune cell migration. docs prescribe it for short bursts—usually ≤2 weeks, max 50 g/week—to calm severe eczema, psoriasis, lichen planus, etc. sides: skin atrophy, telangiectasia, striae, rebound flares, and if you slather it over large areas or under occlusion, systemic absorption can crash your hpa axis. ointment is most occlusive, foam & shampoo are handy for scalp. generic is cheap, brand names like temovate, clobex, olux. don’t use it on your face, groin, or as a daily moisturizer. what is clobetasol proprionate
JustANorwegianGuy
.p day green
JustANorwegianGuy
.del 4
JustANorwegianGuy
.p baby corn
cisnon
airdrop
tumor newlines
waterdrop
anon
see this sounds almost exactly the same as the song from before
JustANorwegianGuy
.p Top 10 Things to Do Before You Die; YonKaGor
JustANorwegianGuy
.p You'll Be Gone; YonKaGor
JustANorwegianGuy
.del 2-4
tumor newlines
its libpover
JustANorwegianGuy
.p Trash Talkin'; YonKaGor, Kennyoung
JustANorwegianGuy
.p please hire me teto
anon
i think frowny face is sad and upset
anon
>>1422533
wifi block or what
usually a way around those
anon
then again if you're in school you should be learning not posting
tumor newlines
learning is for nerds
anon
and yet, you are in the school...........
anon
give me a fucking break
anon
>>1422547
rip anon
i dropped out before i completed my course and it doesn't seem to have been that bad
tumor newlines
normalize working retail for the rest of your employed life
anon
normalise paying 60% of your wage in rent (not including tip to landlord)
tumor newlines
nornalize sucking your landlord off
>>1422556
tumor newlines
:norn
JustANorwegianGuy
.p normalize sucking your landlord off
JustANorwegianGuy
.p Virus Alert Weird Al
anon
>>1422564
>server
it's called a website sweetie

homecatalogtop