[FM Discuss] Testing new front page

Gregory Pittman gpittman at iglou.com
Mon Oct 31 14:02:59 PDT 2016


On 10/31/2016 02:44 PM, Mick wrote:
> Hi Greg,
> 
> This seems like sound advice.
> 
> I'm wondering would you be able to make some alterations in the css to
> reflect the kinds of colour changes you would like to see?
> 
> It would be good to see them side by side to check the effects.
> 

Here are a few I've tried; maybe you can see if this seems a useful
direction to go.


In the CSS file fmfr.css I made these changes:

body {
 background-color:#555555;
}

.bgorange {
background-color:#999999;
}

.cwhite {
color:black;
}

.cwhite:hover {
color:#333333;
}

(just enough change in the hover color to indicate that's what you're
doing.)
---and a bit farther down:


.bprint {
background-color:aliceblue;
border-color:darkgrey;
color:black;
}

.bachat {
background-color:#31B0D5;
border-color:#31B0D5;
color:black;
}

.blire {
background-color:#ff7f00;
border-color:#ff7f00;
color:black;
}

I can't say that this is the only way to go, but what these do is keep
the periphery of the page from screaming at my eyes, and puts the
various text areas in the title and buttons in black.

Greg


More information about the Discuss mailing list