I saw the thread in hot deals about beta.fatwallet.com. so I went to try it out, and don't like the green background. I was using the classic theme, but I can't seem to get back to the classic theme. I went to user profile -> forums -> preferences, i'm already in classic mode. I even tried going to modern and then back to classic, but I still have the green background. is there a way to get the classic back with the grey background?
additional color schemes are not currently supported with the new design. Based on the number of users that use custom colors, there are other higher priorities.
jayK
Senior Member - JayK
posted: Oct. 9, 2009 @ 4:26p
FatWallet.Com said: additional color schemes are not currently supported with the new design. Based on the number of users that use custom colors, there are other higher priorities.I have a feeling the demand for custom colors will increase significantly now that color is more pervasive in the interface.
At the very least if the background green didn't clash with the green/red stupid voting thing it wouldn't be quite as unappealing to the eye. Good grief.
Look - I know how much of a pain it is to work on multiple code bases. In the long run, it is not viable to have developers spending their day fixing changes in the "New Look Site" and then having to make those same changes in the "Old Look Site."
That said, I had not changed from the "Classic" look and did not feel the need to. Not a single update that was "Modern-Only" was enough to persuade me to change over. Its simple - I do not care for change that much unless it is needed. Is there a way to get my account back to the classic look and feel? I simple do not care for this. If the developers can find a css style that we can apply for the classic look I would appreciate it - would allow them to focus on writing features without having to duplicate functionality in two web projects.
ShadowedBlade said: I don't know what it is ... but I literally have an instant headache looking at the new site )like before when Modern was released).
Okay, well, I was posting a thought out message and my browser decided to go haywire and into reverse and I lost everything I was typing. So, here is the short end of it.
I think the problem is the varying colors of "black" used on the site, as I don't see any true black anywhere, except for the text itself (and even then, some of it is an odd shade of gray). When CLASSIC mode was given as an option, I still complained about it back then because the shade of "black" used was not really black - it was an odd dark gray. That was corrected and then I only got a headache looking at the bottom of the site because the footer of the page still had the odd gray background, but everything else went darker and essentially black.
Here are some screenshots to help explain what I mean.
In FW01.jpg, the area marked "black" is actually #363636 (RGB 54 54 54). The area marked "odd shade of gray" is #282828 (RGB 40 40 40).
In FW02.jpg, the area marked "black" is actually #363636 (RGB 54 54 54). The area marked "odd shade of gray" is #3b3b3b (RGB 59 59 59).
In FW03.jpg, the area marked "black" is actually #363636 (RGb 54 54 54). The area marked "odd shade of gray" is #353535 (RGB 53 53 53) and #282828 (RGB 40 40 40).
The color codes may change slightly depending on what pixel is sampled in each area, so I tried to do the "average" color found in a particular area; but, the point is, there is NOT a consistent color used, so one's eyes have to constantly adjust (which I think causes the headache). If you don't want to use "true" black (#000000 RGB 0 0 0); then, could we at least try using one, consistent, dark gray throughout the site (like the #282828 RGB 40 40 40)?
I know, people can switch to a different color scheme and I have tried: in my personal opinion, I think they look more atrocious than the black and cause my eyes and head to hurt even more.
Oh well, this is just one member's opinion. Don't know if others agree with me.
Thanks for listening.
Edited to Add: I am pretty sure that the old site used one of the "odd shades of gray" on its background at the footer; and that is what gave me a headache (literally). And, I forgot to mention, I think the "gradient gray" background is part of the problem too. Let's try sticking with solid colors.
It looks like this is the new fatwallet look and it is here to stay. I can say that I do not care for it and luckily you do not have to. You can make fatwallet look the way it did previously with judicious use of a firefox extension called greasemonkey and a small user script.
Note: I made a small change, after I made the above picture, as I noticed my private message area wasnt shown. Rest assured, thats fixed.
Note: You should not execute scripts that someone asks you to. Do not take my word that the following script is safe - wait for another web developer to wander through the forum and validate this. The plain javascript snippet will do nothing but hide the borders, moves the account information node into the visible area, and make sure that you see the "Forums" link again. The greasemonkey script will wait until fatwallet, itself, finishes loading a javascript util called "JQuery" and then executes the same script. Again, you should not trust user scripts people just tell you to execute - wait for another web developer to wander through and say "Yeah, this script is fine."
You can preview the user script by pasting the following link into your url bar and pressing enter. Validates that this works in IE and Firefox.
javascript:void($("#forumSubNavLinks").append("
<a href='http://fatwallet.com/forums'>All Forums</a>"););void($("#headLinkContainer").parent().parent().parent().show().clone().attr("style","float:left;padding-left:10px;").prependTo("#forumBottom-inner"));void($(".pageFrame:not(.pageFrame:has(#siteContentWrap))").hide());void($("#forumInfo").attr("style","padding-left:10px;"));
If you use firefox, you can download the greasemonkey plugin. Once this is done, you can create a script that runs on http://www.fatwallet.com/forums/* with code
Moderators - I assume that this is fine to post here. Would welcome you to look over the script yourself and validate that it does nothing more than what I have claimed.
Disclaimer: By providing links to other sites, FatWallet.com does not guarantee, approve or endorse the information or products available at these sites, nor does a link indicate any association with or endorsement by the linked site to FatWallet.com.
Members of our community may attach files to a post in accordance with the User Agreement. FatWallet is not responsible for the content, accuracy, completeness or validity of any information contained in any attached file. Files have *not* been scanned for viruses. Be especially wary of Excel files which may contain malicious content.