Fark redesign

Published on 26 Apr 2007 at 11:32 pm.
Filed under Uncategorized.

Honestly, I kind of like what they went for, but like most others I feel it has too much contrast and wastes space. Firefox users, add the following style rules to your user style sheet (userContent.css).

@-moz-document domain(fark.com), domain(totalfark.com) {
#bodyMainContainer { width: 100% !important; padding-right: 0 !important;}
#bodyRightSideContainer { display: none !important; }
#commentsArea .ctext { margin-bottom: 0 !important; }
.bodyHeadlineContainerNotNews, .bodyHeadlineContainerVoting, .bodyHeadlineContainerFoobies {background-color: #CCCCCC !important; }
}

If you are the type that feels it is wrong to remove ads from sites, remove the first two rules (bodyMainContainer and bodyRightSideContainer). The third one cleans up a little bit of space in the comments section. The last rule sets the background color on the main site from white to gray. I was too lazy to fix it up any further, but I was happy with those results. I might suggest looking for a slightly different shade of gray, but that was the only shade I remembered off the top of my head and again I’m too lazy to look it up more.

Comments are closed.