In the northern hemisphere, winter has greatly reduced the color depth of reality, often to only 1 bit. Some colour is provided by people's clothing, cars, houses, fashion gear while snowboarding.

Isn't your display boring in winter?

In the southern hemisphere, there's summer right now, apples and kids are growing, people at the beach in swimsuits (where applicable), flowers, warm, bright or rainy day.

Isn't your display pale in summer?

Mine is. To mend the situation, I've made up a CSS with colours as follows: I grabbed Saints in our Book, extracted the node_id of the monkses homenodes, left-padded each with 'f' up to 6 chars where necessary and used that as colour for all monk related divs, for e.g. merlyn that is

[class$="9073"], [class$="9073"] * { background: #ff9073;}

diotalevi loaded the resulting css and went Eek!

Thanks diotalevi. I concur. For even more Eekness, show your colours!

Include your favourite foreground and background colours as fg=#AABBCC bg=#DDEEFF somewhere in your homenode or /msg me your preferences. From that I'll make up a CSS which, when loaded via Display Settings, will render each monk's "Other Users" list entry, chatterbox line, node, Recently Active Threads and so on with their own, true colours. I'm sure the result will be startling, at least.

Now I'm off to the CSS Zen Garden to calm my eyes.

--shmem

update: screenshots - Newest Nodes and Recently Active Threads just look wunderfol :) zentara's answer now looks like it should.

update2: To use this css together with other css files (e.g. themes), the colormonk directives must be loaded after the theme file. There's the directive @import url("http://example.com/cssfile") directive for that, but all imports must be first in the css file. So, another level of indirection is needed:

/* load dark theme first for defaults */ @import url("http://perlmonks.org/?node_id=227261"); /* load the colormonk.css */ @import url("http://cruft.de/l.css"); /* last, overwrite some attributes with reported personal settings */ @import url("http://cruft.de/monkprefs.css");

Stick that into "Onsite CSS" in Display Settings. For bright themes, use lr.css.

_($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                              /\_¯/(q    /
----------------------------  \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}

In reply to show your colours! by shmem

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.