Red or Green board display?

Collector Freaks Forum

Help Support Collector Freaks Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

RED OR GREEN?

  • RED

    Votes: 10 22.2%
  • GREEN

    Votes: 35 77.8%

  • Total voters
    45
i hate that if you clean your history it goes back to the red. I am not about to start changing it to green every time i clean it... :/

It's not the history, but the board's cookie file that's storing the theme selection. This only happens if you use the QUICK THEME SELECTOR at the bottom of every page.

If you want to make the change persistent, use the board's database-stored preferences system:

Go to SETTINGS and then GENERAL SETTINGS. Then look at the third option from the bottom for Theme. Set it here and it should survive any privacy settings on your browsers as well as apply to different browsers and computers.
 
Last edited:
Are the forum sections not aligned under the pictures when using green skin for everyone or is it just me? It's bugging me.
 
The green theme's header section at the top, showing the board logo and referral squares, is set to a fixed size (1150 pixels). But since the container holding the header and the forum is variable width, this header stays centered in the display.

On the previous theme the header takes up 100% of the width of the container around it, and the container around it is itself a fixed size. The effect is that the whole forum is centered and the header's left and right align with the forum content.

If you are using my overrides, then the forum is also variable, but the logo and referral parts of the header move and grow with the window (because their container doesn't have a set size), so they also remain aligned.


Green theme:
Code:
.header-container {
   padding-top: 5px;
   width: 1150px;
   margin: 0 auto;
}

Width could be left out or set to 100% to address this.
 
Last edited:
I don't like either really, I'd love a dark theme but I will be using the green one for now as it doesn't make your eyes bleed...
 
Back
Top