Login  Register

Re: Help! Newbie to CSS styles etc.

Posted by Hugo <Nabble> on Apr 01, 2010; 8:04pm
URL: https://support.nabble.com/Help-Newbie-to-CSS-styles-etc-tp4833641p4839365.html

You are basically talking about two styles. So I suggest this to you:
.nabble .shaded-bg-color {
    background-color: #C6C6AC;
}

.nabble .light-bg-color {
    background-color: #D4D4B9;
}
You can add this code to the bottom of your CSS style (Options > Editor > Change appearance).