Anonymous 09/25/2023 (Mon) 06:27 No.31781 del
(115.56 KB 984x874 how it looks now.png)
>>31705
>>31706
16k sounds much, but pattern matching isn't something a modern computer/browser wouldn't do in a fraction of a second while loading the page. There are much more sinister ways to rape CPU with CSS. Actually, I looked some stuff up and improved the rule:
.linkName:not(.noEmailName)[href="mailto:sage" i]:after {

content: "SAGE!";
float: right;
color: red;
padding: 4px;
}

:not(.noEmailName)
excludes all emailless posts, and
i
makes sure "mailto:____" is compared case-insensitively to "mailto:sage" (I do not know and care not how xD). Certainly looks cleaner than the whole list I typed by hand generated before.

>>31700
I skimmed through archives and can't say there's anything worthwhile. Default vichan/infinity skin and cyan bg gray posts one. But that SAGE thing was neat wherever you picked it from. It's not that Lynx is bad technically, it mostly has an identical markup in html, it's just dev/admin is lazy to make it better looking default style, so you judge them based on this.

While I'm at it, should we make code blocks a tit more readable with this rule:
/*Style code segments*/

pre {

Message too long. Click here to view full text.