From aac7049f7b016b204abfde37bc62b48953661763 Mon Sep 17 00:00:00 2001 From: mehbark Date: Wed, 10 Jul 2024 22:58:52 -0400 Subject: [PATCH] name-color promo --- pch/name-color-promo.toml | 73 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 pch/name-color-promo.toml diff --git a/pch/name-color-promo.toml b/pch/name-color-promo.toml new file mode 100644 index 0000000..5c66b91 --- /dev/null +++ b/pch/name-color-promo.toml @@ -0,0 +1,73 @@ +version = 1 + +[[modules]] +plugin = 'source.text' +data.contents = ''' +drag to see the wonderful, magical, beautiful, awesome and transformative awesome wonder of the name-color system that is wonderful: +
+
+

did you know that @webark was originally created by @mehbark? it's true! nowadays, @webark has many members, commonly referred to internally as "shards," such as @auramgold, @mehbark, and @testbark (okay, not that last one).

+

+ due to their inevitably tumultuous nature, @webark and its spinoffs, such as @webark-meta and @diarrhea-dogblast, are known to change handles often. they have even swapped in the past. not many accounts have name-colors so uh shout out to @LemmaEOF +

+
+
+
+
+
+
''' +data.language = 'html' +sends = [2] +title = 'html' + +[[modules]] +plugin = 'source.lesscss' +data.contents = ''' +#main { + display: grid; + width: min(80%, 12cm); + max-width: auto; + margin: 0 auto; +} + +#main > * { + grid-area: 1/1; +} + +#slider-holder { + height: 100%; + display: flex; + max-width: 100%; + overflow: hidden; + pointer-events: none; +} + +#ungrey { + width: 10%; + height: 100%; + overflow: hidden; + resize: horizontal; + border-right: 2px solid rgb(var(--color-cherry)); + max-width: 100%; + min-width: 0; + pointer-events: all; +} + +#greyer { + backdrop-filter: grayscale(1); + height: 100%; + flex: 1; + max-width: auto; + min-width: 0; +}''' +sends = [2] + +[[modules]] +plugin = 'transform.style-inliner' +data.mode = 'attr' +sends = ['output'] + +[[modules]] +plugin = 'source.lesscss' +data.contents = '' +graphPos = [-120, 192]