I searched userstyles.org but nothing turns up.

My first ham-fisted attempt is below. The stylish plugin for Firefox makes it easy to apply user styles.

  1. Removed the right-hand 'boxes'
  2. Question list expands for widescreens
  3. Removed uservoice link -- you have it bookmarked, right?
  4. Made the answer count box colors more pleasing to my eyes, answered questions stand out more
  5. [new 22aug2008] Keep #fff body background, makes this style usable pretty much throughout site.

Wishlist: Redirect the logo to an image with replaced colors - I'd prefer not to be stuck w/ a white background. Also, am I the only one repulsed by the orange-into grey gradient? The midtones are vomit.

Please post your own styles.

  body {
    background-color: #fff !important;
 }

  #header {
    margin-top: 5px !important;
    border: 0 !important;
  }

 .module {
    display: none !important;
  }

  .question {
    margin: 0 !important;
    width: 100% !important;
  }

  #mainbar {
    width: 100% !important;
  }

  .container {
    width: 98% !important;
  }

  .betamessage-top {
    display: none !important;
  }

  .votes {
    padding: 10px !important;
  }

  .status {
    background-color: #07c !important;
    padding: 10px !important;
  }  

  .status.answered-accepted {
    color: #363 !important;
   background-color: #7c0 !important;
  } 

  .answered-accepted strong {
    color: #363 !important;
  }
link|improve this question
feedback

migrated from stackoverflow.com Jan 30 '10 at 20:57

This question came from our site for professional and enthusiast programmers.

4 Answers

Here's a transparent image (don't hate me for the quality):

Transparent OS

Edit: My stylish doesn't seem to work :/

link|improve this answer
feedback

Very interesting... I made one for Jeff's Coding Horror, simply because I grew tired of the font. I also made a more customized version of ESR's site. However, these are not public because they contain only minor adjustments. I make a current effort to inform everyone I know about this plugin as after using it for the first day or two, I realized how crucial it is to the browsing performance.. ie: getting to the information efficiently. There's also the simple matter of taste. This is a great plugin, I'm going to have to try your styles in a moment. Being it's beta, I wouldn't be surprised though if you'd have to change it substantially when the production/stable gets released.

link|improve this answer
feedback

@Ross: I had a problem on my second machine when copying and pasting directly into stylish, it just wasn't applying. Possibly some funky character substitution going on. I got it to work by doing "Write Style > For stackoverflow.com" and then only pasting the style code itself.

I removed the namespace/domain stuff from the code above.

link|improve this answer
feedback

The best style currently available on UserStyles.org

link|improve this answer
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged