I still need to fix the "next/older" links on schizo.social and add "back/newer", but it's been brought to my attention that my favorite color () is "eye gougey", so maybe adding a theme color setting should be higher on my list of priorities.

What do you think is the next most obviously missing thing in my ugly little client?

#Mastodon #f00

Last updated 2 years ago

marius · @mariusor
550 followers · 3591 posts · Server metalhead.club

Among the things I learned today is how to lower opacity of a color that is stored as a CSS variable in hex notation.

body {
--fg-color: ;
}

div {
color: ;
background-color: color-mix(in srgb, var(--fg-color), transparent 40%) ;
}

#css #fff #f00

Last updated 2 years ago

Alex Styl · @alexstyl
1 followers · 222 posts · Server mas.to

Debugging css in one tweet:

* {
outline: 1px solid !important;
} twitter.com/i/web/status/16497

#f00

Last updated 2 years ago

Ric · @dev_ric
25 followers · 182 posts · Server fosstodon.org

Fixed a glitch with the brighter palette and added a saturated palette since posting this, for those who care.

I should probably also note that it'll only spit out sets that are relevant to the input colour. can't get any lighter, darker, or more saturated for example, but can go brighter. #900 on the other hand can go lighter and those swatches will differ to the brighter set.

#f00

Last updated 2 years ago

Tim Rach · @wetmonkey
8 followers · 18 posts · Server mastodon.gamedev.place

@mattwagl Nice!

If you need checkered tiles instead of only the grid lines, there's this nice one liner:

body {
background: repeating-conic-gradient( 0% 25%, 0% 50% 50% / 24px 24px;
}

#0f0 #f00

Last updated 2 years ago

e Ártemis · @queerterpreter
865 followers · 1142 posts · Server queer.party

@oneeyedman Hey, thanks for taking the time! This is actually similar to what I have (plus a blur that disappears on mouseover):

img:not([alt]),
img[alt=""]
{
filter: blur(5em) grayscale(100%);
border: 20px solid !important;
}

img:hover
{
filter: none;
}

Issue is, even restricting it to specific sites, it applies to everything image (emojis, banners, link previews...) and also leaves out things like videos. The code went into more detail to avoid it!

#f00

Last updated 3 years ago

Susul 🏳️‍⚧️ · @susul
74 followers · 674 posts · Server mastodon.lol

I'm editing an image containing the french and german flags and its quite funny looking up the colours. The french flag is like "hm, we need a blue, lets take this shade, its kinda nice. Now for red, how about this shade?" while the german flag is "#000, , , this is our flag, black stripe top or left", which encapsulates stereotypes so well

#f00 #fc0

Last updated 3 years ago

Roel Nieskens · @pixelambacht
473 followers · 385 posts · Server typo.social

@florian @khaled So the only way to do *anything* with the current text color is to hardcode it to 0xffff for that glyph in the COLR table, and have the additional colors in the CPAL table. Then from CSS you have to set both colors in a convoluted way: one with `color: ` on the element or a parent, and the other through a n`@font-palette-values` and a `font-palette` on the element.

At least, that's how far I got with my tests 😄

#f00

Last updated 3 years ago

Bob Conway · @bobcgames
166 followers · 613 posts · Server mastodon.lol

@curtisfree @captainsafety @lukito @jeepdude_70 @begin_array @dan @adamcr @ericleamen @thetigerspot <marquee><font family="Comic Sans" color="">Why&#8253;&#8253;&#8253;</font></marquee>

#f00

Last updated 3 years ago

Jernej Simončič 🐀 · @jernej__s
49 followers · 284 posts · Server infosec.exchange
@mmasnick Unicode bold/italic is not handled well anywhere – that's not site-dependent, it's simply how screen readers work. I haven't used mastodon.social, but infosec.exchange lets you use both markdown and HTML in your posts, so you can use proper bold and italic (and more if you wish).

#f00

Last updated 3 years ago

Noah Liebman · @noleli
270 followers · 951 posts · Server mastodon.social

@hotsauce @crystalenka @starshaped this is great! I’m also excited for adding `from` to css color functions. So making an existing color transparent with `rgb(from , r g b / .7)` (or something. Can’t find the actual proposal).

I’ll admit, though, that I never remember how specificity works with :is() and :where() and play around with it every time 🙃

#f00

Last updated 3 years ago

jonny · @jonny
613 followers · 4051 posts · Server social.coop

wait maybe without the typo? <span style="color:;">intext html</span>

#f00

Last updated 3 years ago

jonny · @jonny
613 followers · 4051 posts · Server social.coop

JSON-LD context indicates meaning of terms, do a post with an activitystreams:Create. list of `to:` and `cc` for who to send it to. inReplyTo field to indicate where it goes. yno a post (which is actually HTML so why the heck can't i <span style="color:;">intext html</soan>, a signature, yno blammo.

#f00

Last updated 3 years ago

Marco Tomaschett · @enteka
14 followers · 245 posts · Server fosstodon.org

RT @chriscoyier: Did you know you could apply transparency to hex codes in ?

rgba(, 0.3);

I friggin didn't.

#sass #f00

Last updated 3 years ago

· @Lopinel
1161 followers · 14659 posts · Server mastodon.social

@emmanuelc

je ne trouve pas ça si long a taper
je n'ai aucun gouts artistiques,
en général j'utilise les couleurs R, V et B simples a retenir (, , ) et quelques gris (, #666...) pour les tests avant prod (bordures, fonds...)

heureusement qu'on a un graphiste pour les thématiques définitives de nos site car avec moi seul, on aurait encore maintenant des website from hell😅

#f00 #0f0 #00f #ccc

Last updated 4 years ago

я річка · @river
109 followers · 1883 posts · Server toot.cat

( is red hat)

#f00

Last updated 4 years ago

Blort · @Blort
800 followers · 7801 posts · Server social.tchncs.de

@fribbledom

<font color="">
Red. Always red.
</font>

#f00

Last updated 4 years ago

chroma.scale(['', '', '', '', '', '', '']).mode('lab').colors(9).slice(0, 8).map(c => [chroma(c).darken(), chroma(c)]).flat()
['', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '']

#f00 #ff0 #0f0 #0ff #00f #f0f #c20000 #ff0000 #c7a000 #ffd100 #78cb00 #aeff00 #00ca32 #3aff65 #00cbcc #00ffff #0030cb #485aff #7300ca #ab00ff #c70091 #ff00c2

Last updated 5 years ago

Oreolek · @oreolek
303 followers · 6571 posts · Server icosahedron.website

pro webdev tip: never ever ever use Stylus. I'm on a project where the previous frontender was a fan of its initial reference feature:

.block
&__element
~/:hover &
color: red

means ".block:hover .block__element { color: ; }"

NOW IMAGINE ALL SELECTORS LIKE THAT

proof: stylus-lang.com/docs/selectors

#f00

Last updated 6 years ago

the chump of wamba · @68km
322 followers · 14920 posts · Server retro.social

okay, I'm only just now fixing the color palette in my MobaXterm configuration.

*why* is everything (etc) instead of ?? is gonna be a lot easier (and more fun! 😠) to read now.

#f66 #f00 #tildetown

Last updated 6 years ago