Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Recent changes to the color schemes (plans)

by tye (Sage)
on Oct 21, 2005 at 15:47 UTC ( [id://502050]=note: print w/replies, xml ) Need Help??


in reply to Recent changes to the color schemes

When I get a chance, I'll restore the one-line change to the Red and Blue themes' CSS so striping in chatter will once again not be the default for those themes. And I'll post instructions on how to turn on striping in whatever colors you fancy. But the default chatter will have the same old colors, just with a few pixels of vertical space between uterrances (which you can also adjust via CSS). (And I'll restore the highlight colors in those themes to be the original, less-subtle shades.)

That is all (for now).

- tye        

  • Comment on Re: Recent changes to the color schemes (plans)

Replies are listed 'Best First'.
Re^2: Recent changes to the color schemes (plans)
by tye (Sage) on Oct 26, 2005 at 05:23 UTC

    The chatter's default color stripes have now been removed from the Red and default (Blue) themes (they were never default in any other themes).

    You can add colored stripes back in to your chatterbox by going to Display Settings and adding the following to your personal CSS:

    td.highlight, tbody.nodelet td.highlight { background-color: #FEE; }

    where "#FEE" specifies a soft pink color. The first "td.highlight" controls the 'even' rows in non-nodelet chatter such as fullpage chat while the "tbody.nodelet td.highlight" controls them in the Chatterbox nodelet.

    If you want the 'odd' rows to be a non-default color, then you can use

    table.cb_table td, tbody.nodelet table.cb_table td { background-color: #EFF; } table.cb_table td.highlight, tbody.nodelet table.cb_table td.highlight + { background-color: #FEE; }

    Note that specifying the color for the 'odd' rows in that way meant that the selectors for the 'even' ("highlight") rows had to become more specific.

    I'm sure there are also other ways to do these. And feel free to post suggestions on how to customize the spacing, punctuation, etc. (you can all 'view source' to see what CSS classes and such are available for selecting on).

    (I'd personally rather have the post-user-name "]" and ":" enclosed in a single 'span' instead of each having their own, but not enough to champion the effort / thrash to change that.)

    Update: My prior update claiming that I'd made an mistake was in error.

    - tye        

      Thanks. I depend on the CSS hackers here to help me limp along.

      I use the JBlue theme, and I've found that #004 is a useful stripe background color, not too dark, and not to shiny. (My wetware is hardwired to orient to shiny objects at all times :)

      -QM
      --
      Quantum Mechanics: The dreams stuff is made of

Re^2: Recent changes to the color schemes (plans)
by 5mi11er (Deacon) on Oct 24, 2005 at 19:59 UTC
    You'd said you'd post instructions on how to turn on striping, have you? If so, could you kindly point me there?

    -Scott

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://502050]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (7)
As of 2024-04-18 11:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found